Crankyfist Posted December 7, 2014 Report Share Posted December 7, 2014 Im running snap build and vector build. When adding 1 step build in. It breaks my base God mode and bases start deleting. Anyone with same problem? Link to comment Share on other sites More sharing options...
0 calamity Posted December 7, 2014 Report Share Posted December 7, 2014 how did you add 1 step building ?? in init.sqf added ??? DZE_StaticConstructionCount = 1; Link to comment Share on other sites More sharing options...
0 Crankyfist Posted December 8, 2014 Author Report Share Posted December 8, 2014 I tried changing unit count to 1. At the same time I put in DZE_StaticConstructionCount = 1; that could have been a conflict. I will try changing static count by itself. Link to comment Share on other sites More sharing options...
0 Tech_Support Posted December 9, 2014 Report Share Posted December 9, 2014 this post here show you how to add 1 step build for players link: FAST UPGRADE Now, for fast upgrade you will need to go into your fn_selfActions.sqf and look for this s_player_upgrade_build = player addAction [format[localize "STR_EPOCH_ACTIONS_UPGRADE",_text], "\z\addons\dayz_code\actions\player_upgrade.sqf",_cursorTarget, -1, false, true, "",""]; and change to s_player_upgrade_build = player addAction [format[localize "STR_EPOCH_ACTIONS_UPGRADE",_text], "PATH-TO-YOUR-CUSTOM-SCRIPTS\player_upgrade.sqf",_cursorTarget, -1, false, true, "",""]; Replace PATH-TO-YOUR-CUSTOM-SCRIPTS with the path to the directory in which you will be storing your custom scripts, e.g "custom\scripts\player_upgrade.sqf". from there you need to go into your custom variables file and add this line WG_adminBuild = ["0","0","0"]; very near the top just below this line disableSerialization; Replace the 0's with your PlayerUID/SteamUID's for the players and admins that you want to have access to instant building. :D just sharing the info and link i take no credit for shit Link to comment Share on other sites More sharing options...
Question
Crankyfist
Im running snap build and vector build. When adding 1 step build in. It breaks my base God mode and bases start deleting. Anyone with same problem?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now