Own Mapchooser
Hello.
GoldSrc (CS) (without AMXX) have own mapcycle system ("mapcycle.txt"), and it works even works AMXX Mapchooser system. Default Mapchooser system of AMXX works via two plugins: Code:
nextmap.amxx ; displays next map in mapcyclePHP Code:
And I do not want to use this "hack". What are the options? Can I set default nextmap (not amx_nextmap, like from "mapcycle.txt") for server via AMXX? |
Re: Own Mapchooser
That is the only way. I've looked for another way before but didn't find anything.
What is wrong with using it? |
Re: Own Mapchooser
You want to change the map picked by game ?
|
Re: Own Mapchooser
Quote:
Or find way to disable original mapcycle system (like "mapcycle.txt" not exist, forever intermission). |
Re: Own Mapchooser
Quote:
|
Re: Own Mapchooser
Change cvar mapcyclefile on each map and write 1 map in it should force the game to reload mapcycle and to use that map.
PHP Code:
|
Re: Own Mapchooser
Quote:
ConnorMcLeod, thanks you for example! I did not know about "mapcyclefile" cvar. Also, for disabling default mapcycle system and got "forever intermission" we can do this: Code:
mapcyclefile "" |
Re: Own Mapchooser
Do you know HLSDK is avalaible and you can read it for lot of references even if cs code is a bit different ?
It would have helped you a lot for this. |
| All times are GMT -4. The time now is 23:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.