pridit
Member-
Content Count
8 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout pridit
-
Rank
Private
Contact Methods
-
Steam url id
Pridit
-
Isn't hint global so it would still send to all players if one player left the boundary?
-
GET/SET Loadout (saves and loads pretty much everything)
pridit replied to aeroson's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks, works perfectly. Not interested in the other script as I'm just looking for a basic save/load and this serves that purpose perfectly. -
GET/SET Loadout (saves and loads pretty much everything)
pridit replied to aeroson's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Doesn't seem to include all box types, in particular [bLUE] Supply box. I would try and include it myself but I have no idea what the name of that particular box type is. -
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
pridit replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
It has to be called exactly "steam_appid".txt anything else won't work. -
Vehicle Rearm, Refuel and Repair Script
pridit replied to MrFata's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Decrease this value. if (Fuel _vec < 1) then {_vec setFuel ((Fuel _vec)+[b][u]0.0125[/u][/b]);}; -
[ALPHA] ARMA 3 Crate Filler
pridit replied to tonic-_-'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
Likewise with above, crates seem to be empty. -
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
pridit replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
It seems to bypass Steam and just directly launches the application hence the lack of "app already running" message preventing you from opening multiple instances. This method has also been used in order to play games on Steam before their launch date in other territories, but thanks to Steam encrypting data this has been prevented. -
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
pridit replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
I don't understand this messing about trying to get multiple servers running when there's a simple and easy method. Just create a new text document in the Arma 3 directory (steamapps/common/Arma 3) called "steam_appid" put "107410" inside it, save it then enjoy running multiple instances.