ismaeltato Posted June 27, 2019 Report Share Posted June 27, 2019 Hello, I currently have very robust equipment I would like to create maps greater than 512 tiles, example tiles 10240, this is possible, someone can give me references or guide, thanks Quote Link to comment Share on other sites More sharing options...
Trinketos Posted June 28, 2019 Report Share Posted June 28, 2019 for change the size of a map https://trac.wildfiregames.com/wiki/Atlas_Manual_Terrain_Tab#Misctools 1 Quote Link to comment Share on other sites More sharing options...
nani Posted June 28, 2019 Report Share Posted June 28, 2019 Officially, at least, is still not possible. Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted June 28, 2019 Report Share Posted June 28, 2019 maps/scenarios/_default.xml That is the "base" map that opens in Atlas. You can edit it easily using Notepad++. Line 4 is: <Terrain patches="16" texture="desert_sand_ripples" priority="0" height="2048"/> Patches is what you want to play with. I forget what a "patch" represents (perhaps 10 or 16 tiles?), but that is the number you want to edit. 3 Quote Link to comment Share on other sites More sharing options...
Guest Posted June 28, 2019 Report Share Posted June 28, 2019 16 tiles. Which also means the number of tiles should also be divisible by 16. Quote Link to comment Share on other sites More sharing options...
ismaeltato Posted July 1, 2019 Author Report Share Posted July 1, 2019 Hi, even if I made the changes and created a new map if I gave the previous size, is there another step I should consider? Thank you Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted July 1, 2019 Report Share Posted July 1, 2019 (edited) 2 hours ago, ismaeltato said: Hi, even if I made the changes and created a new map if I gave the previous size, is there another step I should consider? Thank you patches=" 128 " works and creates a very very large map. If set to 256, then Atlas refuses to load. See if 128 works for you. Edited July 1, 2019 by wowgetoffyourcellphone Quote Link to comment Share on other sites More sharing options...
asterix Posted July 2, 2019 Report Share Posted July 2, 2019 On 6/27/2019 at 8:41 PM, ismaeltato said: Hello, I currently have very robust equipment I would like to create maps greater than 512 tiles, example tiles 10240, this is possible, someone can give me references or guide, thanks Welcome look at this thread, also page 6, 4rth comment from top by elexis should be helpful. Quote Link to comment Share on other sites More sharing options...
ismaeltato Posted July 5, 2019 Author Report Share Posted July 5, 2019 Hi all, thank you very much for the information, and I managed to load a map of 2048 tiles, when I try to increase the size is hung the pyrogenesis.exe and only uses 5% cpu and 1.5% RAM, as you can assign more resources to pyrogenesis. exe? regards Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted July 5, 2019 Report Share Posted July 5, 2019 @wraitii @Stan` @Angen Quote Link to comment Share on other sites More sharing options...
Loki1950 Posted July 5, 2019 Report Share Posted July 5, 2019 Could you have a look at the log file that was generated by that try @2048 tiles remember to copy it right after the crash before you run pyrogenesis.exe again as it will over write the log file I have feeling it was trying to allocate the needed memory and then crashed with not enough memory. Enjoy the Choice Quote Link to comment Share on other sites More sharing options...
ismaeltato Posted July 9, 2019 Author Report Share Posted July 9, 2019 thanks, I share the filescrashlog.dmpcrashlog.txt map_sizes.json _default.xml Quote Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2019 Report Share Posted July 9, 2019 (edited) A 93 MB RMS runtime can't even allocate such a large heightgrid alone. Lets say that the runtime is extended to the whole 4 GB. As you can see, it is still not enough. Jebel Berkal has 40 tileclasses. (Yes, I like to use that map as a baseline for all things mapgen). That's 420MB * 40. Something like 16GB. And that's tileclasses alone. A certain other project lowers that by a factor of 16. 512 tiles consume something like 4MB. 1024 takes 16ish MB. It follows the trend. Memory allocation itself is a nightmare for blocks that big. Edited July 9, 2019 by Guest Quote Link to comment Share on other sites More sharing options...
ismaeltato Posted July 9, 2019 Author Report Share Posted July 9, 2019 4 hours ago, (-_-) said: Memory allocation itself is a nightmare for blocks that big. the solution is not found by configuration ?, I have to modify the clasess? Quote Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2019 Report Share Posted July 9, 2019 Unfortunately, it's really not possible. There is way more leeway in skirmish/scenario maps. But 5120 might be too high. 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.