oh thx i already had a few of those while trying warhammer mod :p
oh thx i already had a few of those while trying warhammer mod :p
"Nearly all men can stand adversity, but if you want to test a man´s character give him power"
-Abraham Lincoln
Ok I hope this helps with your CTD problems.
First off while sometimes it is needed to edit the Rebel file, in this case its not.
There are only 2 files for you to edit.
descr_strat.txt
descr_regions.txt
descr_strat.txt editing:
Lets say we are removing Macedon. First Remove the text completely under the factions playable section, DONT add to the unplayable as you will get a CTD. Remove it completely.
Second Use the find command to look for all Macedon text. Any regions you find below that have macedon must be changed. Example.
{
level large_town
region Thessalia
year_founded 0
population 3500
settlement_tax 51
plan_set default_set
faction_creator macedon
building
This would need to be changed to a faction that you still want in the game in this case we will use thrace.
{
level large_town
region Thessalia
year_founded 0
population 3500
settlement_tax 51
plan_set default_set
faction_creator thrace
building
Next you need to Remove completely the Macedon Section. Example of header is.
; ---------------------------------------------------------
; ######### >>> macedon <<< #########
; ---------------------------------------------------------
Remove everything under this heading that deals with macedon.
Next is to look for rebel armies etc that may have a subfaction leader that uses macedon. Example:
character, sub_faction macedon, Cleon, general, command 0, influence 0, management 0, subterfuge 0, age 20, , x 67, y 82
army
unit greek hoplite militia exp 1 armour 0 weapon_lvl 0
unit greek hoplite militia exp 1 armour 0 weapon_lvl 0
You would need to change this to greek_cities or some other sub_faction name that is still in the game.
The next file is the descr_regions.txt
You will need to do a find again for Macedon and change the faction that is listed for each of the provinces that use your faction that you wish to delete. Example.
Tribus_Getae
Campus_Getae
macedon
Troglodytae
131 33 38
timber, dogs, pigs
5
7
Will need to be changed to:
Tribus_Getae
Campus_Getae
thrace
Troglodytae
131 33 38
timber, dogs, pigs
5
7
Or some other faction that is still in your game.
I hope this helps, if you do the above you should get NO CTDs and should have the faction completewly removed.
Also dont forget to in properties to change your Icon command line to -show_err
This command Allows you to see an error in text in the files mentioned above.
Sincerely,
Lt_1956
Remove everything under this heading that deals with macedon.
Next is to look for rebel armies etc that may have a subfaction leader that uses macedon. Example:
character, sub_faction macedon, Cleon, general, command 0, influence 0, management 0, subterfuge 0, age 20, , x 67, y 82
army
unit greek hoplite militia exp 1 armour 0 weapon_lvl 0
unit greek hoplite militia exp 1 armour 0 weapon_lvl 0
You would need to change this to greek_cities or some other sub_faction name that is still in the game.
The next file is the descr_regions.txt
You will need to do a find again for Macedon and change the faction that is listed for each of the provinces that use your faction that you wish to delete. Example.
Tribus_Getae
Campus_Getae
macedon
Troglodytae
131 33 38
timber, dogs, pigs
5
7
Will need to be changed to:
Tribus_Getae
Campus_Getae
thrace
Troglodytae
131 33 38
timber, dogs, pigs
5
7
Or some other faction that is still in your game.
I hope this helps, if you do the above you should get NO CTDs and should have the faction completewly removed.
Also dont forget to in properties to change your Icon command line to -show_err
This command Allows you to see an error in text in the files mentioned above.
Sincerely,
Lt_1956
Bookmarks