Thanks to S7K Yuuki for the help, it works perfectly :) if someone wanna take a look or edit on that 3D Files.
New question:
I added a new ship into the DB, I used the Goliath Gold Design because it is already declared in the XML resource, and the 3D files are in there :)
(screenshot of the ship added in phpMyAdmin -> server_ships:
[Only registered and activated users can see links. Click Here To Register...])
Problem:
When I add the ship in the DB, the equipment begins to load infinitely (screenshoot:
[Only registered and activated users can see links. Click Here To Register...]), so, I don't know what is the reason. I tried to register in inventory.php (in the GetDesignsLootIds() function) the new lootId name of 'ship_goliath_design_gold' (Screenshoot:
[Only registered and activated users can see links. Click Here To Register...]) but nothing works, even I added the description,fullname,category,code and short data of the ship in traslationItems.php and resourceItems.xml :confused:
Maybe could be the wrong shipId, but if I'm configuring the xml resources, why am I still getting the infinite loading window in the equipment if in the in-game emulator all works fine? Someone has some updated game.xml or the shipIds?
A nice idea:
I don't know if it exists, but it would be great if we could debug compiled swf files running in the browser to diagnose what is happening inside the swf execution source.