User login

Navigation

Poll

I downloaded the ETQW demo and....
...I'm too busy playing for polls.
14%
...it's awesome.
43%
...it's okay, I expected better.
14%
...I'm lost in the valley, anyone have a map?
0%
...my machine won't run it. :-(
29%
Total votes: 7

Who's online

There are currently 0 users and 33 guests online.

Welcome to RUST | Gamedesign.net

Weapon_shotgun

Submitted by skinmaster on Thu, 2004-11-25 23:24.

weapon_shotgun

Shotgun.

weapon_shotgun Entity Keys

wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).

random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).

count: sets the amount of ammo given to the player when weapon is picked up (default 20).

team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).

target : picking up the item will trigger the entity this points to.

targetname : a target_give entity can point to this for respawn freebies.

notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.

notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.

notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).

notbot : used to make an item invisible for bot attraction.

weapon_shotgun Spawnflags

SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.

weapon_shotgun Notes

The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.

When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
----- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -----
model="models/weapons2/shotgun/shotgun.md3"

RUST | Gamedesign.net is your source for all the latest game-editing news and tutorials. If you are seeing this message, this means that you are using a browser that does not support CSS. Please upgrade your browser and enjoy your stay at RUST and if you have any questions, comments, or suggestions, please contact a site administrator.