[QoL] In-game saving of map's seeds
Posted: Tue Jun 30, 2026 3:36 pm
TL;DR
In-game saving of maps' seeds in the new game screenWhat?
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>