First Person Shooter Mod for Minetest
Go to file
stujones11 63ca8472ae Create LICENSE 2019-04-08 21:31:12 +01:00
shooter Use table.copy instead of using = syntax 2019-04-05 15:52:52 +01:00
shooter_crossbow Use per-player camera height 2019-04-02 15:38:23 +01:00
shooter_flaregun Improve screenshot, correct aspect ratio 2019-03-23 20:55:44 +00:00
shooter_grenade Use per-player camera height 2019-04-02 15:38:23 +01:00
shooter_guns Increase clip size of SMG 2019-04-05 14:04:33 +01:00
shooter_hook Improve screenshot, correct aspect ratio 2019-03-23 20:55:44 +00:00
shooter_rocket Use per-player camera height 2019-04-02 15:38:23 +01:00
shooter_turret Improve screenshot, correct aspect ratio 2019-03-23 20:55:44 +00:00
.gitignore Add crosshair.png to .gitignore, resolves #8 2015-04-26 13:00:29 +01:00
.luacheckrc Add spread option and update shotgun definition 2019-04-02 15:19:33 +01:00
LICENSE Create LICENSE 2019-04-08 21:31:12 +01:00
LICENSE.txt Remove hard mod dependencies other than default 2019-03-23 20:55:44 +00:00
README.md Bump version to 0.6.1 2019-04-02 18:47:30 +01:00
modpack.conf Add modpack.conf and remove deprecated files 2019-03-23 20:55:44 +00:00
screenshot.png Improve screenshot, correct aspect ratio 2019-03-23 20:55:44 +00:00
settingtypes.txt Add entity damage coefficient 2019-04-02 16:29:50 +01:00

README.md

[modpack] Simple Shooter [shooter]

screenshot

Mod Version: 0.6.1

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]

Depends: default

Handles raycasting, blasting and audio-visual effects of dependent mods.

[mod] Shooter Guns [shooter_guns]

Depends: shooter

Adds basic guns using the shooter API.

[mod] Crossbow [shooter_crossbow]

Depends: shooter

Optional Depends: dye (required for colored arrows)

Adds a crossbow with colored arrows.

[mod] Flare Gun [shooter_flaregun]

Depends: shooter

Adds a flare-gun with temporary light emitting flares.

[mod] Grenade [shooter_grenade]

Depends: shooter

Adds simple hand grenades.

[mod] Rocket Launcher [shooter_rocket]

Depends: shooter

Adds rocket missiles and launching gun.

[mod] Grapple Hook [shooter_hook]

Depends: shooter

Adds a teleporting grapple hook which can be thrown or launched further from a grapple hook gun.

[mod] Turret Gun [shooter_turret]

Depends: shooter_rocket

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.