Map Database  •  FAQ  •  RSS  •  Login

Release candidate

<<

Ben

User avatar

Former Site Admin

Posts: 3814

Joined: 08 Jan 2009, 23:00

Location: California - Pacific Time (UTC -8/-7 Summer Time)

Post 16 Jul 2014, 17:42

Re: Release candidate

After downloading a map from the lobby, the map is placed in the "downloaded maps 'list.'" Okay, no problem, but this list cannot be accessed from within the map editor. It's very annoying to have to exit the editor to load a downloaded map.

(forgive me if this has already been reported)
I used to spam this forum so much...
<<

andreus

User avatar

Sword Fighter

Posts: 343

Joined: 18 Dec 2011, 12:05

KaM Skill Level: Beginner

Website: https://github.com/andreus791/maps_feedback

Location: Russia

Post 20 Jul 2014, 18:39

Re: Release candidate

After downloading a map from the lobby, the map is placed in the "downloaded maps 'list.'" Okay, no problem, but this list cannot be accessed from within the map editor. It's very annoying to have to exit the editor to load a downloaded map.

(forgive me if this has already been reported)
Image

enjoy :P
<<

Ben

User avatar

Former Site Admin

Posts: 3814

Joined: 08 Jan 2009, 23:00

Location: California - Pacific Time (UTC -8/-7 Summer Time)

Post 20 Jul 2014, 18:49

Re: Release candidate

Yay :D

(Although the menu graphic needs fixed. I'm assuming Lewin does that)
I used to spam this forum so much...
<<

andreus

User avatar

Sword Fighter

Posts: 343

Joined: 18 Dec 2011, 12:05

KaM Skill Level: Beginner

Website: https://github.com/andreus791/maps_feedback

Location: Russia

Post 20 Jul 2014, 18:58

Re: Release candidate

hah, forgot about that bevel.
fixed ;)
<<

pawel95

Castle Guard Swordsman

Posts: 1912

Joined: 03 Oct 2008, 22:00

KaM Skill Level: Skilled

Location: "Pawel95" on Youtube.com

Post 20 Jul 2014, 19:59

Re: Release candidate

How about a delete button also there? :D I mean, this way you can fast see which map you have here and decide if you wanna keep it or not?! :D
<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 21 Jul 2014, 02:23

Re: Release candidate

How about a delete button also there? :D I mean, this way you can fast see which map you have here and decide if you wanna keep it or not?! :D
There's not much space there for that... but maybe if we make the list grow when you have extra screen space (like the in-game statistics tab does). It also bothers me that in-game I can't select a map by typing the name, since it's using a simple ListBox not a ColumnBox (a ColumnBox without a header and only 1 column looks the same as a list anyway). Andreus are you interested in making those changes?
<<

thunder

User avatar

Moorbach's Guard

Posts: 1044

Joined: 15 Apr 2012, 12:11

KaM Skill Level: Fair

Location: In the Market

Post 21 Jul 2014, 08:24

Re: Release candidate

Hey!
Last time i got a replay, but unfortunately rewrite with a next one, and i needed that replay. :S Name of the replay was only downloaded. Is that possible to hold the replays with different name?
Could be good. And if the map isnt necessarry then could be deleteable. Now i dont see how could we rename or save them. The game was epic for average users.:(
And no players already who still have that rply.
Thanks!
t
<<

sado1

User avatar

Council Member

Posts: 1430

Joined: 21 May 2012, 19:13

KaM Skill Level: Skilled

Post 21 Jul 2014, 08:49

Re: Release candidate

Well, a folder with last 20 autosaves (but copied when quitting the game, instead of the usual 1 minute autosaving period) wouldn't be a bad idea at all. Had this pain many times as well.
<<

andreus

User avatar

Sword Fighter

Posts: 343

Joined: 18 Dec 2011, 12:05

KaM Skill Level: Beginner

Website: https://github.com/andreus791/maps_feedback

Location: Russia

Post 21 Jul 2014, 12:26

Re: Release candidate

How about a delete button also there? :D I mean, this way you can fast see which map you have here and decide if you wanna keep it or not?! :D
There's not much space there for that... but maybe if we make the list grow when you have extra screen space (like the in-game statistics tab does). It also bothers me that in-game I can't select a map by typing the name, since it's using a simple ListBox not a ColumnBox (a ColumnBox without a header and only 1 column looks the same as a list anyway). Andreus are you interested in making those changes?
Yeah, selectig map like in main menu sounds good :)
About making the list grow, not sure.

