Trouble Adding Barc to Vanilla SWG Emu

Raize

New Member
Joined
Jul 24, 2018
Messages
25
I'm simply trying to pull the Barc from the MTD tre collection, and get it working with a vanilla install of the SWG Emu code. I've tried to follow the guide posted on the forums, to no avail.

Here is a summary of what I've done...

I have pulled 3 .iff files from mtg_path_010_object_01.tre

object/tangible/deed/vehicle_deed/shared_barc_speeder_deed.iff
object/mobile/vehicle/shared_barc_speeder.iff
object/intangible/vehicle/shared_barc_speeder_pcd.iff

I pulled the CRC file from path_14_00.tre

/misc/object_template_crc_string_table.iff

I created the new entries in the crc_string table file

object/tangible/deed/vehicle_deed/shared_barc_speeder_deed.iff
object/mobile/vehicle/shared_barc_speeder.iff
object/intangible/vehicle/shared_barc_speeder_pcd.iff

I used SIE to create a new .tre that is about 276.5kb and looks like this

tredump.JPG

I have create the following Lua, basically copying it from the MTG Zip. The only edits I made were to remove "custom_content" from the path

object/intangible/vehicle/objects.lua
object/intangible/vehicle/serverobjects.lua
object/intangible/vehicle/barc_speeder_pcd.lua

object/mobile/vehicle/objects.lua
object/mobile/vehicle/barc_speeder.lua
object/mobile/vehicle/serverobjects.lua

object/tangible/deed/vehicle_deed/objects.lua
object/tangible/deed/vehicle_deed/serverobjects.lua
object/tangible/deed/vehicle_deed/barc_speeder_deed.lua

I get no errors upon staring the server up. When I attempt to

/object createitem object/tangible/deed/vehicle_deed/barc_speeder_deed.iff

I get nothing. No errors, no deeds, no feed back at all, except for the entry in the log..

Admin used '/object' on (null) with params 'createitem object/tangible/deed/vehicle_deed/barc_speeder_deed.iff

I'm sure I"m overlooking something small and simple. Any help would be greatly appreciated!
 

gyrantol

Member
Joined
Jan 16, 2015
Messages
127
make sure the new .tre file is loaded in to the server and into your client
 

Raize

New Member
Joined
Jul 24, 2018
Messages
25
Thanks, they server has the new .tre and it is listed on the config for pickup and the my client has the tre and the config was modified as well.
 

Raize

New Member
Joined
Jul 24, 2018
Messages
25
When everyone says extract 3 iff files, are they talking about "Extract Chain" or "Extract (1 Files)"? I've tried both, but assumed it means "Extract Chain" per the guide from 2013.
 

Raize

New Member
Joined
Jul 24, 2018
Messages
25
so I redid everything over again, and now I can at least created a deed but the generated bike looks like...

MountBugged.JPG
 

Raize

New Member
Joined
Jul 24, 2018
Messages
25
It definitely has something to do with the way I'm building my tre. If I use the pure MTG consolidated files, it works like a charm, so I'll just use those tre files instead. tnx!
 

gyrantol

Member
Joined
Jan 16, 2015
Messages
127
It looks like you are not getting all the required files. There is multiple files for each vehicle, it isn't just those 3. You need apperance files, textures, shaders, mount posture settings etc... sometimes the extract chain doesn't get it all. I would just extract chain from all 3 object files and make sure they go into the same area
 

odohvare

New Member
Joined
Oct 31, 2017
Messages
3
Screw it. I want to ride around in a friggin Question Box! I need that speeder. lol I know this is now help, but I just think this would be awesome.

On another note, it looks like to the toon that is trying to generate the BARC, but what about to another toon, as in an onlooker. Is it still the question box?
 

Raize

New Member
Joined
Jul 24, 2018
Messages
25
I got it resolved, I was (still am) new to the whole .tre file scene, so my extraction was missing a bunch of files.
 
Top Bottom