xSeries Posted December 24, 2022 Posted December 24, 2022 Added a new map but I got this problem of map overlaps. What can I do to fix this? Quote
Santa Posted December 29, 2022 Posted December 29, 2022 Looks like you didn't copy all of the map resources over. I'm going to guess there should be two .pul files + resources that should have been copied for this map. Quote
Cookie Posted December 29, 2022 Posted December 29, 2022 Yeah that's most likely the issue of the background puzzle not being loaded correctly. It could either be you're missing the full .pul file or you're just missing the assets it links to.You're trying to add religion002 from crazy tao so make sure you have these files:-> map/Puzzle/religion002.pul-> map/Puzzle/religion002-bg01.pul-> 4 sound files --> sound/KunlunBigTree_loop.wav --> sound/TempleWaterfall_loop.wav --> sound/Garden1_loop.wav --> sound/Garden2_loop.wav-> a handful of dds files from ani/mapscene.ani-> background dds files from ani/religion.aniAlong with every single file those two use (ani/religion.ani links to a bunch). If you want to be efficient make sure to only grab what you need because there's a lot of junk that will bloat up the client if you start grabbing things that aren't used. Quote
Santa Posted December 29, 2022 Posted December 29, 2022 There are a couple of utilities in my map editing utility that should assist with copying only the resources that are used in a given map. Not super thoroughly tested so I'm sure there are some edge cases that are missed. https://github.com/SantasCode/Tiled2Dmap#extractand https://github.com/SantasCode/Tiled2Dmap#install Quote
xSeries Posted January 2, 2023 Author Posted January 2, 2023 For a reason I got all the files but the background doesn't seem to be working. I read all the text inside the ani, it matched with the data puzzle file, but I just don't know why it can't read the puzzle background. Quote
Cookie Posted January 3, 2023 Posted January 3, 2023 For a reason I got all the files but the background doesn't seem to be working. I read all the text inside the ani, it matched with the data puzzle file, but I just don't know why it can't read the puzzle background.I can't look at it right now but I know for a fact some maps just can't be straight copied over to conquer. Some of the other games have mapping capabilities that the conquer client does not have so this could be one of those maps. That's my best guess without looking into it more deeply. Quote
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.