You are viewing a potentially older version of this package.
View all versions.
SetSeed
Allows you to set the SessionSeed in game using chat commands.
| Date uploaded | 10 months ago |
| Version | 1.0.0 |
| Download link | Tgb03-SetSeed-1.0.0.zip |
| Downloads | 65 |
| Dependency string | Tgb03-SetSeed-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_GTFO
BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.
Preferred version: 3.2.1README
SetSeed
Allows you to set the SessionSeed in game using /setsessionseed.
You can only do this as the Host.
How to use
There are 2 ways to set the seed:
-
Open chat as the Host and type
/setsessionseed <seed>where the seed is an integer. -
Open chat as the Host and type
/setsessionseed. This will set the seed to your copied clipboard if that value is a valid value.
Once you set the seed to a value a chat message will be sent with the new seed. The seed is saved and if you create another lobby the seed will be the same.
Seeds that can be set:
- SessionSeed: This sets most of the RNG in a level such as keys, cells, objective items.
CHANGELOG
Changelog
v1.0.0
- Initial project released
v1.0.1
- Fixed a bug where players don't have the same seed if host changes it while in the lobby with them.
This resulted in them eventually getting kicked out for wrong checksum.