Author Topic: Need help with this/these package(s)  (Read 723 times)

Been trying to make an entirely separate addon from Pandan's old "Armor WellSteel" and Broze's extremely old "T36d Peacekeeper Helmet" items.
According to the console.log, it seems I've packaged it correctly without deleting the originals:
Code: (Console.log) [Select]
Loading Add-On: Item_Armor_Steel (CRC:547269101)
Executing Add-Ons/Item_Armor_Steel/server.cs.
0 datablocks added.
Loading Add-On: Item_Space (CRC:-1013159886)
Executing Add-Ons/Item_Space/server.cs.
4 datablocks added.

However, the Peacekeeper in game is completely missing, assumingly overwritten. The original Armor_Steel shows ingame, before I go into any further details I may as well mention the modded items I've made.

Here they are in the console.log:
Code: (Console.log) [Select]
Loading Add-On: Item_PowerArmorWinter (CRC:267763348)
Executing Add-Ons/Item_PowerArmorWinter/server.cs.
5 datablocks added.
Loading Add-On: Item_PAHWinter (CRC:580247793)
Executing Add-Ons/Item_PAHWinter/server.cs.
0 datablocks added.
Now, the PAHWinter item shows up, but as I said before, assumingly overwrites the original Peacekeeper item. The PowerArmorWinter item doesn't show up in the game.

Here's the link to all the addons in question:
http://www.mediafire.com/?jzaidpbe0jx16

And before you ask, yes, I have given credit to the original authors in the description.txt's of the addons. I'm probably not even going to release them anyways.

Thanks! :)
« Last Edit: April 17, 2013, 03:58:53 PM by Mister Cheese »

The link does not lead to the files.


Bump. I still need help with this.