Chaosforge Forum

  • June 16, 2025, 12:04
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: Highscore small mod.  (Read 5517 times)

Karry

  • First Lieutenant
  • *
  • Offline Offline
  • Posts: 206
    • View Profile
Highscore small mod.
« on: December 04, 2006, 15:11 »

When shown your highscore after you die - i also want to know my exact place, i.e. how far i was from the top. 15th ? 192th ? And so on.
Logged

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4588
    • View Profile
    • http://chaosforge.org/
Re: Highscore small mod.
« Reply #1 on: December 04, 2006, 15:59 »

Not possible unfortunately, because the game only holds the top results :/. I would need to change the code to hold all of them...
Logged
at your service,
Kornel Kisielewicz

Karry

  • First Lieutenant
  • *
  • Offline Offline
  • Posts: 206
    • View Profile
Re: Highscore small mod.
« Reply #2 on: December 04, 2006, 23:20 »

Needing to change the code != impossible.
Logged

Ugm

  • Sergeant
  • *
  • Offline Offline
  • Posts: 65
    • View Profile
    • Serwis ADOM
Re: Highscore small mod.
« Reply #3 on: December 05, 2006, 02:57 »

But it's impossible for now. Every change means changing the code, actually ;)

This feature could be useful (the game could hold just the score of out-of-top-twenty characters).
Logged
...and now go, tiny mortal!

Malek Deneith

  • Grand Inquisitor Emeritus
  • Grand Inquisitor
  • Lieutenant General
  • *
  • *
  • Offline Offline
  • Posts: 1256
    • View Profile
Re: Highscore small mod.
« Reply #4 on: December 05, 2006, 03:08 »

Quote
Needing to change the code != impossible.
But holding sores of each and every score = messy
Logged
Inquisition - saving your soul, one bolter shell at a time.
Spoiler: "Hackmaster Kills" (click to show/hide)

Karry

  • First Lieutenant
  • *
  • Offline Offline
  • Posts: 206
    • View Profile
Re: Highscore small mod.
« Reply #5 on: December 05, 2006, 03:30 »

Quote
But holding sores of each and every score =
Holding scores of each and every score = pleasure. And come on, just how messy could it possibly get ?
Logged

Malek Deneith

  • Grand Inquisitor Emeritus
  • Grand Inquisitor
  • Lieutenant General
  • *
  • *
  • Offline Offline
  • Posts: 1256
    • View Profile
Re: Highscore small mod.
« Reply #6 on: December 05, 2006, 03:34 »

Every time you play you leave a high score... right now highscores carry between versions... It might not seem as much but it still would be a constantly growing file composed of data that 95% of the time isn't used. Seriously the short list there is is more than enough - no roguelike ever holds all highscores.
Logged
Inquisition - saving your soul, one bolter shell at a time.
Spoiler: "Hackmaster Kills" (click to show/hide)

Karry

  • First Lieutenant
  • *
  • Offline Offline
  • Posts: 206
    • View Profile
Re: Highscore small mod.
« Reply #7 on: December 05, 2006, 03:49 »

Quote
It might not seem as much but it still would be a constantly growing file
And it can reach...what... 1 mb ? Or even... *gasp* ... 3 mb size ?
More like several kb, i would say.

Quote
Seriously the short list there is is more than enough - no roguelike ever holds all highscores.
Where no man has gone before...good argument. Well, not that good, really.
I'm seeing DooMRL as a game more akin to Crimsonland, than an actual roguelike.
Logged

Malek Deneith

  • Grand Inquisitor Emeritus
  • Grand Inquisitor
  • Lieutenant General
  • *
  • *
  • Offline Offline
  • Posts: 1256
    • View Profile
Re: Highscore small mod.
« Reply #8 on: December 05, 2006, 04:17 »

Quote
I'm seeing DooMRL as a game more akin to Crimsonland, than an actual roguelike.
Even Crimsonland has hardcap of 100 highscores :P
Quote
And it can reach...what... 1 mb ? Or even... *gasp* ... 3 mb size ?
More like several kb, i would say.
Current highscore has about 300 kb and holds 20 scores... that's 1.5 mega every 100 scores. I played about 120 games but:
a)I don't play too much
b)it's only counting games from the lates version, as previous versions highscores couldn't be caried over
Someone more active (like Turgor or Jared_Caine for example) after few new versions could have several thousand plays.

And on top of that it really is redundand info - I don't think anyone would care for scores past, lets say, top 100
Logged
Inquisition - saving your soul, one bolter shell at a time.
Spoiler: "Hackmaster Kills" (click to show/hide)

Karry

  • First Lieutenant
  • *
  • Offline Offline
  • Posts: 206
    • View Profile
Re: Highscore small mod.
« Reply #9 on: December 05, 2006, 04:25 »

Quote
Current highscore has about 300 kb and holds 20 scores...
Mine is 218 b. Thats 1 kb for each 100.

Quote
Someone more active (like Turgor or Jared_Caine for example) after few new versions could have several thousand plays.
Thats alright, there should be downsides of being a gaming maniac. :)
« Last Edit: December 05, 2006, 04:28 by Karry »
Logged

Malek Deneith

  • Grand Inquisitor Emeritus
  • Grand Inquisitor
  • Lieutenant General
  • *
  • *
  • Offline Offline
  • Posts: 1256
    • View Profile
Re: Highscore small mod.
« Reply #10 on: December 05, 2006, 05:12 »

Quote
Mine is 218 b. Thats 1 kb for each 100.
Ok. Me bad. I was a bit on the rush when I was posting so I mislooked. But still anything above 100 is redundand - really, there probably only be handfull of people who'll look beyond that 20 that will be visible on screen, and none that will care to look byond 100.

I can understand increasing the cap to 100 but removing cap completly is unpractical and un-optimal code wise.
Logged
Inquisition - saving your soul, one bolter shell at a time.
Spoiler: "Hackmaster Kills" (click to show/hide)

Karry

  • First Lieutenant
  • *
  • Offline Offline
  • Posts: 206
    • View Profile
Re: Highscore small mod.
« Reply #11 on: December 05, 2006, 05:24 »

And another thing, even if i scored in the top 20 - i have to look really hard to notice that. This game score should be highlighted red. Or something.
Logged

RickVoid

  • Elder
  • Second Lieutenant
  • *
  • *
  • Offline Offline
  • Posts: 177
    • View Profile
Re: Highscore small mod.
« Reply #12 on: December 05, 2006, 13:01 »

And another thing, even if i scored in the top 20 - i have to look really hard to notice that. This game score should be highlighted red. Or something.
There is a message coloring thread started by Kornel in the request for features section. I just forwarded this one.
Logged
Campbell: Snake, press the action button.
Snake: ... What?
Campbell: The action button, on the control pad.
Snake: What!?
Pages: [1]