AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   [HL] RPG-7 (https://forums.alliedmods.net/showthread.php?t=196594)

KORD_12.7 09-23-2012 01:48

[HL] RPG-7
 
4 Attachment(s)
RPG-7 [AGHL.ru link]
version 1.1
by KORD_12.7 and Koshak

[IMG]http://img802.**************/img802/8262/hl1t.jpg[/IMG]


Supported mods:
  • Half-Life only.

Needed modules:

Description:
This plugin will add new weapon to game: The RPG-7 (Russian: РПГ-7) is a widely-produced, portable, unguided, shoulder-launched, anti-tank rocket-propelled grenade launcher. Originally the RPG-7 (Ручной Противотанковый Гранатомёт - Ruchnoy Protivotankovyy Granatomyot, Hand-held anti-tank grenade launcher) and its predecessor, the RPG-2, was designed by the Soviet Union; it is now manufactured by the Bazalt company. The weapon has the GRAU index 6G3. The English-language term "RPG", meaning "rocket-propelled grenade", though frequently encountered and reasonably descriptive, is not based on a literal translation.

Settings:
Code:

// Weapon settings
#define WEAPON_NAME                        "weapon_rpg7"
#define WEAPON_NAME_SCOPED                "weapon_rpg7_scp"
#define WEAPON_SLOT                        1
#define WEAPON_POSITION                        4
#define WEAPON_PRIMARY_AMMO                "rockets_rpg7"
#define WEAPON_PRIMARY_AMMO_MAX                5
#define WEAPON_SECONDARY_AMMO                "" // NULL
#define WEAPON_SECONDARY_AMMO_MAX        -1
#define WEAPON_MAX_CLIP                        1
#define WEAPON_DEFAULT_AMMO                1
#define WEAPON_FLAGS                        0
#define WEAPON_WEIGHT                        20
#define WEAPON_DAMAGE                        200.0

// Hud
#define WEAPON_HUD_TXT_1                "sprites/weapon_rpg7.txt"
#define WEAPON_HUD_SPR_1                "sprites/weapon_rpg7.spr"
#define WEAPON_HUD_TXT_2                "sprites/weapon_rpg7_scp.txt"
#define WEAPON_HUD_SPR_2                "sprites/weapon_rpg7_scp.spr"

// Ammobox
#define AMMOBOX_CLASSNAME_1                "ammo_rpg7box"
#define AMMOBOX_CLASSNAME_2                "ammo_rpg7clip"

// Models
#define MODEL_WORLD                        "models/w_rpg7.mdl"
#define MODEL_VIEW                        "models/v_rpg7.mdl"
#define MODEL_VIEW_SCOPE                "models/v_rpg7_scp.mdl"
#define MODEL_PLAYER_1                        "models/p_rpg7_1.mdl"
#define MODEL_PLAYER_2                        "models/p_rpg7_2.mdl"
#define MODEL_CLIP_1                        "models/w_rpg7_box_1.mdl"
#define MODEL_CLIP_2                        "models/w_rpg7clip.mdl"
#define MODEL_ROCKET                        "models/rpg7_rocket.mdl"

// Sounds
#define SOUND_FIRE                        "weapons/rpg7_fire.wav"
#define SOUND_ZOOM                        "weapons/sniper_zoom.wav"
#define SOUND_RELOAD_1                        "weapons/rpg7_clip1.wav"
#define SOUND_RELOAD_2                        "weapons/rpg7_clip2.wav"
#define SOUND_RELOAD_3                        "weapons/rpg7_clip3.wav"
#define SOUND_ROCKET_FLY                "weapons/rpg7_rocket_fly.wav"

// Sprites
#define SPRITE_TRAIL                        "sprites/smoke.spr"
#define SPRITE_EXPLODE                        "sprites/rpg7_exp.spr"
#define SPRITE_EXPLODE_WATER                "sprites/WXplo1.spr"

// Rocket
#define ROCKET_VELOCITY                        2000
#define ROCKET_CLASSNAME                "rpg7_rocket"

// Animation
#define ANIM_EXTENSION_1                "rpg"
#define ANIM_EXTENSION_2                "hive"


Credits:

Video:

Changelog:
1.0
  • First release.
1.1
  • Updated to new module API.
Note:
Do not use webcompiler aka "Get Plugin" button. Get Source and compile it manually.

SPT1 09-24-2012 06:55

Re: [HL] RPG-7
 
it will be good if you do something for cs
very few people play half life

smurfavr 09-24-2012 08:09

Re: [HL] RPG-7
 
if you do not play half life many more play it 8)

alencore 09-27-2012 13:02

Re: [HL] RPG-7
 
Cool! another new toy for my hldm server..tnx so much!!!

I've tested it and it was really great finally having a better RPG but it tends to crash
a lot. Probably when bots pick it up? I'm using hpb_bot, jk_botti and rcbot latest files
since their the only hldm bot stable on metamod along amxmodx.

KORD_12.7 11-27-2012 05:35

Re: [HL] RPG-7
 
Plugin updated.

bLacK-bLooD 11-27-2012 09:35

Re: [HL] RPG-7
 
Is it possible to modify it in order work on cs 1.6 too? I am searching for a long time your type of plugins but i see nothing but for HL mod only.

GordonFreeman (RU) 11-27-2012 10:17

Re: [HL] RPG-7
 
Stfu noob
cs is piece of shit

bLacK-bLooD 11-27-2012 10:26

Re: [HL] RPG-7
 
Well, that's a nice formal kind of expressing yourself. However, as a matter of fact, i remeber someone telling me that people from Uzbekistan are not that polite and they are raised with the minimum knowledge about the good manners.

Thus, i still ask my question and i am still looking forward to an answer from someone with common sense.

KORD_12.7 11-27-2012 21:39

Re: [HL] RPG-7
 
bLacK-bLooD, i don't play CS and i don't like it.

bLacK-bLooD 11-28-2012 10:32

Re: [HL] RPG-7
 
Ok, thank you anyway for your quick response.


All times are GMT -4. The time now is 15:59.

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