Page 1 of 1
How do I remove modes?
Posted: Sat Apr 19, 2008 10:13 am
by theultimat
Hi people...
I made a mod with conquest and hero assault, but now I want to get rid of the Hero Assault mode.
I've removed all the related files, but on the map select screen I can still seed assualt as an option!!!
What do I do?

Re: How do I remove modes?
Posted: Sat Apr 19, 2008 10:25 am
by ryukaji
Easy, go into Data_MODID and go into addme.lua and remove the lines for
AddDownloadableContent("***","***g_eli",4)
and
mode_eli_g = 1
that you need to remove
Re: How do I remove modes?
Posted: Sat Apr 19, 2008 11:00 am
by theultimat
thanks!!
Now I can post my map on filefront!
BTW how do I add local units (like tuskens) to a map?
Re: How do I remove modes?
Posted: Sat Apr 19, 2008 11:10 am
by ryukaji
Hey just to let you know, before you go posting stuff like this look through the FAQ/Everything you need
Heres how to add locals:
http://www.gametoast.com/forums/viewtop ... =27&t=6088
Re: How do I remove modes?
Posted: Sat Apr 19, 2008 11:42 am
by theultimat
Thank You!!!
