Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edgesider committed Apr 8, 2019
1 parent 8954a55 commit 26ac419
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Simuro5v5
Simuro5v5 platform.

## Usage
This platform uses a new strategy loading method, but also provides a DLL way compatible with the old platform. The source code for the wrapper for the old platform DLL policy can be found in [this repository](https://github.com/npuv5pp/StrategyServer).

We made some minor modifications to the interface functions of the old platform DLL. See [the repository](https://github.com/npuv5pp/demo_strategydll) for example code.

You can download our compiled and packaged Release version. Compile your strategy into a 32-bit DLL and put it in the root directory. Open Simuro5v5.exe, go to Game -> Strategy, enter your DLL name, click the Load button, and wait until the animation plays, your strategy will load successfully.

## Replay
In the game scene, you can right-click the menu. At any time, you can click on the Replay button to enter the playback scene, from here you can see your most recent game playback.

0 comments on commit 26ac419

Please sign in to comment.