Super simple, thanks a lot![]()
Super simple, thanks a lot![]()
excuse my ignorance but where I find the file "Export_descr_ancillaries" is in the files of Medieval II or I have to create?
export_descr_ancillaries.txt is in your data folder after you unpack the game.
that is the problem not find it on any file, in the file "data" just have more file not found one txt and already look in the other files, but the game works fine, I have the medieval + kingdom without any mod, which could be the problem?
http://www.twcenter.net/forums/showthread.php?t=397636 could be the problem if vista or win 7.
I know this has been brought up before but after I have added my ancillary the game crashes at the loading screen, no error, no popup it just takes me to the desktop. I'm trying to add an ancillary to the Westeros mod, if that matters...
Is there a known fix to this, I tried that validator but it's pretty confusing and comes up with unhandled exceptions sometimes![]()
thanks for the answer friends, I found which is the problem was I had to use unpacker in the folder tools, but does not run on Win7 if not download and keep the files msvcp71.dll and Msvcr71.dll then appears the files I was looking
Do you have to have a trigger? What if you would just rather have it die off with you one general.
Many thanks to the good folks down at the Graphics Workshop for the sig.
Thanks for the answer although I still can't get it to work and I can't really make heads or tails out of the trait verifier.
Many thanks to the good folks down at the Graphics Workshop for the sig.
I have a lot of new ancillaries in mind for a modding project. What is the maximum number of ancillaries a character (general) can have? I don't want to have a character with too many ancillaries preventing an heir for example, from receiving the ancillary kings_crown after his father dies.
Edit: I just found the hard coded limit for ancillaries is eight. That being the case, is there a way to prioritize ancillaries so that lesser ancillaries are removed to be replaced by important, critical ones?
Last edited by MIKE GOLF; October 21, 2012 at 01:22 PM.
Ancillaries can only be removed through complicated scripting and is not always possible.
A way to do it would be to group ancillaries and then add a condition to the trigger only to have one ancillary per group.
Code:Ancillary spyglass Type group_name ; use any name you fancy for the group Transferable 0 Image item_spyglass.tga ExcludeCultures mesoamerican Description spyglass_desc EffectsDescription spyglass_effects_desc Effect LineOfSight 2Code:Trigger standard_of_mohammed_killed_anc_trigger WhenToTest PostBattle Condition Attribute Piety > 3 and WonBattle and not FactionReligion pagan and GeneralWithAncKilled standard_of_mohammed and not HasAncType group_name AcquireAncillary standard_of_mohammed chance 10
So in this example, the spyglass will get replaced by the standard when the triggers for the standard have been met?
A second question I have concerns buildings as an ancillary requirement. Here is the description for the ancillary of falconer:
And here is the trigger for it:Spoiler Alert, click show to read:
Will this still be a valid trigger even after farms +3 are built? Or should I just make the trigger farms +3 from the start?Spoiler Alert, click show to read:
The anc and it's trigger was meant as an example to showcase the use of groupings. In your anc description you have excluded the hawker anc and two cultures and then set more conditions in the trigger (culture ones are duplicated).
Your's is a relatively simple anc - it does not exclude a groupname, merely one particular anc (hawker).
The >= farms+2 stipulates that this building level (=) or any higher (>) one [of this tree] must be present. No need to make another trigger.
Thank you for your assistance in answering these questions.
Last edited by MIKE GOLF; October 25, 2012 at 04:43 AM.
I've been banging my head into a wall for a few hours already.
You can see how I set up my ancillary files in this picture:
See next post--->
See next post ->>>
Yeah, it won't let me put words in the same post as the picture; I have no ideal what words are banned.
So as you can see, I can't get anything to pop up in ancillary box...