PDA

View Full Version : JJ2: Highest Score


Primpy
Jan 16, 2015, 08:25 AM
After watching someone's JJ2 gameplay on Youtube, I started wondering what's the highest score ever achieved by a person. Does anyone know? Also, is there a maximum score that everyone can achieve with a lot of patience? What is the highest score a player can achieve without killing any enemy? I'd find out that myself but I still don't know all the secrets and I don't have the patience to search them. Sorry if there is a thread about that already made. Waiting for your answers! :)

Stijn
Jan 16, 2015, 08:28 AM
The problem is that the highest score is effectively infinite, as there are regenerating items that give you points. You can also find a spot where there's a checkpoint/level start near an extra live and just repeat the get items for points -> die -> get same items for points cycle forever.

Speedrunning would probably be more interesting, e.g. completing levels as fast as possible.

Primpy
Jan 16, 2015, 08:40 AM
The problem is that the highest score is effectively infinite, as there are regenerating items that give you points. You can also find a spot where there's a checkpoint/level start near an extra live and just repeat the get items for points -> die -> get same items for points cycle forever.

Speedrunning would probably be more interesting, e.g. completing levels as fast as possible.

I don't remember seeing regenerating items in the main game. If you go through a checkpoint with the score, let's say, 80000, you collect some stuff, a 1 up and die with the score 83000 you keep the score of 83000 when going back to the checkpoint? Uhh, the developers should've really thinked about making this not happen in the game.

There is no one who bothered to actually aim for the highest score in the game, then post it somewhere?

Stijn
Jan 16, 2015, 08:50 AM
I'm sure there's at least one spot with regenerating toaster ammo, because else you'd potentially get stuck as there's a frozen spring nearby. One item is all it takes to allow for potentially unlimited score...

There's a high score for you to beat here (http://www.jazz2online.com/jcf/showthread.php?t=12344#post265565) if you want to.

Violet CLM
Jan 16, 2015, 08:50 AM
Regenerating enemies: many of the bats in Castle.

Primpy
Jan 16, 2015, 08:59 AM
I'm sure there's at least one spot with regenerating toaster ammo, because else you'd potentially get stuck as there's a frozen spring nearby. One item is all it takes to allow for potentially unlimited score...

There's a high score for you to beat here (http://www.jazz2online.com/jcf/showthread.php?t=12344#post265565) if you want to.

I'll attemp beating the high scores when I'll pass the final exams this year. Until that, study, study, study, post on JCF, study.

Regenerating enemies: many of the bats in Castle.

Didn't notice that :P

Treylina
Jan 16, 2015, 10:01 AM
Regenerating enemies: many of the bats in Castle.

Don't forget the regenerating bees from diamondus! The bane of every players existence.

Seren
Jan 16, 2015, 11:01 AM
Some other enemies that in the main campaign you can kill multiple times for infinite score are crabs, Bubba, Tuf Boss and - in TSF - skeletons. The maximum score you can reach in the main campaign is 2'147'483'646, which is simply the maximum number the score variable can hold, except minus one, because there's nothing that could make it an odd number. To reach this value, you effectively have to score at least 105'226'698'750 points, because all objects present in the main campaign are worth some multiple of 50 points. Killing crabs is probably the fastest way to score unlimited points and yields roughly 100 points per second. This suggests that reaching the maximum score would take approximately 33 years.
And that is why we don't do it.

Stijn
Jan 16, 2015, 11:02 AM
Points always come in multiples of 10 though, right? So that would make it 2'147'483'640 ;)

Seren
Jan 16, 2015, 11:10 AM
Multiples of 50, because official levels don't contain butterflies. And I mention that in my post and take it into account, which is where the 105'226'698'750 number comes from, because it's the smallest possible positive value of x that fulfills the following requirements:
x % 50 == 0
(x & 0xFFFFFFFF) == 2147483646

Treylina
Jan 16, 2015, 11:47 AM
The high score system could have some meaning if taking respawning objects/killing respawning enemies didn't count. And automatically disqualifying you from the high scores list if you use cheat codes, of course.

Another thing to fix the point system, is that you should only get the score once, so if you purposely die to collect more points in the same place, you won't get them.
Or once you die, you should lose the points you gained, with the start of the level/checkpoints saving the score you had at that point of time.

To be a cheap person, you could always look up the levels in JCS to find all the secrets, though.

