QuentinGruber / h1z1-server

Library used to emulate h1z1 game servers
https://h1emu.com
GNU General Public License v3.0
93 stars 54 forks source link

Rework Account Inventory #2074

Closed QuentinGruber closed 2 months ago

QuentinGruber commented 2 months ago
jasonmoonen commented 2 months ago
  • [ ] issues with itemguids ? Why using them when you can use itemdef? collision for sure

Z1BR uses incremental IDs. Instead of generating new IDs, I opted to use GUIDs instead. See the screenshot below (item GUIDs are hidden for privacy reasons): image