|
Alright this is hard to explain:
I need to know, how Arma2 handles time in game.
I thought because it's a "simulator" , that in game time runs like the real outside world, and only "mods" like DayZ changes "time" ...
But is that true, or is time , say 24 hour "cycle" ... runs faster while in game?
I'm working on adding Real Survival Pack to a mission and it has this in it's files:
//Survival Variables
//SleepFood = 0.08; //2880; //minutes (48 hours)
//SleepWater = 0.08; //1440; //minutes (24 hours)
Now , is that 48 hours REAL time, or 48 hours inside-the-game-time?
Or is there no difference?
I'm really struggling here ... I do not see ANY player playing continuously for 48 hours in real time.
Kind of defeats the purpose of needing food if so ....
|