DoubleGJ
Jan 16, 2015, 02:10 PM
The high score system could have some meaning if taking respawning objects/killing respawning enemies didn't count.
I thought they don't give points more than once anymore?
Another thing to fix the point system, is that you should only get the score once, so if you purposely die to collect more points in the same place, you won't get them.
Or once you die, you should lose the points you gained, with the start of the level/checkpoints saving the score you had at that point of time.
Perhaps, but I'd suggest something that's a bit more interesting to the player:

A 1up could only be collected once, so it doesn't respawn even when you die
Points could be given for clear time like in JJ1
All amassed lives could be exchanged for big points at the end of the game

While still cheatable to an extent by dying and collecting items again, this makes the player think twice over this strategy, as not only are the lives actually limited here, but also dying repeatedly to get the points over and over again could not actually pay off in the big picture

The best thing is I'm absolutely positive all of this could be done with some scripting

cooba
Jan 16, 2015, 02:41 PM
#1 is <s>probably</s> as simple as having the 1up object delete the 1up-spawning-event from its tile of origin on pickup<s>, right?</s>

void SelfRemoving1UP(jjOBJ@ obj) {
if (obj.state == STATE::KILL) jjEventSet(uint16(obj.xOrg/32), uint16(obj.yOrg/32), 0);
obj.behave();
}

Treylina
Jan 16, 2015, 04:21 PM
I thought they don't give points more than once anymore?

Perhaps, but I'd suggest something that's a bit more interesting to the player:

A 1up could only be collected once, so it doesn't respawn even when you die
Points could be given for clear time like in JJ1
All amassed lives could be exchanged for big points at the end of the game

While still cheatable to an extent by dying and collecting items again, this makes the player think twice over this strategy, as not only are the lives actually limited here, but also dying repeatedly to get the points over and over again could not actually pay off in the big picture

The best thing is I'm absolutely positive all of this could be done with some scripting
Oh, I completely overlooked plus fixed point grinding from respawning enemies. My bad.

I've never liked the idea of dying to get more points. It's like grinding to an extent.

Too bad scripting the way point gaining works would be pretty redundant with a single scoreboard at the moment. When there are scoreboards for individual levels and packs, that's when I think the changes to gaining points and should come into action (and the original one should be phased out because it's a mess).

Violet CLM
Jan 16, 2015, 05:52 PM
Oh, I completely overlooked plus fixed point grinding from respawning enemies. My bad.
I don't think it's in 4.3 anyway.

KRSplatinum
Jan 16, 2015, 10:47 PM
And that is why we don't do it.
Unless you ran an emulator for Windows 95+ that could speed up JJ2's internal clock by a factor of say, 1000x, 10,000x, 100,000x. Then maybe the amount of time to accumulate points would be greatly reduced, although the chance of bugs would greatly increase as well.

Primpy
Jan 17, 2015, 12:28 AM
Some other enemies that in the main campaign you can kill multiple times for infinite score are crabs, Bubba, Tuf Boss and - in TSF - skeletons. The maximum score you can reach in the main campaign is 2'147'483'646, which is simply the maximum number the score variable can hold, except minus one, because there's nothing that could make it an odd number. To reach this value, you effectively have to score at least 105'226'698'750 points, because all objects present in the main campaign are worth some multiple of 50 points. Killing crabs is probably the fastest way to score unlimited points and yields roughly 100 points per second. This suggests that reaching the maximum score would take approximately 33 years.
And that is why we don't do it.

This is the answer I wanted. 33 years? Uhh, I need a time machine and a lot of patience.


Another thing to fix the point system, is that you should only get the score once, so if you purposely die to collect more points in the same place, you won't get them.
Or once you die, you should lose the points you gained, with the start of the level/checkpoints saving the score you had at that point of time.

Perhaps, but I'd suggest something that's a bit more interesting to the player:

A 1up could only be collected once, so it doesn't respawn even when you die
Points could be given for clear time like in JJ1
All amassed lives could be exchanged for big points at the end of the game


It would be nice that JJ2+ would have fixed this, or would fix that in the future. The game would be more fair and there could be a easier to reach high score.

I don't think it's in 4.3 anyway.

It's definately not in 4.3, I checked myself.

Love & Thunder
Jan 17, 2015, 01:10 AM
All amassed lives could be exchanged for big points at the end of the game
This could work by simply multiplying the endgame score by your remaining lives(Unless you have none left).

