World Seed
The World Seed is a string of numbers that determines the way a Terraria world is randomly generated. It can be entered when creating a new world and can be viewed anytime thereafter in the world selection menu. Two worlds with the same seed are almost identical.[a]
Format
A World Seed consists of four numbers, separated by periods: [size].[difficulty].[evil biome].[identifier].
- World size (possible values:
1through3)
1Small 2Medium 3Large
- World difficulty (possible values:
1through4)
- Evil biome (possible values:
1or2)
1Corruption 2Crimson
- Identifier, i.e. the actual unique random seed (possible values:
0000000000through2147483647)
For example, a world with the seed 3.1.2.1399440699 is a large world in Classic Mode with Crimson and its identifier is 1399440699.
1718168399 is entered.The identifier part can be entered during world creation in the "Seed:" field. Alphanumerical values are allowed there; internally they will be converted to numbers for world generation using the CRC-32 algorithm.[1] Leaving it empty will randomize the identifier.
Alternatively, the full seed (not just the identifier part) can be entered there to automatically select the settings of the other fields (world size, difficulty, and evil biome). Only the identifier part will remain in the "Seed:" field.
Secret world seeds
A handful of seeds cause worlds with unusual and unique features as Easter eggs. These replace the regular identifier part of the World Seed. For instance, the identifier 5162011 (Celebrationmk10) triggers the Celebrationmk10 world generation, but two Celebrationmk10 worlds are almost never identical. Therefore, it is generally impossible to replicate a secret-seed world in the way it is possible with regular worlds.
Worlds created prior to 1.3.4
Worlds generated prior to 1.3.4 do not have a viewable seed. While they were generated with a random seed, that information was only used during world creation, and was not stored in the world file.
Worlds generated in 1.3.4 or later always have a World Seed. In 1.3.4, an experimental feature setting was added on the
Desktop version to allow players to see, copy, and input the World Seed.
Since 1.4.0.1, World Seeds can always be viewed, copied, and entered, regardless of the experimental feature setting.
History
- Desktop 1.4.2: Fixed an issue where seeds would not always generate identical worlds.
- Desktop 1.4.0.3: Copy Seed feature is no longer experimental.
- Desktop 1.4.0.1:
- Officially implemented in the game.
- Made the world seed also contain the info on the initial settings of a world.
- Fixed an issue where different operating systems would see slightly different world seed results.
- Desktop 1.3.5: Fixed an issue where auto-creating a world from the server caused it to always use the same seed.
- Desktop 1.3.4: Introduced as an experimental feature.
- Console 1.4.0.5.4.1: Introduced with changes from Desktop 1.3.5 to Desktop 1.4.0.3.
- Switch 1.4.0.5.5: Introduced with changes from Desktop 1.3.5 to Desktop 1.4.0.3.
- Mobile 1.4.0.5.0: Introduced with changes from Desktop 1.3.5 to Desktop 1.4.0.3.
References
- ↑ Minor differences may still be present due to randomizations that are not based on the seed.