Page 1 of 1

[QoL] In-game saving of map's seeds

Posted: Tue Jun 30, 2026 3:36 pm
by skyman
TL;DR
In-game saving of maps' seeds in the new game screen
What?
06-30-2026, 17-29-12.png
06-30-2026, 17-29-12.png (1.49 MiB) Viewed 112 times
There should be possibility to save current seed and access previously saved ones, along with a way to remove them from that list - possibly individually with a trash icon before the seed number along with alternative way of pressing DEL key while having one selected AND massively via a separate option at the end/the start of the list which would clear all seeds.

Something similar to web browser functionality of data list for input fields (text/number); basic HTML:

Code: Select all

<input type="number" id="seeds" list="seeds">
<datalist id="seeds">
    <option value="44565">
    <option value="112565">
    <option value="76721">
    <option value="79786966">
    <option value="12340">
</datalist>
Maybe with the version of the game that seed has been saved in, with colored, right aligned text next to the specific option/saved seed.
Why?
Seems like a basic QoL when searching for the best seeds for your new game.