Last active
January 29, 2022 16:28
-
-
Save quantumjim/9fbd7918fc551f45304c22ec1feced3b to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detailed instructions on what to do next with the blocks.csv file
This creates a file called 'blocks.csv' which needs to be copied to the 'csv2terrain' mods folder.
Before copying, the following steps are needed:
Install Minetest
a) go to http://www.minetest.net/
b) click on download
c) download Minetest 5.1.0 - portable, 64-bit (recommended)
d) extract to an appropriate directory
e) the executable can be found at \minetest-5.1.0-win64\bin\minetest.exe
f) click on the executable to start the game
Create Quantworld in Minetest
a) Click on the "Minetest game" logo at the bottom (this step might not be required)
b) Click on "new"
c) Enter the name as Quantworld
d) Enter a few random letters for seed
e) Set Mapgen to "flat"
f) Select "Minetest Game"
g) Click on "Create"
h) Alt tab out and leave the game running in the background
Install 'csv2terrain'
a) go to https://github.com/quantumjim/csv2terrain
b) click on the Download button and save the zip file
c) extract the contents of the zip file into the Minetest \mod folder
d) verify that a blocks.csv file is in the \minetest-5.1.0-win64\mods\csv2terrain\ folder
copy the blocks.csv file created by this Jupyter notebook over the blocks.csv file in the \mods\csv2terrain folder
Turn on the csv2terrain mod for quantworld
a) Alt Tab back to the Minetest game
b) click on the new flat world you created "quantworld"
c) click on "configure"
d) ensure that you see the csv2terrain mod (if not something is wrong with step 3. above)
e) click on the "csv2terrain" mod
f) check the "enabled" checkbox
g) click on "save"
Play Quantworld
a) click on Quantworld
b) check "Creative Mode"
c) Uncheck "Enable Damage" and "Host Server"
d) click on "Play Game"
e) when inside the game type /
f) this will open a chat command line
g) now type ltbv in the command line
h) after a few seconds wait, the quantum generated world will display
Navigating and viewing the world
a) You should be suspended in the air in fly mode
b) use the w key to move forward, and use cursor to point in the direction of movement
c) to end press ESC key and click on "Exit to Menu"
Try different circuits to find out which ones result in nice islands!
After creating a new blocks.csv file from this Jupyter Notebook, skip to Step 4 this time.