* May 23, 2013, 05:37:43 PM
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Come Chat with us live! Learn how HERE!
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: cQVM Releasedish  (Read 2561 times)
Paradox

*
*

Turrets: +253/-250
Posts: 2610


I eat babies!


WWW
« on: October 25, 2009, 09:07:50 PM »

Well here it is:
http://code.google.com/p/cqvm/downloads/detail?name=game.qvm

Based off Lakitu's and Rezyns QVMs, with some extra features.
  • Mute and Putteam durations.
  • Mute/Denybuild/etc states persist on reconnects. No more evasions.
  • Jetpack fuel. Customizable jetpack fuel, featuring regen rate, consumption rate, and total amount
  • !putteam spec votes, subject to duration as set with g_adminTempSpec
  • Mute votes subject to duration as set of g_adminTempMute
  • g_instantBuild returns
  • g_sayAreaRange lets you adjust the range of say area

There is a whole lot more:
http://code.google.com/p/cqvm/wiki/Features

But, with 1.2 on the horizon, there likely wont be many more updates till then.
Logged


∧OMG ENTROPY∧
Snake


Turrets: +43/-110
Posts: 541

1.1 > 1.2


WWW
« Reply #1 on: October 26, 2009, 02:09:04 AM »

Cool, thanks for this release I'll add some of the patches to a QVM on which I'm working on.
Logged

.
MitSugna
Guest
« Reply #2 on: November 03, 2009, 10:05:14 AM »

yet another qvm thx
Logged
Volt


Turrets: +66/-53
Posts: 240


« Reply #3 on: November 03, 2009, 05:54:45 PM »

lol i had fun with !mute time, man thats my fav command in this qvm. is there a perm mute?

btw great release.
Logged

Paradox

*
*

Turrets: +253/-250
Posts: 2610


I eat babies!


WWW
« Reply #4 on: November 04, 2009, 06:08:53 AM »

Well, there is !mute name, with no time, which is good ol mute, and then there is .NOVOICE
Logged


∧OMG ENTROPY∧
Celestial_Rage


Turrets: +120/-8
Posts: 623


« Reply #5 on: November 25, 2009, 01:50:44 AM »

How can you get patches for individual commands?
Logged

"The reports of my death are greatly exaggerated" ~Mark Twain
ThisIsBS


Turrets: +4/-45
Posts: 123

<3


« Reply #6 on: May 17, 2010, 11:47:48 PM »

Does it let you be able to use black in names? If not, could you tell me how or what qvm has that?
Logged

DraZiLoX

*

Turrets: +24/-24
Posts: 844


« Reply #7 on: May 18, 2010, 02:13:02 PM »

EDIT:

client.c

BEFORE:
Code:
      // don't allow black in a name, period
      if( ColorIndex( *in ) == 0 )
        *out++ = COLOR_WHITE;
      else
        *out++ = *in;

      in++;
      continue;
    }

AFTER:
Code:
      // don't allow black in a name, period
      if( ColorIndex( *in ) == 0 )
        *out++ = COLOR_BLACK;
      else
        *out++ = *in;

      in++;
      continue;
    }

and dont complain that its crappy, it works!
« Last Edit: May 18, 2010, 02:16:10 PM by DraZiLoX » Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
TremPlus theme by Ingar, based on AF316 theme by Fedhog
Valid XHTML 1.0! Valid CSS!