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
-
Content Count
48 -
Joined
-
Last visited
Everything posted by LastS
-
Is working but this last patch disable OpenFile function, so, the script cant read your ID from the txt file. Modify the file: \ScriptedMods\Modules\AdminTool\AdminTool.c Change all the code that read your ID from the txt for this line: m_AdminList.Insert("YOURSTEAMID","null"); You should have something like this after change the code:
-
Manually spawned vehicles aren`t saved. PD: Fill it with gasoline
-
This is at EXP branch lol
-
You must now launch the server with parameters, create a file launcher.bat and edit with notepad: @echo off cls set watch=DayZ Server title %watch% Watchdog cd "C:\Users\admin\Desktop\ServerFolder" :watchdog echo (%time%) %watch% started. start "DayZ Server" /wait "DayZServer_x64.exe" -port=2302 -mod=ModdedScripts -config=ServerFolder\serverDZ.cfg -profiles=TZ -name=ServerNameForChat -dologs -adminlog -netlog -freezecheck echo (%time%) %watch% closed or crashed, restarting. goto watchdog
-
Try opening ports on Firewall too
-
You have to add a script like this.
-
You have to disable the firewall on windows or whitelist the ports. You should open ports on your router too.
-
I dont know, at the moment i dont have notice of that, but i am not sure
-
You can check on player login the UID of player and kick him if there is not on an array or read from file. But you must develop this code
-
You have set 0 as quantity of V3S spawn. Change <nominal>0</nominal> to <nominal> number you want to spawn </nominal>
-
How can you set the vehicles spawn with everything?
-
Hello, im starting with the 0.63 dedicated server, and i would like to know, if is possible, how to add vehicles to the map. Thanks!
-
Yes, i saw that, I would like to have a wiki..
-
I think that is supporting scripts file, becausei edited the stamina and thirst unpacking the scripts.pbo like with the other versions
-
You have to edit the spawn points on "cfgeventspawns.xml"
-
There are not available at the moment.
-
Hello, i would like how can i get the user name linked to an UID in the database players.db What kind of encryption are using? Is like Base64 but idk Thanks!
-
Thanks! I will check later this ;) PD: Is there a wiki/docs where find all these references?
-
Yep, so, how can i know, for example, what is my user at the DB and delete it?
-
I know that you can calculate the GUID, but the UID that it saves on the DB is not a GUID i think..Format is like Base64 encoded text But yes, i have to get the UID and name and save it with a script