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

no longer works with pc update (EGS) #12

Open
ryjx opened this issue Jun 13, 2024 · 20 comments
Open

no longer works with pc update (EGS) #12

ryjx opened this issue Jun 13, 2024 · 20 comments

Comments

@ryjx
Copy link

ryjx commented Jun 13, 2024

after reinstalling the game, i put the three files from the DBGHELP folder into my game directory. this was how i used lua mods before, but doesn't work now.

@HitoHitoNika
Copy link

Can confirm this is an issue on the steam version aswell

@Dekirai
Copy link

Dekirai commented Jun 13, 2024

Most, if not all, Lua mods are broken aswell

@DreamyNightingale
Copy link

I'm on Steam and I have the same problem. I even tried with luafrontend. It didn't work.

@Dekirai
Copy link

Dekirai commented Jun 15, 2024

Open LuaBackend.toml and replace it with this
Won't fix all the other lua mods though, they all need to be updated.

[kh1]
scripts = [{ path = "scripts/kh1/", relative = true }]
base = 0x3A29A6
thread_struct = 0x22BAA20
exe = "KINGDOM HEARTS FINAL MIX.exe"
game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

[kh2]
scripts = [{ path = "scripts/kh2/", relative = true }]
base = 0x56668E
thread_struct = 0x8A0930
exe = "KINGDOM HEARTS II FINAL MIX.exe"
game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

[bbs]
scripts = [{ path = "scripts/bbs/", relative = true }]
base = 0x6107B4
thread_struct = 0x110B84A0
exe = "KINGDOM HEARTS Birth by Sleep FINAL MIX.exe"
game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

[recom]
scripts = [{ path = "scripts/recom/", relative = true }]
base = 0x4E7040
thread_struct = 0xC072C0
exe = "KINGDOM HEARTS Re_Chain of Memories.exe"
game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

@ItsNekoRx28
Copy link

Open LuaBackend.toml and replace it with this Won't fix all the other lua mods though, they all need to be updated.

[kh1] scripts = [{ path = "scripts/kh1/", relative = true }] base = 0x3A29A6 thread_struct = 0x22BAA20 exe = "KINGDOM HEARTS FINAL MIX.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

[kh2] scripts = [{ path = "scripts/kh2/", relative = true }] base = 0x56668E thread_struct = 0x8A0930 exe = "KINGDOM HEARTS II FINAL MIX.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

[bbs] scripts = [{ path = "scripts/bbs/", relative = true }] base = 0x6107B4 thread_struct = 0x110B84A0 exe = "KINGDOM HEARTS Birth by Sleep FINAL MIX.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

[recom] scripts = [{ path = "scripts/recom/", relative = true }] base = 0x4E7040 thread_struct = 0xC072C0 exe = "KINGDOM HEARTS Re_Chain of Memories.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

That's for EGS or STEAM? I'm not be able to make it work with steam version.

@ItsNekoRx28
Copy link

I got it to work for the steam version by creating a folder in documents "\Documents\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts" instead of "\Documents\My Games\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts".

You should be able to change this in the LuaBackend.toml as well.

@DrHojo123
Copy link

I got it to work for the steam version by creating a folder in documents "\Documents\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts" instead of "\Documents\My Games\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts".

You should be able to change this in the LuaBackend.toml as well.

What do you change the path or game_docs?

@ItsNekoRx28
Copy link

I got it to work for the steam version by creating a folder in documents "\Documents\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts" instead of "\Documents\My Games\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts".
You should be able to change this in the LuaBackend.toml as well.

What do you change the path or game_docs?

I didn't changed the LuaBackend.toml, I only created a "\Documents\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts" folder.
But I think it should work by replacing the game_docs with "My Games\KINGDOM HEARTS HD 1.5+2.5 ReMIX" inside LuaBackend.toml.

@DrHojo123
Copy link

I got it to work for the steam version by creating a folder in documents "\Documents\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts" instead of "\Documents\My Games\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts".
You should be able to change this in the LuaBackend.toml as well.

What do you change the path or game_docs?

I didn't changed the LuaBackend.toml, I only created a "\Documents\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts" folder. But I think it should work by replacing the game_docs with "My Games\KINGDOM HEARTS HD 1.5+2.5 ReMIX" inside LuaBackend.toml.

Darn tried it the mods I want not wroking the BBS better battle system.

@tjsteele810
Copy link

I got it to work for the steam version by creating a folder in documents "\Documents\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts" instead of "\Documents\My Games\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts".

You should be able to change this in the LuaBackend.toml as well.

