Modding Rebellion

I know that they just released modding in BETA 2a but I was trying to mod just a few files to get a feel for some things and was curious if anyone has successfully ran a mod in Rebellion yet?

 

Later....

17,699 views 14 replies
Reply #1 Top

There seems to be some issues with enabling the mod in game. Enabling your mod manually via the "EnabledMods.txt" file in your mod folder seems to work better...

If that doesn't work, try running it with the developer.exe and see if you get any errors that would be causing it.

Reply #2 Top

GoaFan77 what do you need to change in that file manually?  just tally the EnabledModCount to 1?

Reply #3 Top

Quoting JoeErvolino, reply 2
just tally the EnabledModCount to 1?
End of JoeErvolino's quote

Yes, and add the name of the mod you want enabled like so.

enabledModName "ModNameHere"

Reply #4 Top

Thanks, that does seem to help it load but I don't think it actually uses the modded files.

Reply #5 Top

Is your checksum zero? If so, you didn't set up your mod folder right so the game can't find the files. Make sure its Mod Folder -> YourMod -> GameInfo -> Modded files for example. Any other configuration or internal misspelling will lead to the game not finding the file.

Reply #6 Top

I have this in the debug from the dev so I think the folder structure is correct however I do have a 0 checksum

 

Found 1 Available Mods in C:\Users\Joe\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v0.79
> Joes Mod
Found 1 Enabled Mods in C:\Users\Joe\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v0.79\EnabledMods.txt
> Joes Mod

Reply #7 Top

my EnabledMods.txt file has this in it

 

TXT
Version 0
enabledModNameCount 1
enabledModName "Joes Mod"

Reply #8 Top

Should I not have a space in the folder name perhaps?

Reply #9 Top

gave that a shot and that didn't make a difference either

Reply #10 Top

Quoting JoeErvolino, reply 8
Should I not have a space in the folder name perhaps?
End of JoeErvolino's quote

No, your actual mod's name doesn't matter. Its how you put your modified files in the folder. Putting the entity files in "gameinfo" instead of "GameInfo", or renaming the entities without adding them to the entity.manifest, etc. will all cause zero checksums. Try downloading a mod for diplomacy or check Rebellion file locations to see how its laid out.

Reply #11 Top

if the case on the GameInfo File is the case that could be it

Reply #12 Top

hmm mine is set to GameInfo, I will download a mod and check out the syntax.