diff --git a/screenshot.png b/screenshot.png index 3373bc2..e0fe095 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/shooter/README.md b/shooter/README.md index 89d0bd6..7916d2e 100644 --- a/shooter/README.md +++ b/shooter/README.md @@ -29,7 +29,8 @@ Uses globalstep to detect left mouse button ### Enable admin super weapons -Allows admins (server priv) shoot all guns automatically +Allows admins (server priv) to shoot all guns automatically +Requires `shooter_automatic_weapons` to be `true` `shooter_admin_weapons = false` @@ -156,6 +157,8 @@ Used by `shooter.register_weapon` -- Number of rounds, refilled by the defined reload item range = 200, -- Range (in nodes) of each shot + step = 30, + -- Distance per `shooter_rounds_update_time` tool_caps = { -- Tool capabilities, used for object/player damage full_punch_interval = 1.0, @@ -163,10 +166,10 @@ Used by `shooter.register_weapon` }, groups = { -- Damage groups, used to effect nodes as a normal tool item would - snappy=3, - crumbly=3, - choppy=3, - fleshy=2, + snappy = 3, + crumbly = 3, + choppy = 3, + fleshy = 2, oddly_breakable_by_hand=2 }, sounds = { diff --git a/shooter_crossbow/screenshot.png b/shooter_crossbow/screenshot.png new file mode 100644 index 0000000..12bdcfd Binary files /dev/null and b/shooter_crossbow/screenshot.png differ diff --git a/shooter_flaregun/screenshot.png b/shooter_flaregun/screenshot.png new file mode 100644 index 0000000..5f99f41 Binary files /dev/null and b/shooter_flaregun/screenshot.png differ diff --git a/shooter_grenade/screenshot.png b/shooter_grenade/screenshot.png new file mode 100644 index 0000000..c1293d4 Binary files /dev/null and b/shooter_grenade/screenshot.png differ diff --git a/shooter_guns/screenshot.png b/shooter_guns/screenshot.png new file mode 100644 index 0000000..76f8220 Binary files /dev/null and b/shooter_guns/screenshot.png differ diff --git a/shooter_rocket/screenshot.png b/shooter_rocket/screenshot.png new file mode 100644 index 0000000..f6fa761 Binary files /dev/null and b/shooter_rocket/screenshot.png differ diff --git a/shooter_turret/screenshot.png b/shooter_turret/screenshot.png new file mode 100644 index 0000000..f7b582f Binary files /dev/null and b/shooter_turret/screenshot.png differ