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
2016-01-31 17:25:31 -05:00
2014-07-11 18:30:56 -04:00
2014-07-12 20:27:12 -04:00
2014-07-11 18:30:56 -04:00
2014-07-12 20:27:12 -04:00
2014-07-11 18:30:56 -04:00
2014-07-11 18:30:56 -04:00
2014-07-12 20:27:12 -04:00
2016-01-31 17:25:31 -05:00
2016-01-31 17:08:00 -05:00

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
Description
No description provided
Readme 402 KiB
Languages
Lua 100%