Saving a map on a Mac
Sun, 2011-03-20 21:19
I created a really cool map, and attempted to save it.
Unfortunately, it forces you to save every map as .hwmap file. If you change the name, say to hwmap, it will just save as a .txt file..
So if you save it as ".hwmap", it saves, but it becomes a hidden system file.
I finally figured out how to make it appear on my mac, but when I try to open it in hedgewars, it doesnt show any system files.. so I can't open it.
any suggestions?
Well you need to NOT change the file format EVER when saving a map (to create less problems like this). Your best choice is to rename again to .hwmap and see if it will accept the file format. But it should since its .hwmap format.
Good Luck
Consumed with what's to transpire
Try saving it as e.g. test.hwmap
That .hwmap is supposed to be a filename suffix. as in .txt or .bmp or whatever.
Have fun
sheepluva <- me my code stats ->
a Hedgewars Developer
click here to message me
<- where I'm from what I speak ->
macosx opens any file as text when they don't have an extension iirc
and placing a '.' before any name makes that file hidden (like any unix)
so i think you just need to call it something like "ANYTHING.hwmap" to fix your issue