Does changing the file path get Lua to open with F2 in game? In the Steam version, I can't get it to pop up.

@HitoHitoNika
Copy link

@tjsteele810 You need the LuaBackend.toml change to open the console:

Open LuaBackend.toml and replace it with this Won't fix all the other lua mods though, they all need to be updated.

[kh1] scripts = [{ path = "scripts/kh1/", relative = true }] base = 0x3A29A6 thread_struct = 0x22BAA20 exe = "KINGDOM HEARTS FINAL MIX.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

[kh2] scripts = [{ path = "scripts/kh2/", relative = true }] base = 0x56668E thread_struct = 0x8A0930 exe = "KINGDOM HEARTS II FINAL MIX.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

[bbs] scripts = [{ path = "scripts/bbs/", relative = true }] base = 0x6107B4 thread_struct = 0x110B84A0 exe = "KINGDOM HEARTS Birth by Sleep FINAL MIX.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

[recom] scripts = [{ path = "scripts/recom/", relative = true }] base = 0x4E7040 thread_struct = 0xC072C0 exe = "KINGDOM HEARTS Re_Chain of Memories.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

@NotAGreyWombat
Copy link

NotAGreyWombat commented Jun 17, 2024

Hm. if I do something funny like put each game in one line, I get an entry error of "s". But if I do it correctly, nothing seems to happen on steam deck. F2 doesn't pull it up at all either.

Only using mods that were updated too.

After more tinkering;

Finally got it to at least pull up F2 by changing my scripts and game docs to my games/kingdom hearts... but it seems to be doing nothing as the box is blank. Had to change launch options as well.

@damjammer410
Copy link

I have the f2 box up and the scripts initialize, but they dont do anything. The scripts in question were updated too. Any pointers?

@tjsteele810
Copy link

@tjsteele810 You need the LuaBackend.toml change to open the console:

Open LuaBackend.toml and replace it with this Won't fix all the other lua mods though, they all need to be updated.
[kh1] scripts = [{ path = "scripts/kh1/", relative = true }] base = 0x3A29A6 thread_struct = 0x22BAA20 exe = "KINGDOM HEARTS FINAL MIX.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"
[kh2] scripts = [{ path = "scripts/kh2/", relative = true }] base = 0x56668E thread_struct = 0x8A0930 exe = "KINGDOM HEARTS II FINAL MIX.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"
[bbs] scripts = [{ path = "scripts/bbs/", relative = true }] base = 0x6107B4 thread_struct = 0x110B84A0 exe = "KINGDOM HEARTS Birth by Sleep FINAL MIX.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"
[recom] scripts = [{ path = "scripts/recom/", relative = true }] base = 0x4E7040 thread_struct = 0xC072C0 exe = "KINGDOM HEARTS Re_Chain of Memories.exe" game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX"

Yeah, I replaced the quoted text in the .toml file, but the F2 menu still wouldn't activate in my Steam version.

@tjsteele810
Copy link

Hm. if I do something funny like put each game in one line, I get an entry error of "s". But if I do it correctly, nothing seems to happen on steam deck. F2 doesn't pull it up at all either.

Only using mods that were updated too.

After more tinkering;

Finally got it to at least pull up F2 by changing my scripts and game docs to my games/kingdom hearts... but it seems to be doing nothing as the box is blank. Had to change launch options as well.

I have multiple drives on my PC, with one being dedicated to all my games. Does your "tinkered" .method mean the game has to be on the C:/ drive in a specific folder path? Because all my games are on my T:/ drive

@HitoHitoNika
Copy link

Hm. if I do something funny like put each game in one line, I get an entry error of "s". But if I do it correctly, nothing seems to happen on steam deck. F2 doesn't pull it up at all either.

Only using mods that were updated too.

After more tinkering;

Finally got it to at least pull up F2 by changing my scripts and game docs to my games/kingdom hearts... but it seems to be doing nothing as the box is blank. Had to change launch options as well.

I have multiple drives on my PC, with one being dedicated to all my games. Does your "tinkered" .method mean the game has to be on the C:/ drive in a specific folder path? Because all my games are on my T:/ drive

I have the same Setup and it works for me

@DreamyNightingale
Copy link

F2 works for me now and say it has installed updated mods but they don't work...

@disrook
Copy link

disrook commented Jun 19, 2024

how do you get this to work with DDD?

@vashorchihide
Copy link

vashorchihide commented Jun 21, 2024

Has anyone gotten this to work on EGS with the latest update?

@shinra358
Copy link

shinra358 commented Jun 26, 2024

crashes the whole system for me for a few seconds and quits game when trying to use soft reset on egs version

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