"map not compatible with this version"

Information and discussion for custom maps and mods.
Post Reply
User avatar
Norman_
Posts: 141
Joined: Wed Jan 30, 2013 1:39 pm
Location: TD Server

"map not compatible with this version"

Post by Norman_ »

i have a mod map working fine with last release but when i try it with current release, lobby says "map not compatible". the problem is i dont know where the problem is. theres nothing in log files. i have to build the whole damn yaml code again step by step try and error again or is there a more handy solution?
:crush: :stressed:

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

The map is marked as incompatible if the game detects an error that would cause it to crash when the map is loaded.

There are two ways you can debug this:
  1. Look in debug.log, where it will write the error for rejecting the map.
  2. Run `OpenRA.Lint.exe --verbose ra <path to your map>` to run our map testcases against your map (you should be doing this as part of your regular development anyway).

User avatar
Norman_
Posts: 141
Joined: Wed Jan 30, 2013 1:39 pm
Location: TD Server

Post by Norman_ »

thanks :)

Post Reply