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 GUID72D6A37BB1454E81B65A3E2ECBF14436
Canonical UUID72d6a37b-b145-4e81-b65a-3e2ecbf14436
Registry format{72D6A37B-B145-4E81-B65A-3E2ECBF14436}
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.