Generate Map Upload may break the map
- it get the name from
scenario.lua map key and replace it with a new one case sensitive. (
|
def extract_map_name(lua_data): |
)
- Replace maybe miss some expressions (
|
# 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 new maps\<mapname>.v<0-4version>
- don't rename other lua files, because it errorprone to replace references
Generate Map Upload may break the map
scenario.luamapkey and replace it with a new one case sensitive. (faftools/faf/tools/fa/maps.py
Line 366 in 982073d
faftools/faf/tools/fa/maps.py
Line 276 in 982073d
https://faforever.slack.com/archives/general/p1485308092008963
Solution:
<mapname>.v<0-4version>maps\<oldname>with the newmaps\<mapname>.v<0-4version>