Go to file
Auke Kok 29cf6caf1c Convert missile to .obj format
The .x format wasn't being read correctly by Minetest.
Both UV maps and face normals were flipped somehow.
2016-01-31 17:25:31 -05:00
models Convert missile to .obj format 2016-01-31 17:25:31 -05:00
sounds Initial commit 2014-07-11 18:30:56 -04:00
textures It's a missile, not a missle 2014-07-12 20:27:12 -04:00
.gitignore Initial commit 2014-07-11 18:30:56 -04:00
README.md Fix license 2016-01-31 17:08:00 -05:00
api.lua Add shorter countdown for explosives ignited by other explosives 2014-08-03 20:01:19 -04:00
config.lua It's a missile, not a missle 2014-07-12 20:27:12 -04:00
definitions.lua Initial commit 2014-07-11 18:30:56 -04:00
depends.txt Initial commit 2014-07-11 18:30:56 -04:00
entity.lua Add shorter countdown for explosives ignited by other explosives 2014-08-03 20:01:19 -04:00
init.lua It's a missile, not a missle 2014-07-12 20:27:12 -04:00
internal.lua Add shorter countdown for explosives ignited by other explosives 2014-08-03 20:01:19 -04:00
missiles.lua Convert missile to .obj format 2016-01-31 17:25:31 -05:00

README.md

Nuke mod by ShadowNinja

Nuke is a fast explosives mod for Minetest 0.4. It adds several variands of TNT, and a (very unpolished) missile. It is also configurable and usable on servers, due to it's optional privilege requirements.

Configuration

Nuke stores it's configuration in nuke.conf in the world directory. It contains the following settings:

  • mese_radius (24) - Explosion radius of mese TNT.
  • iron_radius (12) - Explosion radius of iron TNT.
  • tnt_radius (3) - Explosion radius of TNT.
  • missile_radius (16) - Explosion radius of the missile.
  • missile_misfire_radius (5) - The explosion radius of the missile when it misfires (hits something before reaching it's max altitude).
  • fancy (true) - Boolean flag enabling fancy effects like particles.
  • unprivileged_detonation (false) - Boolean flag for whether detonation is allowed without the pyrotechnic privilege. Allows activating nukes with mesecons and burning nodes (fire, lava).

Licenses

  • Code: LGPLv2.1+ by ShadowNinja.
  • Sounds: Unknown
  • Iron and mese TNT textures: CC-BY-SA 3.0 by sfan5
  • Missile model and texture: WTFPL by Jordach
  • Everything else: CC-BY-SA 4.0 by ShadowNinja