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

Thread: Guide: Editing battlemap buildings

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

    Lightbulb Guide: Editing battlemap buildings

    Modding Resource Header

    Title: Guide to editing battlemap buildings
    Posted by: Duke John
    Modding area: Buildings (battle map)
    Required programmes:SceneMainTool, 3DS Max, Vercingetorix's CAS extractor, Vercingetorix's X-Pak, an image editor capable of editing .DDS files (such as PS or PSP), Notepad (or other text editor)
    Related links: xpak Tutorial, Modelling New 3D Units for RTW-useful modelling guide
    Summary: This tutorial explains how to edit the buildings that appear in battle. It requires some knowledge of modding the game and modelling. Like all modelling in Rome it requires 3ds max.
    __________________________________________________


    One of the last few hindrances has been crossed as we are now able to edit battlemap buildings:


    This guide will start on a higher level, since I do not want to spend the time at the moment to make a thorough guide. However since the discovery is so important for other mods I will write some quick pointers so that experienced modellers/modders will know what to do. I spent 4 days trying to find out how it all works and I would really appreciate if someone would take the bother to explain things more detailed as they start to understand how it works.


    Preparation
    Unpak in this sequence: battle_open.pak -> models_buildings_textures.pak -> patch_0.pak. Then delete/rename these packs.

    Download the SceneMainTool from http://www.deep-shadows.com/hax/ follow instructions (use the right version!) to install.

    The files
    There are the following files you need to keep in mind when editing buildings:

    Data\items\building_name.item
    You can import this with Vercingetorix's tool. The export function does not work as it will make the file unreadable for R:TW.

    Data\models_building\building_name_LODlevel.cas
    Place here your edited buildings. Once converted they are no longer used.

    Data\models_building\textures\texture_name.tga.dds
    Just a texture for the building. R:TW buildings mostly use tiled textures, but I have experienced some loss of materials when exporting, so I use a single material/texture and use UV mapping.

    Data\settlement_plans\building_group.txt
    Open a txt file and notice that it contains a list of item names with coordinates (x,y,z) and rotation. Not important for editing buildings, but every building or building group you see in R:TW is written out in these txt files.

    There are some more folders in settlement_plans and they deal with pathfinding, texturing of the ground, etc.

    Data\descr_building_battle\dbb_.txt
    Only important (for me at this moment) if you want to make buildings passable by troops (they can walk through walls)
    Code:
    	generals_stake_fence
    	{
    		stat_cat indestructable
    		localised_name none
    		no_shadow
    		level
    		{
    			min_health 0
    			battle_stats
    			item		generals_stake_fence
    			physical_info	none
    		}
    	}
    By setting physical_info none there is no BPI file that the game checks. The BPI files contains physical data about the boundaries of the buildings and probably things such as where soldiers can enter towers, stand on walls, but that is just speculation since BPI files cannot be modded at the moment.


    Importing and exporting a building
    I do not go into how to model a building, so for starters I will just explain how to import and export the building. Import an item you wish to edit. Remove all lower LOD levels, LOD1 is the highest level and keep that. Ungroup LOD1.
    Then edit the model just so that it looks a bit different (move a single vertice), you will then know in R:TW that you are seeing your edited model.

    Then use the SceneMainTool. The result is a scene root that you need to rename to Scene Root. If you look at the Schematic View you will see that all meshes (name of the meshes is not important by the way) are linked to the Scene Root. If not then link them.

    Then export the building as CAS, use the exact same name as the item and then add the LOD levels. Some buildings only have 2 LOD levels others have 3 or 4. (If you want to know exactly which LOD levels the engine requires skip the saving of the CAS files and go on.) Commonly used LOD levels are: _HIGH, _MED, _LOW, _LOWEST, _VERY_LOW. For example ABANDONED_HOUSE needs the following CAS files:
    ABANDONED_HOUSE_HIGH.CAS
    ABANDONED_HOUSE_MED.CAS
    ABANDONED_HOUSE_LOW.CAS
    ABANDONED_HOUSE_LOWEST.CAS
    Save them all in Data\models_building.

    Next you need to delete the ITEM in Data\ITEMS as the engine will convert the CAS files to a single ITEM when loading the game/battle.

    That should be all. If there are questions that show that you have put thought into it but still cannot get it work then feel free to ask. If not then try harder

    Cheers,
    Rob
    Last edited by Myrddraal; 07-26-2005 at 11:06.

  2. #2
    Wandering Historian Member eadingas's Avatar
    Join Date
    Nov 2004
    Location
    Llanfairpwll- gwyngyll- gogerych- wyrndrobwll- llantysilio- gogogoch
    Posts
    4,714

    Default Re: Guide to editing battlemap buildings

    Does this enable to build all new buildings, or just edit the way old ones look?
    I'm still not here

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

    Default Re: Guide to editing battlemap buildings

    This guide is only about editing, that is why I wrote "Guide to editing battlemap buildings"

    I think we are very close to making new buildings, but I haven't tried it out at all. The game also makes BPI files if there aren't any, but it does not contain boundary information so units can walk through the walls. To be able to add new buildings you probably need to add some text entries, edit the descr_items.db and an entry in descr_building_battle\dbb_.txt. But that is all guessing since I do not know what the errors are when adding new buildings.

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

    Default Re: Guide to editing battlemap buildings

    Just to make sure: is my guide not readable or is there just no interest in this? With all the conversions around I would have expected a bit more reaction.

  5. #5
    Wandering Historian Member eadingas's Avatar
    Join Date
    Nov 2004
    Location
    Llanfairpwll- gwyngyll- gogerych- wyrndrobwll- llantysilio- gogogoch
    Posts
    4,714

    Default Re: Guide to editing battlemap buildings

    Everyone is just busy quickly editing their buildings :)
    (or maybe most mods are only at stage of editing units, and didn't yet get to that part? We at EB surely appreciate that. I just hope Verci can make adding new buildings possible based on that)
    I'm still not here

  6. #6
    Vermonter and Seperatist Member Uesugi Kenshin's Avatar
    Join Date
    Nov 2004
    Location
    The Mountains.
    Posts
    3,868

    Default Re: Guide to editing battlemap buildings

    This is great info to have Duke John, thanks for figuring it out. Over at CTW we are too busy editing units, making unit lists, making the map and doing all sorts of miscellanious planning to be4 able to do any building editing yet.
    "A man's dying is more his survivor's affair than his own."
    C.S. Lewis

    "So many people tiptoe through life, so carefully, to arrive, safely, at death."
    Jermaine Evans

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

    Default Re: Guide to editing battlemap buildings

    DIDN'T WORK , THERE IS SOMETHING ELSE THAN MAY BE IS MISSING ....


    that is what I did....


    Importing the building ABANDONED_HOUSE.item

    I Removed all lower LOD levels,

    I keep LOD1 and I Ungroup it


    while deleting -renaming the pack files simply causes a ctd.....


    Then I edited the model just so that it looks a bit

    Then I used the SceneMainTool. and I renamed to Scene Root.
    all meshes are linked to the Scene Root.

    Then I export the building as CAS, using the exact same name as the item like ABANDONED_HOUSE.CAS and then Export it as

    ABANDONED_HOUSE_HIGH.CAS
    and
    ABANDONED_HOUSE_low.CAS

    since the original item had only 2 lods
    I then Saved them all in RTW\Data\models_building.

    Next I delete the ITEM in RTW\packs\Data\ITEMS

    since there is no item folder in the data directory of the gaeme , even tring to adding it didn't change anything ....

    Something went wrong? the game keeps loading always the same house....
    Last edited by PROMETHEUS; 03-25-2005 at 21:03.

    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

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

    Default Re: Guide to editing battlemap buildings

    Prometheus
    It seems to me that you do not understand how PAK files work. R:TW looks into those ZIP-like files for certain files. If the files are not present in the PAK then it will in the normal directories.

    So if an item is normally located inside a PAK with the following path:
    ITEMS\

    Then if you delete the pack then R:TW will look for it in:
    R:TW - INSTALLATION FOLDER\DATA\ITEMS\

    So while you deleted the PAK you didn't place the files/folders into the data directory -> R:TW can't find the files -> CTD.

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

    Default Re: Guide to editing battlemap buildings

    Well Actually I unpacked, then I copied those files in the DATA|folders needed and then deleted the pack , if this is the only problem that could cause the ctd I willtry one more time , may be I have made an error somewhere....

    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

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

    Default Re: Guide to editing battlemap buildings

    If you want to use textures with an alpha layer then add ## in front of the name. See buildings/textures (extract the pak) for some examples. All textures in that directory that start with ## have an alpha layer.

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

    Default Re: Guide to editing battlemap buildings

    Nice tutorial! Only problem is the game is not creating a BPI file, if it would it would create it in data\models_building\info right?

    edit Nevermind I figured it out, just use one of your .cas files where it says physical_info.

    edit 2 We all live in a big teapot, big teapot...
    Last edited by Vercingetorix; 05-01-2005 at 02:56.
    I have found God.

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

    Default Re: Guide to editing battlemap buildings

    Quote Originally Posted by Vercingetorix
    Nice tutorial! Only problem is the game is not creating a BPI file, if it would it would create it in data\models_building\info right?

    edit Nevermind I figured it out, just use one of your .cas files where it says physical_info.

    edit 2 We all live in a big teapot, big teapot...

    W"hat do u mean , can u explain what is a bpi what about physical info?

    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

  13. #13

    Default Re: Guide to editing battlemap buildings

    Ok this is strange, when I follow your steps and export an ITEM file into a CAS file (without even any modifications, just to test it out), and then import that CAS file, it shows up completely covered up by the very first texture in the material editor, as if it somehow replaced all other textures in the model and they are no longer used. Anyone else encounter this behavior?

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

    Default Re: Guide to editing battlemap buildings

    verci's CAS exporter doesnt support multiple texture files.
    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

  15. #15

    Default Re: Guide to editing battlemap buildings

    Okay.. right... so how do you export a building ITEM into a CAS and still keep all of its textures?

    EDIT: Or in other words, I haven't done this before and am now trying to figure out how to modify buildings for the first time, and all steps work properly except that all of the building's textures get lost, other than the very first one. I can see in your mod you were successfully able to edit buildings and still retain all of their textures, so perhaps you could help me out here.
    Last edited by SigniferOne; 07-11-2005 at 10:09.

  16. #16

    Default Re: Guide to editing battlemap buildings

    Well?

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

    Default Re: Guide to editing battlemap buildings

    I used only one 512x512 texture for each of my building models. I've asked Verci to consider adding multiple texture support for the CAS exporter, because that would be very usefull for larger buildings.
    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

  18. #18
    Senior Member Senior Member hoggy's Avatar
    Join Date
    Feb 2004
    Location
    Adel, Britannia
    Posts
    565

    Default Re: Guide: Editing battlemap buildings

    Just delving into the world of battle map buildings. Excellent tutorial DJ! As usual leading the way. Got it working but a quick question on collision for Vercingetorix or anyone who can help.

    - you mention to put your cas where it says physical_info. Where does it say physical_info? I open the bpi's and get nothing but garbled rubbish. Hope you can help

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

    Default Re: Guide: Editing battlemap buildings


    Preparation
    Unpak in this sequence: battle_open.pak -> models_buildings_textures.pak -> patch_0.pak. Then delete/rename these packs.
    Ok I finally got paste this thanks to the help of Khelvan explaining me the bat file ....

    The error I was making is to follow on the letter the instructions in the Verci tutorial but to make this work and get no CTD they have to be unpacked one by one in exactly the same sequence that DJ wrote ...

    unfortunately not everyone is familiar with how or what a bat is or does so I had to get this explained me by Khelvan , then after having understood I remade the DJ step in exact sequence and it worked with finally no ctd ....

    the exact procedure is to create a new bat file for each unpacking ..... that is the procedure...

    1
    open a text file

    inside of it open the pack.bat

    there will be some lines delete everything that is not a command and preserve the name of the pack u have told by DJ , then save it as a name u like but remember to save it like something.bat ...
    then run this bat , repeate the procedure for all other packs and then you can continue the tutorial , but before deleting copy thoise new files that are in the newly created data folder to the upper direct RTW/DATA folder , now you can delete the pack files selected and keep continuing with the tutorial ......

    This tutorial was good but lacked this aspect that I hope is now more clear not everyone is familiar with command dos and bat files , so here it is .....


    and so here a very very succesfull experiment....

    Last edited by PROMETHEUS; 09-23-2005 at 06:37.

    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

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

    Default Re: Guide: Editing battlemap buildings

    By setting physical_info none there is no BPI file that the game checks. The BPI files contains physical data about the boundaries of the buildings and probably things such as where soldiers can enter towers, stand on walls, but that is just speculation since BPI files cannot be modded at the moment.
    Has this been solved ? is possible to make for example a curved shape for a bridge so that the soldiers rise over it instead of walking along it streight like they do normally?

    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

  21. #21

    Default Re: Guide: Editing battlemap buildings

    Quote Originally Posted by PROMETHEUS
    Has this been solved ? is possible to make for example a curved shape for a bridge so that the soldiers rise over it instead of walking along it streight like they do normally?
    There is no speculation about this.
    It is true and tested for walls. Let's say you are editing a small stone wall and you are using a large stone wall's physical info. if you would place the spot_fx on it (the banners/flags on the wall), the spot_fx would stick out of the air, where the large stone wall's flags suppose to be, and also the soldiers standing above the gateway would be in the air as high as the large_stone wall.

    Since this is no problem in RTW, because by default all walls are roman, but let's say you enable some walls which are disabled and different in a shape than a roman wall (hint: egyptian wall) , then it's still a problem because the egyptian small stone wall middle section isn't walk-able and also lower than the roman wall, so the soldiers again, would be standing in the air. Not to mention, many info.bpi files are not finished and not correct, since the greek gateway won't work with its own info file, only with the roman version.

    so i'm still searching for answers for these bpi files, as it shows no coherent text. what would open these?

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

    Default Re: Guide: Editing battlemap buildings

    To solve ur problem and add all the walls u just need to edit the walls u are adding to the same level of grounds for soldiers of the roman walls , I know this is not a perfect solution but a perfect trick to avoid the floatings ;p contact me on messenger and I will tell u better ....

    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

  23. #23

    Default Re: Guide: Editing battlemap buildings

    Nice toturial! It would help mods make new settlement plans and new walls and stuff, very impressive. Nice teapot verci ;), nice far east building PROMETHEUS !

    Hey do building have skeletons and vertex weihging and stuff or are they easier than making unit models?

  24. #24

    Default Re: Guide: Editing battlemap buildings

    Quote Originally Posted by Duke John
    Preparation
    Unpak in this sequence: battle_open.pak -> models_buildings_textures.pak -> patch_0.pak. Then delete/rename these packs.
    Hello there.
    Trying to export a modded building, I am having troubles from that very first step.

    I unpacked those .pak files then renamed then and put their content in DATA folder, then I made some tries to see if worked, but game crash when I start a new campaign.

    No modded building added yet: just their original packed contents.

    Making some tries I found out that the critical file is patch_0.pak. If I name it back game works.

    So my question is: why patch_0.pak can't be unpacked?
    anyone else having that problem?
    anyone having some hints about what I'm doing wrong?

    Thanks in advance.

  25. #25
    Bassist, God and Modder Member Thor the Bassist's Avatar
    Join Date
    Jan 2008
    Location
    Yorkshire, England
    Posts
    213

    Default Re: Guide: Editing battlemap buildings

    I believe that you can mod the unpacked folders without having to rename the pak files.

    Have you put on all the patches that have been released on the game because I think that opens up the game and stops it being limited to the pack?

    Also I think I would start putting your work in a mod folder as this removes the problem of paks.

    Building for the Future of METW

  26. #26

    Default Re: Guide: Editing battlemap buildings

    Quote Originally Posted by Thor the Bassist
    I believe that you can mod the unpacked folders without having to rename the pak files.

    Have you put on all the patches that have been released on the game because I think that opens up the game and stops it being limited to the pack?

    Also I think I would start putting your work in a mod folder as this removes the problem of paks.
    I am working on a 1.5 RTW with alexander expansion and LOTR-TW mod installed.

    The game I start is LOTR-TW campaign, with Alexander ex:
    RTW folder\ex-ALX.ex -mod:alexander/ex -show_err

    The folder three is:
    RTW folder/Alexander/ex/data (..)

    original Packs are in
    RTW folder/data/packs

    I put the unpacked files from packs in
    RTW folder/data

    In pack folder are:
    battle_open.pac
    models_building_textures.pac
    (already unpacked and renamed,game works)

    patch_0.pac.
    (damn one)

    patch_1.pac.
    (already unpacked and renamed, game works - so i repacked it)

    uh_0.pac
    uh_1.pac
    game_int.pac
    models_unit_textures.pac
    sprites_0.pak
    sprites_1.pak
    (untouched)

    If I unpack patch_0.pak and rename it, game CTD near half loading campaign map - no error message. If I name it back in pack folder, game works.

    BTW, before unpacking packs I kept a copy of all original folders in
    RTW folder/data/
    so if needed I can put them back as in initial state.

  27. #27
    Finder of Little Oddities Senior Member Makanyane's Avatar
    Join Date
    Jan 2006
    Posts
    2,220

    Default Re: Guide: Editing battlemap buildings

    are you sure you're actually unpacking the patch_0.pak ?

    I don't think it was in verc's unpacker .bat file by default as it came with a patch that was later than the unpacker.

    If you're not sure, rename the .bat file to .txt and have a look to see what's being extracted.


    Anyway Thor is right, you shouldn't need to delete the packs.

    Safest method is unpack them to the default folder - data/packs/data and leave any contents you don't want to change there for reference.

    Then make any changes to copies of those files and put them in mod-folder. (in your case add changes to the alexander/lotr folder)
    Last edited by Makanyane; 04-06-2008 at 21:32.
    Not used mods before? Looking for something small and fun?!
    Download the:

  28. #28

    Default Re: Guide: Editing battlemap buildings

    Quote Originally Posted by Makanyane
    are you sure you're actually unpacking the patch_0.pak ?

    I don't think it was in verc's unpacker .bat file by default as it came with a patch that was later than the unpacker.

    If you're not sure, rename the .bat file to .txt and have a look to see what's being extracted.

    Anyway Thor is right, you shouldn't need to delete the packs.

    Safest method is unpack them to the default folder - data/packs/data and leave any contents you don't want to change there for reference.

    Then make any changes to copies of those files and put them in mod-folder. (in your case add changes to the alexander/lotr folder)
    Well of course first thing I did was to make my own .bat file to unpack the fiels I need to. So, yes, I am positive I unpacked patch_0.pak. Actually, I unpacked it about ten times during my tries.

    What I'm missing is why the game may crash if I rename the pack - once all its contents have been unpacked and are available in data folder.

    The reason why I was renaming that pack is that I read that to have the game creating your own building from my newly made .cas files it must not have original sources to find - or it will just ignore the .cas files.

    Given I have my new ROMAN_IMPERIAL_PALACE.cas files ready, the idea was to have them rebuilded by the game engine in a new ROMAN_IMPERIAL_PALACE.ITEM file.

    But if I try to make it, game CTD during campaign loading, and there is no ROMAN_IMPERIAL_PALACE.ITEM made.

    :(

  29. #29
    Finder of Little Oddities Senior Member Makanyane's Avatar
    Join Date
    Jan 2006
    Posts
    2,220

    Default Re: Guide: Editing battlemap buildings

    apologies - I wasn't sure how far you've got with any of this before... so might still be telling you things you already know

    I thought .items were only in the buildings pak, but not 100% sure...

    anyway to get game to make new item you need in the mod folder a
    descr_items.txt but no descr_items.db
    that causes the game to try and make the .items from any .cas it can find and also re-make the .db file - I think you need alpaca's vanilla descr_items.txt file to start with and add your additions, that method I think was found to be easiest one. https://forums.totalwar.org/vb/showthread.php?t=60818

    to make the game look for your new .cas and not the old one you can path the descr_items.txt to another folder, to generate stuff for eod2 I used.

    type roman_town_wall_joiner_diagonal
    lod
    max_distance 4000.0
    model_rigid ../../bi/eod2/data/models_building/roman_town_wall_joiner_diagonal.cas
    which will make it look in the mod folder even if a .cas with same name exists in the packs.

    You start the game once with the items.txt file and you get a whole string of error messages while it tries to find the .cas files (which aren't actually included in packs anyway, CA only sent .item files for most things) it will make a new .db file and your new item. (you should probably make an /items folder in your mod-folder first) and a load of junk items for the vanilla .cas it can't find.

    You then need to combine your new item, with all the old valid .items from the paks in a /items folder in your mod-folder. All the items have to be in same folder.
    Not used mods before? Looking for something small and fun?!
    Download the:

  30. #30

    Default Re: Guide: Editing battlemap buildings

    Done :)

    I workarounded the damn patch_0 file, just modding an ITEM which was not included in patch_0.pak file :)

    So now I have my orthanc tower in my settlement:



    But still there are some weird flaws:
    1. at least two of the objects of the tower are just missing at all. How come?
    2. at ground level meshes are flickering, I guess its because they are at very same level as ground, maybe I'll have to use boxes instead of planes.







    Anyway, I go on with experimentation :)

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