Raised This Month: $ Target: $400
 0% 

Deagles' Map Manager v3.25Beta


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
alexan
Senior Member
Join Date: Mar 2009
Old 01-31-2012 , 15:56   Re: Deagles' Map Manager v3.24
Reply With Quote #1

I need help ASAP!

Thank you for updating the plugin, though now I have a very annoying problem (did not have this problem b4) after adding the new update.

How can I DISABLE "- Added check for enabled conflicting plugins
("Nextmap Chooser", "NextMap", "Galileo", and "Crab's Map Manager")
"

I need to have Nextmap Chooser ON, in order for my server to work, to be able to changelevel, otherwize it gets stuck right after you choose the map (on rtv) so can anyone please tell me how can I disable this function!

"
public check_conflict() {
new sDV[8], iDV, bRepeat;
//repeat error over and over..
if (is_plugin_loaded("Nextmap Chooser") > -1) {
bRepeat = true;
announce_conflict("mapchooser.amxx");
}
if (is_plugin_loaded("NextMap") > -1) {
bRepeat = true;
announce_conflict("nextmap.amxx");
}
if (is_plugin_loaded("Galileo") > -1) {
bRepeat = true;
announce_conflict("galileo.amxx");
}
if (is_plugin_loaded("Crab'sMapManager") > -1) {
bRepeat = true;
announce_conflict("crabmapmanager.amxx");
}
"

What do I write so that the plugins does NOT check if it is conflict!

Thank you for your help! - If none answer is given, I guess I have to go back to the old version - like I said I just need to disable this "conflict checker" then my server works, but I've got no clue on what do!
alexan is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 01-31-2012 , 21:42   Re: Deagles' Map Manager v3.24
Reply With Quote #2

Quote:
Originally Posted by alexan View Post
I need to have Nextmap Chooser ON, in order for my server to work, to be able to changelevel, otherwize it gets stuck right after you choose the map (on rtv) so can anyone please tell me how can I disable this function!
FYI, "Nextmap Chooser" (mapchooser.sma) doesn't change the map at all. The only thing that it does is sets the cvar amx_nextmap. The plugin called "Nextmap" (nextmap.sma) is the one that actually does anything with changing the map.

If there is still issues with things working then there is likely some other plugin that is hard coded to expecting "Nextmap Chooser".
__________________
fysiks is offline
alexan
Senior Member
Join Date: Mar 2009
Old 02-01-2012 , 05:41   Re: Deagles' Map Manager v3.24
Reply With Quote #3

Quote:
Originally Posted by fysiks View Post
FYI, "Nextmap Chooser" (mapchooser.sma) doesn't change the map at all. The only thing that it does is sets the cvar amx_nextmap. The plugin called "Nextmap" (nextmap.sma) is the one that actually does anything with changing the map.

If there is still issues with things working then there is likely some other plugin that is hard coded to expecting "Nextmap Chooser".
Okay I am sorry, I meant "Nextmap" - Guess I was tired.

EDIT: Actually I do need to have it enabled: "nextmap.amxx ; displays next map in mapcycle"

Last edited by alexan; 02-01-2012 at 05:48.
alexan is offline
R4to0.exe
Member
Join Date: Sep 2008
Location: Sao Paulo,Brazil
Old 02-01-2012 , 22:48   Re: Deagles' Map Manager v3.24
Reply With Quote #4

Hi! This plugin does random nextmap (amx_nextmap cvar) to avoid same mapcycle boring like this one does?

Thanks!

Last edited by R4to0.exe; 02-02-2012 at 17:23. Reason: wrong link, sorry, fixed
R4to0.exe is offline
Send a message via MSN to R4to0.exe Send a message via Skype™ to R4to0.exe
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 02-01-2012 , 23:04   Re: Deagles' Map Manager v3.24
Reply With Quote #5

Quote:
Originally Posted by R4to0.exe View Post
Hi! This plugin does random nextmap (amx_nextmap cvar) to avoid same mapcycle boring like this one does?

Thanks!
It's not random. This plugin has the functionality of preventing recently played maps from being played again which is essentially what that other one that I wrote does (except this one can do many more than just one).

Note that this plugin replaces mapchooser.amxx.
__________________
fysiks is offline
R4to0.exe
Member
Join Date: Sep 2008
Location: Sao Paulo,Brazil
Old 02-02-2012 , 17:24   Re: Deagles' Map Manager v3.24
Reply With Quote #6

Quote:
Originally Posted by fysiks View Post
It's not random. This plugin has the functionality of preventing recently played maps from being played again which is essentially what that other one that I wrote does (except this one can do many more than just one).

Note that this plugin replaces mapchooser.amxx.
Sorry, i posted wrong link

I mean this https://forums.alliedmods.net/showthread.php?t=152254

Thanks and sorry again!
R4to0.exe is offline
Send a message via MSN to R4to0.exe Send a message via Skype™ to R4to0.exe
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 02-02-2012 , 22:09   Re: Deagles' Map Manager v3.24
Reply With Quote #7

There is no need for any nextmap plugin when running Deagle's.

Quote:
Originally Posted by fysiks View Post
[Deagle's] plugin has the functionality of preventing recently played maps from being played again which is essentially what that other one that I wrote does (except this one can do many more than just one).
__________________

Last edited by fysiks; 02-02-2012 at 22:10.
fysiks is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 02-08-2012 , 16:33   Re: Deagles' Map Manager v3.24
Reply With Quote #8

The mapvote is messed up in the new plugin IF you comment out the LOG.

Code:
// Comment out the following line to disable the dedicated log file
//#define DEDICATED_LOG_ENABLED
compiled with amxmodx webbcompiler.

Print:


Last edited by Ejziponken; 02-08-2012 at 21:36.
Ejziponken is offline
DynamicBits
Senior Member
Join Date: Sep 2007
Location: US
Old 02-09-2012 , 08:35   Re: Deagles' Map Manager v3.24
Reply With Quote #9

Quote:
Originally Posted by Ejziponken View Post
The mapvote is messed up in the new plugin IF you comment out the LOG.

Code:
// Comment out the following line to disable the dedicated log file
//#define DEDICATED_LOG_ENABLED
compiled with amxmodx webbcompiler.
...

That appears to be a problem with the web compiler. I just compiled the plugin on two different servers and the web compiler for comparison. The md5sum of the plugin that was compiled with the web compiler doesn't match. Heck, even the compiler output doesn't match. At minimum, the web compiler strips out the backslashes.

Linux server compiler:
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Header size:           3484 bytes
Code size:           110540 bytes
Data size:           416628 bytes
Stack/heap size:      16384 bytes; max. usage is unknown, due to recursion
Total requirements:  547036 bytes
Done.

75c803f7aea4082f126e40928f1e7508  deagsmapmanager.amxx
ae6226796a53b045c4e490885d2b80f6  deagsmapmanager.sma
Web compiler:
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Header size:           3484 bytes
Code size:           110540 bytes
Data size:           416620 bytes
Stack/heap size:      16384 bytes; max. usage is unknown, due to recursion
Total requirements:  547028 bytes
Done.

0e0b5b4fbd2ca69b03747923010da42e  deagsmapmanager.amxx
ae6226796a53b045c4e490885d2b80f6  deagsmapmanager.sma
So, don't use the web compiler for now.


--
Andy

Last edited by DynamicBits; 12-23-2015 at 02:04. Reason: Emphasis added
DynamicBits is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 02-08-2012 , 16:49   Re: Deagles' Map Manager v3.24
Reply With Quote #10

Just post the image, instead of making people download it to see the error.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd 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 10:57.


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