Desc_Strat mod do not work?!
I tried to start a campaing with the Russians using the desc_strat tip from rome total war but it seems to no work at all! When I start the campaing it backs to a copy of the main screen with a weird "back" at the bottom!
Someone has any idea how to make it work!?
Re: Desc_Strat mod do not work?!
hmm, nobody tried!?
Plz ppl, modders... gimme a hand!
Re: Desc_Strat mod do not work?!
How does that "weird back" look like?
Re: Desc_Strat mod do not work?!
Quote:
Originally Posted by hoetje
How does that "weird back" look like?
Looks like a regular back button, but it appears in the main screen!
Re: Desc_Strat mod do not work?!
Modding questions belong in the modding forum.
Re: Desc_Strat mod do not work?!
Quoted from ER:
Quote:
Originally Posted by Epistolary Richard
Unlocking all unlockable factions
Hey, I know it wasn’t hard in Rome – but now it’s even easier. Just add the following to you cfg file:
[misc]
unlock_campaign = true
Edit: econ, this should be in the Learn to Mod->Modding questions forum
Re: Desc_Strat mod do not work?!
wht CFG file is this?! I just found the medieval2.preference.cfg in my games folder!!!!
Re: Desc_Strat mod do not work?!
Re: Desc_Strat mod do not work?!
Moved from Mod Chat to modding questions.
Re: Desc_Strat mod do not work?!
I made a simple change to descr_strat to unlock the unlockable factions (not the unplayable factions).
The beginning of descr_strat should be changed to this for it to work:
Code:
campaign imperial_campaign
playable
england
france
hre
spain
venice
sicily
milan
scotland
byzantium
russia
moors
turks
egypt
denmark
portugal
poland
hungary
end
unlockable
end
nonplayable
papal_states
aztecs
mongols
timurids
slave
end
Its pretty simple as you can see, just got to make sure you don't upset the position of the code lines (eg. nonplayable, end).
Foot
Re: Desc_Strat mod do not work?!
I tried to do that and it said "File has read only attributes"
Thoughts?
Re: Desc_Strat mod do not work?!
Re: Desc_Strat mod do not work?!
Right-Click the file and unflag the write-only option :inquisitive:
Re: Desc_Strat mod do not work?!
Quote:
Originally Posted by alpaca
Right-Click the file and unflag the write-only option :inquisitive:
I take it you mean the read-only option.That's what i did too.Don't remember having to do that with RTW now that i think of it.
Re: Desc_Strat mod do not work?!
Quote:
Originally Posted by Spartiate
I take it you mean the read-only option.That's what i did too.Don't remember having to do that with RTW now that i think of it.
No no, I definitely meant the write-only option. Definitely. :inquisitive:
After all the file is written onto the screen and not read from the keyboard, isn't it?
Re: Desc_Strat mod do not work?!
Spartiate
In the properties section you are correct the 2 attributes boxes say 'Read only' and the other says 'hidden'.
Just uncheck the read only and you can save depending on what else you want to do you may want to do this for the whole folder anyway.
If you opt to use the 'medieval2.preference.cfg' then it is best to cretae your own version and use a .bat file to launch. I found that by just amending the above file it works once and then the game over rides it so the following time you start the game you have to amend it (probably not an issue if you've saved a game and carrying on but definately an issue if you've added other commands).
Re: Desc_Strat mod do not work?!
Look in the system.log at the bottom, it will tell you the error. Editing the descr_strat is not to difficult, I have almost finished implimenting a new map for my mod. Just stuck at the moment with one error I dont understand.
Re: Desc_Strat mod do not work?!
what he probably did wrong was made all the factions available, cos the mongols and timurids are emergent factions, and aztecs are frozen.