superflytom Posted March 25, 2021 Report Share Posted March 25, 2021 Hi everyone. I'm new to map building and followed all the guides I can find on trac and the wiki and on here, and *still* can't get previews to work. Is this because of a bug in Atlas for A24? Or am I just dumb?!? Also, I can't get Atlas to allow selecting civs in game on scenario or skirmish maps. If I leave it unchecked it defaults to eight player and assigns them civs, which means I have to check to allocate factions. Again, is this an A24 Atlas bug that previously worked? I'd be happy to edit the XML myself if I knew the syntax but can't find any examples to show me how to do this. Can anyone help?! Quote Link to comment Share on other sites More sharing options...
nwtour Posted March 25, 2021 Report Share Posted March 25, 2021 (edited) 24 minutes ago, superflytom said: Also, I can't get Atlas to allow selecting civs in game on scenario or skirmish maps. Hi. Fixed only 23.03 https://code.wildfiregames.com/D3725 In release version bug. You can change the value in a text editor { "Civ" : "athen" } to {} Edited March 25, 2021 by nwtour 1 Quote Link to comment Share on other sites More sharing options...
badosu Posted March 25, 2021 Report Share Posted March 25, 2021 The preview must be an image crafted by yourself, it is also very buggy if you don't provide an exact format that the game expects (otherwise might crash the browser or bug the preview itself). On the map json you need to include: ` "Preview" : "<yourmapname>.png", ` and then provide the png on ├── art │ └── textures │ └── ui │ └── session │ └── icons │ └── mappreview -> <yourmapname>.png Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.