Raised This Month: $32 Target: $400
 8% 

Module: Cvar Utilities (v1.6)


Post New Thread Reply   
 
Thread Tools Display Modes
PARISSS
Junior Member
Join Date: Dec 2012
Old 02-07-2013 , 08:07   Re: Module: Cvar Utilities (v1.4)
Reply With Quote #111

Good work with this module thanks!
PARISSS is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-07-2013 , 08:09   Re: Module: Cvar Utilities (v1.4)
Reply With Quote #112

It seems you don't understand what I've asked to you...
__________________
Arkshine is offline
PARISSS
Junior Member
Join Date: Dec 2012
Old 02-07-2013 , 08:17   Re: Module: Cvar Utilities (v1.4)
Reply With Quote #113

I solved the problem,it was with an antiflood plugin.
PARISSS is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-07-2013 , 08:21   Re: Module: Cvar Utilities (v1.4)
Reply With Quote #114

What plugins you're talking about exactly and is the plugin use Cvar Util module ? I'm glad it works now for you but I would like to understand what happened.
__________________
Arkshine is offline
PARISSS
Junior Member
Join Date: Dec 2012
Old 02-07-2013 , 08:43   Re: Module: Cvar Utilities (v1.4)
Reply With Quote #115

I don't have .sma its private plugin,i will upload amxx. This antiflood plugin don't let me running server with module,so i don't use plugin more.

(EDIT Arkshine: Removed plugin, you're not allowed to upload AMXX file)

Last edited by Arkshine; 02-07-2013 at 08:49.
PARISSS is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-07-2013 , 09:47   Re: Module: Cvar Utilities (v1.4)
Reply With Quote #116

It doesn't help if I don't have the .sma. Tried to check a bit the amxx file and what does the plugin, I still don't get how it fucks up Cvar Util. "amx_nextmap" is set when you use "say nextmap" and since your plugin was filtering say command, it might something related, but I have not figured out the problem. For now, can't help really.
__________________

Last edited by Arkshine; 02-07-2013 at 09:48.
Arkshine is offline
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-18-2013 , 08:02   Re: Module: Cvar Utilities (v1.4)
Reply With Quote #117

hi arkshine,
module dosen't work since last feb. 2013 update,
downloaded from "first post" and write server console cvarutil status and get:
Code:
          Cvar Utilities v1.4 - by Arkshine.
          Memory initialization started.
         <TAB> Cvar_SetValue was not found at 1.
         
          Memory initialization ended.
         
          -> Module failed to load. Contact author...
EDIT:
Code:
L 02/18/2013 - 13:58:00: [AMXX] Plugin "cu_amx_cvar_fix.amxx" failed to load: Plugin uses an unknown function (name "CvarLockInfo") - check your modules.ini.
L 02/18/2013 - 13:58:00: [AMXX] Plugin "infinite_round.amxx" failed to load: Plugin uses an unknown function (name "CvarCache") - check your modules.ini.
offtopic: i want to use InfiniteRound, sigs are the same in feb. 2013 update?
Attached Files
File Type: ini modules.ini (1.1 KB, 150 views)
__________________

Working on:
nothing

Last edited by schmurgel1983; 02-18-2013 at 08:05.
schmurgel1983 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-18-2013 , 08:34   Re: Module: Cvar Utilities (v1.4)
Reply With Quote #118

I will change the way of hooking function, so I will have only one signature/symbol. Right now, the current method requires a lot of signatures for both windows/linux. It will be slightly less efficient but for such function not called often, it would be fine. It will be more reliable this way against update.

About InfiniteRound, linux signature needs to be changed I guess. Will try to check that today.
__________________

Last edited by Arkshine; 02-18-2013 at 08:38.
Arkshine is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-19-2013 , 16:18   Re: Module: Cvar Utilities (v1.5)
Reply With Quote #119

New Release, v1.5.

Quote:
Changes/Developer
  • Changed the way to hook the Cvar_DirectSet function.
    Instead of patching where this function is referenced, the module is now hooking directly the function.
    Even though this way would be slighly less efficient, the advantages are important :
    • More robust against engine update :
      Module is now using only 2 signatures (listen/dedicated) for windows (before 6 signatures) and 1 symbol for linux (before 18 signatures). For linux, it will most likeky not break again.
    • More easy to maintain :
      Same as above + a config file is now added with these signatures/symbols and where it's possible to add new ones. It will be fast and easy to update if need.
As note, it's working on the latest update.

To update :
  1. Shutdown your server
  2. Upload the content of cvar_util-files.zip in your mod directory
  3. Make sure you have uploaded the new config file (configs/cvarUtil/datas.ini)
  4. Restart your server.

I did not test deeply, but it should be fine.
__________________
Arkshine is offline
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-19-2013 , 16:37   Re: Module: Cvar Utilities (v1.5)
Reply With Quote #120

i think its work, thanks arkshine.
__________________

Working on:
nothing
schmurgel1983 is offline
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 22:01.


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