Arma 3
Survival and Loot spawns
Does anyone know of a good "Survival" script? including hydration and hunger?

Also does anyone know of any good scripts that allow loot spawning with food/water items, hopefully in containers but I'm not to fussed?

I can only seem to find ones that allow clothing/weapons/attachments etc.

I am trying to make a survival single player mode.
< >
Showing 1-8 of 8 comments
Hortzy Mar 8, 2015 @ 6:26pm 
use the A3wasteland core as a base for it. theres lots of options in the config to disable/enable missions, add loot, vehicles etc almost anything u want.
http://www.A3wasteland.com
and go to the Github page, everything you need will be there
#GetRektasaurus Mar 9, 2015 @ 11:29am 
Originally posted by Hortzy:
use the A3wasteland core as a base for it. theres lots of options in the config to disable/enable missions, add loot, vehicles etc almost anything u want.
http://www.A3wasteland.com
and go to the Github page, everything you need will be there

HOLY COW!

Thanks dude.
#GetRektasaurus Mar 9, 2015 @ 11:30am 
I'm also presumihng there is an option to make the mod "Single Player" or "Co-Op"?
Hortzy Mar 9, 2015 @ 1:08pm 
once your in the editor with it you can do whatever u want :) for single player just delete all the playable units except for one of course, and just save it as a single player mission?
#GetRektasaurus Mar 12, 2015 @ 12:21pm 
Originally posted by Hortzy:
once your in the editor with it you can do whatever u want :) for single player just delete all the playable units except for one of course, and just save it as a single player mission?

This is all good and dandy, I have it working but I cannot get past "Please wait for your character to initialize". Is there a way to remove the data base and replace it with standard saving?
KOR Reaper Mar 18, 2015 @ 10:24pm 
I believe by defualt unless Agent Rev has changed it is set to profile format for saving. If that is the case vehicles will not save. you can change the saving feature in Server/Default_Config.sqf line 42:

// Persistence settings
A3W_savingMethod = "inidb"; // Method used for saving data ("profile", "iniDB", "extDB")

of course if you use inidb you have to have the addon activated if not you will get stuck on initializing. but like I said set it to profile and the bad thing is no vehicle saving.

Also if your running it on linux inibd will not work. (most often the issue on hosting servers)
Last edited by KOR Reaper; Mar 18, 2015 @ 10:26pm
#GetRektasaurus Mar 19, 2015 @ 11:17am 
Originally posted by OW_Reaper:
I believe by defualt unless Agent Rev has changed it is set to profile format for saving. If that is the case vehicles will not save. you can change the saving feature in Server/Default_Config.sqf line 42:

// Persistence settings
A3W_savingMethod = "inidb"; // Method used for saving data ("profile", "iniDB", "extDB")

of course if you use inidb you have to have the addon activated if not you will get stuck on initializing. but like I said set it to profile and the bad thing is no vehicle saving.

Also if your running it on linux inibd will not work. (most often the issue on hosting servers)

Cheers bro, me and a buddy sorted most of it out.

The profile saving allows bought and missions vehicles to be saved, aswell as bases but not those randomly spawned.
KaZaR Jul 2, 2017 @ 2:15pm 
Hi everyone
I know this topic is quiet old but i need some help. I have downloaded the files that you linked but i want to know if i can only used the Loot spawn system. I tried to paste the files in my mission folder but the loot does not spawn... Can you help me with that ?
I do apologize for my very bad english level and i'm a novice in scripting too ^^
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Mar 7, 2015 @ 3:41am
Posts: 8