Topic: Load map/ Save Map UI
GunChleoc Topic Opener |
Posted at: 2015-02-27, 16:22
I am working on the interface for loading/saving a map. bug 1390793 This is the current work in progress for saving maps - loading maps will look the same: The buttons on the bottom from left to right are: "Make Directory", "Cancel", "OK". Of course, everything still needs to be aligned properly, especially on the bottom. My questions to the map editors are:
Busy indexing nil values Top Quote |
DragonAtma |
Posted at: 2015-02-27, 17:26
I'd include the size and the number of players.
Top Quote |
kaputtnik |
Posted at: 2015-02-28, 11:13
I agree with DragonAtma.
I think the second colummn in the table isn't needed.
Some maps do have additional infos like "suggested Teams". Could this be shown also?
Don't know if the Map should be localized. The most interesting thing is the Map description. Currently i could not compare with the current windows, or take a closer look into this. I remember one thing that i regret is the behavior with the file extension (.wmf): If you want to save a previously saved map, the extension in the "Save as"-field isn't shown. Because the difference between the table (where the mapfilenames are allways shown with extension) and the "Save as" field, someone ( i ) is maybe uncertain about the filename. So i would suggest to allways show the extension in the field "save as". Top Quote |
SirVer |
Posted at: 2015-02-28, 11:55
Definitively an improvement. The okay button should be green. Top Quote |
GunChleoc Topic Opener |
Posted at: 2015-02-28, 16:35
Thank you all for your input. I think the best way to go ahead will be to make it look like the Full-screen Load game/New game/Load Replay screens as much as possible. This will give us both a more uniform layout for the players/editors, and some code reuse for the programmers As to the file name, why not crop the .wmf file extension in both the list and the input field. Less information, less to type and a cleaner look. This will also conform to MAC usage (Macs don't care about extensions) and Windows Explorer standard options. Edited: 2015-02-28, 16:37
Busy indexing nil values Top Quote |
kaputtnik |
Posted at: 2015-02-28, 16:54
I am no friend of hiding the file extension to the user... But its a matter of taste Top Quote |
GunChleoc Topic Opener |
Posted at: 2015-02-28, 17:44
This is definitely open for discussion Busy indexing nil values Top Quote |
kaputtnik |
Posted at: 2015-03-01, 12:00
I am certainly not sure how to handle the file extension. For me i allways want to know such things, and e.g. disable the "hiding options" on windows. For normal users, the extension is maybe unnecessary. By downloading a map from Maps, the "save as" dialogue displays the extension. Maybe a good way is to show the whole filename with extension but allow to edit only the filename and not the extension.
Because the Filename could differ from the mapname (the name you give on the map options menu), i think the mapname should be shown. I sometimes forget to give a Map a name and if this property isn't shown anywhere, there is no "reminder" to give a map name. Top Quote |
GunChleoc Topic Opener |
Posted at: 2015-03-01, 12:20
Good point. The panel in the right will currently show the properties of the map selected on the list. I think it should rather show the properties of the map that is currently being edited, and a button to let you edit those properties. Good idea/bad idea? Busy indexing nil values Top Quote |
kaputtnik |
Posted at: 2015-03-01, 12:37
In General a good idea. But as i understand you would use the same menu for loading and saving a map. Don't know if editing the properties is possible if you just want to load a map. Top Quote |