This mod simply replaces all texts in the game to more random versions with markov chains. Most languages that use spaces should be supported.
The number before .
indicates the algorithm version and the number after .
indicates the build version. For example, 2.3
means that the version is the third build made with algorithm version 2. Every build has different texts. (The versioning can have errors in it.)
If you want to, you can regenerate the bundles to have different texts.
- Python 3
- Markovify
- A terminal
- Open the terminal and navigate to the root of the mod directory
- Put the source bundles you want to use to the directory
Mindustry/core/assets/bundles
- Type
python3 randomiser.py
- Wait. It might take some time.
- You should have the newly generated random bundles ready!