minetest_mymod/mods/shooter
rnd 7be8242558 lil friend 2015-03-22 17:59:06 +01:00
..
models start 2015-01-08 21:51:14 +00:00
sounds start 2015-01-08 21:51:14 +00:00
textures start 2015-01-08 21:51:14 +00:00
LICENSE.txt start 2015-01-08 21:51:14 +00:00
README.txt start 2015-01-08 21:51:14 +00:00
crossbow.lua start 2015-01-08 21:51:14 +00:00
depends.txt start 2015-01-08 21:51:14 +00:00
flaregun.lua start 2015-01-08 21:51:14 +00:00
grapple.lua start 2015-01-08 21:51:14 +00:00
grenade.lua start 2015-01-08 21:51:14 +00:00
guns.lua gun damage is now handled in shooter mod, no wear added for them in mobs mod 2015-02-25 17:43:40 +01:00
init.lua start 2015-01-08 21:51:14 +00:00
rocket.lua start 2015-01-08 21:51:14 +00:00
shooter.conf.example start 2015-01-08 21:51:14 +00:00
shooter.lua lil friend 2015-03-22 17:59:06 +01:00
turret.lua punching lower part of turret spawns upper part ( if missing) 2015-03-15 21:37:22 +01:00

README.txt

Minetest Mod - Simple Shooter [shooter]
=======================================

Mod Version: 0.5.2

Minetest Version: 0.4.9, 0.4.10

Depends: default, wool, tnt

An experimental first person shooter mod that uses simple vector mathematics
to produce an accurate and server-firendly method of hit detection.

By default this mod is configured to work only against other players in
multiplayer mode and against Simple Mobs [mobs] in singleplayer mode.

Default configuration can be customised by adding a shooter.conf file to
the mod's main directory, see shooter.conf.example for more details.

This is still very much a work in progress which I eventually plan to use
as the base for a 'Spades' style FPS game using the minetest engine.

Crafting
========

W = Wooden Stick [default:stick]
P = Paper        [default:paper]
S = Steel Ingot  [default:steel_ingot]
B = Bronze Ingot [default:bronze_ingot]
M = Mese Crystal [default:mese_crysytal]
D = Diamond      [default:diamond]
R = Red Wool     [wool:red]
G = Gun Powder   [tnt:gunpowder]

Crossbow: [shooter:crossbow]

+---+---+---+
| W | W | W |
+---+---+---+
| W | W |   |
+---+---+---+
| W |   | B |
+---+---+---+

Arrow: [shooter:arrow]

+---+---+---+
| S |   |   |
+---+---+---+
|   | W | P |
+---+---+---+
|   | P | W |
+---+---+---+

Pistol: [shooter:pistol]

+---+---+
| S | S |
+---+---+
|   | M |
+---+---+

Rifle: [shooter:rifle]

+---+---+---+
| S |   |   |
+---+---+---+
|   | B |   |
+---+---+---+
|   | M | B |
+---+---+---+

Shotgun: [shooter:shotgun]

+---+---+---+
| S |   |   |
+---+---+---+
|   | S |   |
+---+---+---+
|   | M | B |
+---+---+---+

Sub Machine Gun: [shooter:machine_gun]

+---+---+---+
| S | S | S |
+---+---+---+
|   | B | M |
+---+---+---+
|   | B |   |
+---+---+---+

Ammo Pack: [shooter:ammo]

+---+---+
| G | B |
+---+---+

Grappling Hook: [shooter:grapple_hook]

+---+---+---+
| S | S | D |
+---+---+---+
| S | S |   |
+---+---+---+
| D |   | S |
+---+---+---+

Grappling Hook Gun: [shooter:grapple_gun]

+---+---+
| S | S |
+---+---+
|   | D |
+---+---+

Flare: [shooter:flare]

+---+---+
| G | R |
+---+---+

Flare Gun: [shooter:flaregun]

+---+---+---+
| R | R | R |
+---+---+---+
|   |   | S |
+---+---+---+

Grenade: [shooter:grenade]

+---+---+
| G | S |
+---+---+

Flare Gun: [shooter:rocket_gun]

+---+---+---+
| B | S | S |
+---+---+---+
|   |   | D |
+---+---+---+

Rocket: [shooter:rocket]

+---+---+---+
| B | G | B |
+---+---+---+

Turret: [shooter:turret]

+---+---+---+
| B | B | S |
+---+---+---+
|   | B | S |
+---+---+---+
|   | D |   |
+---+---+---+