00:00
00:00
Newgrounds Background Image Theme

chris3342001 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Strogg and Peeker (QUAKE)

Share

idTypeInfo* typeInfo;

weaponDef = GetWeaponDef( currentWeapon );

if ( !weaponDef ) {

Local.Error( "Weapon definition not found for weapon %d", currentWeapon ) ;

}

typeInfo = idClass::GetClass( weaponDef->dict.GetString( "weaponclass", "rvWeapon" ) );

if ( !typeInfo || !typeInfo->IsType( rvWeapon::GetClassType() ) )

{

Local.Error( "Invalid weapon class '%s' specified for weapon '%s'",

animPrefix.c_str(), weaponDef->dict.GetString ( "weaponclass", "rvWeapon" ) ); }

weapon = static_cast( typeInfo->CreateInstance() );


weapon->Init( this, weaponDef, currentWeapon, is STROGG );

weapon->CallSpawn( );


weapon->init(equip, weaponDef->lightninggun


VIOLENCE REQUIRED

LIGHTNING GUN ACQUIRED

FOR THE MAKRON


---


https://www.youtube.com/watch?v=6-5tJTbNB6E

Log in / sign up to vote & review!

quake is always nice to see.

NOICEEE

Credits & Info

Artist
Views
161
Faves:
4
Votes
9
Score
4.75 / 5.00

Uploaded
Apr 26, 2022
11:31 AM EDT
Category
Illustration

You might also enjoy...

Licensing Terms

You are free to copy, distribute and transmit this work under the following conditions:

Attribution:
You must give credit to the artist.
Noncommercial:
You may not use this work for commercial purposes.
Share Alike:
If you alter, transform, or build upon this work, you may distribute the resulting creation only under a license identical to this one.