AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Server Cvars Unlocker (https://forums.alliedmods.net/showthread.php?t=120866)

Arkshine 03-08-2010 19:08

Server Cvars Unlocker
 
2 Attachment(s)
Server Cvars Unlocker
- v1.0.0, last updated : 9 mar 2010

In CS there are some server cvars which are "locked", meaning there are a minimum and a maximum which can not be crossed.
This plugin unlocks them by removing the hardcoded limitation.

The only limitation after using this plugin is to the value 2147483583.
It's the data type (signed long) of the variable where is stored the value, used in some CS functions.
It's an high value which should be fairly enough.

Basically, the minimum for all the following cvars is 0, and the maximum 2147483583. ( except mp_limitteams set to 31 )

Multiplay cvars :
  • mp_buytime*
  • mp_c4timer*
  • mp_freezetime*
  • mp_limitteams
  • mp_roundtime*
  • mp_startmoney (max money included)**
Servers cvars :
  • sv_accelerate
  • sv_friction
  • sv_stopspeed
  • sv_restart
  • sv_restartround

* The timer on the HUD can't show above 546 minutes. Higher value and you will see 00:00.
** The money on the HUD can't show above $999999.

Contents :

Requirements top
CS 1.6, CZ.
AMX Mod X 1.8.x or higher.
Orpheu 2.3 and higher.
Steam server.

Command top
  • scu_toggle value

    Toggle the plugin state by specifying as value 0 or 1 to disable or enable properly the forwards/memory patch.

Installation top
1. Firstly, you need Orpheu. You have just to unzip the content of orpheu_base.zip in ./amxmodx/ ;
2. Then unzip the content of the provided archive here in ./amxmodx/ ;
3. Install the plugin*, restart and it's ready.


* You need to compile locally the plugin since it uses third party includes from Orpheu.
If you don't know how, you can use this webcompiler.


Installation Files top

If you are interested in having unlimited money only, check this version instead : http://forums.alliedmods.net/showpos...&postcount=232

Arkshine 03-08-2010 19:08

Re: Server Cvars Unlocker
 
1 Attachment(s)
Notes top

Change Log top

v1.0.1 : [ 20 mar 2010 ]
fixed : sv_accelerate/sv_friction/sv_stopspeed were resetted to their original value after using sv_restart[round].
fixed : The signature in the ReadMultiplayCvars file was incorrect + another typo. (linux).
v1.0.0 : [ 9 mar 2010 ]
Initial release.

Old Version top
The following versions are not supported anymore.

lucas_7_94 03-08-2010 19:12

Re: Server Cvars Unlocker
 
sorry , but the plugin ??

Arkshine 03-08-2010 19:20

Re: Server Cvars Unlocker
 
Refresh. It's because I wanted to know the url of the thread to past it in my plugin.

lucas_7_94 03-08-2010 19:28

Re: Server Cvars Unlocker
 
Quote:

Originally Posted by Arkshine (Post 1112225)
Refresh. It's because I wanted to know the url of the thread to past it in my plugin.

Ok , yeah , thanks you arkShine .

fezh 03-08-2010 19:52

Re: Server Cvars Unlocker
 
Good job :up:

DruGzOG 03-08-2010 20:39

Re: Server Cvars Unlocker
 
You forgot sv_airaccelerate :D

Nice plugin +1

Arkshine 03-08-2010 20:42

Re: Server Cvars Unlocker
 
sv_airaccelerate seems not be locked.

DruGzOG 03-08-2010 20:44

Re: Server Cvars Unlocker
 
Quote:

Originally Posted by Arkshine (Post 1112304)
sv_airaccelerate is not locked. :)

:O Did not know that, well... ah... yeah. :shock:

{PHILMAGROIN} 03-08-2010 22:51

Re: Server Cvars Unlocker
 
what about roundtime?


All times are GMT -4. The time now is 07:32.

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