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

Arconir

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Arconir

  • Rank
    On the Coast
  1. Arconir

    How do I attach the blood type to a player?

    Thanks! Yes. I've already looked through the class hierarchy. A solution could be to override everything up to the generator function and pass the player's ID. Well, I would avoid that. 😄 Somehow, I should be able to dynamically update the blood type of the player's data in the "player" parameter when I set up the equipment.
  2. Blood type is randomly generated after each death. This is the "BloodTypes::GenerateBloodType()" function. If I override this, I can set it to constant, but I can't access the player's 44-character ID here. How can you change this in the "StartingEquipSetup" function, where you have the missing ID? I would like to link it to a player, because according to the history of my server, the new characters are clones. I would read the fixed configurations from a JSON file. Thanks for the help!
×