You are viewing a potentially older version of this package. View all versions.
thej01-TerminalSeedPicker-2.0.0 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!

Date uploaded 2 months ago
Version 2.0.0
Download link thej01-TerminalSeedPicker-2.0.0.zip
Downloads 370
Dependency string thej01-TerminalSeedPicker-2.0.0

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

CHANGELOG

v2.0.0

COMPLETELY RECODED MOD.

  • The recode should work better than ever, while being easier to improve upon in the future
  • Updated to v80 public beta
  • Seeds based off strings can now have spaces and extra characters
  • Added random seed command
  • Will choose a random seed number from 1-100,000,000
  • Remastered icon
  • Added more compatible verbs for set seed [SEED] and get seed commands
  • No longer using deprecated LethalNetworkAPI features
  • Updated API references
  • Networking should work better hopefully
  • Revamped README

v1.0.0

  • Initial Release