Mon Jan 03, 2005 10:37 pm by warzog
It's not a cheat!
(It's a debris field.)
All you need do, is shoot at the scrap (If it's targetable), and you'll get the cargo, too.
Usually only works with the small stuff that flies by.
And it won't show up everytime.
If you're making your own mod, the asteroid field's ini file needs a section like:
[LootableZone
asteroid_loot_container = lootcrate_ast_loot_metal
asteroid_loot_commodity = commodity_scrap_metal
dynamic_loot_container = lootcrate_ast_loot_metal
dynamic_loot_commodity = commodity_scrap_metal
asteroid_loot_count = 0, 0
dynamic_loot_count = 1, 1
asteroid_loot_difficulty = 40
dynamic_loot_difficulty = 4
The last 4 lines determine how much, and how often you'll get the "commodity_scrap_metal."
Any commodity can be placed there, if you're making your own mod.
BTW-The "lootcrate_ast_loot_metal" determines what it looks like after it's been shot free.
Edit:
Almost forgot...
In the system's ini file, the zone MUST have an entry:
pop_type = lootable_field
(If not, you can't loot it.)
Watch your 6!
Edited by - warzog on 1/3/2005 10:42:21 PM