Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange Journey Redux incompatibilities #4

Closed
SuperOkazaki opened this issue May 12, 2018 · 6 comments
Closed

Strange Journey Redux incompatibilities #4

SuperOkazaki opened this issue May 12, 2018 · 6 comments

Comments

@SuperOkazaki
Copy link

SuperOkazaki commented May 12, 2018

Hi,

It looks like the Strange Journey Redux password generator is not working. 99% of the time, the password, when entered in the game, is said to be invalid.

This code
kAYYggwgZkggAuZ4 SQEgSadgghex5AfO
works in the generator and in SJ:R but all others I have tried do not.

Entering in a SJ:R code into the generator does not work, and entering a generator code into the game does not work either. I'm not sure what the differences between the original and the remake are, but since there is a listing for the remake on the page, support is being planned?

EDIT: I'm playing the English NTSC-U version

@SuperOkazaki
Copy link
Author

SuperOkazaki commented May 12, 2018

I figured out some more details and "cracked the code" of the issue. It seems that the skill "bytes" of the password are off in SJ:R. Like I said above, the code above works, but not exactly how it appears in the generator.

Below, I've attached two examples of passwords in the generator, that when entered in verbatim in the game, cause a skill mismatch.
Example 1
Example 2

To me, it seems like the skill IDs are off and as a result the password is failing the validation check by the game. Coincidentally, it seems that the one I tried is a valid password, just with different skills.

I hope this info will help you! If you need any more experimentation done, let me know.

@aqiu384
Copy link
Owner

aqiu384 commented May 12, 2018

Please test the following passwords and report back the resultant skills:

  1. fEOFBAG+CVydn5xn 0vKh0sSAwwSX9oT-
  2. fEP+BAG+E+ydn5xn 0vKh0sSAwwSX9oVu
  3. Rn8EVFLyQhfxSAay XwHVdn%gZLnyJ8n4
  4. Rn8EVFLyOhfxSAay XwHVd-%gZLnyJ8mB
  5. ycLbzEnb9Mr8RK3y eDEE6FubRBztZsKD
  6. ycLbzDnb9MrDRK3y eDEE6FubRBztZsK4
  7. +LoAOhnMoRTxD+ks +86vodTc5REwVxo$
  8. +Lo5eho-oRTxDxos +87ymtTc5REwVxmV
  9. sihiwtvVRF%QGK6C $PBBc57N%Cefnq5n
  10. sihiwtvVRF%wGK6C $PBBc57N%Cejnq6L

@SuperOkazaki
Copy link
Author

@aqiu384
Copy link
Owner

aqiu384 commented May 12, 2018

The odd-numbered passwords were taken from screenshots of the original Strange Journey. If you are correct about the skill codes being altered from the original game, a lot of the old passwords may no longer be valid. Try finding older passwords online and check if any of them still work. If most of them are broken, we will need sample passwords from Redux to rebuild the skill tables.

@SuperOkazaki
Copy link
Author

SuperOkazaki commented May 12, 2018

Here is an album with 5 demons from the remake, and their respective passwords.
I cannot find a single other SJ password online that still works.

@aqiu384
Copy link
Owner

aqiu384 commented May 12, 2018

The issue turned out to be the encoding scheme rather than the underlying skill table. Fixed with 272f122

@aqiu384 aqiu384 closed this as completed May 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants