Setting-up Mods: Difference between revisions

From Sins of a Solar Empire - Official Wiki
Jump to navigation Jump to search
(Created page with " Find your <Mod Path> that the game will use. • Start the game and open the Mods screen. (Options->Mods). • Click the “Show Mod Path” button. • A dialog will appe...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
{{HeaderTemplate
|welcome=Setting-up Mods
}}
{{SectionTemplate
|h=h1
|title=Mod Path
|content=
Find the <Mod Path> that the game will use.
*Start the game and open the Mods screen. (Options->Mods).
*Click the “Show Mod Path” button.
[[File:Mod Path.png|left]]<br clear=all>
*A dialog will appear telling you where to place your mods.


Find your <Mod Path> that the game will use.
There are two different folders for Rebellion mods, the released folder with version, and the developer folder with version.<br/> <br/> Regular EXE access --> ...<Mod Path>\Mods-Rebellion vX.XX


• Start the game and open the Mods screen. (Options->Mods).
<code>C:\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.85</code>


• Click the “Show Mod Path” button.
Developer EXE access --> ...<Mod Path>\Mods-Rebellion vX.XX Dev


• A dialog will appear telling you where to place your mods.
<code>C:\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.85 Dev</code>
}}
{{SectionTemplate
|h=h2
|title=Sins Mods are very specific to version and expansion type
|content=
vX.XX is the version of Rebellion. There may be multiple folders for different versions of each upgrade. Place the mod in the most current version folder only if the mod was made for that version. Older version folders or the mods in them are no longer used by the game.


'''Example: Regular EXE'''
Create a new directory here. The name of the directory will be the name of the mod. You must restart the game to see any new mods. You won’t have to restart the engine to change a mod, just to create a new one and have it appear in the list.
 
}}
<code>C:\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.85</code>
{{SectionTemplate
 
|h=h1
'''Example: Developer EXE'''
|title=EnabledMods.txt
|content=
Use a text editor to manually add what Sins loads on start-up.


<code>C:\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.85 Dev</code>
<code>TXT<br/> Version 0<br/> enabledModNameCount 1<br/> enabledModName "My Favorite Mod"</code>


&nbsp;
The '''enabledModName'''&nbsp;will look for the dirctory named in quotes inside the '''<Mod Path>'''.


Create a new directory here. The name of the directory will be the name of the mod. You must restart the game to see any new mods. You won’t have to restart the engine to change a mod, just to create a new one and have it appear in the list.
<code>C:\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.85\My Favorite Mod</code>
}}
{{SectionTemplate
|h=h1
|title=Stacking Mods
|content=
Mods are meant to stack only if they are designed to.


&nbsp;
<code>TXT<br/> Version 0<br/>
enabledModNameCount 3<br/>
enabledModName "My Favorite Mod addon 2"<br/>
enabledModName "My Favorite Mod addon 1"<br/>
enabledModName "My Favorite Mod"</code>
}}


[[Category:Sins of a Solar Empire]]
[[Category:Modding]]
[[Category:Modding]]

Latest revision as of 15:20, 16 February 2022

Setting-up Mods

Mod Path

Find the <Mod Path> that the game will use.

  • Start the game and open the Mods screen. (Options->Mods).
  • Click the “Show Mod Path” button.

  • A dialog will appear telling you where to place your mods.

There are two different folders for Rebellion mods, the released folder with version, and the developer folder with version.

Regular EXE access --> ...<Mod Path>\Mods-Rebellion vX.XX

C:\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.85

Developer EXE access --> ...<Mod Path>\Mods-Rebellion vX.XX Dev

C:\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.85 Dev

Sins Mods are very specific to version and expansion type

vX.XX is the version of Rebellion. There may be multiple folders for different versions of each upgrade. Place the mod in the most current version folder only if the mod was made for that version. Older version folders or the mods in them are no longer used by the game.

Create a new directory here. The name of the directory will be the name of the mod. You must restart the game to see any new mods. You won’t have to restart the engine to change a mod, just to create a new one and have it appear in the list.

EnabledMods.txt

Use a text editor to manually add what Sins loads on start-up.

TXT
Version 0
enabledModNameCount 1
enabledModName "My Favorite Mod"

The enabledModName will look for the dirctory named in quotes inside the <Mod Path>.

C:\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.85\My Favorite Mod

Stacking Mods

Mods are meant to stack only if they are designed to.

TXT
Version 0
enabledModNameCount 3
enabledModName "My Favorite Mod addon 2"
enabledModName "My Favorite Mod addon 1"
enabledModName "My Favorite Mod"