Skip to content

GUID / ID Generator

Use this tool to generate fresh GUIDs in the formats modders actually need, plus a quick contiguous numeric ID block when you want to reserve an internal range before assigning values manually.

Tools

GUID / ID Generator

Generate fresh GUID values in the formats modders actually need, plus a quick sequential numeric ID block for items, assets, or internal planning.

Local-only utility. This tool does not save or submit generated values.
GUID generator
local generator

Fresh identifiers

Unturned GUIDE5AE4E527E5F42E395082FFF2D6FB237
Canonical UUIDe5ae4e52-7e5f-42e3-9508-2fff2d6fb237
Registry format{E5AE4E52-7E5F-42E3-9508-2FFF2D6FB237}
Sequential ID block
5700057001570025700357004570055700657007
Why
  • Use the Unturned GUID form when you need a 32-character uppercase identifier without dashes.
  • The numeric block is useful for reserving a contiguous internal range before you start assigning IDs by hand.
Watch-outs
  • This generator does not know your existing project IDs. It only creates fresh values locally.
  • Keep a source-of-truth list for assigned numeric IDs so parallel work does not collide later.

What this tool is good for

  • Creating a fresh Unturned-style GUID without pulling up another utility.
  • Copying the same generated value in canonical, registry, or dashless uppercase form.
  • Reserving a simple numeric block for internal planning or item authoring.

What this tool is not

  • A collision detector against your existing project data.
  • A substitute for maintaining a real ID ledger across a team.