Readme edit with How-To
This commit is contained in:
parent
b93d36a05d
commit
0ba8668d09
14
README.md
14
README.md
@ -1,4 +1,4 @@
|
|||||||
# 
|

|
||||||
|
|
||||||
## Jsarus
|
## Jsarus
|
||||||
Official MxIcarus Modding Tool for Icarus.
|
Official MxIcarus Modding Tool for Icarus.
|
||||||
@ -8,3 +8,15 @@ Official MxIcarus Modding Tool for Icarus.
|
|||||||
* Mod your extracted json data according to the settings.json config.
|
* Mod your extracted json data according to the settings.json config.
|
||||||
* Create a pak file, ready to use on your client/server.
|
* Create a pak file, ready to use on your client/server.
|
||||||
* Can copy the created pak file to a user specified list of path.
|
* Can copy the created pak file to a user specified list of path.
|
||||||
|
|
||||||
|
## How-To
|
||||||
|
1. Download the latest release. (https://mxgit.ovh/Icarus/Jsarus/releases)
|
||||||
|
2. Copy the archive content in an empty folder on your disk.
|
||||||
|
3. Open "settings.json" and edit the "ModName" and "GameContentPath".
|
||||||
|
4. IMPORTANT: Escape "\" in your game content path with "/". Ex.: "C:\/SteamLibrary\/steamapps\/common\/Icarus\/Icarus\/Content"
|
||||||
|
5. Save the "settings.json" file and run "Jsarus.exe".
|
||||||
|
6. Jsarus will extract your game data, press "y" when asked to mod it and generate a mod pak.
|
||||||
|
7. Copy the created pak file from the "Paks" folder to your game "mods" folder.
|
||||||
|
8. "mods" location exemple: "C:\SteamLibrary\steamapps\common\Icarus\Icarus\Content\Paks\mods"
|
||||||
|
9. If you don't have a "mods" folder, create one first.
|
||||||
|
10. Voila!
|
Loading…
x
Reference in New Issue
Block a user