Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Sid Debian

Members
  • Content Count

    666
  • Joined

  • Last visited

Everything posted by Sid Debian

  1. Sid Debian

    Updated item id's from 1.03?

    Well Make this way. Get your current types.xml, download WinMerge, update server files and get default types.xml. All changes in files WinMerge will show you...
  2. Sid Debian

    Using a scope on a bolt action

    I see that you love battlefield or/and call of duty. But I've got some bat news for your sunshine - YOU CAN'T RELOAD BOLT ACTION RIFLE WHILE YOU LOOK AT SCOPE, BECAUSE OF THE BOLT WILL HIT YOU OVER YOUR FACE WHEN YOU PULL IT BACK FOR RELOAD. And that's a real problem. P.S. Sorry for caps.
  3. Sid Debian

    Updated item id's from 1.03?

    Checkout change log. And add what ya want.At least you can add NV Googles or belts (you can put on it pistol holster). For loadouts it's fine.
  4. Sid Debian

    Server kick by battle eye for no reason

    1-st is check out your server connection. And I think that you must check server logs. Sometimes server will kick if you first time connect to server (after server restart).
  5. Hey there. You made a mistake. 1st let me see your's "Scheduler.xml" 2nd let me understand how you want to make this messages (shown by specific time for example at 6 pm by your server time or each 6 hours since server was started). But I'll give you few ideas how to make a messages. All records in "Scheduler.xml" must have unique Job ID. 1-st Job must be a "loadbans" function 3.If you want use real server time then you must set up in this way: Where: <time> -> Real server time in 24 hrs format. (hh:mm:ss) <delay> -> don't care <day> -> day of week (if set from 1 to 7 = every day) <loop> -> is message must be looped. <cmd> -> Command for execute <cmdtype> -> Level of command. I hope that you everything understand in my message. I'm sorry for my bad English.
  6. I guess none. For now. But we may try to broke building's wipe. The server saves files called "dynamic_00*.001". You can open them with 7-zip and with help of Notepad++ we can try to find word "Tent" in this files. After analysis I guess that's we may find which ones "dynamic_00*" files store the tents and which ones saving loot. If you want to reply to me (I'll get notification about it), please click Quote. ))) UDP: I placed the tent and try to search files. So no luck. Then last think remains - remove one by one. But hell knows why files spitted on 15's parts..
  7. Wenn Sie types.bin, types.001, types.002 entfernen, müssen Sie auch versuchen, alle Dateien dynamic_0 * .bin, dynamic_0 *. * Zu löschen. Weil Beute im Spiel als dynamischer Inhalt dargestellt wird. I WARN SIE KÖNNEN GELÖSCHT WERDEN UND BASEN (KONSTRUKTION). Entschuldigung, ich kann die deutsche Sprache nicht. Ich musste Google Translate verwenden.
  8. Sid Debian

    Where is the newly added Hatchback?

    NOWHERE. There's no events and spawn points on stable and (open) test branches. When they fix that - unknown.
  9. Sid Debian

    DAYZGUID?

    OK. NOW I just don't care how will you get data but I'm post here algorithm. 1. Battleye GUID -> md5("BE"+SteamID64) -> was 7656119********** -> after function -> 5b384********6a32****ce********5 (as example result is Battleye GUID) 2. DayZ GUID -> Base64(SHA256(SteamID64)) -> was 7656119********** -> after function -> PLc+m**uU*****VGNNS2Ea2*****jI/TT8gVSo******* (as example) Explain: SteamID64 - Users Steam ID. "BE" -> String with 2 letters equals BE. md5 -> Hash function called as MD5, but you need find correct implementation. SHA256 -> Cryptographic hash (also know as "Rijndael") (by default many programming languages return result of this function as byte[] (array of bytes)) Base64 - > coding format (best option to get a String from byte[]) You wanna ask me "Why f*** do they do it if SteamID is unique by default!?" - my answer is: "I don't know...".
  10. Sid Debian

    custom start gear for multiple members

    Here some code. Init.c for one player Same equipment for 2 players If you want to set different random outwear for not admin If you want to set some skin for player (repeat skin after respawn) Have a fun.
  11. Sid Debian

    Cant set up my server

    Then Let's try to make fresh install. 1. Move SteamCMD to root of C Drive. 2. Create folder C:\Servers\DayZServer 3. create script to install DayZ Server @Server.cmd in root of C:\Servers\DayZServer with content: cd "C:\SteamCMD" steamcmd.exe +login %STEAMLOGIN% %STEAMPASSWORD% +force_install_dir C:\Servers\DayZServer +app_update 223350 validate REPLACE %STEAMLOGIN% %STEAMPASSWORD% with your data. Wait until finished.
  12. Sid Debian

    Cant set up my server

    good. Then let's try other way. Do you installed MS VC++ redistrib (2012, 2015)?
  13. Sid Debian

    Cant set up my server

    OK. then, let's try step by step. 1. What's your server? 2. How do you install?
  14. Sid Debian

    Cant set up my server

    try to rename config.vdf.tmp -> config.vdf. And try to validate installation of server (over SteamCMD).If not helped- erase folder of server and reinstall dayzserver.
  15. Sid Debian

    Wiping all current vehicles.

    I guess you need create a script which will fetch all vehicles array on map and set dmg. I guess there's a way to get array of vehicles.
  16. Sid Debian

    Wiping all current vehicles.

    I suggest you DISABLE spawn cars. You can do that with events.xml-> vehicle -> Set <active>0</active> and restart server. All vehicle with that class will be removed. 2-nd don't touch bin files. That action can cause wipe of hive.
  17. Sid Debian

    where to find them?!

    Search at Tisy mil base. Tier 4 and Tier 3 military locations. also at top part of NW airfield it's current ARs and DMR (FN FAL) location chance to find FN FAL is about 1 to 7 (less then 15 %). And I found problems with soviets ammunitions (hard to find). So the best way is NATO ammunition (5.45, .45, .308).
  18. Sid Debian

    Game fails to load with battle eye.

    Try next steps: 1. Remove Battleye folder from game directory. 2. Remove Battleye folder from %LocalAppData%\DayZ and from %LocalAppData% 3. Check access rights to game directory. (You can set 'em by: Properties -> Security -> Groups and Users -> Change -> Add user "All" (without quotes) and grand all rights. Same to subfolders. 4. Validate DayZ game over Steam. 5. Start game and accept licence if it require.
  19. Sid Debian

    can't refuel the car

    I'm understand that sounds very idiots... But does your mouse work fine? Second. Is your canister is full of gasoline? Third. When you fill tank look into it and don't move mouse until you finish. And last thing: When action is resetting this mean that you tank is full of gasoline. (yes that's not good that has no information that tank is full).
  20. Sid Debian

    Parsing Error?

    I see your problem. 1. Depends: install Community-Framework 2. Add keys in server\keys folder. 3. Reconfigure your Server.bat, add in startup line this WITH QUOTES (code bellow) "-profiles=my_profile_folder" Explain: -profiles <- param set folder name where will store the log and other trash from server. my_profile_folder <- Name of folder at root of DayZ Server (where DayZ_X64.exe located) 4. Add more parameters at startup. "-mod=@RPCFramework;@ZomBerry Admin Tools;" "-scrAllowFileWrite" "-filePatching" As result you'll have something like this: DayZServer_x64.exe -config=serverDZ.cfg -port=2302 "-profiles=my_profile_folder" "-mod=@RPCFramework;@Permissions-Framework;@Community-Online-Tools;@ZomBerry Admin Tools;" "-scrAllowFileWrite" "-filePatching" Add at end of line your parameters. And at finish you need to create forlder: my_profile_folder\ZomBerry In That folder create text file: admins.cfg and put player ID in folder. INFO How to find your ID: Connect to server and then disconnect. got to my_profile_folder, and find .adm file. Then find there line: XX:XX:XX | Player "SOME_PLAYER_NAME" is connected (id=GFGHJjhAsjfFejhfv/jesth/472rjsdhfrjkghvuwGUIGBUS=) GFGHJjhAsjfFejhfv/jesth/472rjsdhfrjkghvuwGUIGBUS= <- is Your ID. Put it in admins.cfg. Restart server and you're done! I guess it's help.
  21. Sid Debian

    COT Object Spawner

    Inside Community Online Tools there's a tool called: Permissions Framework (part of tool). That framework allow you to setup groups and rules for groups. Full list of rules: That rules must be placed in TXT file for example: %DAYZ_SERVER%\%PROFILES_FOLDER%\PermissionsFramework\Roles\admin.txt admin.txt -> name of group "admin". Now you can grand player access to group by next step: a. Using as admin tool and grand group in game (admin and new moderator must be online). b. Go to folder %DAYZ_SERVER%\%PROFILES_FOLDER%\Players and find there file with SteamID 64 of player. Example: 7656***********0.json Example of file content of 7656************0.json bellow: And you're ready. COT automaticly reload all json files if the folders. I hope that answer will help you.
  22. Sid Debian

    Fal Dont Found

    oh, yeah, I forget that not just in the types.xml. You need edit cfgspawnabletypes.cfg (line 1574) uncomment (or move FAL item section to allow spawn FAL with attachments. But be careful, you can brake server...
  23. Sid Debian

    Fal Dont Found

    All problems with types.xml. How do you edit that? By default, you have one chance from 7, It's about 14,29% that you find your FAL. I suggest you set like M4 70% chance 7 from 10. Or make it some rare: 4 of 10. Here spoiler FAL set 7 from 10. (min and nominal fields)
  24. Sid Debian

    New items - but no new types.xml?

    Man. Yiu can download dayz server to your pc and upload new files or revalidate serverfiles. If you want i can upload all mission (def) to mega and give the link. If you modified your loot try to use winmerdge or other similar app.
  25. Sid Debian

    New items - but no new types.xml?

    Here new items: types.xml
×