Solved Getting "bor.hi" information?

Question that is answered or resolved.

Crimsondeath

Active member
Hi to everyone (here we go again x.x),

I just have been successful using a "Initials Input Script", a nice feature that allows players to sign their scores:
ITYpVcv.jpeg


So now I can show players initials and the character they used :D
oLj5y3J.jpeg


But...

I just want to ask if it's posible to get the hi scores list (or at least the last score and the first score if is possible) from the "bor.hi" file in the save folder? :( because my script executes always, even if player score didn't surpasses the last score (number 10).

Thanks in advance.
 
Last edited:
Hi to everyone (here we go again x.x),

I just have been successful using a "Initials Input Script", a nice feature that allows players to sign their scores:
ITYpVcv.jpeg


So now I can show players initials and the character they used :D
oLj5y3J.jpeg


But...

I just want to ask if it's posible to get the hi scores list (or at least the last score and the first score if is possible) from the "bor.hi" file in the save folder? :( because my script executes always, even if player score didn't surpasses the last score (number 10).

Thanks in advance.

No, you can't read the bor.hi file. Or rather, you can with the filestream function, but it's encoded and you're just going to get garbage. If you want to make a complete and persistent high score system, you'll need to bypass the native one and build a complete version of your own.

DC
 
No, you can't read the bor.hi file. Or rather, you can with the filestream function, but it's encoded and you're just going to get garbage. If you want to make a complete and persistent high score system, you'll need to bypass the native one and build a complete version of your own.

DC
Ok, I didn't know about filestream I'm testing and it's awesome :D, thanks .
 
really nice! I have interest on this too. Mind share the coding you are using for the input and the hi score?
Hi friend of course!
I just added a small hidden variable (id) to the script for each time you start a gameplay.

@Kratus @O Ilusionista By the way what are the initials of both of you used in the arcade games? (and if you wish the character of Neon Lightning Force you want to appear in the hiscore screen) I added some friends initials who helps me with the game (testing the 2 players mode) as default scores, I want to add some people who helps me with this game from Chronocrash too xd.
 

Attachments

Last edited:
Back
Top Bottom