I feel bad for everybody who goes to Xelerus and misses this post on the forums

Much longer i was been a GuestHis first and only post on the forums, and it's about MiningPack?
You forgot a main word - "balance".- an improved asteroid scanner
- lots of new graphics for resources & trade goods
- the introduction of trashteroids (every asteroid is mineable)
- three new ores (magnasteel, primallox and suprallox)
- the ability to extrude barriers, not just titanium but plasteel, orthosteel and the three new ores
- the ability to extrude reinforced cargo crates (that can be locked, so salvagers can't loot 'em. Again, titanium, plasteel, magnasteel, etc.)
Just some small polishing and tweaking to be done before it's out. I'll make it my top modding priority.
Code: Select all
<onuninstall>
(objSetData gPlayerShip "MCP" 0)
</onuninstall>
<OnEnabled>
(block nil
(objSetData gPlayerShip "MCP" 1)
)
</OnEnabled>
<OnDisable>
(block nil
(objSetData gPlayerShip "MCP" 0)
(block nil(objRemoveItem gPlayerShip (itmCreate 0xDA1D1172 1))(objRemoveItem gPlayerShip (itmCreate 0xDA1D1174 1)))
)
</OnDisable>