Jump to content

Sid Debian

Members
  • Content Count

    651
  • Joined

  • Last visited

Everything posted by Sid Debian

  1. Sid Debian

    Help with the init.c

    Move that question in Troubleshooting or Servers section. About your init.c You made few mistakes. 1-st function void SpawnObject(string, vector, vector) must be declared as static if this function is out of class. exmpl: static void SpawnObject(string, vector, vector) 2-nd SpawnObject must be ended with } not with }? 3-rd Don't append in init.c directly. Create file "mission_trash.c" in root of your mission and put there this code: And then there yours init.c
  2. WELCOME TO BUG! Try reenable HUD by holding ~ key. If your HUD is off you not get any message from server even from Battleye. But I guess ads about maintenance you will see )
  3. 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...
  4. 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.
  5. 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.
  6. 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).
  7. 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.
  8. 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..
  9. 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.
  10. 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.
  11. 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...".
  12. Sid Debian

    Stable Update 1.03

    Have some. If you have a VSS in hands with PSO-1-1 and FireAxe on your back - you will see handgrip of axe. This bug working when you sit down on the ground. 2-nd test branch and stable branch has no spawn type for Gunter 2 (Hatchback_02 (no updates fro events.xml file same for cfgeventspawns.xml) I guess, DAMN, WRITE CLASSES IN CHANGE LOGS! 🤬👿).
  13. 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.
  14. Sid Debian

    Experimental Update 1.03.151457

    What's a Gunter 2?! Is that vehicle, Is that weapon!? Or it's name of "Strawberry Jam"?!?!?!?!
  15. 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.
  16. Sid Debian

    Cant set up my server

    good. Then let's try other way. Do you installed MS VC++ redistrib (2012, 2015)?
  17. 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?
  18. 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.
  19. 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.
  20. 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.
  21. 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).
  22. 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.
  23. 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).
  24. Sid Debian

    Stable Update 1.02

    Found strange bug with ammunition. (confirmed on .308 Win & .45 ACP). Sometimes, when you unpack and combine ammunition, or chamber weapon. Your stack of cartridges can't be loader in weapon/mag. Problem solving with CTRL+RMB -> split stack of cartridges and begin load/chamber from 2nd stuck (after spitting). When you have last cartridge from first stack you need press CTRL+RMB again on it and put in other place and only then you cant chamber or load it in. (at same time: weapon in worn or pristine, mag is worn or pristine and stack is worn or pristine, same as box of ammo).
  25. 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.
×