Nexuiz GPM inspired?

Post anything on anything here

Moderator: Moderators

Nexuiz GPM inspired?

Postby TVR » Wed Aug 13, 2008 5:28 am

Quotation from the Wikipedia article regarding 'Fallen Empire: Legions', a FPS similar to the 'Tribes' series.
Rocket Launcher Specialist: This loadout has two weapons: an upgraded rocket launcher and a chaingun. The upgraded rocket launcher comes with 36 rockets instead of the default of 20. Also, the rocket launcher has the added ability of detonating rockets in mid flight, allowing the user to more easily strike players who are not on the ground with it. Pre-detonated rockets have a wider blast radius than normal ones. Due to the enlarged blast radius of the detonated rockets, the weapon is considered by some to be even better than the Gunner class.

Appears remarkably characteristic of Nexuiz' breakthrough Rocket Launcker GPM [GamePlay Mechanic]...
TVR
Alien trapper
 
Posts: 404
Joined: Fri Jun 01, 2007 12:56 am

Postby Taiyo.uk » Wed Aug 13, 2008 6:10 am

* Taiyo.uk smells filthy lucre.

PATENT THAT BABY BEFORE THEY DO!!
Taiyo.uk
Alien trapper
 
Posts: 436
Joined: Mon Apr 17, 2006 8:48 pm
Location: Reading, IN-GER-LUND!!!

Postby divVerent » Wed Aug 13, 2008 6:40 am

Code: Select all
------------------------------------------------------------------------
r232 | vermeulenl | 2004-11-02 03:58:10 +0100 (Tue, 02 Nov 2004) | 2 lines

Updating

------------------------------------------------------------------------


Code: Select all
   232 vermeulenl void W_Rocket_Attack2 (void)
   232 vermeulenl {
   232 vermeulenl       entity  proj;
   232 vermeulenl       proj = findradius (self.origin, 50000);
   232 vermeulenl       while (proj)
   232 vermeulenl       {
   232 vermeulenl               if (proj.classname == "missile" && proj.owner == self)
   232 vermeulenl               {
   232 vermeulenl                       proj.nextthink = time;
   232 vermeulenl               }
   232 vermeulenl               proj = proj.chain;
   232 vermeulenl       }
   232 vermeulenl
   232 vermeulenl       self.attack_finished = time;
   232 vermeulenl }


I suppose we were there before Fallen Empire (announced January 2007)... but of course, quite some other games had that before, and be it just as a mod. I actually bet this existed before as a mod for Quake, and for Doom, and for about any other FPS :P
1. Open Notepad
2. Paste: ÿþMSMSMS
3. Save
4. Open the file in Notepad again

You can vary the number of "MS", so you can clearly see it's MS which is causing it.
divVerent
Site admin and keyboard killer
 
Posts: 3809
Joined: Thu Mar 02, 2006 4:46 pm
Location: BRLOGENSHFEGLE

Postby [-z-] » Wed Aug 13, 2008 10:33 am

Image
[-z-]
Site Admin and Nexuiz Ninja
 
Posts: 1794
Joined: Mon Nov 13, 2006 12:20 am
Location: Florida

Postby Captain Haddock » Wed Aug 13, 2008 5:27 pm

Great(!) they are gonah be after the laser next. Then headhunter. Humans make me sick.
Captain Haddock
Forum addon
 
Posts: 1000
Joined: Thu Jun 15, 2006 3:57 pm

Postby TVR » Wed Aug 13, 2008 6:16 pm

Manual detonation is only a catalyst for intended usage method of the Rocket Launcher, directing a rocket at the target, not at the floor, wall or ceiling near the target.
TVR
Alien trapper
 
Posts: 404
Joined: Fri Jun 01, 2007 12:56 am


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest

cron