DayZ
Community-Online-Tools
Dampiir 2018 年 12 月 15 日 下午 1:26
Alternate Instructions & Fix For Folders Not Creating
So for anyone who can't get the folders to create or those who don't know where to look to give yourself permissions: look at your .bat file used for starting your server, check "-profiles=" this is where the permissions mod is supposed to create the files needed for this to work. Since the update to 1.0 it seems it will not create the folders BUT it will create the files IF the folders are there, SO solution is just create the folders for it as follows: find where your server profile is stored (just mentioned this "-profiles=(location)" and create these folders:
1. Create folder called: "CommunityOnlineTools"
2. Create folder called: "PermissionsFramework"
3. INSIDE CommunityOnlineTools folder create 2 more folders called: "GameModule_BaseBuilding" and "GameModule_Vehicles"
4. Back INSIDE PermissionsFramework folder create 1 more folder called: "Players".
5. Profit. All other steps are covered in mod description!

EDIT:
1. Double check spelling on folders and the folder structure, this is IMPORTANT
2. Several people I've helped recently have said their @mod folders were empty or corrupt check these and repair using DayZ launcher if still having issues!!
Here's a video for further help:
https://youtu.be/ci4qxlM1CRQ

Here is an example of the .bat file:
@echo off
start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 -profiles=C:\DayZServer\ -freezecheck -noFilePatching "-mod=@RPCFramework;@Permissions Framework;@Community Online Tools;"

Optional parameters:
-cpuCount=4 - or whatever cpu count you want
-scrAllowFileWrite - I don't think this works anymore but it was used for this mod pre 1.0
最后由 Dampiir 编辑于; 2018 年 12 月 16 日 下午 3:26
< >
正在显示第 1 - 15 条,共 100 条留言
Dampiir 2018 年 12 月 15 日 下午 1:33 
Also for anyone concerned the Players folder is where it will generate a file for each player who connects and these files are where you give permissions.
wooglinx 2018 年 12 月 15 日 下午 2:25 
what about if the workshop folder itself is not located here? Is it ok to move? When i tried to create a new !Workshop folder it said it would merge them as it already existed.
i dont know why but it creates nothing in the Players folder
Dampiir 2018 年 12 月 15 日 下午 6:10 
引用自 wooglinx
what about if the workshop folder itself is not located here? Is it ok to move? When i tried to create a new !Workshop folder it said it would merge them as it already existed.
Steam creates the !Workshop folder in the game directory when you subscribe to the mods with your client, you dont need a !Workshop folder on server the mods just go in the server base directory
最后由 Dampiir 编辑于; 2018 年 12 月 15 日 下午 6:11
Dampiir 2018 年 12 月 15 日 下午 6:12 
引用自 Homogenisator
i dont know why but it creates nothing in the Players folder
Did you add "-mod=@RPCFramework;@Permissions Framework;@Community Online Tools;" to your .bat file?
引用自 Dampiir
引用自 Homogenisator
i dont know why but it creates nothing in the Players folder
Did you add "-mod=@RPCFramework;@Permissions Framework;@Community Online Tools;" to your .bat file?
yes and its work was my fault in the .bat data file
Mosh 2018 年 12 月 15 日 下午 7:06 
My bat file is fine, I checked it 3 times, I created the files, and it's still not creating a player file.
Dampiir 2018 年 12 月 15 日 下午 7:58 
引用自 Mosh
My bat file is fine, I checked it 3 times, I created the files, and it's still not creating a player file.
List everything you did from start to finish or I can't help you
Mosh 2018 年 12 月 15 日 下午 8:13 
Downloaded dayz server from steam, copied all 3 mods over from !Workshop folder to dayzserver folder, created ServerProfile folder, and all of the folders inside you mention, created the @START.bat from the tutorial on OP, start server, I log in, wait a few seconds, disconnect, and then close out the server window 10-15 seconds later. The folders are still empty. I also noticed that without any player file in the players folder, I can open up the menu and click on stuff but nothing happens(Because I dont have permissions, I'd assume). Ive done this numerous times and nothing gets created.
Dampiir 2018 年 12 月 15 日 下午 9:43 
引用自 Mosh
Downloaded dayz server from steam, copied all 3 mods over from !Workshop folder to dayzserver folder, created ServerProfile folder, and all of the folders inside you mention, created the @START.bat from the tutorial on OP, start server, I log in, wait a few seconds, disconnect, and then close out the server window 10-15 seconds later. The folders are still empty. I also noticed that without any player file in the players folder, I can open up the menu and click on stuff but nothing happens(Because I dont have permissions, I'd assume). Ive done this numerous times and nothing gets created.
Paste your start.bat please
SxyPnts 2018 年 12 月 15 日 下午 11:50 
"start DayZServer_x64.exe -mod=@RPCFramework;@Permissions Framework;@Community Online Tools;@Weapon Redux Pack; -config=serverDZ.cfg -port=2302 -noFilePatching -scrAllowFileWrite -NoLogs" I'm also having the same issue as Dampiir, everthing works fine and I can open the menu, but that's about it. I created the folders and even after starting the server, leaving, and closing the server; nothing appears. Would love any help I can get.
SxyPnts 2018 年 12 月 15 日 下午 11:51 
same issue as Mosh* whoops can't read
Dampiir 2018 年 12 月 16 日 上午 12:13 
引用自 SexyPants McGee
"start DayZServer_x64.exe -mod=@RPCFramework;@Permissions Framework;@Community Online Tools;@Weapon Redux Pack; -config=serverDZ.cfg -port=2302 -noFilePatching -scrAllowFileWrite -NoLogs" I'm also having the same issue as Dampiir, everthing works fine and I can open the menu, but that's about it. I created the folders and even after starting the server, leaving, and closing the server; nothing appears. Would love any help I can get.
This is wrong, try this:
@echo off
start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 -profiles=C:\DayZServer\ -freezecheck -noFilePatching "-mod=@RPCFramework;@Permissions Framework;@Community Online Tools;@Weapon Redux Pack;" -scrAllowFileWrite
The -mod=@mod1;@mod2; needs to be in it's own set of quotes, also I don't think -scrAllowFileWrite is needed anymore the last patch notes for DayZ says they removed that... needs confirmation though.
最后由 Dampiir 编辑于; 2018 年 12 月 16 日 上午 1:07
Dampiir 2018 年 12 月 16 日 上午 12:14 
Also put your own path to server profile in, oops
最后由 Dampiir 编辑于; 2018 年 12 月 16 日 上午 1:07
[TTV]rebellion1969 2018 年 12 月 16 日 上午 12:37 
I seem to be getting this in my scripts log :

SCRIPT : Loading permissions for gjSMn3sR0amDst3VYwW4dJFRdStxyARYXzn1fYzj8
SCRIPT : Failed to open the file for the player to read. Attemping to create.
SCRIPT : Saving permissions for gjSMn3sR0amDst3VYwW4dJFRdStxyARYXzn1fYzj8
SCRIPT : Failed to open the file for the player for writing.
SCRIPT : [Logout]: Player gjSMn3+sR0amDst3VYwW4dJ/FRdStxyARYXzn1fYzj8= finished



It didnt create the COT or Permissions folders with their sub folders being created so had to create these myself. Unfortunately its not creating the player file once I exit the server.
< >
正在显示第 1 - 15 条,共 100 条留言
每页显示数: 1530 50