shooter/README.txt

72 lines
1.4 KiB
Plaintext
Raw Normal View History

2013-11-26 21:22:21 +00:00
Minetest Mod - Simple Shooter [shooter]
=======================================
2014-06-29 20:30:54 +00:00
Mod Version: 0.4.1
2013-11-26 21:22:21 +00:00
2014-06-02 18:19:22 +00:00
Minetest Version: 0.4.9
2013-11-26 21:22:21 +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
========
S = Steel Ingot [default:steel_ingot]
B = Bronze Ingot [default:bronze_ingot]
M = Mese Crystal [default:mese_crysytal]
2014-06-29 21:56:08 +00:00
G = Gun Powder [tnt:gunpowder]
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 |
+---+---+