AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Heroes (https://forums.alliedmods.net/forumdisplay.php?f=91)
-   -   Hero: Gogeta (P-DiL / vittu) (https://forums.alliedmods.net/showthread.php?t=55230)

vittu 05-16-2007 22:42

Hero: Gogeta (P-DiL / vittu)
 
2 Attachment(s)
Gogeta v1.0

Description
Super Saiyan Menu - Your Choice of a Gogeta Kamehameha Wave on keydown. Also Regenerate your KI(Armor) and get extra speed.

shconfig.cfg CVARS
Code:

//Gogeta
gogeta_level 0
gogeta_ss2_cost 250                //Choice 1 Armor Cost of each Kamehameha fired
gogeta_ss2_maxap 500                //Choice 1 Max Armor given and max he regens to
gogeta_ss2_regen 25                //Choice 1 Amount of Armor regen per seceond
gogeta_ss2_maxdmg 50                //Choice 1 Max Damage from Kamehameha
gogeta_ss2_radius 175                //Choice 1 Max Radius of Kamehameha
gogeta_ss4_cost 500                //Choice 2 Armor Cost of each Kamehameha fired
gogeta_ss4_maxap 500                //Choice 2 Max Armor given and max he regens to
gogeta_ss4_regen 15                //Choice 2 Amount of Armor regen per seceond
gogeta_ss4_maxdmg 90                //Choice 2 Max Damage from Kamehameha
gogeta_ss4_radius 300                //Choice 2 Max Radius of Kamehameha
gogeta_blast_decals 1                //Show the burn decals on the walls (1=yes 0=no)
gogeta_speed 500                //How fast he is with all weapons (defalut=500)


Notes: Requires 4 extra sounds and 4 extra sprites. Posted due to request. However, I am not supporting this and Night Slayer aka P-DiL? is no longer around, so this will eventually end up in unapproved.

naufel 05-18-2007 17:32

Re: Hero: Gogeta (P-DiL / vittu)
 
any screens?

The Art of War 04-14-2010 10:57

Re: Hero: Gogeta (P-DiL / vittu)
 
I know this hero is old, unsupported and unapproved, but I love it and really, its a great hero, so, I really wonder why
PHP Code:

if(get_cvar_num("goten_blast_decals") == 1

is used when
PHP Code:

gogeta_blast_decals 

is used as a cvar.

kanatzu 04-14-2010 11:53

Re: Hero: Gogeta (P-DiL / vittu)
 
Quote:

Originally Posted by The Art of War (Post 1150165)
I know this hero is old, unsupported and unapproved, but I love it and really, its a great hero, so, I really wonder why
PHP Code:

if(get_cvar_num("goten_blast_decals") == 1

is used when
PHP Code:

gogeta_blast_decals 

is used as a cvar.


What's the point?

Emp` 04-14-2010 20:08

Re: Hero: Gogeta (P-DiL / vittu)
 
Quote:

Originally Posted by kanatzu (Post 1150200)
What's the point?

Quote:

Originally Posted by The Art of War (Post 1150165)
if(get_cvar_num("goten_blast_decals") == 1)

gogeta_blast_decals


The Art of War 04-15-2010 05:38

Re: Hero: Gogeta (P-DiL / vittu)
 
That it checks if goten_blast_decals is 1, and the cvar at the top and the cvar it registers is gogeta_blast_decals...

kanatzu 04-15-2010 09:11

Re: Hero: Gogeta (P-DiL / vittu)
 
Quote:

Originally Posted by Emp` (Post 1150615)
if(get_cvar_num("goten_blast_decals") == 1)

gogeta_blast_decals

Oh, didn't notice. (Off-Topic: I haven't seen you around this area for awhile :shock:)

Quote:

Originally Posted by The Art of War (Post 1150832)
That it checks if goten_blast_decals is 1, and the cvar at the top and the cvar it registers is gogeta_blast_decals...

Yes Fluffy, Emp just told me. I'm not that stupid.

The Art of War 04-15-2010 10:33

Re: Hero: Gogeta (P-DiL / vittu)
 
Rofl


All times are GMT -4. The time now is 13:26.

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