MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002834 | Zandronum | [All Projects] Suggestion | public | 2016-09-13 22:00 | 2016-09-13 22:59 |
|
Reporter | Unknown | |
Assigned To | | |
Priority | high | Severity | tweak | Reproducibility | always |
Status | new | Resolution | open | |
Platform | | OS | | OS Version | |
Product Version | 2.1 | |
Target Version | | Fixed in Version | | |
|
Summary | 0002834: Blockmap Command to specify Disallowed maps |
Description | Similar to what addmap does, Blockmap Prevents the Server from changing to specific maps, e.g : Blockmap MAP05 Makes it not possible to access that map (even with secret exit), The reason i'm suggesting this is because addmap only adds maps to rotation list, It doesn't "Disallow" changing to the Specified maps . |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-09-13 22:00 | Unknown | New Issue | |
2016-09-13 22:02 | Unknown | Note Added: 0015632 | |
2016-09-13 22:05 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9501 |
2016-09-13 22:14 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9502 |
2016-09-13 22:21 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9503 |
2016-09-13 22:21 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9504 |
2016-09-13 22:22 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9505 |
2016-09-13 22:22 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9506 |
2016-09-13 22:23 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9507 |
2016-09-13 22:23 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9508 |
2016-09-13 22:24 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9509 |
2016-09-13 22:40 | Unknown | Note Edited: 0015632 | bug_revision_view_page.php?bugnote_id=15632#r9510 |
2016-09-13 22:48 | Dusk | Note Added: 0015634 | |
2016-09-13 22:59 | Unknown | Note Added: 0015635 | |
Notes |
|
(0015632)
|
Unknown
|
2016-09-13 22:02
(edited on: 2016-09-13 22:40) |
|
Currently Some maps that aren't added to Rotation list can be still accessed from Secret exits or using ACS Functions Like ChangeLevel & Teleport_NewMap or even ConsoleCommand("changemap MAPXX"), We need this to prevent accessing them, So instead of changing to that level, The server would just ignore it (after checking the blockedmapslist) and go to the Next map in rotation list .
EDIT : There is sv_maprotation which only makes the server use the Maplist to determine maps that server will change to, This doesn't help to add exceptions for some maps Since some mods use different methods to change levels
|
|
|
(0015634)
|
Dusk
|
2016-09-13 22:48
|
|
I guess you want to force the server to follow the map rotation. A CVAR should suffice for that, instead of an per-map blocking command. |
|
|
|
No, This would break some mods That require returning to specific maps (Like Hub maps), Blockmap should work better . |
|