thanks for the fast reply. I never intended to blame you for the tutorial isn't intended for converting. I only thought "why make smth from scratch when I can import/export different model types with milkshape" .
I made a "scientific" trial & error experiment with changing models and xml scripts and now I'm sure : my models don't work. No typos, no missing infocards : when I use custom models of other modders, my xml script works - when I use my selfmade models (just made a simple sphere with borg texture from scratch), it crashes.
By searching the xml script for typos I recognized smth : in the package section the power source of the ship is defined, but in your tutorial is no making of a power source hardpoint mentionend ?! Maybe this is the error ??
E.g this package :
----------------------
addon = LargeWhiteSpecial, HpHeadlight, 1 <----- Hardpoint = "HpHeadlight"
addon = co_elite_power01, internal, 1 <----- Hardpoint = "internal" ??
addon = ge_s_scanner_01, internal, 1
addon = ge_s_tractor_01, internal, 1
addon = ge_bf_engine_01, internal, 1
addon = SlowSmallRed, HpRunningLight01, 1 <----- Hardpoint = "HpRunningLight"
So do you have to define WHERE the components are located at ? This ship only has ONE internal hardpoint called "internal" and ALL internal systems are located at this one point ? So a ship with different internal points (like in your tutorial) must look like this :
addon = LargeWhiteSpecial, HpHeadlight, 1
addon = co_elite_power01, HpPower01, 1
addon = ge_s_scanner_01, HpScanner01, 1
addon = ge_s_tractor_01, HpTractor_Source, 1
addon = ge_bf_engine_01, HpEngine01, 1
addon = SlowSmallRed, HpRunningLight01, 1
or is this conclusion completely wrong ??
Further I have a question : the naming of a hardpoint is "Hp/Fixed/Hp..." ?? This "/" is the correct string ("AltGr"+"<>" ?? Just want to be sure...
Maybe another error-source could be the cmp exporter, but I can't try out the one linked in your tutorial cause lancerplanet's donwloads are down. I use the cmp exporter from LancerReactor, should be fine also, shouldn't ??
I'm sorry to ask that simple stuff, but I have no cmp importer (all links I tried are down) so I can't look at some working models for the hardpoint adjustment myself.
Again thx in forward
Khan Goldi
Edited by - KhanGoldi on 2/24/2004 4:32:18 AM
Edited by - KhanGoldi on 2/24/2004 4:33:13 AM