Results 1 to 10 of 10

Thread: how do delete faction in the game?

  1. #1

    Default how do delete faction in the game?

    im wornder of how to be able to delete for good with no shadows of existance, a faction like for example "MACEDON", i tried and readed several guides and tuts, but no luck only for changing names and some others like that, so if anyone knows plz im eager to learn
    "Nearly all men can stand adversity, but if you want to test a man´s character give him power"
    -Abraham Lincoln

  2. #2
    Could be your God Member Abokasee's Avatar
    Join Date
    Apr 2005
    Location
    N/A
    Posts
    1,487

    Default Re: how do delete faction in the game?

    well take down every single city they have...then send out mercanary armies to cut down any suriving family member...if the remaining family members become rebels...just leave them they wont be able to make Sons so they will die of age
    Now with transparent layers!

    Lost on the Internet? Go back to start.

  3. #3

    Default Re: how do delete faction in the game?

    so i guess theres is no way to delete a faction with only coding? like deleting or adding code to the existings texts files?
    "Nearly all men can stand adversity, but if you want to test a man´s character give him power"
    -Abraham Lincoln

  4. #4
    Not affiliated with Red Dwarf. Member Ianofsmeg16's Avatar
    Join Date
    Jan 2005
    Location
    Home of Palm trees, cats with no tails, three-legged men, fairies...and more german bikers than germany
    Posts
    1,996

    Default Re: how do delete faction in the game?

    I beleive you go into Descr_strat and give Macedon's Cities and armies to the rebels, put Macedon into the Unplayble Factions area at the top...that might not be all but its a start.

    P.s Welcome to the .org
    When I was a child
    I caught a fleeting glimpse
    Out of the corner of my eye.
    I turned to look but it was gone
    I cannot put my finger on it now
    The child is grown,
    The dream is gone.
    I have become comfortably numb...

    Proud Supporter of the Gahzette

  5. #5
    Member Member Stuie's Avatar
    Join Date
    Aug 2001
    Location
    Upper Gwynedd, PA
    Posts
    406

    Default Re: how do delete faction in the game?

    Quote Originally Posted by ian_of_smeg16
    I beleive you go into Descr_strat and give Macedon's Cities and armies to the rebels, put Macedon into the Unplayble Factions area at the top...that might not be all but its a start.

    P.s Welcome to the .org
    That's a start. After moving the Macedonian cities to the slave section of the descr_strat.txt file, you should eliminate all remaining references to Macedon in the descr_strat.txt, descr_regions.txt and descr_rebel_factions.txt. Switch them to greek_cities or some other faction that you are keeping. Otherwise you may experience some unexpected CTDs down the road.

  6. #6

    Default Re: how do delete faction in the game?

    that for the imputs the welcome sim glad to form part of this community, i got the main idea ty, but what is a CTDs?
    "Nearly all men can stand adversity, but if you want to test a man´s character give him power"
    -Abraham Lincoln

  7. #7
    Not affiliated with Red Dwarf. Member Ianofsmeg16's Avatar
    Join Date
    Jan 2005
    Location
    Home of Palm trees, cats with no tails, three-legged men, fairies...and more german bikers than germany
    Posts
    1,996

    Default Re: how do delete faction in the game?

    Crash to Desktop
    When I was a child
    I caught a fleeting glimpse
    Out of the corner of my eye.
    I turned to look but it was gone
    I cannot put my finger on it now
    The child is grown,
    The dream is gone.
    I have become comfortably numb...

    Proud Supporter of the Gahzette

  8. #8

    Default Re: how do delete faction in the game?

    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

  9. #9

    Default Re: how do delete faction in the game?

    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
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  10. #10

    Default Re: how do delete faction in the game?

    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
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO