Main Menu
Search
EnglishUnited Kingdom

MapGEN v0.9.1.1

Started by Plutonic, July 25, 2015, 09:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Plutonic

New version, http://www.wormscc.co.uk/download/mapgen/InstallMapGen084.exe

v0.8.4
* Stopped MapGen always using an entire CPU core at 100% when seemingly idle.
* Fixed an issue with the indimask editor moving the wrong colours.
* Added version number to the installer test.

vesuvio

i need to test this. i download and test the program as soon as i got time and i got time because iam better

later i ll say if its good or bad

Plutonic

New version: http://www.wormscc.co.uk/download/mapgen/InstallMapGen085.exe

v0.8.5
* Optimisations to a number of themes.
* Complete re-write of the RR generator:
    - Corridors are no longer as long allowing for more complicated areas.
    - Start and finish no longer have to be next to each other.
    - Added ability to force the start to the top left (mostly for huge maps where finding it can be tricky).
    - Added tick box for water, when set, there is no floor. When not set the floor is thicker so it can be seen.

h3oCharles

#228
Speaking of which, I tried some of these maps out! (8000x8000 pixels, 522 path size)

Let me know, what you think ;)

EDIT1: I just noticed, when I'm generating a Big RR map (8000x8000, Water, No Top Soil, Start Top Left) i takes about 3-6 seconds, right? But when I'm saving a map, it freezes for about 10 seconds, then I get the map exported. Weird right?

Also, a suggestion, make Start at Top Right, Bottom Left and Bottom Right choices for Rope Race.

h3oCharles

For some weird reason on Rope Race it didn't generate a Finish line. Interesting.

Plutonic

Quote from: TheMadCharles on August 01, 2016, 09:26 AM
Speaking of which, I tried some of these maps out! (8000x8000 pixels, 522 path size)

Let me know, what you think ;)

EDIT1: I just noticed, when I'm generating a Big RR map (8000x8000, Water, No Top Soil, Start Top Left) i takes about 3-6 seconds, right? But when I'm saving a map, it freezes for about 10 seconds, then I get the map exported. Weird right?


Hey! Good to see someone trying it out! :)

It's not that weird, 8k maps are pretty big files, and how long it takes to save will depend on your harddrive. For what it's worth, the actual generation only takes about a 10th of a second or less, the rest is entirely rendering it to the png in RAM.
As for it freezing, that is because it just saves on the main thread (it used to freeze during generation too but I fixed that). Async saving may be a good idea, but might be more effort that it is worth.

Quote
Also, a suggestion, make Start at Top Right, Bottom Left and Bottom Right choices for Rope Race.

Fair enough, will add it to the list.

Quote
For some weird reason on Rope Race it didn't generate a Finish line. Interesting.

Hmmm, that is odd, I guess it is something to do with it ending next to the start...

Plutonic

Had a quick look this evening and found a fix for the missing RR finish, will be in the next build when ever that is.

h3oCharles

#232
Hmm... interesting... I get a system error... it claims that I don't have "api-ms-win-crt-runtime-l1-1-0.dll"... my OS is Windows 7

EDIT1: Attempting to reinstall now, MapGEN version 0.8.5.0
EDIT2: It's not effective

Plutonic

Do you have the latest windows updates installed? If so you could try downloading the visual studio 2015 redistributable from the Microsoft site

h3oCharles

#234
Quote from: Plutonic on September 13, 2016, 08:45 PM
Do you have the latest windows updates installed? If so you could try downloading the visual studio 2015 redistributable from the Microsoft site

Wait, what? It freezes at processing Windows7_MSU_x64
EDIT1: I am attempting to install x64, should I try installing x86?
EDIT2: Attempting installation of x86, same situation


h3oCharles

I'm giving up on this, It's possibly that there's some problem on my hardware.

h3oCharles

So when installing the redistributable (Visual c++ 2015) I am stuck on Windows7_MSU_x64. Any suggestions?

Plutonic

I dont know what you mean. You just download it and install it. You can install both but mapgen needs the 32 bit one.

Plutonic

New minor version:
New version, http://www.wormscc.co.uk/download/mapgen/InstallMapGen0851.exe

v0.8.5.1
* Fixed an issue where RR maps would fail to place the finish.