shooter/README.txt

170 lines
2.7 KiB
Plaintext
Raw Normal View History

2013-11-26 21:22:21 +00:00
Minetest Mod - Simple Shooter [shooter]
=======================================
2015-01-25 18:45:36 +00:00
Mod Version: 0.5.3
2013-11-26 21:22:21 +00:00
2015-01-25 18:45:36 +00:00
Minetest Version: 0.4.9, 0.4.10, 0.4.11
2013-11-26 21:22:21 +00:00
2015-01-25 17:18:10 +00:00
Depends: default, dye, tnt, wool
2014-07-26 20:18:10 +00:00
2014-06-02 18:19:22 +00:00
An experimental first person shooter mod that uses simple vector mathematics
to produce an accurate and server-firendly method of hit detection.
2013-11-26 21:22:21 +00:00
By default this mod is configured to work only against other players in
2014-06-02 18:19:22 +00:00
multiplayer mode and against Simple Mobs [mobs] in singleplayer mode.
2013-11-26 21:22:21 +00:00
2014-06-02 18:19:22 +00:00
Default configuration can be customised by adding a shooter.conf file to
the mod's main directory, see shooter.conf.example for more details.
2013-11-26 21:22:21 +00:00
2014-06-02 18:19:22 +00:00
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.
2013-11-26 21:22:21 +00:00
Crafting
========
2015-01-25 17:18:10 +00:00
<color> = grey, black, red, yellow, green, cyan, blue, magenta
A = Arrow [shooter:arrow_white]
C = Color Dye [dye:<color>]
2014-10-24 21:15:13 +00:00
W = Wooden Stick [default:stick]
P = Paper [default:paper]
2013-11-26 21:22:21 +00:00
S = Steel Ingot [default:steel_ingot]
B = Bronze Ingot [default:bronze_ingot]
M = Mese Crystal [default:mese_crysytal]
2014-07-26 20:18:10 +00:00
D = Diamond [default:diamond]
R = Red Wool [wool:red]
2014-06-29 21:56:08 +00:00
G = Gun Powder [tnt:gunpowder]
2013-11-26 21:22:21 +00:00
2014-10-24 21:15:13 +00:00
Crossbow: [shooter:crossbow]
+---+---+---+
| W | W | W |
+---+---+---+
| W | W | |
+---+---+---+
| W | | B |
+---+---+---+
2015-01-25 17:18:10 +00:00
White Arrow: [shooter:arrow_white]
2014-10-24 21:15:13 +00:00
+---+---+---+
| S | | |
+---+---+---+
| | W | P |
+---+---+---+
2014-10-24 23:14:48 +00:00
| | P | W |
2014-10-24 21:15:13 +00:00
+---+---+---+
2015-01-25 17:18:10 +00:00
Coloured Arrow: [shooter:arrow_<color>]
+---+---+
| C | A |
+---+---+
2013-11-26 21:22:21 +00:00
Pistol: [shooter:pistol]
+---+---+
2014-06-02 18:19:22 +00:00
| S | S |
2013-11-26 21:22:21 +00:00
+---+---+
| | M |
+---+---+
Rifle: [shooter:rifle]
2013-11-26 21:22:21 +00:00
+---+---+---+
| S | | |
+---+---+---+
| | B | |
+---+---+---+
| | M | B |
+---+---+---+
Shotgun: [shooter:shotgun]
+---+---+---+
| S | | |
+---+---+---+
| | S | |
+---+---+---+
| | M | B |
+---+---+---+
2014-06-02 18:19:22 +00:00
Sub Machine Gun: [shooter:machine_gun]
+---+---+---+
| S | S | S |
+---+---+---+
| | B | M |
+---+---+---+
| | B | |
+---+---+---+
2014-06-29 21:56:08 +00:00
Ammo Pack: [shooter:ammo]
+---+---+
| G | B |
+---+---+
2014-07-26 20:18:10 +00:00
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 | |
+---+---+---+