thej01-TerminalSeedPicker icon

TerminalSeedPicker

Allows you to set the moon seed in the terminal, either by a random or a set input. You can type words as the input to convert them into seeds, similar to Minecraft. Everyone needs the mod installed to work!

Last updated 2 weeks ago
Total downloads 5306
Total rating 2 
Categories Misc BepInEx Server-side
Dependency string thej01-TerminalSeedPicker-2.0.0
Dependants 8 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
NotAtomicBomb-TerminalApi-1.5.6 icon
NotAtomicBomb-TerminalApi

A Terminal Api

Preferred version: 1.5.6
xilophor-LethalNetworkAPI-3.3.2 icon
xilophor-LethalNetworkAPI

A library/API to allow developers to easily add networking to their mods.

Preferred version: 3.3.2

README

Terminal Seed Picker

Everyone needs this mod installed in order to work!

Adds 3 new commands to the terminal in the OTHER category,

  • set seed [SEED]
  • random seed
  • get seed

Set Seed [SEED]

You can put raw numbers or a word/sentence into the SEED argument of the set seed [SEED] command.

Words/Sentences are converted into a seed value from 1-100,000,000 from their hashcode to be used as a seed similar to Minecraft.

Random Seed

random seed sets the seed to a random number from 1-100,000,000

Get Seed

get seed will give you info on the current seed.

It will print:

  • The current seed number
  • If it was set or not
  • If it was set, the type that it is (Challenge Moon, From random seed, From set seed [SEED])
  • The words/sentence used to generate the seed, if applicable

Hey, can I use Terminal Seed Picker in (blank)?

Terminal Seed Picker is licensed under GNU General Public License v3.0: https://choosealicense.com/licenses/gpl-3.0/#

Basically, do whatever you want, just:

  1. Disclose source
  2. License and copyright notice
  3. Same license
  4. State changes

Source Code: https://github.com/thej01/LC-TerminalSeedPicker