Results 1 to 30 of 143

Thread: Post your "must-know" modding questions here!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member Senior Member Duke John's Avatar
    Join Date
    May 2003
    Location
    Netherlands
    Posts
    2,917

    Question Post your "must-know" modding questions here!

    JeromeGrasdyke was so kind these answer to our modding questions:
    Since the number of questions is not too large I've decided (in a fit of enthusiasm) to answer all of them, so here they are:

    Assuming there are individual unit speeds, where are they found?

    The unit speeds are affected by a number of factors. The main one is the animations; you may already have noticed that the 'fast' skeletons contain many of the same animations as the none-fast ones, just different, sped-up locomotion anims. A second factor is the ground type modifier - these are stored in the descr_battle_map_movement_modifiers.txt file, but will cause the soldiers to 'slide' around when applied, so it's best to keep their influence to the minimum required. So, there are no individual unit speeds as such, but it is possible to create their appearance by adding new animations.

    Where can we find the Marian Reform trigger (and can it be changed from the Imperial Palace)? Can we change the population limits for settlements so that they happen later?

    The Marian Reforms are triggered by the first non-Senate faction to build an Imperial Palace, and this is hard-coded. We are planning to add a date limit as well in the v1.2 patch to make sure it does not occur too early. The population limits are also hard-coded, although you could attempt to decrease the rate of population growth by reducing farming and other growth bonusses (this will have substantial knock-on effects for the game balance, so watch out).

    Is it possible to create a new faction/rename an existing one, and if so how?

    It is possible, but it will be a lot of work. There are many things which go into the look of a coherent faction: names lists, banners, tech tree entries and their descriptions, unit lists, correctly-coloured unit models, and so on. Covering all of this in detail is beyond the scope of a simple question, but all the conversions from a faction tag into the code's internal identifiers run through the same code, and so if you wanted to change the Julian Romans into something else, you could do a search for 'romans_julii' and be reasonably certain that you've caught all instances where the faction is directly referred to. You'll see these faction tags all over the text files, so I won't list them here. Unfortunately, there may be places where it is implicit; none come to mind, but any sequences of numbers or properties in sets of 21 would be suspicious. There will be some trial-and-error involved...

    Is there a way to turn off the Fog of War so that playtesting sweeping mod changes is easier?

    Yes. Open up your preferences.txt file and change the FOG_OF_WAR setting to FALSE. Alternatively, there is a 'toggle_fow' command available as a cheat through RomeShell.

    With a tool already out to allow us to poke around in the files, it looks like the unit data stuff and the textures are straight-forward enough..but what about the 3D files ? Is there going to be a way to mod them?

    We're still considering various ways to approach this - no decision has yet been made.

    Can new units be added to increase the number of unit choices available, or are there limits as there were with the MTW ones?

    The game supports a maximum of 300 units.

    Is the campaign map a full 3D object or a 2D image of one? What about .rwm files?

    The campaign map is a full 3D object, and is mostly built out of geographical heightfield data, with models merged into the map at the places where there are mountains to give the visual appeal a bit of extra 'oomph'. The RWM file contains this data and quite a few other 'layers' such as a climate map, a ground type map, a region map and a feature map.

    Could you give us an idea of what kind of modding support CA are planning? Really just an outline ie. are they going to release a modding guide or will there be a set of tools available too? I'm interested in creating a Japanese/fantasy mod but it would require model editing ability (rather than simple texture adjusting).

    We will be releasing a battle editor (which also includes an integrated terrain editor) for generating stand-alone battles with a future patch, and also a rough modding guide which may be added to over time as people run into problems. Other tools, such as the sprite generator or some of the Excel spreadsheets, may be released after a while; again, no decision has yet been made on this.

    Can we mod individual (turning) speeds?

    No. They are hard-coded.

    Is there a list of console commands / command-line options available anywhere?

    Not as yet. These will probably be included in the modding guide.

    How does the Academy bonus work?

    The Academy generates ancillaries for characters which are inside a settlement which contains an Academy. If you examine export_descr_ancillaries.txt you will be able to spot them, together with a lot of other ancillaries which are linked to the presence of buildings.

    Can we add new campaigns without adding a new installation of Rome?

    There is a mechanism for this, however it is not yet ready for prime time. It will be exposed in a future patch and detailed in the guide.
    Last edited by Duke John; 10-07-2004 at 12:01.

  2. #2

    Default Re: Post your "must-know" modding questions here!

    --------------------------------------------------------------------------------

    I was wondering how to mod the cavalry turn/wheel factor. To me, it seems cavalry can turn on a time and reverse/change direction. Infantry seems to rotate formation in a reasonable manner. I just not happy with cavalry formation turns. I know we use to be able to change the turn rates in MTW. Can we mod this factor in RTW, in particular for cavalry?

    DJ: Added
    Last edited by Duke John; 10-05-2004 at 19:32.

  3. #3
    EB insanity coordinator Senior Member khelvan's Avatar
    Join Date
    Sep 2002
    Location
    Oakland, CA
    Posts
    8,449

    Default Re: Post your "must-know" modding questions here!

    Is there a debug routine that we can turn on, to determine where the crashes come from?

    DJ: See post #4
    Last edited by Duke John; 10-06-2004 at 09:43.
    Cogita tute


  4. #4
    Unfrequent Visitor Member tombom's Avatar
    Join Date
    Dec 2003
    Location
    England
    Posts
    257

    Default Re: Post your "must-know" modding questions here!

    I'll back modding tools. And what other modding support is included. Jerome said that there was a way to get around the fact that changed files will be incompatible in MP but that it wasn't ready. And I'd also like to know if "modding tools" covers a tool to create a map, which seems to have been compiled from the tga files.

    And -show_errs on the command line shows errors when you exit.
    Last edited by tombom; 10-05-2004 at 20:28.
    caesar44 is having a system failure Claudius. He no longer has a head, on the count of it exploding. - Wonderland in this thread

  5. #5
    EB insanity coordinator Senior Member khelvan's Avatar
    Join Date
    Sep 2002
    Location
    Oakland, CA
    Posts
    8,449

    Default Re: Post your "must-know" modding questions here!

    Thanks, is there a list of command line and/or console commands anywhere?

    DJ: Added
    Last edited by Duke John; 10-06-2004 at 09:43.
    Cogita tute


  6. #6
    Scruffy Looking Nerf Herder Member Steppe Merc's Avatar
    Join Date
    Mar 2004
    Location
    New Jersey, USA
    Posts
    7,907

    Default Re: Post your "must-know" modding questions here!

    Can we make the troops hold their weapons differently as it is now? Can the pikemen be made to hold their pikes correctly with two hands, and the heavy lancers hold their kontos with two hands, are are we forced into one hand to hold the spear/pike?

    DJ: This can be done if we can add new animations and that question is already included.
    Last edited by Duke John; 10-06-2004 at 09:45.

    "But if you should fall you fall alone,
    If you should stand then who's to guide you?
    If I knew the way I would take you home."
    Grateful Dead, "Ripple"

  7. #7
    Boondock Saint Senior Member The Blind King of Bohemia's Avatar
    Join Date
    Feb 2003
    Location
    England
    Posts
    4,294

    Default Re: Post your "must-know" modding questions here!

    If there are multiple weapons in a texture how can we determine which one the unit uses? (This is probably relevant to the CAS files, so it may count as the same question as DJ's)

    DJ: Indeed. The weapon is likely included with the model. When switching weapons the model is also switched and also a different set of animations. At the moment we can't change weapons so we need to add animations and models and that question is already asked.
    Last edited by Duke John; 10-06-2004 at 09:48.

  8. #8

    Default Re: Post your "must-know" modding questions here!

    Academic Building Question: The descriptions of the academic buildings imply that they should improve the starting ratings of heirs. The export_descr_buildings.txt file shows that these buildings have blank "capabilities" so their only current value is to allow other usefull buildings. I see no effect on heirs starting ratings if these buildings are present. One could mod the blank capabilities for happiness_bonus, law_bonus, and recruit_exp_bonus but this would only affect units not heirs. Is there an "heir_bonus" somewhere or is this something that will appear in the "future patch"??

    DJ: Added.

    General Mod Issue Question: Since modding RTW would involve changes across many files/directories, Does RTW have an equivalent of the MTW "Prodfiles" and other similiar command lines?? Or are mod-ers going to be limited to having a duplicate RTW installation for each mod set?? For example, it would be nice if all mod files could reside in a single directory such as data\world\maps\campaign\My-Mod_campaign.

    DJ: Question has been added. On a side note, by chance I copied the Imperial campmap directory. And then I noticed in the main menu that a new item appeared in which I could select "Copy of Imperial Campaign".

    Command shell Question: Has anyone found or figured out if there is a "toggle_xxxx" command that will turn off the startup intro so that RTW pops right into the main menu?? This would make mod-testing so much easier and save hours of looking at the soundblaster plug.

    DJ: See post #12

    TIA for any answers or conjectures.
    Last edited by Duke John; 10-06-2004 at 09:54.

  9. #9
    Senior Member Senior Member Jambo's Avatar
    Join Date
    Jul 2002
    Location
    Athens of the North, Scotland
    Posts
    712

    Default Re: Post your "must-know" modding questions here!

    I'd like to know whether it's possible to mod the population requirement that causes the increase to a settlement's level, i.e. 2,000, 6,000, 12,000, 24,000.

    Cheers

    DJ: Added. But I can't find it, so most probably not.
    Last edited by Duke John; 10-06-2004 at 10:03.
    =MizuDoc Otomo=

  10. #10
    Senior Member Senior Member Duke John's Avatar
    Join Date
    May 2003
    Location
    Netherlands
    Posts
    2,917

    Default Re: Post your "must-know" modding questions here!

    I have added most of the questions. See the blue comments in your post.

    To all
    Please post questions that we are most likely unable to discover ourselves. For example the questions about changing events or population requirements are some that we can answer ourselves if we look through the files. If there no entries then it's not moddable.
    For example the question about command line/ console commands is a good one since there is no way we can discover that ourselves. If there are too many questions then I will pick the ones that are asked with the above in mind.

    Perhaps we can make a new post in the future where we ask the developers to uncode some things and make the moddable. This has been done in the past with the M:TW projectile files. And the VI expansion allowed us to add multiple campaigns.

    Cheers, Duke John

  11. #11

    Default Re: Post your "must-know" modding questions here!

    How can we edit terrain and other overlay effects, like climate, map surface and things like that.

    I tried to modify the map_heights.tga, which has the same surface features as heightmap as the campaign map in game, but it wont change anything. Next I compiled a new .hgt file, a heightmap file, from a modified heights.tga and did the same for the .rwm file (rome world map?) but when I loaded the game, I was still the default campaign map.

    So, where can we modify campaihn map terrain and import elevation data to create custom terrain?

    Belonging to the above: Can i create new regions, if I create a new color on the regions.tga (as the regions seem to be stored as unique RGB fields), add a black dot for the settlement and paint it onto an existing region? (modifying a few of those settlement and region text files too)

    The same question concerning rivers: Is there a way, to simply PAINT the new rivers in the appropriate file in the base folder? I noticed that all rivers are dark blue, the background black and forable places white.
    Will these .tgs tell the engine to create terrain features from existing art work?

    mfg

    Lance, trying to edit the terrain

  12. #12
    Nec Pluribus Impar Member SwordsMaster's Avatar
    Join Date
    Mar 2004
    Location
    Texas
    Posts
    3,519
    Blog Entries
    1

    Default Re: Post your "must-know" modding questions here!

    Can we mod in firearms?

    Cheers
    Managing perceptions goes hand in hand with managing expectations - Masamune

    Pie is merely the power of the state intruding into the private lives of the working class. - Beirut

  13. #13
    Senior Member Senior Member Jambo's Avatar
    Join Date
    Jul 2002
    Location
    Athens of the North, Scotland
    Posts
    712

    Default Re: Post your "must-know" modding questions here!

    Another question:

    Is it possible to mod the difficulty level settings for battle and campaign map AI, and mod the AI's tendency to purchase buildings/units? For example the AI never seems to build an assassin.

    Cheers
    =MizuDoc Otomo=

  14. #14
    CA CA JeromeGrasdyke's Avatar
    Join Date
    Dec 2002
    Location
    At a new top-secret (non-CA) location, surrounded by lots of steel and glass, high atriums, hordes of lovely marketing ladies, and with a new and spacious desk with plenty of room for body-moving.
    Posts
    257

    Default The Answers

    Since the number of questions is not too large I've decided (in a fit of enthusiasm) to answer all of them, so here they are:

    Assuming there are individual unit speeds, where are they found?

    The unit speeds are affected by a number of factors. The main one is the animations; you may already have noticed that the 'fast' skeletons contain many of the same animations as the none-fast ones, just different, sped-up locomotion anims. A second factor is the ground type modifier - these are stored in the descr_battle_map_movement_modifiers.txt file, but will cause the soldiers to 'slide' around when applied, so it's best to keep their influence to the minimum required. So, there are no individual unit speeds as such, but it is possible to create their appearance by adding new animations.

    Where can we find the Marian Reform trigger (and can it be changed from the Imperial Palace)? Can we change the population limits for settlements so that they happen later?

    The Marian Reforms are triggered by the first non-Senate faction to build an Imperial Palace, and this is hard-coded. We are planning to add a date limit as well in the v1.2 patch to make sure it does not occur too early. The population limits are also hard-coded, although you could attempt to decrease the rate of population growth by reducing farming and other growth bonusses (this will have substantial knock-on effects for the game balance, so watch out).

    Is it possible to create a new faction/rename an existing one, and if so how?

    It is possible, but it will be a lot of work. There are many things which go into the look of a coherent faction: names lists, banners, tech tree entries and their descriptions, unit lists, correctly-coloured unit models, and so on. Covering all of this in detail is beyond the scope of a simple question, but all the conversions from a faction tag into the code's internal identifiers run through the same code, and so if you wanted to change the Julian Romans into something else, you could do a search for 'romans_julii' and be reasonably certain that you've caught all instances where the faction is directly referred to. You'll see these faction tags all over the text files, so I won't list them here. Unfortunately, there may be places where it is implicit; none come to mind, but any sequences of numbers or properties in sets of 21 would be suspicious. There will be some trial-and-error involved...

    Is there a way to turn off the Fog of War so that playtesting sweeping mod changes is easier?

    Yes. Open up your preferences.txt file and change the FOG_OF_WAR setting to FALSE. Alternatively, there is a 'toggle_fow' command available as a cheat through RomeShell.

    With a tool already out to allow us to poke around in the files, it looks like the unit data stuff and the textures are straight-forward enough..but what about the 3D files ? Is there going to be a way to mod them?

    We're still considering various ways to approach this - no decision has yet been made.

    Can new units be added to increase the number of unit choices available, or are there limits as there were with the MTW ones?

    The game supports a maximum of 300 units.

    Is the campaign map a full 3D object or a 2D image of one? What about .rwm files?

    The campaign map is a full 3D object, and is mostly built out of geographical heightfield data, with models merged into the map at the places where there are mountains to give the visual appeal a bit of extra 'oomph'. The RWM file contains this data and quite a few other 'layers' such as a climate map, a ground type map, a region map and a feature map.

    Could you give us an idea of what kind of modding support CA are planning? Really just an outline ie. are they going to release a modding guide or will there be a set of tools available too? I'm interested in creating a Japanese/fantasy mod but it would require model editing ability (rather than simple texture adjusting).

    We will be releasing a battle editor (which also includes an integrated terrain editor) for generating stand-alone battles with a future patch, and also a rough modding guide which may be added to over time as people run into problems. Other tools, such as the sprite generator or some of the Excel spreadsheets, may be released after a while; again, no decision has yet been made on this.

    Can we mod individual (turning) speeds?

    No. They are hard-coded.

    Is there a list of console commands / command-line options available anywhere?

    Not as yet. These will probably be included in the modding guide.

    How does the Academy bonus work?

    The Academy generates ancillaries for characters which are inside a settlement which contains an Academy. If you examine export_descr_ancillaries.txt you will be able to spot them, together with a lot of other ancillaries which are linked to the presence of buildings.

    Can we add new campaigns without adding a new installation of Rome?

    There is a mechanism for this, however it is not yet ready for prime time. It will be exposed in a future patch and detailed in the guide.
    "All our words are but crumbs that fall down from the feast of the mind."
    -- from 'The Prophet' by Kahlil Gibran

  15. #15
    Boondock Saint Senior Member The Blind King of Bohemia's Avatar
    Join Date
    Feb 2003
    Location
    England
    Posts
    4,294

    Default Re: Post your "must-know" modding questions here!

    Thank you for answering all the questions. Looks like many things are undecided at the minute but at least we have plenty of things to be going on with for the time being. (goes off to try adding a faction or province)

  16. #16
    Senior Member Senior Member Duke John's Avatar
    Join Date
    May 2003
    Location
    Netherlands
    Posts
    2,917

    Default Re: Post your "must-know" modding questions here!

    Thank your very much for your answers, JeromeGrasdyke

    Although we're still a bit left in the dark considering the tools, I can completely understand that just releasing company made tools isn't always the obvious thing to do. Still I would like to add that mods do sell games. Not all people might be interested in buying a roman game, but if there are fantasy, medieval or napoleonic mods with a large modding community behind it then it's a different story. At the moment we're limited to tweaking the original game and IMO that is waste of the huge potential that the engine has.

    Still many thanks

  17. #17

    Default Re: Post your "must-know" modding questions here!

    First off thank you for taking the time to help us with answering our questions. Truly appreciated. :)

    Now, on to my question:

    Many, many of us have been desperately and intensely trying to slow down the "kill rate" or rate in which combat happens. So many of us feel combat is over way too quickly and there should be more time for the fight to commence thus allowing more tactics not to mention a more "epic" feel to the battles.

    We have tried in desperation everything we can think of, or find.

    1. Kill - rate modifier (last one on the line)
    2. boosting hp's
    3. boosting defensive skill and other skills

    ... and every combination of the above we can all think of and test.
    So far everything has been a dead end because some part of what we change ends up disrupting something else in a way we can not figure out how to rebalance.

    So, I (we) ask of you, please, can you help us?

    What is the way in which we can prolong the melee combat experience without or with minimal disruption of the balance of the units and the game itself?

    Several of us are also using this in combination with a 10-20% decrease in the descr_battle_map_movement_modifiers.txt file.

    Thank you very much for your time.

    Best Regards,
    Jordan Trais "AstroCat"

  18. #18
    EB insanity coordinator Senior Member khelvan's Avatar
    Join Date
    Sep 2002
    Location
    Oakland, CA
    Posts
    8,449

    Default Re: The Answers

    Quote Originally Posted by JeromeGrasdyke
    Since the number of questions is not too large I've decided (in a fit of enthusiasm) to answer all of them, so here they are:

    Assuming there are individual unit speeds, where are they found?

    The unit speeds are affected by a number of factors. The main one is the animations; you may already have noticed that the 'fast' skeletons contain many of the same animations as the none-fast ones, just different, sped-up locomotion anims. A second factor is the ground type modifier - these are stored in the descr_battle_map_movement_modifiers.txt file, but will cause the soldiers to 'slide' around when applied, so it's best to keep their influence to the minimum required. So, there are no individual unit speeds as such, but it is possible to create their appearance by adding new animations.
    Thank you for your answers!

    So, if I am reading this correctly, you are saying that the unit animations can actually increase or decrease not how quickly the unit -appears- to move, but rather how quickly the unit -actually- moves? By "move" I do not mean the movement of limbs, but rather the actual distance travelled over the same amount of time.

    Thanks,

    -khel
    Cogita tute


  19. #19
    Scruffy Looking Nerf Herder Member Steppe Merc's Avatar
    Join Date
    Mar 2004
    Location
    New Jersey, USA
    Posts
    7,907

    Default Re: Post your "must-know" modding questions here!

    The game supports a maximum of 300 units.
    Noo....

    "But if you should fall you fall alone,
    If you should stand then who's to guide you?
    If I knew the way I would take you home."
    Grateful Dead, "Ripple"

  20. #20

    Default Re: Unit size.

    I might be speaking out of school, but I was wondering how I can change the unit sizes. Even at Huge 160 men will not do it. At least 200 men per unit max would be feasable to me. How could that unit size number be changed? I tried to do it in preferences file, but it changes back to 160. I guess it won't work. Any help will be greatly appreciated. Cheers!

  21. #21
    Alienated Senior Member Member Red Harvest's Avatar
    Join Date
    Jan 2003
    Location
    Searching for the ORG's lost honor
    Posts
    4,657

    Default Re: Post your "must-know" modding questions here!

    Thanks for the responses! Don't know if there will be an opportunity for future questions, but I'm curious about the following:

    1. Spears/pikes vs. cav. We are seeing some odd effects where spear units don't seem to do that well vs. cav. (compared to sword infantry), and horses jump over phalangites, etc. Where should this be adjusted (file and stat), and is it working as intended by CA?

    2. Missile stats and units. Is there some factor for reducing missile effectiveness at extreme range? I'm not seeing much loss of accuracy/killing power at range and would like to tone it down for the "elite" units. I realize the missile attack rating can be lowered, but what about accuracy/penetration vs. distance?

    Thanks again.
    Rome Total War, it's not a game, it's a do-it-yourself project.

  22. #22
    Savior of Peasant Phill Member Silver Rusher's Avatar
    Join Date
    Aug 2004
    Location
    Get off mah propertay!
    Posts
    2,072

    Default Re: Post your "must-know" modding questions here!

    I'm not sure if this has been answered already, but will it be possible to allow a starting faction to be a protectorate of another faction, or, like in the sons of mars campaign at the beginning, have factions with no lands but simply having armies marching around to create an RPG element before they gain lands?
    THE GODFATHER, PART 2
    The Thread

  23. #23
    Member Member AFM984's Avatar
    Join Date
    Sep 2004
    Location
    The Middle of the Desert, AKA KSA
    Posts
    45

    Question Re: Post your "must-know" modding questions here!

    I'm sorry if my quistion is not important but, I read that the max no. for unit scale is 256, my quistion is: Can the number of units a player controls in a battle be increased, & if so How? because 20 units is a bit small & the ai commands your troops for you, which is very frustrating.

    Again, I thank you & appologize if my Question has been asked.

  24. #24
    Modding Godfather Member Vercingetorix's Avatar
    Join Date
    Oct 2004
    Location
    I am but a figment of your imagination
    Posts
    453

    Default Re: Post your "must-know" modding questions here!

    I don't have a question but I must say 3 cheers for Jerome, our diplomat to CA
    I have found God.

  25. #25
    Alienated Senior Member Member Red Harvest's Avatar
    Join Date
    Jan 2003
    Location
    Searching for the ORG's lost honor
    Posts
    4,657

    Default Re: Post your "must-know" modding questions here!

    Is there a way to influence what factions should "naturally" want to ally with one another? We've got some threads going about how the game approaches building, and subjugation, but not interfaction relations. I'm thinking primarily of Numidia + Carthage that always seem to be at war, making for a Roman walkover of Carthage.
    Rome Total War, it's not a game, it's a do-it-yourself project.

  26. #26
    Hail Caesar! Member Nerouin's Avatar
    Join Date
    Aug 2004
    Location
    Colorado, USA
    Posts
    345

    Default Re: Post your "must-know" modding questions here!

    Is it possible to make units available to factions to which they were not originally allotted? I.e. I've been trying to give the Greeks some more cavalry options, but adjusting the export_desc_buildings file causes an immediate CTD before the Activision video.
    "That's right- none of you Americans smoke anymore. You all live long, dull, uninteresting lives."

  27. #27
    Member Member the_holy_knight's Avatar
    Join Date
    Dec 2003
    Location
    In Medieval England
    Posts
    35

    Default Re: Post your "must-know" modding questions here!

    Hi Duke John I hope you can answer my question as you do textures in paint shop pro.
    How do you do it? I downloaded the plug ins from nvidia but it says in the instructions that I need some files that I have to put in windows/system32, any idea on where to get these?
    Thnx in advance
    MTW:VI & RTW owner. Wannabe modder but can't even get names changed :( . All is appreciated. Let the carthaginian navy be your destruction.

  28. #28

    Question Re: Post your "must-know" modding questions here!

    Can new units be added to increase the number of unit choices available, or are there limits as there were with the MTW ones?

    The game supports a maximum of 300 units.


    My question is how do i cange the number of units?????
    I got to know!

  29. #29

    Default Re: Post your "must-know" modding questions here!

    is it possible to mod wedge formation for infantry ?.

    i just seen a documentary about queen Boudica.

    in it they showed how the roman infantry used the wedge formation
    it resembled one big wood saw it looked like they used the RTW engine.

    i tried adding wedge to the unit txt did'nt work

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