KINGDOM HEARTS -HD 1.5+2.5 ReMIX-

KINGDOM HEARTS -HD 1.5+2.5 ReMIX-

View Stats:
ScionEonVT Jun 23, 2024 @ 12:11pm
Modding for steam version.
It might be easier to just make a discussion form for this, but how does one mod Kingdom hearts 1.5 + 2.5 from nexus mods for the steam version of this game? Like do I need a special download or mod window for it like openkh?
< >
Showing 1-8 of 8 comments
ScionEonVT Jun 23, 2024 @ 12:43pm 
Never mind. I do have to use the mod manager OpenKH. Fee free to close this topic. Or leave it up for everyone else to see.
sumolagann Jun 23, 2024 @ 12:44pm 
I was curious also, and do the mods all over nexus work on steam, or they all need patching? I know the ultrawide ones don't work, or I couldn't make them work, had to do hex edit

Mostly want 60fps cutscenes, texture downgrade, hd hud/text
Last edited by sumolagann; Jun 23, 2024 @ 12:46pm
Seb | セビ Jun 23, 2024 @ 12:49pm 
Originally posted by sumolagann:
I was curious also, and do the mods all over nexus work on steam, or they all need patching? I know the ultrawide ones don't work, or I couldn't make them work, had to do hex edit

Mostly want 60fps cutscenes, texture downgrade, hd hud/text
most of them need an update
Scipo0419 Jun 23, 2024 @ 2:42pm 
If you're using Lua Backend Mods, that's been updated so things like "Treasure Magnet Plus" for KH1 work now, you just need to edit the "LuaBackend.toml" file and swap the lines for EGS to Steam, which is just to add and remove a '#' to comment the EGS line out and uncomment the Steam line.

Sadly the Steam Dynamic Ultrawide mod doesn't work with the updated Lua though.
123yhdol Jun 25, 2024 @ 7:27pm 
I’m so confused cuz I’m new to modding this is just sooooo hard and I just can’t find anything on the internet to help
Gene Stinson Jul 2, 2024 @ 10:52am 
Originally posted by Scipo0419:
If you're using Lua Backend Mods, that's been updated so things like "Treasure Magnet Plus" for KH1 work now, you just need to edit the "LuaBackend.toml" file and swap the lines for EGS to Steam, which is just to add and remove a '#' to comment the EGS line out and uncomment the Steam line.

Sadly the Steam Dynamic Ultrawide mod doesn't work with the updated Lua though.
I wasn't able to get it to work - here's what my LuaBackend.toml file looks like:

[kh1] scripts = [{ path = "scripts/kh1/", relative = true }] exe = "KINGDOM HEARTS FINAL MIX.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [kh2] scripts = [{ path = "scripts/kh2/", relative = true }] exe = "KINGDOM HEARTS II FINAL MIX.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [bbs] scripts = [{ path = "scripts/bbs/", relative = true }] exe = "KINGDOM HEARTS Birth by Sleep FINAL MIX.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [recom] scripts = [{ path = "scripts/recom/", relative = true }] exe = "KINGDOM HEARTS Re_Chain of Memories.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [kh3d] scripts = [{ path = "scripts/kh3d/", relative = true }] exe = "KINGDOM HEARTS Dream Drop Distance.exe" # game_docs = "KINGDOM HEARTS HD 2.8 Final Chapter Prologue" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 2.8 Final Chapter Prologue"

Could it be something to do with the "game_docs" path not being specific enough?
Seb | セビ Jul 2, 2024 @ 11:00am 
Originally posted by Gene Stinson:
Originally posted by Scipo0419:
If you're using Lua Backend Mods, that's been updated so things like "Treasure Magnet Plus" for KH1 work now, you just need to edit the "LuaBackend.toml" file and swap the lines for EGS to Steam, which is just to add and remove a '#' to comment the EGS line out and uncomment the Steam line.

Sadly the Steam Dynamic Ultrawide mod doesn't work with the updated Lua though.
I wasn't able to get it to work - here's what my LuaBackend.toml file looks like:

[kh1] scripts = [{ path = "scripts/kh1/", relative = true }] exe = "KINGDOM HEARTS FINAL MIX.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [kh2] scripts = [{ path = "scripts/kh2/", relative = true }] exe = "KINGDOM HEARTS II FINAL MIX.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [bbs] scripts = [{ path = "scripts/bbs/", relative = true }] exe = "KINGDOM HEARTS Birth by Sleep FINAL MIX.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [recom] scripts = [{ path = "scripts/recom/", relative = true }] exe = "KINGDOM HEARTS Re_Chain of Memories.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [kh3d] scripts = [{ path = "scripts/kh3d/", relative = true }] exe = "KINGDOM HEARTS Dream Drop Distance.exe" # game_docs = "KINGDOM HEARTS HD 2.8 Final Chapter Prologue" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 2.8 Final Chapter Prologue"

Could it be something to do with the "game_docs" path not being specific enough?
what specific folder have you put your mods in?
Gene Stinson Jul 2, 2024 @ 11:07am 
Originally posted by Seb | セビ:
Originally posted by Gene Stinson:
I wasn't able to get it to work - here's what my LuaBackend.toml file looks like:

[kh1] scripts = [{ path = "scripts/kh1/", relative = true }] exe = "KINGDOM HEARTS FINAL MIX.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [kh2] scripts = [{ path = "scripts/kh2/", relative = true }] exe = "KINGDOM HEARTS II FINAL MIX.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [bbs] scripts = [{ path = "scripts/bbs/", relative = true }] exe = "KINGDOM HEARTS Birth by Sleep FINAL MIX.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [recom] scripts = [{ path = "scripts/recom/", relative = true }] exe = "KINGDOM HEARTS Re_Chain of Memories.exe" # game_docs = "KINGDOM HEARTS HD 1.5+2.5 ReMIX" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" [kh3d] scripts = [{ path = "scripts/kh3d/", relative = true }] exe = "KINGDOM HEARTS Dream Drop Distance.exe" # game_docs = "KINGDOM HEARTS HD 2.8 Final Chapter Prologue" # For Steam Version replace with below line game_docs = "My Games/KINGDOM HEARTS HD 2.8 Final Chapter Prologue"

Could it be something to do with the "game_docs" path not being specific enough?
what specific folder have you put your mods in?

I actually JUST moved all the files from "steamapps\common\KINGDOM HEARTS -HD 1.5+2.5 ReMIX-" to "Documents\My Games\KINGDOM HEARTS HD 1.5+2.5 ReMIX" lmao

works now :steamhappy::steamthumbsup::steamhappy:
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Jun 23, 2024 @ 12:11pm
Posts: 8