Raised This Month: $51 Target: $400
 12% 

NS: GorgZilla


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Natural Selection        Category:   Fun Stuff        Approver:   twistedeuphoria (82)
OneEyed
AMX Mod X Beta Tester
Join Date: Jun 2005
Old 06-11-2005 , 06:39   NS: GorgZilla
Reply With Quote #1

Plays on ANY, Alien vs Marines CO_ maps.

How To Play:
After GorgZilla has been chosen, its ALL vs GorgZilla (helpers come later), marines must attack hive to remove GorgZilla's shield. Hive has so many lives, after it runs out of lives, GorgZilla's shield is down forever. GorgZilla can DEVOUR marines, they then become a Helper for 1 round. Helpers are smaller, have less HP, and glow YELLOW. Marines must kill GorgZilla, and GorgZilla must kill a defined amount of marines. When GorgZilla glows Green he has shield ON, when its Red, shield is OFF. Stats displayed are HiveHP, Hive Lives, GorgZilla HP, GorgZilla Kills Left, Max Helpers (added after screenshots). Display was moved to the left for easier viewing (as apposed to screenshots). Hope you enjoy this plugin as much as everyone whos played it has!


Also included are both GorgZilla (lerk scaled x3) and Helper (lerk scaled x2) models.

* Requires: AMXX 1.6 with NS module
*
* Author: OneEyed
* Date: 07-11-2005
* Email: [email protected]
* irc: #zT (gamesurge.net)
*
* Tested :
* GorgZilla plugin was tested on a win32 machine. Linux untested.

*
* Credits:
* Superelf - for the idea of uber alien. Almost 1 year ago
* CheesyPeteza - for his impulse handler.
* zeroTolerance server - for helping test it on live server. ip: 209.75.97.8:27015
*
* Thanks to:
* LastOutlaw - for helping test some stuff
* ccnncc99 - for helping test some stuff

UPDATED: v1.01 - removed #include <ns2amx>
UPDATED: v1.02 - fixed an array out of index problem
UPDATED: v1.03 - fixed to work on AMXX 1.6 and removed cancel vote cmd

Code:
 *	Note:	The plugin automatically disables itself in classic NS mode and in Marine vs Marine mode.
 *    
 *	Commands:	
 *  amx_gorgzilla      - (Activates GorgZilla Raffle) Default Access = RCON
 *  amx_gorgzilla_vote  	- (Activates a Vote, for enabling GorgZilla Raffle.) Default Access = SLAY
 *
 *	CVARs:
 *  ==Dont Change==
 *  zilla_GorgZilla  	- (0 = OFF , 1 = ON - Used to disable other plugins if this is running.) 
 *	
 *  ==Change BEFORE starting Raffle/Vote==
 *  zilla_hp      	- (GorgZilla's Starting HP)
 *  zilla_hivehp    	- (Hive Starting HP - NOTE: MUST BE 2000 MORE THAN ACTUAL VALUE.)
 *  zilla_hivelives    	- (Hive Lives - Brings down shield this many times before permanently.)

 *  zilla_helpers    	- (Max GorgZilla helpers will be created if eaten.)
 *  zilla_shielddelay  	- (Seconds between hive lives when shield is down.)
 *  zilla_raffletime    - (GorgZilla Raffle Time, time given to enter raffle.)
 *  zilla_votetime  	- (GorgZilla Voting Time, time given to vote.)
 
 *  ==RealTime Changeable==
 *  zilla_helperhp  	- (Starting Helper HP) 
 *  	zilla_kills      - (GorgZilla kills needed to win.) 
 *
 */

#include <amxmodx>
#include <amxmisc>
#include <engine>     
#include <fakemeta>
#include <ns>
Attached Files
File Type: zip gorgzilla_models.zip (607.6 KB, 1650 views)
File Type: sma Get Plugin or Get Source (gorgzilla.sma - 2636 views - 32.4 KB)
__________________
OneEyed is offline
Steveroo
Junior Member
Join Date: Jul 2005
Old 08-28-2005 , 01:58   getting pissed over this rcon stuff
Reply With Quote #2

ya..ok....when i type amx_gorgzilla it says only admins with rcon access can enable gorgzilla.....but i believe i have rcon access.....cause i typed rcon_password hi....but i think i screwed up the rcon_address value.......but i can use some rcon commands like mp_combattime which needed me to set an rcon password....also i dont know if my rcon_port is set right......

so can someone help me use gorgzilla?

Steven
Steveroo is offline
OneEyed
AMX Mod X Beta Tester
Join Date: Jun 2005
Old 08-28-2005 , 02:40  
Reply With Quote #3

you need rcon access with amxx
set it up in users.ini in the config folder
OneEyed is offline
Steveroo
Junior Member
Join Date: Jul 2005
Old 08-28-2005 , 14:59  
Reply With Quote #4

well....what do i put in the users.ini, also im not running a dedicated server, so is it called a listen server?

Steven
Steveroo is offline
Steveroo
Junior Member
Join Date: Jul 2005
Old 08-29-2005 , 00:24  
Reply With Quote #5

i think it has something to do with this in the .sma file.....




#define ADMIN_ACCESS_START ADMIN_RCON
//Default Access needed to enable GorgZilla Raffle.
#define ADMIN_ACCESS_VOTE ADMIN_SLAY
//Default Access needed to enable GorgZilla Vote.

also i tried adding
STEAM_0:1:6832411 "abcdefghijklmnopqrstuvwxyz" "de"
but....it still says i dont have rcon access when typing amx_gorgzilla
Steveroo is offline
Steveroo
Junior Member
Join Date: Jul 2005
Old 08-29-2005 , 00:27  
Reply With Quote #6

by the way i can use amx_rcon kick "playername" i can use that command. so that should mean i have amxx rcon access.....and i can also use rcon_kick commands
Steveroo is offline
Steveroo
Junior Member
Join Date: Jul 2005
Old 08-31-2005 , 14:37  
Reply With Quote #7

also......if i type amx_rcon gorgzilla it says gorgzilla raffle is not enabled at this time. and if i type amx_rcon gorgzilla_vote it says unknown command.....can u please help me because i think i have rcon and amx rcon access. but when i type amx_gorgzilla it still says i need rcon access..


Steven
Steveroo is offline
Steveroo
Junior Member
Join Date: Jul 2005
Old 09-09-2005 , 16:45  
Reply With Quote #8

one-eyed?
Steveroo is offline
Maverick
New Member
Join Date: Aug 2005
Old 09-13-2005 , 22:25  
Reply With Quote #9

amx_rcon amx_gorgzilla NOT
amx_rcon gorgzilla
or
rcon amx_gorgzilla
Maverick is offline
Kensai
Veteran Member
Join Date: Aug 2005
Location: San Diego, California
Old 09-13-2005 , 23:56  
Reply With Quote #10

Quote:
Originally Posted by Steveroo
well....what do i put in the users.ini, also im not running a dedicated server, so is it called a listen server?

Steven
Yes, it's a Listen Server. Add "STEAM_ID_PENDING" "" "abcdefghijklmnopqrstu" "ce"
Kensai is offline
Send a message via AIM to Kensai Send a message via MSN to Kensai
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:17.


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