AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Amxx Mapcycle? (https://forums.alliedmods.net/showthread.php?t=325354)

DanielHenry 06-18-2020 07:07

Amxx Mapcycle?
 
k I have no idea about this but in the addons/amxmodx/config/maps.ini how does that map cycle work. Do the maps just go in order when the vote starts or are the maps chosen out randomly from the maps.ini and put into the vote.

If so do I have to arrange them my self.

OciXCrom 06-18-2020 14:38

Re: Amxx Mapcycle?
 
maps.ini is used for displaying maps with the amx_mapmenu command.
The actual mapcycle file is cstrike/mapcycle.txt.

fysiks 06-18-2020 22:15

Re: Amxx Mapcycle?
 
Quote:

Originally Posted by OciXCrom (Post 2706337)
maps.ini is used for displaying maps with the amx_mapmenu command.
The actual mapcycle file is cstrike/mapcycle.txt.

Not quite accurate.

maps.ini in the AMX Mod X config folder is used by both the mapchooser and mapsmenu plugins. If maps.ini exists, they both use that file for their functionality. If maps.ini doesn't exist, they use the file configured with the cvar "mapcyclefile". The default for "mapcyclefile" is "mapcycle.txt" in the root mod directory.

If you don't have AMX Mod X or any AMX Mod X plugins that use it, the server will change to the next map in the file when mp_timelimit has passed on the current map. The default functionality of the mapchooser plugin is to grab random maps for the map vote towards the end of the map.


All times are GMT -4. The time now is 17:24.

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