dacubz145
Deity
Is there any way to put movies to show up for units? Just like wonders, id like to do that for my "living legends" in my mod.
Is there any way to put movies to show up for units? Just like wonders, id like to do that for my "living legends" in my mod.
If you already know how to make the movies and such, I think there's a movie thing in the XML like with the wonders.. I know you could add movies to buildings, but I don't know about units...
Is there any way to put movies to show up for units? Just like wonders, id like to do that for my "living legends" in my mod.
Trace the XML field for wonder movies through the DLL via a search. Find where it's called, and then imitate it in the unit built function.
The movies are run from Python not the dll. You would need to look in the CvEventManager.py if your mod uses one.
Do you have any experience with programming, especially in an object oriented manner? ...
That sounds feasible (albeit a tad complicated), except for this:
'25% chance that any major action can be vetoed'
What's a major action? What happens when it's vetoed?