DoubleGJ
Jan 17, 2015, 02:15 AM
This could work by simply multiplying the endgame score by your remaining lives(Unless you have none left).
addition would be much better than multiplication... I typically have about 40 lives when I end the official campaign, just imagine multiplying your whole score by that...

Love & Thunder
Jan 17, 2015, 05:10 AM
Oh, yeah... Perhaps an extra 10% of your endgame score for every life you have left?

Borgia
Jan 17, 2015, 11:51 AM
Do this if you will, and play. 33 years is a mere blink in the existence of a Borgia. I am patient, I can wait.

.
.
.
.
.

I sincerely hope you all understood the reference. If not, go watch The Hobbit 2, now. Not tomorrow. Now.

Primpy
Jan 17, 2015, 12:19 PM
Do this if you will, and play. 33 years is a mere blink in the existence of a Borgia. I am patient, I can wait.

.
.
.
.
.

I sincerely hope you all understood the reference. If not, go watch The Hobbit 2, now. Not tomorrow. Now.

Didn't understand the reference, and I still don't. Didn't watch the first The Hobbit, so I'll say pass. *off-topic*

Love & Thunder
Jan 17, 2015, 12:27 PM
... Now, you see, Primpy, that is exactly why Stijn deletes your posts; they're offtopic, unnecessary, and don't add anything to anything.

Back on topic, what if remaining health gave a small amount of extra points?

Primpy
Jan 17, 2015, 10:42 PM
... Now, you see, Primpy, that is exactly why Stijn deletes your posts; they're offtopic, unnecessary, and don't add anything to anything.

Back on topic, what if remaining health gave a small amount of extra points?

Back off topic, Borgia went off topic too, I'm pretty sure I saw cooba posting non-content and I don't remember who double posted and nothing happened to their posts.

Back on topic, I don't understand this thread anymore, uhh...

Borgia
Jan 17, 2015, 11:56 PM
There's a high score for you to beat here (http://www.jazz2online.com/jcf/showthread.php?t=12344#post265565) if you want to.

