-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Generate Map Upload may break the map
- it get the name from
scenario.luamapkey and replace it with a new one case sensitive. ()Line 366 in 982073d
def extract_map_name(lua_data): - Replace maybe miss some expressions ()
Line 276 in 982073d
# This is a bit risky (possible false positives), that's why there is a safety net above
https://faforever.slack.com/archives/general/p1485308092008963
Solution:
- still rename map folder to
<mapname>.v<0-4version> - replace the
maps\<oldname>with the newmaps\<mapname>.v<0-4version> - don't rename other lua files, because it errorprone to replace references
Metadata
Metadata
Assignees
Labels
No labels