My "view" screen only shows the bottom left corner of the map.
To move the screen, I use the middle button of the mouse. Just hold it and drag and it works.
As for changing dimensions, I copied the map and pasted it into one bigger; I was disappointed not being able to move the layer but then I discovered the "move layer" icon![]()
is it correct then when i try and add hills or peaks it just comes up as a yellow box with a '?' in it?
Also when i try and add a coastline it just comes up looking like an ocean but in a lighter shade of blue.
Im a complete newbie to this, does a walkthough exist that helps you get started with the basics?
I'm having trouble with MapView 2.0! I'm trying to edit Rhye's Default Earth Map that comes with Vanilla to create an inverted Earth Map (turn earth into sea and sea into earth). It's going well so far but the thing that annoys me the most is the single fact that the application crashes constantly! I have no idea why this might be happening, it usually happens while I'm just using terrain brushes...
Yep, it crashes constantly, especially if you work with layers and drag them about.![]()
Apart from that, thanks for the tool Gr3yHound, me and a lot of other people I believe would never set out to create the map of their dreams without you!
To reproduce the crashing problems I have been having all you need to do is open up a scenario, copy up and create a layer or two and drag them about a bit. The bigger the layer the greater the chance you'll get a crash it seems. It all seems a bit random though.
Also, if you crate a 1xbignumber (like 1x55) layer then you wont' be able to drag it
Anyway, despite its problems MapView has probably cut my map creation time in half due to the ability to copy/flip layers. If you enable a rotate 90 degree's function then you'll effectively cut my map creation time in 4 instead of 2
The maps in my signature has been edited with MapView using the layer function. Great stuff.
;DFirst of all, thanks a lot for a great piece of work Gr3yhound., its the best editor I have tried so far.
Are you sure "StartingX=xx, StartingY=yy" is beeing deleted? I know there's another syntax in which those 2 things are present in 2 different lines. The 1 line version should work without any problems. But i know, MapView shouldn't forget about things it doesn't know. I have something in the making. I call it UnknownLineHandler.1) Because of the lack of a feature to set starting poitns I set some manually, but for some reason MapView soemtimes deletes my "StartingX=xx, StartingY=yy". It does it in some maps and doesn't in others, and I can't figure out why. I don't get an error or anything.. it just deletes it.![]()
Automatically? No, you would have to do that yourself. The best thing would be to use a template or something which you always load when you start a new map.2) Is there a way to set techs for players when you make a new map? When I make a new map I have no techs when i start the game (the two "default" ones that the civilization is supposed to have).
Yep! Good point!3) Highlighting for the activated tool would be nice. Like when you mouseover a tool, it gets highlighted, but let it stay highlighted when you chose it. It would make it a bit easier to know what you have selected, and see if you even got a tool selected, or if you missed the putton when you pressed.
There should be an option in the "Edit" Menu. Shortcut Ctrl+D.4) If you select something with the selection tool, is there a way to deselect it? I haven't been able to find out how.
Oh yeah, thats true. No need for the stupid dialog when you can hit Ctrl+S instead. Noted!5) A "Save" feature in addition to "Save as" feature, so that it just overwrites the file that it was opened from, or the file that it was last saved to. Also it should ask if you want to save before you quit the program. Yeye, i know, youre an idiot if you don't save your work before you shut down the program but it has happened to me a few times.
Also true, i thought about that often but somehow never managed to realize in a proper way.You really need to put a readme/faq file with the download, or a tips window when you start up the program. When youre trying out different programs youre not gonna read through the whole download description to see if theres a faq.
Are you sure "StartingX=xx, StartingY=yy" is beeing deleted? I know there's another syntax in which those 2 things are present in 2 different lines. The 1 line version should work without any problems. But i know, MapView shouldn't forget about things it doesn't know. I have something in the making. I call it UnknownLineHandler.
That's one of the nicest things someone ever said related to MapView. Thank you very much! Tbh, such responses made me working on the whole application for the last years.
If i make something like this with wordpad:
BeginPlayer
Team=0
LeaderType=LEADER_ALEXANDER
CivType=NONE
Color=NONE
ArtStyle=NONE
StartingX=61, StartingY=51
Handicap=HANDICAP_NOBLE
EndPlayer
Then i open the file in MapViewer, save the file and open it again in wordpad i have:
BeginPlayer
Team=0
LeaderType=LEADER_ALEXANDER
CivType=NONE
Color=NONE
ArtStyle=NONE
Handicap=HANDICAP_NOBLE
EndPlayer
Am i putting it in the wrong place or something?