shooter/README.md

82 lines
2.9 KiB
Markdown
Raw Normal View History

2021-02-14 11:14:02 +00:00
[modpack] Simple Shooter (Fork) [shooter]
====================================
2019-03-24 15:30:09 +00:00
![screenshot](https://raw.githubusercontent.com/stujones11/shooter/master/screenshot.png)
2019-04-02 17:47:30 +00:00
**Mod Version:** 0.6.1
2019-03-24 15:30:09 +00:00
**Minetest Version:** 5.0.0 (engine & game)
A simple first person shooter mod originally developed as part of a game that
was never completed. Now distributed as a Minetest Game compatible mod-pack.
[mod] Shooter API [shooter]
---------------------------
2019-03-24 15:30:09 +00:00
**Depends:** default
2019-03-24 15:59:01 +00:00
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter/textures/shooter_powder.png">
Handles raycasting, blasting and audio-visual effects of dependent mods.
[mod] Shooter Guns [shooter_guns]
---------------------------------
2019-03-24 15:30:09 +00:00
**Depends:** shooter
2019-03-24 15:59:01 +00:00
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_guns/textures/shooter_rifle.png">
Adds basic guns using the shooter API.
[mod] Crossbow [shooter_crossbow]
---------------------------------
2019-03-24 15:30:09 +00:00
**Depends:** shooter
2019-03-24 15:59:01 +00:00
**Optional Depends:** dye (required for colored arrows)
2019-03-24 15:59:01 +00:00
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_crossbow/textures/shooter_crossbow.png">
Adds a crossbow with colored arrows.
[mod] Flare Gun [shooter_flaregun]
----------------------------------
2019-03-24 15:30:09 +00:00
**Depends:** shooter
2019-03-24 15:59:01 +00:00
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_flaregun/textures/shooter_flaregun.png">
Adds a flare-gun with temporary light emitting flares.
[mod] Grenade [shooter_grenade]
-------------------------------
2019-03-24 15:30:09 +00:00
**Depends:** shooter
2019-03-24 15:59:01 +00:00
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_grenade/textures/shooter_hand_grenade.png">
Adds simple hand grenades.
[mod] Rocket Launcher [shooter_rocket]
--------------------------------------
2019-03-24 15:30:09 +00:00
**Depends:** shooter
2021-02-15 13:11:08 +00:00
**Optional Depends:** physics (from capturetheflag)
2019-03-24 15:59:01 +00:00
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_rocket/textures/shooter_rocket_gun_loaded.png">
Adds rocket missiles and launching gun.
[mod] Grapple Hook [shooter_hook]
---------------------------------
2019-03-24 15:30:09 +00:00
**Depends:** shooter
2019-03-24 15:59:01 +00:00
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_hook/textures/shooter_hook_gun_loaded.png">
Adds a teleporting grapple hook which can be thrown or launched
further from a grapple hook gun.
[mod] Turret Gun [shooter_turret]
---------------------------------
2019-03-24 15:30:09 +00:00
**Depends:** shooter_rocket
2019-03-24 15:59:01 +00:00
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_turret/textures/shooter_turret_gun.png">
Adds a mountable turret gun which can also be triggered by mesecon signals.
Still WIP and experimental and may be subject to change or removal.