Results 1 to 9 of 9

Thread: CTD

  1. #1

    Default CTD

    Ok i installed in "J:\Program Files\The Creative Assembly\Rome - Total War"

    It was SALVARO's(dont know his name) download and when it finished installing, i went to change the shortcut but it didnt have a RG subfolder thing in the target or start in section. It was how it was supposed to be, but when i started it, it went fine, the menu had Res Getae behind it and all. But then i went in the campaign to play as the julii it CTD.
    Whats wrong?

  2. #2

    Default Re: CTD

    Please take a screenshot of the shortcut properties and also look for the RG folder in your hard drive. With this info, perhaps I might be able to help you.

  3. #3

    Default Re: CTD

    FIXED
    Had to install it again

  4. #4

    Default Re: CTD

    Great! Hope that you enjoy the mod.

  5. #5

    Default Re: CTD

    Quote Originally Posted by Salvor Hardin View Post
    Great! Hope that you enjoy the mod.
    Im enjoying it alot but when i recruited the general kind of weak, can i change the full army listing to 2 Equites extrdonariii or something with, 5 hastati, 5 principes, 3 triarii, 2 velites, slingers or archers when i recruit a general?

  6. #6

    Default Re: CTD

    Yes, you can. But this means changing the script file, for which I should give you more detailed informations if you are really interested.

  7. #7

    Default Re: CTD

    Yes, please i would like you to teach me.

  8. #8

    Default Re: CTD

    OK, firstly you will need to open the file RGBS, that is placed in RG\data\scripts\show_me

    Look for "Scipion Legions" Under it you will see this:

    Code:
    monitor_event UnitTrained FactionType romans_julii
    and TrainedUnitCategory cavalry
    and SettlementName Arretium
    and I_TurnNumber < 226
    
    spawn_army
    faction romans_julii
    character Secundus, general, command 0, influence 0, management 0, subterfuge 0, age 20, x 80, y 87
    unit roman light cavalry, exp 0 armour 0 weapon_lvl 0
    unit roman hastati, exp 0 armour 0 weapon_lvl 0
    unit roman hastati, exp 0 armour 0 weapon_lvl 0
    unit roman hastati, exp 0 armour 0 weapon_lvl 0
    unit roman princeps, exp 0 armour 0 weapon_lvl 0
    unit roman princeps, exp 0 armour 0 weapon_lvl 0
    unit roman princeps, exp 0 armour 0 weapon_lvl 0
    unit roman princeps, exp 0 armour 0 weapon_lvl 0
    unit roman triarii, exp 1 armour 0 weapon_lvl 0
    unit roman triarii, exp 1 armour 0 weapon_lvl 0
    unit roman triarii, exp 1 armour 0 weapon_lvl 0
    unit roman city militia i, exp 0 armour 0 weapon_lvl 0
    unit roman city militia i, exp 0 armour 0 weapon_lvl 0
    unit roman velite, exp 0 armour 0 weapon_lvl 0
    unit roman velite, exp 0 armour 0 weapon_lvl 0
    unit roman velite, exp 0 armour 0 weapon_lvl 0
    unit roman slinger, exp 0 armour 0 weapon_lvl 0
    unit pedites extraordinarii, exp 0 armour 0 weapon_lvl 0
    unit equites extraordinarii, exp 0 armour 0 weapon_lvl 0
    end
    console_command add_population Arretium -2000
    console_command add_money romans_julii, -8110
    end_monitor
    This is the script for the julii faction, if you are playing the brutii (valerii) or the cornelii, look below for their script text

    Now, just change the spawning army composition to whatever you want, by copying/pasting the units. Just try not to pass the 20 unit limit. Otherwise the game will crash.

  9. #9

    Default Re: CTD

    Thank you very much Salvor Hardin +rep

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •