Stridor
Posts: 2674
Joined: 9/8/2007 Status: offline
|
ben, quote:
ORIGINAL: benpark That's pretty amazing. Will we need to do any work for new building models that may be added in the future, or does the program "magically" figure it out (I ask the magician...). I have developed a utility called PzCBBg (Panzer Command Bounding Box generator). This talks to my konvix program and builds a master list of all the game X model bounding boxes and stores it as a csv file in the editor dir. When MM starts it reads from this file to get the bounding box coords for each model. It takes about 5 minutes to build the file as there are about 650 X models in the game as of now. Only the developers need run this utility, the end users will not need to interface to it. ATM all the new mod files which have been added (from you and others) I have already built a master bounding box list for. Any new models will either need to 1. Rebuild the list or 2. (the best option) include the bounding box info as a tag in the resource file for the model, much like you do for the media id and filename, you will also need to include 4 (x0,y0,x1,y1) coords (I haven't coded for this yet, but it is minor) The other thing PzCBBg does is to perform integrity checks on each model and so far it has found a few errors in the new mods (from the log file it spits out):
Sun Jan 04 19:30:13 2009: Process Commenced ...
Sun Jan 04 19:30:24 2009: Error in DirectX model: "Mods/Benpark/3story.x" Error reading input file
Sun Jan 04 19:30:25 2009: Error in DirectX model: "Mods/Benpark/ModFac1.x" Error reading input file
Sun Jan 04 19:30:26 2009: Error in DirectX model: "Mods/Benpark/ModFac2.x" Error reading input file
Sun Jan 04 19:30:27 2009: Error in DirectX model: "Mods/Mraah/MML9A_drainpipe01.x" Error reading input file
Sun Jan 04 19:30:33 2009: Error in DirectX model: "Mods/SAF_Biffa/Industrial/bifact1.x" Error reading input file
Sun Jan 04 19:30:34 2009: Error in DirectX model: "Mods/SAF_Biffa/Industrial/bifcotm.x" Error reading input file
Sun Jan 04 19:30:48 2009: Error in DirectX model: "Mods/SAF_Biffa/bifgho2t.x" Error reading input file
I think I may have broke some of these by mistake, but some were broken when they got to me so I will need to get these again from each of the model builders. If you used these models in the game they are likely to crash PCK as they are not valid X. Strangely two of the stock models are also broken
Sun Jan 04 19:31:36 2009: Error in DirectX model: "Terrain/Meshes/rubble02_a.x" Error reading input file
Sun Jan 04 19:32:29 2009: Error in DirectX model: "Level7/refinery_tower01.x" Error reading input file
Maybe they don't appear in the game. The other thing PzCBBg highlighted to me was that K at one stage planed for a whole lot of grass and brush models which were subsequently axed. See
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grass_tuft01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grasspatch01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grasspatchA01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grasspatchB01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grasspatchC01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grasspatchD01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grasspatchE01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grasspatchF01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grass01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/grass02.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass02.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass03.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass04.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass05.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass06.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass07.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass08.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass09.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass10.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grass11.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase02.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase03.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase04.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:06 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase05.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase06.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase07.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase08.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase09.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase10.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/grassbase11.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup02.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup03.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup04.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup05.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup06.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup07.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup08.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup09.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brushgroup10.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush01_a.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush01_b.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush01_c.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush02_a.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush02_b.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush02_c.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush03_a.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush03_b.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush03_c.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush04_a.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:07 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush04_b.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush04_c.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush05_a.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush05_b.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/brush05_c.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brush01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brush02.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brush03.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brush04.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brush05.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brusharea01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brusharea02.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brusharea03.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brusharea04.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:08 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/brusharea05.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:25 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/footprintssnow.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:25 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/footprints90.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:25 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/footprintsT.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:25 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Level2/footprintsTfork.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:33 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/snow trampled_01.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:33 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/snow trampled_02.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:33 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/snow trampled_03.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:33 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/snow trampled_04.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Sun Jan 04 19:31:33 2009: Can not find resource filename "C:\Matrix Games\Panzer Command Kharkov/Media/Terrain/Meshes/snow trampled_05.x" in resource file "C:\Matrix Games\Panzer Command Kharkov/Editor/Media.xml"
Regards S.
< Message edited by Stridor -- 1/5/2009 3:11:59 AM >
|