GitXplorerGitXplorer
S

nuke

public
3 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
29cf6caf1c3adc86c295d7406580e3ec02a66178

Convert missile to .obj format

ssofar committed 9 years ago
Unverified
84348c2c46a8e0a5ca758d2aa7af21749947940f

Fix license

SShadowNinja committed 9 years ago
Unverified
25b7992ae0d6f39397e3373e83d2bb95aea1fc7a

Add shorter countdown for explosives ignited by other explosives

SShadowNinja committed 10 years ago
Unverified
ee351c385c356f0600ce39f42c116eda7ad9683b

Add descriptions for missile launcher and controller

SShadowNinja committed 11 years ago
Unverified
76cbcb5e42829f4cda60dd07e9eaa6cf8c12049d

It's a missile, not a missle

SShadowNinja committed 11 years ago
Unverified
67760f82d1c0abe50b621f5c0a491098ee12d2bd

Add protection support

SShadowNinja committed 11 years ago

README

The README file for this repository.

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