Go to file
isaiah658 f71a2302b6 Compress PNG 2021-11-13 02:05:22 +01:00
lua Adjust code comment 2021-11-12 01:57:05 +01:00
models Upload files to 'models' 2021-10-02 20:04:26 +02:00
schematics Upload files to 'schematics' 2021-10-03 02:21:28 +02:00
sounds Upload files to 'sounds' 2021-11-12 02:03:28 +01:00
textures Compress PNG 2021-11-13 02:05:22 +01:00
LICENSE.txt Merge v0.8.0 (#1) 2021-10-31 16:49:53 +01:00
README.md Update version number 2021-11-06 14:20:53 +01:00
init.lua Add new files and clean up 2021-11-08 02:48:21 +01:00
mod.conf Merge v0.8.0 (#1) 2021-10-31 16:49:53 +01:00
screenshot.png Initial commit 2021-08-21 13:23:09 -05:00
settingtypes.txt Merge v0.8.0 (#1) 2021-10-31 16:49:53 +01:00

README.md

Zoonami

A mod for Minetest that allows you to collect and train monsters that can be used in battles.

Version 0.9.0

Warning

This mod is incomplete, has bugs, and can cause server crashes. Only use it for testing and experimenting.

Description

This mod adds monsters that you can collect, train, and use in battles. The battles use a formspec interface that looks and feels similar to a true 2D RPG. It takes advantage of the latest additions in Minetest 5.4.0 to control font sizes, styling, and animated images in the battle formspec.

New players that join the world will be given a backpack. Right click while holding the backpack to open the backpack formspec. On the "Monsters" page in the backpack, new players can choose their starter monster. Other pages in the backpack can be used to control settings, hold items for battle, and view player stats. Wild monsters can be found roaming the world or spawned in via creative mode spawn eggs. Right clicking on a monster will initiate a battle if you have at least one monster with one or more health. If you need to immediately exit a battle, you can press ESC or whatever key you would normally use to exit a formspec.

Requirements

This mod requires Minetest 5.4.0 or later.
It also requires the fsc mod.

Main Goals

  • Ensure all formspecs are secure and cannot be used to crash a server
  • Fully implement player vs. computer battles
  • Fully implement player vs. player battles
  • Add a large amount of monsters to collect
  • Balance monster stats
  • Add details to monster spawning conditions (time of day, biomes, etc)

Bug reports and ideas

Bugs and ideas can be submitted here.

Licensing

Please read LICENSE.txt