Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bb010g/rivalsofaethereasymodding
https://github.com/bb010g/rivalsofaethereasymodding
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bb010g/rivalsofaethereasymodding
- Owner: bb010g
- Created: 2016-05-09T18:57:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T04:25:45.000Z (over 8 years ago)
- Last Synced: 2024-10-31T15:12:52.319Z (3 months ago)
- Language: Python
- Size: 1.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RivalsOfAetherEasyModding
This is just a personal project I made to make rivals of aether modding easier! Right now I only have sprite ripping and replacing but I plan to add more.Current issues to avoid:
- If you don't have a sprite folder it will probably crash
- If you don't have a full sprite rip in your sprite folder when it tries to replace it will probably crash
- If you don't have an offsets.txt file it will probably crash
- If you rename the script it will probably crash (I think it doesn't if the length of the name is the same)NOTE: I advise backing up your RivalsOfAether.exe before use!
How to use:
- Have a RivalsofAether.exe in the same folder as the script
- Have a sprite folder, audio folder, and a offsets.txt for the current update (I included one for 0.0.12 or whatever the current patch as of 2/20/2016 is)
- Have python 2 installed (Go here if you don't: https://www.python.org/downloads/ and download any version of python 2.7 and install it)
- Step 1: Open the script and go to file -> rip sprites, this will fill your sprites folder with the sprites ripped from the game
- Step 2: Edit the sprites in the sprites folder to your heart's content
- Step 3: Open the script again and go to file -> replace sprites
- Step 4: Launch Rivals! Any sprites you edit will appear changed in game.
Audio works the same way!How to revert your changes:
- First, fill your sprites folder with vanilla sprites (which can be found here for 0.0.12: https://www.dropbox.com/s/odc4pl8njhqja9e/Sprite%20Rip.zip?dl=0)
- Replace again!Also worth noting that if your sprites are modded it will extract the modded sprites when you rip from the exe.
## Formatting for mod compatible with mod easy installer (For version 1.2 and up)
- Root, this is you actual mod folder and what they select when they want to install the mod. Name it whatever you want.
- sprites, put all modded sprites (to reduce file size only include the ones you changed)
- audio, put all modded audio in here (to reduce file size only include the ones you changed)
- dev_mode, just copy your dev mode folder in. This will allow you to quickly install an entire character mod.That is it! if you set it up like that they just have to select the root folder (whatever you called it) under the Game > Install Mod option to install.