Gort
Emperor
- Joined
- Nov 7, 2010
- Messages
- 1,518
Hello Ipstich - I'm very interested in how you've managed to make your mod work in multiplayer and with achievements. I'd like to be able to convert any other mods so I can play MP/get achievements with them.
In the comments on your mod you've said to look at the UIT_0.CIVBEPKG file to see how you've done it, and the file has these contents:
I want to get the Simple Balance mod working in MP and with achievements, so I've created a SimBa directory inside assets/DLC which contains the directories from the mod (AI, Art, Core, LUA, Text) as well as a file called SIM_0.CIVBEPKG with the following contents:
It's not working, however - I'm not seeing changes to virtue text if I start a multiplayer game. Where am I going wrong?
In the comments on your mod you've said to look at the UIT_0.CIVBEPKG file to see how you've done it, and the file has these contents:
<?xml version="1.0" encoding="utf-8"?>
<CivBEPackage>
<GUID>{0E3751A1-F840-4e1b-9706-519BF484E59D}</GUID>
<Version>1</Version>
<Priority>100</Priority>
<PTags>
<Tag>Version</Tag>
</PTags>
<Name>
<Value language="en_US">User Interface Tweaks</Value>
</Name>
<Description>
<Value language="en_US">User Interface Tweaks by IphStich</Value>
</Description>
<UISkin name="BaseGame" set="BaseGame" platform="Common">
<Skin>
<Directory>Core</Directory>
</Skin>
</UISkin>
</CivBEPackage>
I want to get the Simple Balance mod working in MP and with achievements, so I've created a SimBa directory inside assets/DLC which contains the directories from the mod (AI, Art, Core, LUA, Text) as well as a file called SIM_0.CIVBEPKG with the following contents:
<?xml version="1.0" encoding="utf-8"?>
<CivBEPackage>
<GUID>{0E3751A1-F840-4e1b-9706-519BF484E59D}</GUID>
<Version>1</Version>
<Priority>100</Priority>
<PTags>
<Tag>Version</Tag>
</PTags>
<Name>
<Value language="en_US">Simple Balance</Value>
</Name>
<Description>
<Value language="en_US">Simple Balance mod</Value>
</Description>
<UISkin name="BaseGame" set="BaseGame" platform="Common">
<Skin>
<Directory>AI</Directory>
<Directory>Art</Directory>
<Directory>Core</Directory>
<Directory>Lua</Directory>
<Directory>Text</Directory>
</Skin>
</UISkin>
</CivBEPackage>
It's not working, however - I'm not seeing changes to virtue text if I start a multiplayer game. Where am I going wrong?