Author Topic: Menu improvement - Show minimap preview when selecting a new map  (Read 2021 times)

0 Members and 1 Guest are viewing this topic.

Offline Stiller

  • Major(1)
  • Posts: 10
You guys already got some nice code to show an overview of a map - the minimap feature, why not use it elsewhere in the game as a preview whenever you have to pick a map from a list? Should not be too hard to implement (I only know java, so if this were java code it would not be too hard, no idea about C or Delphi, so please accept my apologies in advance in case of shit-talking).
Playing Soldat since 0.94b

Offline Bonecrusher

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1397
  • High above
    • Zabijaka.pl
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #1 on: May 13, 2012, 06:29:25 am »
I think it was suggested long time ago, but still f12

Im chill like that

Offline homerofgods

  • Soldat Beta Team
  • Rainbow Warrior
  • ******
  • Posts: 2029
  • We can do better!

Offline Shoozza

  • Retired Soldat Developer
  • Veteran
  • ******
  • Posts: 1632
  • Soldat's Babysitter
    • Website
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #3 on: May 13, 2012, 06:56:38 am »
Nothing is easy in soldat.

Minimal uses loaded maps which means you would have to load each map (which i guess would be slow because it loads textures and stuff).
Also the soldat gui rendering is totally different from ingame (ingame uses directx).

But the idea is good.
Rules
Tools: ARSSE - SARS - SRB - chatMod

Offline DorkeyDear

  • Veteran
  • *****
  • Posts: 1507
  • I also go by Curt or menturi
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #4 on: May 13, 2012, 07:40:57 am »
Another idea is to have an image associated with a map, and if the image exists, display that.

Or if it is possible to generate the image when you click on it by loading the map, 'zoom fitting', taking a 'screenshot', and saving that image automatically, and unloading the map (i dont mean zoom fit and screenshot litterally). I can imagine for having many maps, this still would be extremely slow, but it would only need to do it once per map, and never again.

Offline machina

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1117
  • The world isn't nice. Why should I be...?
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #5 on: May 13, 2012, 07:41:48 am »
I'm sure it was suggested. F12, anyway...

But choosing map during a match is the most annoying, I mean about Menu2 picture. Some list would be cool.

But maybe improvments like that should wait until new GUI code that (Shoozza is already maiking) will be done.

Offline Adam

  • Camper
  • ***
  • Posts: 322
  • When someone you argue with has a good point.
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #6 on: May 13, 2012, 09:31:14 am »
F12

Arguing with your girlfriend and you don't get a response for a few minutes

Offline Stiller

  • Major(1)
  • Posts: 10
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #7 on: May 13, 2012, 11:35:57 am »
Sorry guys,
yes it has been suggested before Oops. I think someone who has the Force can close this thread.
Playing Soldat since 0.94b

Offline L[0ne]R

  • Soldat Beta Team
  • Rainbow Warrior
  • ******
  • Posts: 2079
  • need a life. looking for donors.
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #8 on: May 13, 2012, 07:37:02 pm »
When compiling a map in, let's say, polyworks, a preview image could be generated (possibly with additional options like "just polygons" or "include sceneries"). And then a preview image could be built-in directly into the PMS file?

Offline machina

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1117
  • The world isn't nice. Why should I be...?
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #9 on: May 14, 2012, 10:29:07 am »
When compiling a map in, let's say, polyworks, a preview image could be generated (possibly with additional options like "just polygons" or "include sceneries"). And then a preview image could be built-in directly into the PMS file?
So then a new PMS standard would be needed.

Offline L[0ne]R

  • Soldat Beta Team
  • Rainbow Warrior
  • ******
  • Posts: 2079
  • need a life. looking for donors.
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #10 on: May 14, 2012, 11:20:13 am »
When compiling a map in, let's say, polyworks, a preview image could be generated (possibly with additional options like "just polygons" or "include sceneries"). And then a preview image could be built-in directly into the PMS file?
So then a new PMS standard would be needed.
There's a lot of features that have been requested many times that require map format change. So map previews could be done along with that, when dev team gets their hands on map format.

Offline machina

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1117
  • The world isn't nice. Why should I be...?
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #11 on: May 14, 2012, 11:55:25 am »
There's a lot of features that have been requested many times that require map format change. So map previews could be done along with that, when dev team gets their hands on map format.
So then we should make some list of things those should be added to new PMS standard like Metadata (not sure it already exists but it always can be improved)... New topic's needed.
« Last Edit: May 15, 2012, 09:10:49 am by machina »

Offline L[0ne]R

  • Soldat Beta Team
  • Rainbow Warrior
  • ******
  • Posts: 2079
  • need a life. looking for donors.
Re: Menu improvement - Show minimap preview when selecting a new map
« Reply #12 on: May 14, 2012, 04:27:23 pm »
Nah, we can do this when the time actually comes to make a new map format. Looks like the devs are still busy cleaning up the code, so even if a list is made now - it'll later get lost and forgotten.