-
DB files created + request to CA
I just found out that if you delete the descr_vegetation.db files, and then run the game it'll create a new db file based on descr_vegetation.txt.
The same goes for descr_items.db and descr_items.txt.
The problem with the latter is that it imports a lot of files that do not exist (di_spot_items.txt, di_slot_fillers.txt, di_wooden_walls.txt, ...). So my request to CA is: can we please have those files ?
This would make it VERY easy to add new building and battlemap models to the game, without the need to replace existing RTW models and using a Hex editor to edit descr_items.db (which is very chaotic).
we need the following files:
Code:
include di_spot_items.txt
include di_slot_fillers.txt
include di_wooden_walls.txt
include di_walls_roman.txt
include di_walls_greek.txt
include di_walls_eastern.txt
include di_walls_egyptian.txt
include di_walls_barbarian.txt
include di_nicks_roman_buildings.txt
include di_nicks_egyptian_buildings.txt
include di_nicks_greek_buildings.txt
include di_nicks_eastern_buildings.txt
include di_barbarian_buildings.txt
include di_wonders.txt
include di_foliage.txt
include di_kevins_buildings.txt
include di_bens_buildings.txt
include di_andrews_buildings.txt
include di_pauls_buildings.txt
include di_johns_buildings.txt
include di_joss_buildings.txt
include di_roads.txt
include di_animals.txt
include di_gates.txt
include di_ambient.txt
-
Re: DB files created + request to CA
When it generates the vegetation DB it also makes new .vege files and sprites.
Did anyone have any luck with the geography DB?
-
Re: DB files created + request to CA
Aren't these files stored in data/building_descr_battle folder?
-
Re: DB files created + request to CA
no, those define something different.
-
Re: DB files created + request to CA
You really expect that the CA devs will read this request and actually contribute something worthwhile to the mod community? I doubt it.. The devs havent taken any initiatives to help us out, and in fact there wouldnt even be a mod community for this game if it wasnt for Vercingetorix.
-
Re: DB files created + request to CA
actualy they provided us with the evt files, so I'm hoping they notice this thread and give us these files too.
-
Re: DB files created + request to CA
I agree that Jerome Grasdyke has been particularily helpful towards the community, but he is the only exception I've noticed.
-
Re: DB files created + request to CA
Check out the credits, Jerome was the lead programmer on RTW and therefore the best placed person to help modders like ourselves. That's why he in the past has co-ordinated CA's communication with the modding community.
BTW Adherbal that's a great signature but it's way, way bigger than the forum rules allow. Can you change it please - and perhaps use it in the body of your Chivalry promotional posts?
EDIT: Many thanks, Adherbal :thumbsup:
-
Re: DB files created + request to CA
hm if Jerome is lead programmer then I fear he'll be too busy with BI right now :/
the only other way would be to complete the items.txt file based on the content of items.db but that's near impossible...
-
Re: DB files created + request to CA
Yes, unfortunately we've not seen much of him or anyone else around for a while now. I'm sure they'll be back when BI is wrapped.
-
Re: DB files created + request to CA
The descr_items.db is really easy to add new entires with in a hex editor (you have to do this to add new buildings). If people want a really basic program to edit this file I could write one, it should take not more then half an hour.
Thanks Oromë for the recognition but many other modders have made modding possible and Jerome has been very helpful.
-
Re: DB files created + request to CA
I noticed this too when attempting to add a new climate, desc_geography.db does not get regenerated. Odd....
-
Re: DB files created + request to CA
It actually took me a few hours and I'm pretty sure it works... but here it is due to popular demand :wideeyed:
http://www.totalwar.org/Downloads/Rt.../dbedit_v2.zip
-
Re: DB files created + request to CA
looks very Verc, will give it a try asap - and thanks !
-
Re: DB files created + request to CA
-
Re: DB files created + request to CA
-
Re: DB files created + request to CA
hm, you don't think you could do the same for descr_geography.db Verc :smile:
-
Re: DB files created + request to CA
So did you try it out, Myrddraal?
-
Re: DB files created + request to CA
I had a quick look at it, long enough to see that it is for editing items. I never tested it though.
-
Re: DB files created + request to CA
I added a model, which seemed to work fine (altho the interface of adding and removing entries seems a bit confusing so far) but when I loaded the battle it crashed. I'm almost sure it's a problem with the model tho, not the editor. Will do more testing asap (today if I can be arsed :))
-
Re: DB files created + request to CA
Hi folks, you're right in supposing that we're a little busy at the moment with Barbarian Invasion (and other things in the long term), but i'll look into sorting out a package for you at some point, providing of course that "the powers that be" are ok with it. It'll probably end up being quite substantial, because those files reference other files which are finally built into the .db file.
-
Re: DB files created + request to CA
Thanks, Jerome. As always, we appreciate it.
-
Re: DB files created + request to CA
Thanks again Jerome, we owe you yet another one :smile:
-
Re: DB files created + request to CA
update on this: Adding items with Verc's tool seems to work fine - and it generates .item files, but currently my new models are invisible ingame (it doesn crash tho). This probably has nothing to do with Verc's tool tho. I'll report back when I found out why this happens.
-
Re: DB files created + request to CA
Import a comparable building and see where it is located in 3ds max. The scale and positioning is different then the units. I know I had problem with my teapot not being visible until I realized it was underground in the game.
-
Re: DB files created + request to CA
scale or location shouldn't be the problem, I made them "on top" of an RTW building model. I imported the item files in 3DSmax and they showed up perfectly, so I don't have a clue why they're invisible ingame.
my search continues...
-
Re: DB files created + request to CA
You can edit the values that tell the game at what distance does the game load that LOD (actually this is only a guess at what the values are, they may be for something else). http://www.totalwar.org/Downloads/Rt.../dbedit_v2.zip
-
Re: DB files created + request to CA
excellent Verci ! That fixed the invisible models problem - happy to see my guess was right :)
BTW your editor shows 3 values in each LOD box. I noticed the last values are in fact the LOD distances. So if a model has 2 LODs, then the editor shows a total of 6 values: 0.00 10.96 0.00 for the first LOD, 10.96 A B for the second, were A and B are the LOD distances, A for LOD1, B for LOD2.
I think it will without problem the way it is now, but you might wanna change it so it only shows the LOD distances in a later release, and not the obsolete values.
-
Re: DB files created + request to CA
Could someone please upload a functional link to the editor?
Btw, does this editor work with the geography file too?
- Tittils -
-
Re: DB files created + request to CA