AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   nextmap/mapchooser in Natural-Selection (https://forums.alliedmods.net/showthread.php?t=42)

CheesyPeteza 02-23-2004 06:02

nextmap/mapchooser in Natural-Selection
 
The nextmap plugin uses SVC_INTERMISSION to detect when the map is about to change so it can change the map to the one in the cvar amx_nextmap. This message isn't sent in NS. This breaks nextmap and the mapchooser.

I have fixed this by using a module which detects the engine function *pfnchangelevel and overrides it.

Perhaps that would be a solution for all mods assuming the other mods use it too.

2nd problem is reading the mapcycle.txt. An NS mapcycle has lines like this:
ns_agora\minplayers\10\maxplayers\20

This is simply fixed by using the parse command after reading the line.

A non ns related problem with nextmap is that mp_chattime is not accounted for. It just sets a task to change the map in 2.5 seconds I think. Perhaps increase mp_chattime and set the task to change map with the original mp_chattime value. This isn't an issue with the above changelevel solution.

SniperBeamer 02-23-2004 06:24

1. Specific support for other mods than cstrike is planed in later versions.
2. done

CheesyPeteza 02-23-2004 06:47

OK fair enough about only doing a CS specific version at the moment.

I just thought of a problem with that mp_chattime solution I suggested, mp_chattime is just going to get bigger and bigger each map. :o

SniperBeamer 02-23-2004 15:04

thank you for bug reporting
fixed :D

CheesyPeteza 02-28-2004 19:01

If you added changelevel forwarding/blocking then you could make it so that in CS the map didn't change until the last round was finished. :)

SniperBeamer 02-28-2004 19:05

http://djeyl.net/forum/index.php?showtopic=19460

CheesyPeteza 02-28-2004 19:09

I'll get you next time Gadget!!!

QwertyAccess 02-29-2004 17:45

:O


All times are GMT -4. The time now is 18:50.

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