Yeah sorry messed up the monitor_end when added the teutonic order, is quite easy to fix though
go to "...\SS6.3\data\campaign\sub\VivaLaRebelion\" open "
rebellionscript.txt" with any notepad, you can press
Ctrl+G and type in box that opens this number
13023, that will take you to the culprit code lines which should be these marked in
red:
Code:
set_counter nicosia_riot 0 set_counter jerusalem_emerge 5
end_if
set_counter faction_emerge_id 0
end_monitor
;Teutonic Order
if I_CompareCounter faction_emerge_id = 25
if I_CompareCounter riga_riot = 0
just remove them and now should looks like this:
Code:
set_counter nicosia_riot 0 set_counter jerusalem_emerge 5
end_if
;Teutonic Order
if I_CompareCounter faction_emerge_id = 25
if I_CompareCounter riga_riot = 0
save and close the file.
now you must run the ss_setup.exe and done script fixed.
or you can skip this and go to...
1st Post Link Updated with fix, sorry again xD should have tested the script properly before uploading it.