AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   [HL] Ethereal from CSO (https://forums.alliedmods.net/showthread.php?t=203050)

KORD_12.7 12-14-2012 07:44

[HL] Ethereal from CSO
 
2 Attachment(s)
Ethereal from CSO [AGHL.ru link]
version 1.0
by KORD_12.7 and Koshak

http://img1.tiancitycdn.com/csol/hom...apons/sazg.jpg


Supported mods:
  • Half-Life only.

Needed modules:

Description:
This plugin will add new weapon to game: Ethereal from CS Online.

Settings:
Code:

// Weapon settings
#define WEAPON_NAME          "weapon_ethereal"
#define WEAPON_SLOT        2
#define WEAPON_POSITION        5
#define WEAPON_PRIMARY_AMMO      "uranium"
#define WEAPON_PRIMARY_AMMO_MAX      100
#define WEAPON_SECONDARY_AMMO      "" // NULL
#define WEAPON_SECONDARY_AMMO_MAX  -1
#define WEAPON_MAX_CLIP        30
#define WEAPON_DEFAULT_AMMO      30
#define WEAPON_FLAGS        0
#define WEAPON_WEIGHT        15
#define WEAPON_DAMAGE        40.0

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

// Models
#define MODEL_WORLD        "models/w_ethereal.mdl"
#define MODEL_VIEW        "models/v_ethereal_hev.mdl"
#define MODEL_PLAYER        "models/p_ethereal.mdl"

// Sounds
#define SOUND_FIRE        "weapons/ethereal-1.wav"
#define SOUND_DRAW        "weapons/ethereal_draw.wav"
#define SOUND_IDLE        "weapons/ethereal_idle1.wav"
#define SOUND_IMPACT        "weapons/shock_impact.wav"
#define SOUND_RELOAD        "weapons/ethereal_reload.wav"

// Sprites
#define SPRITE_LIGHTNING      "sprites/lgtning.spr"
#define SPRITE_MUZZLEFLASH      "sprites/ethereal_muzzleflash.spr"

// Beam
#define BEAM_LIFE        0.09
#define BEAM_COLOR        {100.0, 50.0, 253.0}
#define BEAM_BRIGHTNESS        255.0
#define BEAM_SCROLLRATE        10.0

// Animation
#define ANIM_EXTENSION        "gauss"


Video:

Changelog:
1.0
  • First release.
Note:
Do not use webcompiler aka "Get Plugin" button. Get Source and compile it manually.

TheDS1337 12-14-2012 08:12

Re: [HL] Ethereal from CSO
 
Nice Plugin, i saw it from zp cso server (cs 1.6)
Very nice

Psycho_MantisX2 12-18-2012 17:16

Re: [HL] Ethereal from CSO
 
I love this gun. This is the new favorite of the players on my server.

vikasvishwakarma 03-15-2013 11:52

Re: [HL] Ethereal from CSO
 
need help i have downloaded and put the ethereal in my cs 1.6 but it dose not worked so i have downloaded form other site and it worked in my cs 1.6 server but how can i increase the damage of it. i have tried by changing dmg in .sma and also wrote in cvars but nothing happen please help ........ Looking forward for answers...... :)

wickedd 03-15-2013 12:11

Re: [HL] Ethereal from CSO
 
Did you read the first?

Quote:

Supported mods:
  • Half-Life only.


vikasvishwakarma 03-15-2013 12:48

Re: [HL] Ethereal from CSO
 
but i have see in many cs 1.6 servers they have put ethereal in their server i have done too but some how i cannot increase its damage. is there any proper working ethereal for cs 1.6?

KORD_12.7 03-15-2013 23:12

Re: [HL] Ethereal from CSO
 
Your problem not related to this thread.

chungsy 03-19-2013 01:47

Re: [HL] Ethereal from CSO
 
How to change the damage of this weapon?


#define WEAPON_DAMAGE 200.0 doesn't for work me..I need some help:cry:

Kuma77 10-01-2014 10:57

Re: [HL] Ethereal from CSO
 
Very nice for HL

urban_ninja 10-10-2014 21:29

Re: [HL] Ethereal from CSO
 
This weapon is so OP. Death in a second.


All times are GMT -4. The time now is 06:32.

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