-
Notifications
You must be signed in to change notification settings - Fork 1
Set up your mod
Sora edited this page May 23, 2024
·
5 revisions
This tutorial covers the creation of an empty mod.
You need this for any kind of mod you are making, except if you are using the SA Tools build system (since it will create the mod folder for you.)
- Open the Mod Manager
- Click
Add Mod
- Select
New Mod
- Fill in the required informations.
This will create a folder in the mods\
folder containing a mod.ini
file.
It will be your mod folder. This is where you will put replacement files, your dll, etc.
The mod.ini
config file has other parameters, but we will cover them in their appropriate tutorials.
Here is a list of them:
DLLFile= (DLL Mod)
UpdateUrl= (FTP Update)
ChangelogUrl= (FTP Update)
GitHubRepo= (GitHub Update)
GitHubAsset= (GitHub Update)
GameBananaItemType= (Game Banana Update)
GameBananaItemId= (Game Banana Update)
EXEData= (IniFile)
CHRMODELSData= (IniFile)
Now you can do one of the following:
- Set up automatic updates
- Setting up a Mod Config File
- File Replacement
- Mod Dependencies
- Create Cheat Codes
- Create a DLL Mod
- Command Line Parameters
- File Formats
- List of Texture Files
- List of Character Actions
- List of Character Animations
- List of Character Motions
- List of CharSel Animations
- List of Cutscenes
- List of Sound Effects
- List of Voices
- List of Fish