That one started at 'Formerly a Prince'. With TSF there are three extra episodes of three levels each. Someone should start at the very very beginning and play towards the end. If I take every item I easily get over one million points, but it takes the speed out of gameplay (instead of just rushing towards the win area as if it's a race).

Too bad you can't play the Christmas episodes in the same campaign, so you could add those scores to it as well. Or, you should consider it a seperate category and just add the score to the 'main' campaign.

Has anyone ever noticed that gems give an extra life? According to the Trainer, gems should do this if you have enough. I take them for points, but lives? No....

@Primpy:
At least I was more ontopic than you :p, I commented on the '33 year'-statement.

Jelly Jam
Jan 18, 2015, 02:01 AM
Has anyone ever noticed that gems give an extra life? According to the Trainer, gems should do this if you have enough. I take them for points, but lives? No....

I agree. I never noticed such a useless item like gems! That's why my SP levels won't have em (except when the enemy drops them. Is there a way i can ajust this? :p)

A 1up could only be collected once, so it doesn't respawn even when you die
Points could be given for clear time like in JJ1
All amassed lives could be exchanged for big points at the end of the game

Well before adding these functions, i'm actually curious if one level has 2 1up's and can you get to both of them from one checkpoint without cheating?
I'm saying my question is: How many extra lives can you collect in JJ2?

DoubleGJ
Jan 18, 2015, 04:36 AM
Has anyone ever noticed that gems give an extra life? According to the Trainer, gems should do this if you have enough. I take them for points, but lives? No....
the training level in jazz2 is so rushed and obviously untested it's absurd. you can even see the unfinished walls easily when playing on 640x480

yeah, gems don't give lives in the finished game, so the end level screen that's summing them up is kind of pointless, but on the other hand, the official episodes are already abundant in lives and it's not so easy to run out of them, even without the extra lives gems could give. the game's just not hard enough
I agree. I never noticed such a useless item like gems! That's why my SP levels won't have em (except when the enemy drops them. Is there a way i can ajust this? :p)
yes there is. look up "grantPickup" in the jj2+ angelscript readme (http://www.jazz2online.com/jj2plus/plus-angelscript.html)

Well before adding these functions, i'm actually curious if one level has 2 1up's and can you get to both of them from one checkpoint without cheating?
I'm saying my question is: How many extra lives can you collect in JJ2?
but that doesn't contradict my suggestion at all... I said make 1ups collectable only once, not limit getting lives to one per checkpoint

Jelly Jam
Jan 18, 2015, 05:44 AM
but that doesn't contradict my suggestion at all... I said make 1ups collectable only once, not limit getting lives to one per checkpoint
Oh, you got it kinda wrong. This ain't supposed to have anything to do with your suggestion. I'm just curious how many lives can you collect in the original game?

Love & Thunder
Jan 18, 2015, 07:30 AM
Back off topic, Borgia went off topic too, I'm pretty sure I saw cooba posting non-content and I don't remember who double posted and nothing happened to their posts.
Double posting every now and then is okay if it's by accident, or if a thread has been dead for a few days.
As for non-content, again, it's situational. If you're like Cooba and you make a silly post every now and then, it's quite funny. But the problem is, if you frequently post nonsense, people aren't going to be happy.
But that doesn't contradict my suggestion at all... I said make 1ups collectable only once, not limit getting lives to one per checkpoint
I second the 1-Ups thing.
Additionally, I suggest that they are replaced with some kind of points pickup or fastfire or something instead of outright disappearing.
Or, if possible, they could be greyed out and just give you the raw points that a 1-Up normally gives you, but without the extra life.

Primpy
Jan 18, 2015, 07:39 AM
Double posting every now and then is okay if it's by accident, or if a thread has been dead for a few days.
As for non-content, again, it's situational. If you're like Cooba and you make a silly post every now and then, it's quite funny. But the problem is, if you frequently post nonsense, people aren't going to be happy.

I second the 1-Ups thing.
Additionally, I suggest that they are replaced with some kind of points pickup or fastfire or something instead of outright disappearing.
Or, if possible, they could be greyed out and just give you the raw points that a 1-Up normally gives you, but without the extra life.

Well, sometimes I don't really notice I already replied to a thread. Also, sometimes I do this and write a lot of content, but Captain Grumps comes and delete it as it's "double-post". Well at least tell me I double posted so I can put my second post in the first one! ._. Your profile picture is happy enough for me.

As some people say, JJ2 is really designed for children to be beaten. I really hope Violet will make the points collected once again upon death to be remove, so people can really attemp achieving for the highest score possible.

Treylina
Jan 18, 2015, 09:49 AM
Well, sometimes I don't really notice I already replied to a thread. Also, sometimes I do this and write a lot of content, but Captain Grumps comes and delete it as it's "double-post". Well at least tell me I double posted so I can put my second post in the first one! ._. Your profile picture is happy enough for me.


How to check if you already made a post:

1. Check the thread.

Well that wasn't so hard, was it? You do know about the edit button, right?

Regarding 100 gems giving a life, they don't. Either it's a bug, or an unfinished feature. I have a level where I'm trying to reach the score limit by collecting tonnes of gems, and my life count is still 3. I wish people would test if something was true instead of assuming it is, simply because "It says so in the manual!" and manuals can state features that don't exist. I don't think it'll be fixed since custom levels weren't made with it in mind, but it's very likely possible in AS. I want to make gems useful in a fun way with granting active abilities, so I'll likely not use them the way they were intended.

Primpy
Jan 18, 2015, 10:20 AM
How to check if you already made a post:

1. Check the thread.

Well that wasn't so hard, was it? You do know about the edit button, right?

Regarding 100 gems giving a life, they don't. Either it's a bug, or an unfinished feature. I have a level where I'm trying to reach the score limit by collecting tonnes of gems, and my life count is still 3. I wish people would test if something was true instead of assuming it is, simply because "It says so in the manual!" and manuals can state features that don't exist. I don't think it'll be fixed since custom levels weren't made with it in mind, but it's very likely possible in AS. I want to make gems useful in a fun way with granting active abilities, so I'll likely not use them the way they were intended.

So Robo posted earlier about how double posting can be made because of a mistake, and now you say it's something completely unexcusable? Huh?

I'm confused. Collecting 100 gems gives you 1 extra life or it doesn't?

Treylina
Jan 18, 2015, 10:33 AM
So Robo posted earlier about how double posting can be made because of a mistake, and now you say it's something completely unexcusable? Huh?

I'm confused. Collecting 100 gems gives you 1 extra life or it doesn't?

There's a difference between on occasions, and making a crapload of double posts. You fit the latter. Plus, it's really not hard to just check the thread for the posts you made.

Oh and;

Regarding 100 gems giving a life, they don't.
I even gave proof that they don't give lives. How can you interpet that any other way?

cooba
Jan 18, 2015, 10:37 AM
the training level in jazz2 is so rushed and obviously untested it's absurd. you can even see the unfinished walls easily when playing on 640x480That's because it was created before JJ2 supported resolutions higher than 320x200 :x

DoubleGJ
Jan 18, 2015, 11:01 AM
That's because it was created before JJ2 supported resolutions higher than 320x200 :x
that's what I mean, they didn't even bother to check if it still looks good (or they did but just went along with how it looks; I can't decide which possibility is worse)

Primpy
Jan 18, 2015, 11:01 AM
There's a difference between on occasions, and making a crapload of double posts. You fit the latter. Plus, it's really not hard to just check the thread for the posts you made.

Oh and;

I even gave proof that they don't give lives. How can you interpet that any other way?

Well, I remember double posting only twice after I got warnings about that but no more. Both times were accidentally, and I'm still mad about one of them being deleted. since I wrote a lot (maybe not that much, but it took me some of my limited free time).

English is not that clear for me yet.

Stijn
Jan 18, 2015, 11:07 AM
Yeah we get it reading is hard and moderation is stupid. Pretty please stop this boring meta-discussion now.

cooba
Jan 18, 2015, 11:29 AM
that's what I mean, they didn't even bother to check if it still looks good (or they did but just went along with how it looks; I can't decide which possibility is worse)Well, Carrot1 suffers from the same problem, so I'm guessing they never bothered fixing anything. Even though they had "high" resolutions working as early as in 1996...

XxMoNsTeRXM
Jan 20, 2015, 05:16 AM
Don't forget the regenerating bees from diamondus! The bane of every players existence.

The bees are the worst...! I always hated the bees, I remember I was dying a lot from them.

Primpy
Jan 20, 2015, 10:10 AM
The bees are the worst...! I always hated the bees, I remember I was dying a lot from them.

Bees on Turbo mode are a huge pain! It's gonna take you a long time untill you pass the Diamondus 1/2 without saving.

Treylina
Jan 20, 2015, 05:37 PM
Bees on Turbo mode are a huge pain! It's gonna take you a long time untill you pass the Diamondus 1/2 without saving.

Challenge *cough* accepted.

I passed on turbo mode with Lori, didn't die once, nor use any save files. That to be said, Lori is a godsend in 5.0 turbo mode, where you can't spam the shoot button to shoot faster anymore. However, with Jazz (he's the hardest to use in 5.0 turbo mode) I did die once, though I could probably pass without dying. I relied a lot on toaster with Jazz.

I also started right at the diamondus level, so no powerups or ammo.

It took me about 15-20 minutes to do in total.

Violet CLM
Jan 20, 2015, 08:04 PM
Jazz, seven minutes, no death. Diamondus is actually kind of a silly proving grounds for Turbo because that's where the <em>blaster powerup</em> is.

Treylina
Jan 20, 2015, 10:12 PM
Jazz, seven minutes, no death. Diamondus is actually kind of a silly proving grounds for Turbo because that's where the <em>blaster powerup</em> is.

I skipped the blaster PU because I forgot it was there until it was too late. I wouldn't really say I was speedrunning the levels, though. I thought it was more fun to kill all the bees instead.

Primpy
Jan 21, 2015, 09:47 PM
Challenge *cough* accepted.

I passed on turbo mode with Lori, didn't die once, nor use any save files. That to be said, Lori is a godsend in 5.0 turbo mode, where you can't spam the shoot button to shoot faster anymore. However, with Jazz (he's the hardest to use in 5.0 turbo mode) I did die once, though I could probably pass without dying. I relied a lot on toaster with Jazz.

I also started right at the diamondus level, so no powerups or ammo.

It took me about 15-20 minutes to do in total.

I think it took me less with Jazz but I used save a few times.I had my stuff powered-up but it was still a challenge. How's the toaster good for incoming bees from different directions? I wanted to do an "as-complete-as possible" adventure, so I collected all the coins, took all the diamonds, etc. It's still a challenge whatever you guys think :P

Treylina
Jan 21, 2015, 10:22 PM
It's still a challenge whatever you guys think :P

All in all, not everyone struggles equally. That's a fact.