Adding and removing missions

Déja

Beyond the Mod
Joined
Dec 19, 2005
Messages
353
For some reason, I can't seem to find where you can change the basic missions associated with a domain. In particular, I want to remove the rebase command from an aircraft.

Any ideas where to start looking?

(I apologize if this has been answered before, but with the search disabled, it's not that easy to find it)
 
* bump *

I really want to be able to add multi-square ranged artillery, but I don't want the players to be able to rebase the "shells". Any input on this would be extremely helpful
 
Its not in the XML, because thats what several people, me included, have been trying to do. Search the forums for civ3 artillery.
 
Forum searching is disabled, and I don't really have the time to look through on my own. I'll just figure something out on my own.
 
Impossible atm as most of the mission pointers are aimed at something thats Hard Coded... I have run into the same problem trying to track down the calculations and range controls for the ICBMs.

Maybe it will be possible when the SDK comes out.
 
True, but what about removing the button from the interface... that should possible in Python
 
thats the thing... I haven't seen anything that actually links some of these buttons to their commands. Rebase seems to be tied to Domain_AIR, Recon Seems to be tied to Specialunit_Fighter, Nuke Launch is tied to Specialunit_nuke.

You might be able to do it with python if you can find where he pointers go but atm I think they all go into hardcoded data. :crazyeye:
 
Back
Top Bottom