Title : Da Chucky Kick Ass Patch Filename : my027.zip Version : 0.27 Date : 01/11/97 Author(s): Xavier Poinsignon (QuakeC hack, compiler, & playtester) Email : chucky@mygale.org Web : http://www.mygale.fr/~chucky/ Credits : Every Single QuakeC file designer out there... John Carmack (The god :) ) and Michael Abrash for their killer's 3D engine... All Id team for their kick-ass games (Doom and Quake) Some Quake C patchers for their work I've Ripped... : - - - Type of Mod ----------- Quake C : yes Sound : yes MDL : yes Format of Quake C ----------------- unified diff : no context diff : no .qc files : Full sources include (as usual) progs.dat : yes ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Q U A K E R U L E Z T H E W O R L D ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Description of the Modification =============================== I just wanted to change a bit the fun play in quake by adding some cool effects like new weapons, more sounds, smoke, blood, etc... So here is a quick list of them. - DukeNuken Misc Sounds // (Just when you get a weapon, kill someone or respawn) - Mega Launcher - Sniper Gun // Same as Team Fortress - Grappling Hook - Tracer - Fast Rocket Launcher - Multiskin 1.1 // Modified a little bit - Gibable corpse // (Not implemented yet) - Banana fun - Shell Ejection - Blood every where - Head Soccer (not Yet) // Want to play football with the head of my enemies... - More to come... // Stay tuned :) ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Q U A K E R U L E Z T H E W O R L D ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= ============================ How to use Modification ============================ The add-on can be entirely configured inside the game by the server. Just type MENU at the console and you can activate or deactivate one of the modification : # "MENU" : (Type it to the condole '~' or press 'M') This alias will display : ==================================== -= MENU =- ==================================== - SOUND_E : ON - ROCKET_E: OFF - MEGA_E : ON - HOOK_E : OFF - SNIPER_E: ON - TRACER_E: ON - BANANA_E: ON - REDPAC_E: ON - Type a VAR_NAME to change or DEFAULT to reset - ==================================== # "INTRO" : (Type it to the condole '~') This alias will display the intro text (Not used) What are these Misc Sounds ? : ------------------------------ I think that the gameplay in Duke Nuken 3d sucks really hard... The only cool think in this game is the voice of 'the Duke' when he gets a new weapon or kick di ass of "Da Aliens Bastard". 8) So I've ripped these sounds and include them in the century's peace of code : Quake. When this option is activated, your Space Marine will make some kwel sounds during his mission. These sounds are too cool in deathmatch. How to use the Mega Launcher ? : -------------------------------- The Mega Launcher is entirely a new weapon which can launch 5 small rockets at a time ('Come Get Some...') The total damage is about two times one of a normal rocket. The small missiles are launched in a random direction (generally in front of you hopefully ) and correct there trajectory to explode the face of the grunt in front of you (Hopefully too) It uses 5 rockets to reammo. The weapon will appear randomly at the place of another normal weapon. So Check it Out... To select the Mega Launcher press two times on the rocket launcher key ('7') or bind a key for "MEGA" (See Quake.rc for more information...) How to use the Sniper Gun ? : ----------------------------- The Sniper Gun is the same as the Team Fortress one. When it is selected Keep press the fire key. A red cross will appear and the screen will start zooming. More you wait and more the damage will be. If you release the fire key, the gun shoot and... blood every where. The 400 damage bullet has literally exploded da bastard. 8) To select the Sniper Gun press two times on the single shotgun key ('3') or bind a key at for "SNIPER" (See Quake.rc for more information...) How to use the Tracer ? : ------------------------- press 'V' to launch it. (See Quake.rc for more information...) How to use the Grappling Hook ? : --------------------------------- To select the grappling hook press two times on the normal axe key ('1') or bind a key at for "HOOK" (See Quake.rc for more information...) How to use the Banana skin ? : ------------------------------ You begin always with 7 banana skins. Press the banana key ('b') or bind a key at for "BANANA". Have fun with him... (See Quake.rc for more information...) How to become an observer ? : ----------------------------- Impulse 250 : You become an observer (You Loose One frag...) - Fire : Speed up. - Jump : Jump to another respawn point. Impulse 251 : You become a real player :) How to reduce the Packet Overflow ? : ------------------------------------- By default, this option is turned on. It reduced the number of objects at the screen a one time. You can turn it on with the option REDPAC_E (See menu for more information) You will have some cool effect like smoke effect or more bloody gib... It is recommended only for Single Player play. In deathmatch it is too SLOW !!! (See Quake.rc for more information...) ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Q U A K E R U L E Z T H E W O R L D ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Extract of the quake.rc: ------------------------ -------------- Start of Quake.rc -------------- ... // Special alias : // Basic menu alias intro "impulse 100" alias menu "impulse 101" alias server "impulse 11" // News enable : alias default "impulse 50" alias sound_e "impulse 51" alias rocket_e "impulse 52" alias mega_e "impulse 53" alias hook_e "impulse 54" alias tracer_e "impulse 55" alias sniper_e "impulse 56" alias banana_e "impulse 57" alias redpac_e "impulse 60" // New Weapons : alias sniper "impulse 20" alias mega "impulse 21" alias hook "impulse 22" alias tracer "impulse 23" alias banana "impulse 24" // Multiskin 1.1 alias skin_up "impulse 200" alias skin_dn "impulse 201" // Special Bind : bind SPACE intro bind m menu bind v tracer bind j skin_up bind k skin_dn ... -------------- End of Quake.rc -------------- ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Q U A K E R U L E Z T H E W O R L D ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= ============================== How to Install the QuakeC File ============================== Goto your Reg. Quake DIR Make Dir MyPatch and unzip files into that Dir Author Information ------------------ Email: Xavier Poinsignon: chucky@mygale.fr Web pages: EF_Chucky : http://www.mygale.org/~chucky (French) Easy Frags Quake Clan : http://www.mygale.org/~easyfrag (French) Copyright and Distribution Permissions -------------------------------------- You may distribute this Quake modification in any electronic format as long as this description file remains intact and unmodified and is retained along with all of the files in the archive. Availability ------------ Find it here: FTP: ftp.cdrom.com/pub/quake/quakec/ * (check incoming, newstuff, and the directories in the quakec dir.) ftp.cdrom.com mirrors. --------------------- Web: http://www.mygale.fr/05/chucky --------------------- E-Mail: chucky@mygale.org Many Thanks to the Original authors of the Many Quake C files. ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Q U A K E R U L E Z T H E W O R L D ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=