Add link to libpov_biome_exporter

This commit is contained in:
Wuzzy 2024-11-30 17:14:00 +01:00
parent 3b7f5f2334
commit ab71582907
2 changed files with 21 additions and 0 deletions

View File

@ -6,6 +6,23 @@ LiBPoV is a tool for people who develop games and mods for a [Luanti](https://lu
If you want to use it locally instead, simply open `index.html` in your browser.
[Read the online LiBPoV manual.](https://wuzzy.codeberg.page/LiBPoV/manual.html)
If you want to read the manual locally instead, open `manual.html` in your browser.
## Features
* **Add** the heat and humidity points of biomes
* **Visualize** the biomes on a [https://en.wikipedia.org/wiki/Voronoi_diagram](Voronoi diagram)
* Show biomes for given **world coordinates** only
* Modify the **noise parameters** of the heat and humidity Perlin noises used by the mapgen
* Visualize the biomes of the **v6 mapgen** in a special diagram
* **Export** to Lua, JSON and *Amidst for Minetest* biome profiles
* **Import** from JSON
## See also
You may also check out the Luanti mod [`libpov_biome_exporter`](https://codeberg.org/Wuzzy/libpov_biome_exporter), which acts as a companion to LiBPoV. This allows you to export biomes from an existing Luanti game as JSON so you can import them into LiBPoV for editing. Refer to the README file of that mod for details.
## Credits
See `LICENSE.md`.

View File

@ -21,6 +21,8 @@
<li>Show biomes for given <b>world coordinates</b> only</li>
<li>Modify the <b>noise parameters</b> of the heat and humidity Perlin noises used by the mapgen</li>
<li>Visualize the biomes of the <b>v6 mapgen</b> in a special diagram</li>
<li><b>Export</b> to Lua, JSON and <i>Amidst for Minetest</i> biome profiles</li>
<li><b>Import</b> from JSON</li>
</ul>
<h2>Quick reminder how biomes work</h2>
@ -119,6 +121,8 @@
<p>This allows you to <b>import biomes</b> from <b>JSON</b> text that has been exported before (see below). If you have a JSON text, just paste it in the text box and press “Import”. <b>This will replace all biomes.</b> A message below the text box will tell you if the import has succeeded or failed. If the import has failed, nothing will happen.</p>
<p>You can also use the output of the Luanti helper mod <code><a href="https://codeberg.org/Wuzzy/libpov_biome_exporter" title="Luanti mod: libpov_biome_exporter">libpov_biome_exporter</a></code>. This is a small Luanti mod that prints the biomes of an existing Luanti game to the console, from which you can copy it directly into the import field. Refer to the README file of that mod for details.</p>
<h3>Export</h3>
<p>This is only available in “Biome points” mode.</p>