-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Whenever I update the client, it always downloads some survival maps even though they are not changed.

Take this screenshot as an example.
In preupdateexec
file, this map is in the delete list
[Delete]
...
Maps\Yuri's Revenge\Survival\2_liberty_island_RAZER.map
while this map exist in the repo cncnet-yr-client-package\package\Maps\Yuri's Revenge\Survival
and this map is defined in MpMaps.ini
:
[Maps\Yuri's Revenge\Survival\2_liberty_island_razer]
Author=RAZER
Briefing=Human Spots 1 & 2@@AI Spot 3@@Prepare Anti-Air or Lose!!@@@RAZER
Description=[2] Liberty Island - RAZER
EnforceMaxPlayers=True
GameModes=Survival
LocalSize=10,4,96,73
MaxPlayers=3
MinPlayers=1
Size=0,0,110,80
Waypoint0=112128
Waypoint1=64080
Waypoint2=70124
ForcedOptions=razer_survival_options
Therefore, we need to check and exclude these in-use maps from the [Delete]
section.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working