teamcrisiz Posted December 17, 2014 Report Share Posted December 17, 2014 hello community. can i somehow edit startgear just as in epoch 2? Link to comment Share on other sites More sharing options...
matrixmark Posted December 17, 2014 Report Share Posted December 17, 2014 I dont think we can at the moment. Link to comment Share on other sites More sharing options...
ThelMightylThor Posted December 18, 2014 Report Share Posted December 18, 2014 I refuse to believe that it is impossible to write a script for starting gear... Link to comment Share on other sites More sharing options...
Matijs Posted December 18, 2014 Report Share Posted December 18, 2014 You could do maybe, if a player is in the area of spawn, you add gear to it. Link to comment Share on other sites More sharing options...
Flosstradamus Posted December 18, 2014 Report Share Posted December 18, 2014 hello community. can i somehow edit startgear just as in epoch 2? Of course you can. Just gotta figure it out ;) ZENITHOVMAN and teamcrisiz 2 Link to comment Share on other sites More sharing options...
teamcrisiz Posted December 18, 2014 Author Report Share Posted December 18, 2014 It would be very nice, please help :D Link to comment Share on other sites More sharing options...
DavyBravo Posted December 18, 2014 Report Share Posted December 18, 2014 It would be very nice, please help :D http://forums.bistudio.com/forumdisplay.php?162-ARMA-3-MISSION-EDITING-amp-SCRIPTING https://community.bistudio.com/wiki/Category:Scripting_Commands_Arma_3 https://community.bistudio.com/wiki/ArmA:_Introduction_to_Scriptingstart with this one teamcrisiz and maddingamer 2 Link to comment Share on other sites More sharing options...
MrAshido Posted December 19, 2014 Report Share Posted December 19, 2014 But why would you want to..... i mean who doesnt like spawning in with just a fanny pack , its a part of exploring the map and finding all the ammo in the world but no guns . Link to comment Share on other sites More sharing options...
Matijs Posted December 19, 2014 Report Share Posted December 19, 2014 Maybe spawn with some drinks or a starter pistol or something Link to comment Share on other sites More sharing options...
teamcrisiz Posted December 19, 2014 Author Report Share Posted December 19, 2014 No small pistol, but some food and drinks and maybe clothing. Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted December 19, 2014 Report Share Posted December 19, 2014 Your food and drink levels are pretty high when you spawn. The only thing I'd like to see is clothing. It seems silly to be running around in underwear. Link to comment Share on other sites More sharing options...
Cletis5 Posted December 19, 2014 Report Share Posted December 19, 2014 You create a loadout crate on spawn island that allows a player to grab a pistol and backpack from a crate, it works by a scroll option and only works once per life. Its already on servers. Link to comment Share on other sites More sharing options...
teamcrisiz Posted December 20, 2014 Author Report Share Posted December 20, 2014 You create a loadout crate on spawn island that allows a player to grab a pistol and backpack from a crate, it works by a scroll option and only works once per life. Its already on servers. an option, yes, but not a solution. I've seen it on other servers, I dont like that. ZENITHOVMAN 1 Link to comment Share on other sites More sharing options...
Tobias Solem Posted December 20, 2014 Report Share Posted December 20, 2014 Look here peeps: Link to comment Share on other sites More sharing options...
Humpabry Posted December 29, 2014 Report Share Posted December 29, 2014 add to scripts.txt 7 forceAddUniform !"U_C_Poor_1" then put this in your init.sqf if (!isServer) then { waitUntil {!isNull player}; waitUntil {player == player}; while {true} do {_player = player; player addEventHandler ["Respawn", { player addVest "V_41_EPOCH"; player forceAddUniform "U_C_Poor_1"; player addWeapon "ItemMap"; player addWeapon "ItemCompass"; player addWeapon "ItemWatch"; } ]; waitUntil {_player != player}; }; }; posted by js2k6 all his work just copy and paste from me Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted December 29, 2014 Report Share Posted December 29, 2014 You create a loadout crate on spawn island that allows a player to grab a pistol and backpack from a crate, it works by a scroll option and only works once per life. Its already on servers. What's the name of that server? My Little Pony A3 Epoch? cring0 and Darth_Rogue 2 Link to comment Share on other sites More sharing options...
Scaris Posted December 30, 2014 Report Share Posted December 30, 2014 No small pistol, but some food and drinks and maybe clothing. Clothing would be nice, I have never understood the naked and underwear fascination with survival games. You weren't just born at whatever age you are in the game fresh and naked from mommy. I am pretty sure you would have SOMETHING on.. where did the underwear come from? Link to comment Share on other sites More sharing options...
Scaris Posted December 30, 2014 Report Share Posted December 30, 2014 What's the name of that server? My Little Pony A3 Epoch? yes because it's so much easier when everyone starts out armed... Everything is still just as hard, everyone is on equal ground. Just means you may get capped a lot sooner then you would otherwise. Link to comment Share on other sites More sharing options...
Cletis5 Posted December 30, 2014 Report Share Posted December 30, 2014 What's the name of that server? My Little Pony A3 Epoch? It's called [GER] ArmA3 Epoch Not every server has to be like your vision you communist prick /AI/Many Scripts/Missions & Many more Ever heard of it? It's awesome Link to comment Share on other sites More sharing options...
Cletis5 Posted December 30, 2014 Report Share Posted December 30, 2014 yes because it's so much easier when everyone starts out armed... Everything is still just as hard, everyone is on equal ground. Just means you may get capped a lot sooner then you would otherwise. He hasnt played on MGT where there are people at spawn points consistently trying to kill you fully armed up. Link to comment Share on other sites More sharing options...
Gen0cide Posted December 30, 2014 Report Share Posted December 30, 2014 I'll give weapons (9mm pistol) on start when or if we ever get random spawn locations. I can see the piles of bodies now from new players leaving trader city and instantly turning and shooting each other. Clothes and a backpack makes sense to me right now if anything. Link to comment Share on other sites More sharing options...
pr0dukt Posted December 30, 2014 Report Share Posted December 30, 2014 Could always check the scripts section of the board. You'd be surprised at what you find there. ^_~ Tywin 1 Link to comment Share on other sites More sharing options...
Stranger Posted December 31, 2014 Report Share Posted December 31, 2014 You could do this as a Map Addon. There is somewhere out there an available Script, that puts a Box into the Spawn Point where users can get "Start Loadout". Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now