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

LastS

Members
  • Content Count

    48
  • Joined

  • Last visited

Everything posted by LastS

  1. LastS

    Admin Menu

    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:
  2. LastS

    Vehicles

    Manually spawned vehicles aren`t saved. PD: Fill it with gasoline
  3. LastS

    Can't find my server ingame

    Nice!
  4. LastS

    Dayz is Broken is it the end

    This is at EXP branch lol
  5. LastS

    Admin Menu

    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
  6. LastS

    Can't find my server ingame

    Try opening ports on Firewall too
  7. LastS

    Admin Menu

    You have to add a script like this.
  8. LastS

    Can't find my server ingame

    You have to disable the firewall on windows or whitelist the ports. You should open ports on your router too.
  9. I dont know, at the moment i dont have notice of that, but i am not sure
  10. 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
  11. LastS

    Vehicles

    You have set 0 as quantity of V3S spawn. Change <nominal>0</nominal> to <nominal> number you want to spawn </nominal>
  12. LastS

    Vehicles

    Thanks bro, i will test this
  13. LastS

    Vehicles

    How can you set the vehicles spawn with everything?
  14. LastS

    Vehicles in my own EXP server?

    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!
  15. LastS

    No File Scripts PBO ?

    Yes, i saw that, I would like to have a wiki..
  16. LastS

    No File Scripts PBO ?

    I think that is supporting scripts file, becausei edited the stamina and thirst unpacking the scripts.pbo like with the other versions
  17. LastS

    Vehicles in my own EXP server?

    You have to edit the spawn points on "cfgeventspawns.xml"
  18. LastS

    modding tools

    There are not available at the moment.
  19. 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!
  20. LastS

    How convert UID to plain text?

    Thanks! I will check later this ;) PD: Is there a wiki/docs where find all these references?
  21. LastS

    How convert UID to plain text?

    Yep, so, how can i know, for example, what is my user at the DB and delete it?
  22. LastS

    How convert UID to plain text?

    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
×