how do i make all factions start with good relations to the pope and if possible slow down or keep the same rate or 'crosess''
how do i make all factions start with good relations to the pope and if possible slow down or keep the same rate or 'crosess''
to catch a fish,so juicy sweeeeeet
Descr_strat.txt file is what you want.
Open it and scroll down to the bottom of the file and change it to something like this:-
Code:faction_standings papal_states, 1.0 englandWhere 1.0= means perfect relationsCode:faction_standings england, 1.0 papal_states
And min max lies from -1.0 to 1.0.
Yes in the campaign_script.txt file you put this script for eg:-
^Though i'm not 100% certain about this so don't quote me on this.Code:monitor_event FactionTurnStart FactionType england set_faction_standing Papal_States England 1.0 set_faction_standing England Papal_States 1.0 end_monitor
Good Luck!![]()
101% certain.
Code:monitor_event FactionTurnStart FactionType england set_faction_standing england papal_states 1.0 end_monitor
Lol thanks TNZ for taking a look in to it +rep.![]()
The first line is the important one, the second one isn't necessary (but makes sense to put it)set_faction_standing Papal_States England 1.0 ;the pope loves you
set_faction_standing England Papal_States 1.0 ;you love the pope
Is it possible to put 2 fraction in a permament war?
I set in Descr_strat that two fractions have minimal relations (-1.0) and a war from the beginning but they still sign peace after few turns.
Is it possible to fix it?
Yes about a script:
I'm not sure about the AtWar here: Maybe the command is different...Code:monitor_event FactionTurnStart FactionType england and DiplomaticStanceFromFaction france = neutral console_command diplomatic_stance england france AtWar end_monitor
Code:console_command diplomatic_stance england france AtWar
ok i was able to make the pope love me initially but not keep the crosses at the top with those scripts above.
i pasted them at the bottom just before end script but nothing.
crosses still vanish after attacks etc
Last edited by rageallday; November 01, 2010 at 04:09 PM.
to catch a fish,so juicy sweeeeeet
very close, correct is :
console_command diplomatic_stance england france, war
This monitor will keep england in top favor with the papal states, note the sequence of the faction names
monitor_event FactionTurnStart FactionType england
set_faction_standing papal_states england 1.0
end_monitor
Gig i used a small script for fake kalmar union in my mod and used this command to make relations good for Norway and Denmark.
I used the command like this in it:-
^And it didn't workedCode:set_faction_standing papal_states england 1.0
And then used:-
And it worked and i'm not sure was something wrong in my script prior to that or this was the reason but mainly in all the conditions and event there is no need of using a capital letter.Code:set_faction_standing Papal_states England 1.0
But i'm not sure about this when using this command though it works but i din't checked without caps again.![]()
I don't think it was the capitalization, in the end the factions are not capitalized in the descr_sm_factions. And that's where the script get the names from.
From looking at some of the events (eg GeneralCaptureSettlement) it appears as if the script is sensitive, I vaguely (getting old, I know) remember an error that was purely related to capitalization of an event.
Gigantus: So the order of the faction names is important when using the ‘set_faction_standing’ command. That is good to know.
rageallday: You could try adding a new trigger to the ‘descr_faction_standing’ file, something like this might work:
You can also use the 'diplomatic_stance' command to make factions neutral towards one another or even make them allies:Spoiler Alert, click show to read:
Spoiler Alert, click show to read:
i put the trigger at the bottom of the file but the 'crosses'' still seem to vanish as time goes on..is this normal?
if this is not normal,where should i put the trigger in the file /is the trigger working.
even after adding it HRE got excommed?
Last edited by rageallday; November 03, 2010 at 12:34 AM.
to catch a fish,so juicy sweeeeeet
In which file you are putting it?
edit: hurrah working
Last edited by rageallday; November 03, 2010 at 12:46 AM.
to catch a fish,so juicy sweeeeeet