It's when the absolute score ceiling of the game is reached.
Often this occurs either because:
1. Programming errors or miscalculations mean that fewer '0's get programmed into the scoreboard than the developers meant (Daifukkatsu version 1.0)
2. Players discover a way of scoring vastly more points than the developers thought possible (see the Dimahoo counterstop at 99,999,999 or Guwange counterstop)
3. Failure to allow for integer stack overflow not necessarily causing a counterstop, but causing the rate at which score increases to drastically drop (Saidaioujou)
4. Score reversal can occasionally occur due to programming errors stemming from much higher scores than thought possible, several touhou games have this, where once you reach 2.2 billion your score starts going down
Illyrian wrote:It's when the absolute score ceiling of the game is reached.
Often this occurs either because:
1. Programming errors or miscalculations mean that fewer '0's get programmed into the scoreboard than the developers meant (Daifukkatsu version 1.0)
2. Players discover a way of scoring vastly more points than the developers thought possible (see the Dimahoo counterstop at 99,999,999 or Guwange counterstop)
3. Failure to allow for integer stack overflow not necessarily causing a counterstop, but causing the rate at which score increases to drastically drop (Saidaioujou)
4. Score reversal can occasionally occur due to programming errors stemming from much higher scores than thought possible, several touhou games have this, where once you reach 2.2 billion your score starts going down
Illyrian wrote:4. Score reversal can occasionally occur due to programming errors stemming from much higher scores than thought possible, several touhou games have this, where once you reach 2.2 billion your score starts going down
Where several = UFO. It's also just a bug in the ingame score display, you still get your real score in the end.
sven666 wrote:its a shame it doesnt counterstop honestly since its a game-breaking bug that they proboably wont fix.
I don't know the game mechanics well enough, what is it he's doing to force the score up like that? Seems to have an endless supply of hypers, is that normal?
Illyrian wrote:4. Score reversal can occasionally occur due to programming errors stemming from much higher scores than thought possible, several touhou games have this, where once you reach 2.2 billion your score starts going down
Where several = UFO. It's also just a bug in the ingame score display, you still get your real score in the end.
sven666 wrote:its a shame it doesnt counterstop honestly since its a game-breaking bug that they proboably wont fix.
I don't know the game mechanics well enough, what is it he's doing to force the score up like that? Seems to have an endless supply of hypers, is that normal?
The hyper thing is ok. You see, items colllected while not in hyper mode refill the hyper bar. little ones a little, big ones a lot more. Sice every item dropped or generated on hyper mode is big he manages to time a big item cancelling explosion just when he runs out of hyper. The result it's having almost the entire screen flooded with big items that once collected rise your hyper to level +5.
The problem of the video it's explained some posts ago.
read from this post onward and then rewatch the video.
Skykid wrote:
I don't know the game mechanics well enough, what is it he's doing to force the score up like that? Seems to have an endless supply of hypers, is that normal?
thats normal, the bug is just when the hit counter tops a certain value (around 50000hits) and a hyper is activated (doesnt even have to be a lv 10 hyper) the + value jumps from ~+1234567 digits per hit to + 99999999 per hit.
during the final gauntlet the game absolutley pukes out popcorn enemies, you can see the score skyrocket here even in regular plays, but with a counterstopped plus value the game just flips out, leaving any previous and subsequent scoring completely useless and void.
you can see it around 6 mins in to the vid on top of the page.
the destruction of everything, is the beginning of something new. your whole world is on fire, and soon, you'll be too..
sven666 wrote:the bug is just when the hit counter tops a certain value (around 50000hits)
NO
It has nothing to do with the hit counter. It's when the GP counter (the small counter above the hyper gauge, next to the +) hits somewhere around 21.47 million (= 2^31/100). It only happens during hyper because that's when a multiplier is applied to GP. (See how it says GP BONUS up there during hyper.)
sven666 wrote:the bug is just when the hit counter tops a certain value (around 50000hits)
NO
It has nothing to do with the hit counter. It's when the GP counter (the small counter above the hyper gauge, next to the +) hits somewhere around 21.47 million (= 2^31/100). It only happens during hyper because that's when a multiplier is applied to GP. (See how it says GP BONUS up there during hyper.)
Please stop spreading this misinformation.
Nereid... I'm still hoping for some more HD shmup videos on your channel
Nereid wrote:
It has nothing to do with the hit counter. It's when the GP counter (the small counter above the hyper gauge, next to the +) hits somewhere around 21.47 million (= 2^31/100). It only happens during hyper because that's when a multiplier is applied to GP. (See how it says GP BONUS up there during hyper.)
I'm supremely confused.
I'll wait for the 360 port and figure out how the system works (although I'm sure they'll clean up this scoring issue for that.)
Nereid wrote:
It has nothing to do with the hit counter. It's when the GP counter (the small counter above the hyper gauge, next to the +) hits somewhere around 21.47 million (= 2^31/100). It only happens during hyper because that's when a multiplier is applied to GP. (See how it says GP BONUS up there during hyper.)
I'm supremely confused.
I'll wait for the 360 port and figure out how the system works (although I'm sure they'll clean up this scoring issue for that.)
But basically what happens is that the agregated value every enemy has when you are chaining (called GP) reaches the ceiling of 2147483647/100. When that happens, the game glitches and converts that number in 9999999999/100. So every new enemy you destroy while chaining after that has their original value + 9999999999/100 going to your score.
You don't ussually reach the 2147483647/100 GP value when you aren't hypering. But when you hyper, the GP receives a multiplier bonus called "Hyper Bonus" which makes it reach that ceiling value.
GP value is the one that directly determines how many points you'll get for a basic scoring action (like hitting an enemy, or picking up a medal in later games). It's pretty much the same in all 'Pachis, and is shown on the HUD near the letters "GP".
In DFK, a multiplier is applied to GP value when you chain a stage with full hyper gauge, hence why hyper-canceling bullets stops being feasible after a certain point. In SDOJ, a similar multiplier is applied when you are hypering—up to 3.0x at hyper level 10. So when you arrive at GP value around +7160000 and use a lv10 hyper, it goes over 21.47 million and subsequently overflows into 99 million or so. Since it's possible to get over 10k hits within the duration of said hyper, let's count it the most basic way: 10000 hits × 99999999 GP value = 0.99 trillion.
Matskat wrote:This neighborhood USED to be nice...until that family of emulators moved in across the street....
GP value is the one that directly determines how many points you'll get for a basic scoring action (like hitting an enemy, or picking up a medal in later games). It's pretty much the same in all 'Pachis, and is shown on the HUD near the letters "GP".
In DFK, a multiplier is applied to GP value when you chain a stage with full hyper gauge, hence why hyper-canceling bullets stops being feasible after a certain point. In SDOJ, a similar multiplier is applied when you are hypering—up to 3.0x at hyper level 10. So when you arrive at GP value around +7160000 and use a lv10 hyper, it goes over 21.47 million and subsequently overflows into 99 million or so. Since it's possible to get over 10k hits within the duration of said hyper, let's count it the most basic way: 10000 hits × 99999999 GP value = 0.99 trillion.
Damm I forgot to add the multiplier the hit count adds.
newguns wrote:Just FYI Saidaioujou is again in the Arcadia Top 10 for July to Mid-August, beating out Magical Beat and Blaz Blue Continuum Shift II.
A bit surprised that it's managed to stay popular in spite of the bugs and glitches. Perhaps people are interested in finding more ways to break the game, or break it for themselves in the ways already known.