Skip to content

Commit

Permalink
Added quick instructions for beginners
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBitz authored Jul 21, 2021
1 parent f7c132e commit 379ccd7
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@
Customize Silkroad Online server files (v1.188) behavior through DLL injection.

## Features
- Easy to inject using *Stud_PE*
- Patch values from memory directly
- Define all options from the respective config file
- Easy to inject using STUD_PE
- Execute actions from Gameserver (the first gameserver running will execute these actions)
- Define all options from their respective config file
- Execute actions from Gameserver (first gameserver running on the same machine will execute these actions)

## How to use?

1. Make a backup from your `SR_GameServer.exe` and `SR_ShardManager.exe` just in case something goes wrong
2. Download, install, and execute [*Stud_PE*](http://www.cgsoftlabs.ro/zip/Stud_PE.zip)
3. Drag & drop `SR_GameServer.exe` into *Stud_PE*
4. Go to `Functions` tab, right click into any line at left blue panel and click `Add New Import`
5. Click `Dll Select` and find `vSRO-GameServer.dll`
6. Click `Select func` and select the one there, then `OK`
7. Click `Add to list` and click `ADD`, then `OK`
8. Extract `vSRO-ServerAddon.bin.zip` to the same folder where is located `SR_GameServer.exe`
9. Done! Just repeat Step 3 to 7 using `SR_ShardManager.exe` and `vSRO-ShardManager.dll`

## Gameserver Actions

Expand Down Expand Up @@ -354,4 +366,4 @@ For visualizing some server files changes on game client, a few ASM editions are
---
> ##### Hey Thanks!
> - [Elitepvpers](https://www.elitepvpers.com/forum/silkroad-online/) ASM/C++ coders leaving source codes and ideas to create this stuff
> - [Elitepvpers](https://www.elitepvpers.com/forum/silkroad-online/) ASM/C++ coders leaving source codes and ideas to create this stuff

0 comments on commit 379ccd7

Please sign in to comment.