f3cuk / WICKED-AI

Wicked AI missions for your server
30 stars 59 forks source link

question #89

Closed ghost closed 10 years ago

ghost commented 10 years ago

hey F3cuk like your version of Wai and i got a question where do you change the weapon loot like in the ammo boxes like you could on other i cant find the code string for it and no ammobox.sqf files ether

im making a Overpoch/napf and want to add loot from that table

thanks in advance

f3cuk commented 10 years ago

Right now there is no "simple" option to add own custom fixed crates.

Your best chance it adding the extra loot to the arrays in config.sqf. Then they should have an equal chance of spawning inside the dynamic crate.

ghost commented 10 years ago

so what loot table are stringed to the weapons/ammo crates atm ?

f3cuk commented 10 years ago

Huh? No loot tables, just loot/weapon arrays inside the config.cfg. By default it selects a random weapon array, but you can manipulate that to a static one inside the mission itself.

f3cuk commented 10 years ago

Closing this one cause of no response