AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   [HL] M249: Squad Automatic Weapon (https://forums.alliedmods.net/showthread.php?t=183371)

KORD_12.7 04-21-2012 03:55

[HL] M249: Squad Automatic Weapon
 
2 Attachment(s)
M249: Squad Automatic Weapon [AGHL.ru link]
version 1.0
by KORD_12.7

http://images2.wikia.nocookie.net/__.../78/M249_w.jpg


Supported mods:
  • Half-Life only.

Needed modules:

Description:
This plugin will add new weapon to game: the M249 Squad Automatic Weapon, also known as the M249 SAW or simply SAW, is a weapon featured in Half-Life: Opposing Force. It is a powerful automatic weapon used by the HECU. The M249 is a machine gun that offers squad-level support. However, it also has a lot of recoil added to it as well so that the SMG is not made completely obsolete. Firing the gun in bursts increases accuracy greatly, and aiming downwards and/or crouching will greatly decrease the gun's recoil.

Settings:
Code:

// Weapon settings
#define WEAPON_NAME                        "weapon_m249"
#define WEAPON_SLOT                        3
#define WEAPON_POSITION                        5
#define WEAPON_PRIMARY_AMMO                "556"
#define WEAPON_PRIMARY_AMMO_MAX                200
#define WEAPON_SECONDARY_AMMO                "" // NULL
#define WEAPON_SECONDARY_AMMO_MAX        -1
#define WEAPON_MAX_CLIP                        50
#define WEAPON_DEFAULT_AMMO                50
#define WEAPON_FLAGS                        0
#define WEAPON_WEIGHT                        15
#define WEAPON_DAMAGE                        15.0

// Hud
#define WEAPON_HUD_TXT                        "sprites/weapon_m249.txt"
#define WEAPON_HUD_SPR                        "sprites/weapon_m249.spr"

// Ammobox
#define AMMOBOX_CLASSNAME                "ammo_556"

// Models
#define MODEL_WORLD                        "models/w_saw.mdl"
#define MODEL_VIEW                        "models/v_saw.mdl"
#define MODEL_PLAYER                        "models/p_saw.mdl"
#define MODEL_CLIP                        "models/w_saw_clip.mdl"
#define MODEL_SHELL                        "models/saw_shell.mdl"
#define MODEL_LINK                        "models/saw_link.mdl"

// Sounds
#define SOUND_FIRE_1                        "weapons/saw_fire1.wav"
#define SOUND_FIRE_2                        "weapons/saw_fire2.wav"
#define SOUND_FIRE_3                        "weapons/saw_fire3.wav"
#define SOUND_RELOAD_1                        "weapons/saw_reload.wav"
#define SOUND_RELOAD_2                        "weapons/saw_reload2.wav"

// Animation
#define ANIM_EXTENSION                        "mp5"


Credits:
  • Gearbox - for awesome mod Opposing Force.
  • Koshak - for model editing.

Video:

Changelog:
1.0
  • First release.

payampap 04-21-2012 04:53

Re: [HL] M249: Squad Automatic Weapon
 
1 Attachment(s)
Awesome.


there is a little .fgd file for new mappers, to adding this new weapon into the map
________________

ANTICHRISTUS 04-21-2012 05:39

Re: [HL] M249: Squad Automatic Weapon
 
post the .sma file separately please, the web compiler will make its .amxx file automatically (and it's not allowed to post .amxx files)

GordonFreeman (RU) 04-21-2012 05:42

Re: [HL] M249: Squad Automatic Weapon
 
ANTICHRISTUS, plugin use another model and another include file
web-compiler doesnt know it and die when your try compile those files.

GordonFreeman (RU) 04-21-2012 06:04

Re: [HL] M249: Squad Automatic Weapon
 
How to add new weapons to the map?
Use it: [Weapon Mod Addon] Items Spawner
Look addons\amxmodx\configs\weaponmod\spawn_spots folder for weapon origins
preset for M249 included in the archive

ANTICHRISTUS 04-21-2012 06:09

Re: [HL] M249: Squad Automatic Weapon
 
sorry if I forgot about the new include file, you're right.
but you know that's not allowed to post .amxx files for security reasons, even if you are a good and known guy :).

just tell people how to compile locally: [HOWTO] Compile locally with custom includes

KORD_12.7 04-21-2012 06:24

Re: [HL] M249: Squad Automatic Weapon
 
Fixed.

NiHiLaNTh 04-21-2012 08:24

Re: [HL] M249: Squad Automatic Weapon
 
Quote:

Originally Posted by KORD_12.7 (Post 1693514)
Fixed.

DO you have a Half-Life server with this plugin?
If yes PM me the IP. :oops:

KORD_12.7 04-21-2012 08:29

Re: [HL] M249: Squad Automatic Weapon
 
Quote:

Originally Posted by NiHiLaNTh (Post 1693564)
DO you have a Half-Life server with this plugin?
If yes PM me the IP. :oops:

At this moment, i have only test server with dynamic ip :)

Arkshine 05-30-2012 10:45

Re: [HL] M249: Squad Automatic Weapon
 
Approved.


All times are GMT -4. The time now is 16:11.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.