Page 1 of 2 12 LastLast
Results 1 to 30 of 45

Thread: -mod switch in BI

  1. #1
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default -mod switch in BI

    You know the switch that makes it easy to start different mods from different folders.
    Developers said it got improved in BI.

    But when I try to make some mini-mod this way and use -mod swtich, it starts original RTW which crashes afterwards (due to imcompatile BI files I used).

    I suspect it's beacuse to doesn't look in BI folder at all only in my mini-mod plus original RTW files.

    When I put -mod:bi it starts unmoded BI flawlessly.
    But with -mod:minimod it starts RTW (instead of BI) and then crashes afterwards.

    Help?
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  2. #2
    CeltiberoRamiroI Member Monkwarrior's Avatar
    Join Date
    Apr 2004
    Location
    Salduie/Caesaraugusta/ Sarakusta/Saragossa
    Posts
    828

    Default Re: -mod switch in BI

    One possibility is to use another type of mod switcher. I've just read this:
    http://www.twcenter.net/forums/showthread.php?t=34559

    I haven't tested yet, but if this works it would be easier than the ModSwitcher as it doesn't require any .rmd file.

  3. #3
    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 Re: -mod switch in BI

    This is because the fallback directory for the BI exe (version 1.4) is the Rome dataset. This should allow you to make Rome mods which incorporate BI features, although you will want to keep in mind that not all BI features will be available in the 1.3 exe.

    That means that when you're making a mod this way, you're always starting from the Rome dataset, rather than the BI one. If you wanted to make a BI mod which leaves the original BI untouched you could write a little installer which made a copy of the BI directory, renamed it to 'minimod', then installed your extra changed files into it and added a program shortcut to the base directory called "Minimod" which starts rometw-bi.exe with '-mod:minimod' on the command line.

    It may sound a little confusing at first, but I'm sure people will get the hang of it.
    "All our words are but crumbs that fall down from the feast of the mind."
    -- from 'The Prophet' by Kahlil Gibran

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

    Default Re: -mod switch in BI

    Quote Originally Posted by JeromeGrasdyke
    That means that when you're making a mod this way, you're always starting from the Rome dataset, rather than the BI one. If you wanted to make a BI mod which leaves the original BI untouched you could write a little installer which made a copy of the BI directory, renamed it to 'minimod', then installed your extra changed files into it and added a program shortcut to the base directory called "Minimod" which starts rometw-bi.exe with '-mod:minimod' on the command line.
    Problem is, that's not working. I made an exact copy of the bi folder and changed nothing, created a new shortcut with -mod:bicopy on the command line, and I get an error:

    "Script Error in bicopy/data/descr_items.txt, at line 15, column 9.
    include file not found in data/descr_items/:'di_spot_items.txt'"

    Considering I changed absolutely nothing, just made a straight copy, that seems a bit problematic.
    Last edited by Stuie; 10-06-2005 at 17:59.

  5. #5
    aka AggonyAdherbal Member Lord Adherbal's Avatar
    Join Date
    Oct 2004
    Location
    Belgium
    Posts
    1,014

    Default Re: -mod switch in BI

    maybe you've missed descr_items.db ? I think that filetype is invisible if you have system files turned invisible, so you might have missed it if you copied all visible files and not the entire folder.
    Member of The Lordz Games Studio:
    A new game development studio focusing on historical RTS games of the sword & musket era
    http://www.thelordzgamesstudio.com

    Member of The Lordz Modding Collective:
    Creators of Napoleonic Total War I & II
    http://www.thelordz.co.uk

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

    Default Re: -mod switch in BI

    Quote Originally Posted by [cF]Adherbal
    maybe you've missed descr_items.db ? I think that filetype is invisible if you have system files turned invisible, so you might have missed it if you copied all visible files and not the entire folder.
    Nope - it's in there. Are you saying you tried this and it works for you?

  7. #7
    aka AggonyAdherbal Member Lord Adherbal's Avatar
    Join Date
    Oct 2004
    Location
    Belgium
    Posts
    1,014

    Default Re: -mod switch in BI

    no, just making sure. I just got BI today
    Member of The Lordz Games Studio:
    A new game development studio focusing on historical RTS games of the sword & musket era
    http://www.thelordzgamesstudio.com

    Member of The Lordz Modding Collective:
    Creators of Napoleonic Total War I & II
    http://www.thelordz.co.uk

  8. #8
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: -mod switch in BI

    Quote Originally Posted by JeromeGrasdyke
    This is because the fallback directory for the BI exe (version 1.4) is the Rome dataset. This should allow you to make Rome mods which incorporate BI features, although you will want to keep in mind that not all BI features will be available in the 1.3 exe.

    That means that when you're making a mod this way, you're always starting from the Rome dataset, rather than the BI one. If you wanted to make a BI mod which leaves the original BI untouched you could write a little installer which made a copy of the BI directory, renamed it to 'minimod', then installed your extra changed files into it and added a program shortcut to the base directory called "Minimod" which starts rometw-bi.exe with '-mod:minimod' on the command line.

    It may sound a little confusing at first, but I'm sure people will get the hang of it.

    I understand this completly.
    It is what I feared though. :(

    In such case, I would need 600MB of space for any such mod, making it again not so useful for popular moding (like some bug-fixer that changes a few text file).

    Any chance of making "double fallback switch" for next patch. Would be great.

    Look in minimod folder, if not there look in BI folder if BI-exe is used, if not there either look in original RTW data folder.

    Something similar is used in Civilization3: Conquest expansion.

    Look particular conquest folder, if not there look for expansion folder, if not there look for earlier "play the world" expansion folder, if not there look original Civ3 folder.
    Last edited by player1; 10-06-2005 at 19:48.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  9. #9
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: -mod switch in BI

    data files should be put in minimod\data folder, by the way, not just minimod folder.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  10. #10

    Default Re: -mod switch in BI

    Besides that Custom Battles will not work with the -mod: switch You can copy info and make a small mod that will load but using all the data from the vanilla the custom battles dont work just like in rtw 1.2

    This Problem is REAL Jerome.

    Lt
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  11. #11
    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 Re: -mod switch in BI

    Quote Originally Posted by Stuie
    Nope - it's in there. Are you saying you tried this and it works for you?
    It worked for me when I tried it a minute ago... so if it doesn't on a retail build for you guys post it here and I will get someone to look at it.

    Quote Originally Posted by player1
    Any chance of making "double fallback switch" for next patch. Would be great.
    The problem is that loading speed in such a system will take a pretty severe hit. But it is something that we may look into.

    Quote Originally Posted by lt1956
    Besides that Custom Battles will not work with the -mod: switch You can copy info and make a small mod that will load but using all the data from the vanilla the custom battles dont work just like in rtw 1.2
    Chances are quite good that we will end up doing a 1.3.1/1.4.1 set of patches to fix various issues like the savegame compatbility problem. Hopefully we will be able to look at this as well.
    "All our words are but crumbs that fall down from the feast of the mind."
    -- from 'The Prophet' by Kahlil Gibran

  12. #12
    aka AggonyAdherbal Member Lord Adherbal's Avatar
    Join Date
    Oct 2004
    Location
    Belgium
    Posts
    1,014

    Default Re: -mod switch in BI

    if you make a copy of the whole BI folder and run that custom battles work fine. I tried to work from there adding my mod's export_descr_units file etc but ended up with just the same problem: custom battles won't launch :(
    Member of The Lordz Games Studio:
    A new game development studio focusing on historical RTS games of the sword & musket era
    http://www.thelordzgamesstudio.com

    Member of The Lordz Modding Collective:
    Creators of Napoleonic Total War I & II
    http://www.thelordz.co.uk

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

    Default Re: -mod switch in BI

    Can I just ask why custom battles are so important? Battle testing purposes?
    =MizuDoc Otomo=

  14. #14
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: -mod switch in BI

    Quote Originally Posted by JeromeGrasdyke
    The problem is that loading speed in such a system will take a pretty severe hit. But it is something that we may look into.
    Then please do.
    Or you could add special switch for that purpose so that unmoded game doesn't suffer.


    Anyway -mod switch really needs to work well, to be accepted in mod community as default way of making mods.

    I mean backing up originals and replaing them for every mod gets tiresome after the while (and not user friendy).
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  15. #15
    aka AggonyAdherbal Member Lord Adherbal's Avatar
    Join Date
    Oct 2004
    Location
    Belgium
    Posts
    1,014

    Default Re: -mod switch in BI

    Can I just ask why custom battles are so important? Battle testing purposes?
    well for a start it's very hard to start a mod if you can't even test whether your units work. The first step of porting a mod to BI would be getting the new units to work. But that fails so there's not much point in porting over anything else...

    and the campaign options seem to act weird too (clicking the option often gives a "select an option" dialog), but again there's not much point trying to figure that out if the custom battles won't start.
    Last edited by Lord Adherbal; 10-07-2005 at 16:23.
    Member of The Lordz Games Studio:
    A new game development studio focusing on historical RTS games of the sword & musket era
    http://www.thelordzgamesstudio.com

    Member of The Lordz Modding Collective:
    Creators of Napoleonic Total War I & II
    http://www.thelordz.co.uk

  16. #16
    aka AggonyAdherbal Member Lord Adherbal's Avatar
    Join Date
    Oct 2004
    Location
    Belgium
    Posts
    1,014

    Default Re: -mod switch in BI

    I've tried the -mod switch with the RomeTW.exe and that seems to work fine (custom battles work). So it must be that the BI.exe needs a certain file in the BI folder, because it's syntax is slightly different from the RTW folder's equivalent. Or atleast that's my best guess.

    If only it would return some kind of error message... I wonder if Jerome could figure out why the custom battles fail ? It's really easy to repeat the problem:
    -create a new folder called "test" in the RTW root folder
    -create a data folder in this new folder
    -copy paste RTW's export_descr_units.txt file in this data folder
    -run the BI exe with "-mod:test" parameter
    -try starting a custom battle and notice how it won't start
    Member of The Lordz Games Studio:
    A new game development studio focusing on historical RTS games of the sword & musket era
    http://www.thelordzgamesstudio.com

    Member of The Lordz Modding Collective:
    Creators of Napoleonic Total War I & II
    http://www.thelordz.co.uk

  17. #17
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: -mod switch in BI

    I remember in 1.2 that you needed to have descr_start.txt file from campaign folder in new folder stucture othwerwise custom battles would not starts.

    As far as I remember.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  18. #18

    Default Re: -mod switch in BI

    [cF]Adherbal, the 1.3 is bugged also. It will work with the default UNIT files but not a edited one. when I tried it I can get the campaign to work using a vanilla campaign, but not the custom battles and ALL my tests were mainly done of 1.3.

    For some reason once your reach an editing point in the file it isnt working on custom battles. just back to the menu. I would say for sure 1.3 is bugged also, but some others tried it and it didnt work also. But again if you use just the default files not edited then yes Custom battles work, but when they a severely edited they dont. Its weird.



    Jerome:
    Thanks for the reply, Also I am getting Lockups now on some of the units which worked perfectly fine for 1.2? Any reason why this could be happening. I have no idea if anyone else is having this issue? One time I actually got an error on one of them that said vertex something, and it was 8 lines of the same message in the 1 box. wierd.

    Also if this helps Jerome, I the pilum units for the AI dont seem to Fire before attacking they just charge. And of course though this isnt a bug if your team can fix the 1st cohorts so they get a consecutive numeral no matter which province they are recruited in, so 10 1st's recruited in 10 provinces equals I-X with different provinces titles of course. its better than 10 1st cohorts with different titles.
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  19. #19
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: -mod switch in BI

    Custom battles problem SOLVED!

    In order to work you need to have copy of data\world\maps\campaign\imperial_campaign\descr_strat.txt file in your mod folder.

    Also you need to have copy of whole data\world\maps\base folder in you mod folder.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  20. #20

    Default Re: -mod switch in BI

    Well I tested it out for 1.3 and indeed that works. But it doesnt work with the BI.exe So it does no good to port over to BI without it working for it also.

    And there still remains issue with 1.2 compatibilty with models and maps. I dont want to have redo and entire map just to make it work in 1.3 it should be easy enough to get it to work with minor changes. So until a few more issues are resolved I'm not going to mess with BI.

    Heck of alot of work just to get a mod to work with a patch much less a full xpack like BI. If they can make it a little less problematic and certain things to work and be fixed like I mentioned in the above post then I know I would look into BI as a modding platform. The naming Legions needs to be fixed as its not as effective as it can be, otehrwise I am better off with the unit naming of each 1st cohort like I did in SPQR.

    Lt
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  21. #21

    Default Re: -mod switch in BI

    Anyone else get the BI.exe to work with custom battles yet?

    Also what ever that Vertex error is and crashes on the models units (lookinf for cas files that arent mine) seems to be related to the model_battle file and/or units file. So there does need to be some backwards compatibility otherwise as complete line by line change in the new files would have to be done. Wierd...

    Also a couple of the biggest hold ups for me is the map issues, the 1.2 compatibilty, and more important the problem with AI pila units not firing their pila for the AI. Especially for a roman game. lol

    Also would hurt on the numbering for 1st cohorts to be tracked for every province in your empire instead of 10 legio I's.

    Lt1956
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  22. #22
    aka AggonyAdherbal Member Lord Adherbal's Avatar
    Join Date
    Oct 2004
    Location
    Belgium
    Posts
    1,014

    Default Re: -mod switch in BI

    some progress:

    I've made a copy of the whole BI folder, then started deleting and editing files till I had only 21 left (making sure custom still worked). I also removed all but 1 unit (edu and dmb). Then I changed the nomad and hun cultures to greek and egypt. Up to that point custom battles still worked. Then I changed the "hun" faction to "egypt". And now custom battles nolonger work.

    I'll do more testing to see if I can fix this problem.
    Member of The Lordz Games Studio:
    A new game development studio focusing on historical RTS games of the sword & musket era
    http://www.thelordzgamesstudio.com

    Member of The Lordz Modding Collective:
    Creators of Napoleonic Total War I & II
    http://www.thelordz.co.uk

  23. #23

    Default Re: -mod switch in BI

    Sounds like as much fun as pulling ones hair out. lol Lets try to keep this thread ontop as this is most likely the place where Jerome will reply.

    I'm trying to test out why the game looks for other cas files with the old RTW folder thats edited. So line by line on the units. Basically I get the impression the whole mod thing will be Line by line and I just dont feel 1.3 is worth it, expecially with the pilum bug. The wont fire now before attack for the AI. I confirmed this myself.

    BI might be owrth switching to but the naming legions is useless as having 10 legio 1's isnt my idea of neat. I can just make 28 1st cohort units that come from 28 provinces and it looks better. All they have to do is make th game track the players 1st cohort and give it the correct sequence numerals. I,II,III no matter which province. Province should only be for titles. 30 is the highest number they should go and then start over, then you can just make sure you recruit from a different area.

    Anyway I sidetracked myself. Pet Peave.

    Oh I should be getting 3dmax when I do I plan to look into that BPI issue thing, and with Sigs pathway editor and the other editor for models should be nice.


    Lt
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  24. #24

    Default Re: -mod switch in BI

    [cF]Adherbal, narrow down the cause of the files and the crash to menu?
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  25. #25

    Default Re: -mod switch in BI

    Bump
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  26. #26
    aka AggonyAdherbal Member Lord Adherbal's Avatar
    Join Date
    Oct 2004
    Location
    Belgium
    Posts
    1,014

    Default Re: -mod switch in BI

    yeah I fixed the problem. It had to do with the map.rwm file after all. You need to delete it and then edit the BI descr_strat.txt file to make it compatible with the BI.exe. Actualy I did so many tests I can't really remember what fixed it. IIRC you just need to replace the BI faction with the RTW ones. Once the game generated a correct map.rwm file the custom battles loaded but crashed at 100% load. Apparently this had to do with missing sprites so make sure they are all there.

    I'm still trying to get my mod's campaign to work. It still crashes back to menu, without returning an error message :(

    Once I've manage to fix that problem I'll try to make a proper post on the exact changes I did.

    EDIT: prove added :)
    Last edited by Lord Adherbal; 10-12-2005 at 17:21.
    Member of The Lordz Games Studio:
    A new game development studio focusing on historical RTS games of the sword & musket era
    http://www.thelordzgamesstudio.com

    Member of The Lordz Modding Collective:
    Creators of Napoleonic Total War I & II
    http://www.thelordz.co.uk

  27. #27

    Default Re: -mod switch in BI

    So you mean the vanilla Sprites also? So basically if I make a SPQR folder and use the -mod switch and then add all my little mod changes I will have to add the vanilla sprites also IF I use the BI.exe?

    Just trying to figure out how to make sure the BI.exe works with our modding.

    Lt

    But they got to fix the pilum bug as thats a pain, worse than the HA bug IMO.
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  28. #28
    aka AggonyAdherbal Member Lord Adherbal's Avatar
    Join Date
    Oct 2004
    Location
    Belgium
    Posts
    1,014

    Default Re: -mod switch in BI

    uh no, if you use vanilla sprites it'll work I guess. It's just that RTW didn't crash if sprites didn't exist (actualy it did, but only after the first battle) while BI does.

    I haven't tested the pilum issue yet. This could be annoying indeed, if it's linked to the "prec" attribute. I use it a lot to remove the skirmish ability.
    Member of The Lordz Games Studio:
    A new game development studio focusing on historical RTS games of the sword & musket era
    http://www.thelordzgamesstudio.com

    Member of The Lordz Modding Collective:
    Creators of Napoleonic Total War I & II
    http://www.thelordz.co.uk

  29. #29

    Default Re: -mod switch in BI

    I havent tested far into what causes it, but its there and in 1.3 also.


    I am still having toruble with the campaign maps, as it keeps going to Provential campaign instead of the imperial when I use the BI.exe.

    So basically to get custom battles to work with BI you need to have the Base folder of BI installed in your mod folder? Because like I said I have had little success with BI.exe 1.3 has been pretty good, but BI seems to be a pain.

    Oh well, There arent too many things in BI that attract my eye, the hord feature is neat, and the fixes for saved bug, and charge bonuses, the extra files to edit win conditions etc are nice, but that isnt a whole lot and I have seen what some of the scripting can do with 1.2 that exceeds BI features.

    Thanks for the help, it helps. lol
    LT_1956 Creator of SPQR: Total War


    SPQR:TW Mod forums

  30. #30
    Seii Taishōgun 征夷大将軍 Member PROMETHEUS's Avatar
    Join Date
    Jul 2004
    Location
    La Città Eterna
    Posts
    2,857

    Default Re: -mod switch in BI

    Thanks a lot Jerome I tried it and works fine ^^ ....

    Creator of Ran no Jidai mod
    Creator of Res Gestae
    Original Creator of severall add ons on RTW from grass to textures and Roman Legions
    Oblivion Modder- DUNE creator
    Fallout 3 Modder
    Best modder , skinner , modeler awards winner.


    VIS ET HONOR

Page 1 of 2 12 LastLast

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