We discussed with Krom these lists, what about just keep 2 lists (SP and MP) in MapEd main menu and within MapEd, add new column to ColumnBox - MapStatus (Official/Downloaded) and sort by this status instead of 3 lists? Downloaded maps are mostly MP so we have 2 MP maps lists now. But this idea is not that good IMO - we have management interface to move DL maps to MP, so 3rd list is needed in main menu...
<<

Krom

User avatar

Knights Province Developer

Posts: 3282

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 21 Jul 2014, 14:51

Re: Release candidate

When adding new features we should not base our development on elements we have added just because we have added them. We should think about the situation as a whole and then suggest our best solution, and only then implement it.

In the case of maps I think we should think about the bigger picture first and see if there's really need to separate DL maps from MP maps the same way we separate MP maps from SP. I think we should not do such separation, because DL maps are just the same MP maps that just didn't made it into the official pack (because of time, quality, etc.). So what really separates MP maps from DL ? Almost nothing, just a presumption that official MP maps are "top quality" and DL maps are "dark horses". Why invent complex "interface to move DL maps to MP" if the whole thing is just about map creation date (before or after next release) and presumable map quality. IMHO we could be just fine with an indication of a map being official (golden tint text) and unofficial (silver tinted text). No need to move the maps around whatsoever.

As for programmatic point of view, which should serve the game, not guide it, we can just scan MP maps from 2 locations - MapsMP and MapsSP into a single list. No need to have the "move" interface or special column at all.
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

pawel95

Castle Guard Swordsman

Posts: 1912

Joined: 03 Oct 2008, 22:00

KaM Skill Level: Skilled

Location: "Pawel95" on Youtube.com

Post 21 Jul 2014, 15:19

Re: Release candidate

One weird thing, that happened yesterday :P :


Player 1 is host. He wanna be spectator for the next hour because he is afk. He gives player 02 the host then move to "spectators" and set ready. Player 02 leaves the lobby, the host goes back toooooooo... Surprise :D Player 01, who is afk and can´t start a game. While there were 4 other players in that lobby.

I know it worked like "give last man, who was host, the host back" but maybe it would be possible to make an exception, that spectators shouldn´t be the host, automaticly when other players are still in that lobby?!
<<

Krom

User avatar

Knights Province Developer

Posts: 3282

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 21 Jul 2014, 15:46

Re: Release candidate

What about if we add a new feature, a sort of check and indication, if player has been inactive for more than N minutes, he gets a clock icon near his name and cant become host unless he is active again?
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

Tiank

User avatar

Knight

Posts: 592

Joined: 15 Sep 2013, 13:11

KaM Skill Level: Skilled

Location: Poland

Post 21 Jul 2014, 15:55

Re: Release candidate

That sounds great!
Without honour, victory is hollow.
<<

pawel95

Castle Guard Swordsman

Posts: 1912

Joined: 03 Oct 2008, 22:00

KaM Skill Level: Skilled

Location: "Pawel95" on Youtube.com

Post 21 Jul 2014, 15:56

Re: Release candidate

Not sure. Yesterday it was like:

Player X:" I go afk, play some games without me, I´ll give host to player Y. BRB"

2 seconds later: Player Y left the game :P

So in this special case, these N minutes wouldn´t help because it was like 2-3 seconds later when he gave the host to someone else and this guy just left :mrgreen:
However it might be a nice feature in general .

Other question is: How you let the Game check if someone is "active"? Sometimes you some players wait like 1 hour in a lobby, until they get 8 people.
<<

Krom

User avatar

Knights Province Developer

Posts: 3282

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 21 Jul 2014, 17:27

Re: Release candidate

Maybe a third state for a "ready" button - unready/ready/away, so that players could set "away" status right away? =)

Activity can be measured by lack of mouse cursor movement within games window.
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de

Return to “General / Questions”

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 1 guest