Posted by: Spaceboy - Saturday, September 1, 2012 11:31:58 AM
i have some questions:
1)how i can get shields for other units? I tried with stormriders, they have shields but you cant see them. ii have a second liveline bottom the health, they are emp resisted, like normal shields, but what i have to do make them visible.
2) is there something like a grant upgrade module in generals to get a free upgrade?
3) how can i comment something out?
4) how i can mod the forgotten =) ?
5) how can i attach ini files in my mod like eva.ini?
Posted by: CommieDog - Saturday, September 1, 2012 6:39:05 PM
[quote=Spaceboy;125612]1)how i can get shields for other units? I tried with stormriders, they have shields but you cant see them. ii have a second liveline bottom the health, they are emp resisted, like normal shields, but what i have to do make them visible.[/quote]
Copy the shield draw module from a unit that already has one, like the Annihilator Tripod.
[quote=Spaceboy;125612]2) is there something like a grant upgrade module in generals to get a free upgrade?[/quote]
As a matter of fact, there is a GrantUpgradeCreate module.
[quote=Spaceboy;125612]3) how can i comment something out?[/quote]
Enclose code with . Make sure you don't comment anything that has comments inside it though.
[quote=Spaceboy;125612]4) how i can mod the forgotten =) ?[/quote]
You'd need access to the source code.
[quote=Spaceboy;125612]5) how can i attach ini files in my mod like eva.ini?[/quote]
Copy your modded INI files to [Mod SDK]\BuiltMods\mods\[Mod Name]\data\ini, then compile the mod again to have the INI changes take effect.