blazekid87
Warlord
Ok well weve got new SDk tools but ive been having issues with some of the new changes so I wanted to start a thread that would discuss the new changes and how to adjust previous mods to work with the new patch.
First thing I noticed....UPDATE ALL YOUR LUA FILES. Meaning you have to use the new LUA files since most of them have been updated. This solved numerous problems for me from the start. The easiest way to do this is copy your old code and insert it in the new LUA file. Although you may want to go over the code one more time to make sure the changes are in line with the update.
MODBUDDY
Problem:
Unable to load Icon .dds files.
Solution:
Problem:
Unable to load custom units.
Solution:
NEXUS
Problem:
Nexus doesnt seem to show the units correctly. Neither the original nor the custom units. Dont know what may be causing this but I would love to know if Im alone or if other people are having this issue as well.
Solution:
Please post any other problems or solutions that you may come across.
First thing I noticed....UPDATE ALL YOUR LUA FILES. Meaning you have to use the new LUA files since most of them have been updated. This solved numerous problems for me from the start. The easiest way to do this is copy your old code and insert it in the new LUA file. Although you may want to go over the code one more time to make sure the changes are in line with the update.
MODBUDDY
Problem:
Unable to load Icon .dds files.
Solution:
In the bottom right corner of Modbuddy, there is a new option to make VFS true or false. It needs to be set true for all .dds files that refer to icons and unit flags.
Problem:
Unable to load custom units.
Solution:
This need to be addressed by firaxis. In the meantime, the only work-around is the following.
1. In Modbuddy set the VFS to true for your artdefines_units and artdefines_unitmembers.
2. Open the .MODINFO file in your mod folder.
3. Erase all Import"0" or Import"1" from all files that relate to your custom unit graphics (.gr2, .dds and .fxsxml)
NEXUS
Problem:
Nexus doesnt seem to show the units correctly. Neither the original nor the custom units. Dont know what may be causing this but I would love to know if Im alone or if other people are having this issue as well.
Solution:
None atm.
Please post any other problems or solutions that you may come across.