Help Creating Vehicle Draft Schematic

Raize

New Member
I have several vehicles that I can create deeds for no problem, and they function fine in game. I'm trying to create draft schematics for them, but can't seem to get it to work. I am using the MTG Consolidated tre files.

Using the barc as an example. I created the file

/object/draft_schematic/vehicle/civilian/barc_speeder.lua

I loaded shared_barc_speeder.iff onto my .tre file at

object/draft_schematic/vehicle/civilian/shared_barc_speeder.iff

I updated the object_template_crc_string_table.iff with the path

object/draft_schematic/vehicle/civilian/shared_barc_speeder.iff CRC 0xFFC987FF

When the game loads the only error I get are

[Console] WARNING - expecting SHOT got SCOT in file: object/draft_schematic/vehicle/civilian/shared_barc_speeder.iff

(25 s) [ObjectManager] ERROR - creating object unknown gameObjectType 0
(25 s) [ObjectManager] ERROR - could not create object CRC = 0x57da4460 template:eek:bject/draft_schematic/vehicle/civilian/barc_speeder.iff

when I attempt to /generateCraftedItem in game, I get an error that I'm using the wrong file path, make sure I"m using the server path.

Any help?
 

Raize

New Member
I've also found where I needed to add the schematic_group, which I have done, but it's still not working.
 

Raize

New Member
I used the incorrect .iff type to generate the schematic entry, in my tre. Correct this and it works!
 

Raize

New Member
In the example above, I was really really new to the .tre file structures. Although I'm still very new, I've learned more. I had created my .iff from another object, and basically used the wrong .iff layout.
 
Top