Seed

The [b]seed[/b] is a text value which is used as the source for all randomness in the game, including map generation, random [wiki]hedgehog[/wiki] positions, etc. Using the same seed will lead to the same map and other random things in the game. If you like a particular random map, you need to write down the seed, the map complexity and the map type. To play on the same random map, just enter the correct values again. [h3]Seed format[/h3]The seed is just a sequence of characters with a length of 1-54 bytes. Almost all characters are permitted in the seed. Here are some examples for seeds: [list][*][code]{aca6171a-8c9a-4052-ab46-f106ff962d8d}[/code] [*][code]{4756ba87-ec5d-49f3-9910-4cade3d887d1}[/code] [*][code]Hedgewars is fun![/code] [*][code]人算不如天算[/code][/list] [h3]Randomizing everything but the map[/h3]If you want to play on the same random map, but want different hedgehog positions, weapon crate drops, and other random events in the game, there's a special seed format you can use. Just put a pipe character (“[code]|[/code]”) in the seed. The part before the pipe will be used to generate the map while everything after the pipe will be used for everything else. Example: The following seeds all generate the same map, but with different hedgehog positions, crate drops, etc.: [list][*][code]XFeL32fOR|abc[/code] [*][code]XFeL32fOR|Y[/code] [*][code]XFeL32fOR|439024[/code][/list]

User login

Copyright © 2004-2023 Hedgewars Project. All rights reserved. [ contact ]