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

Most Mods Not Working #24

Closed
BeansOnButter opened this issue Aug 22, 2024 · 11 comments
Closed

Most Mods Not Working #24

BeansOnButter opened this issue Aug 22, 2024 · 11 comments

Comments

@BeansOnButter
Copy link

Most of my mods aren't working anymore, I'm using v1.8.0. It's been a while since I last used them, when they did work
I also tried using older versions but it's still not working for one reason or another

@cahudson94
Copy link

cahudson94 commented Aug 24, 2024

Did you update the mod files themselves? If the F2 console opens (which it should with mod files present on any version right now) then the hook from here is working as intended, the issue would then be with the scripts themselves.

@Ethereal-Batman
Copy link

Just wanted to add that as of this mornings game update through steam, all of my mods have ceased to function as well for KHFM1, Recom, and KHFM2. I am using v1.8.0 and the console does open when I hit F2, and the mods are detected in the scripts folder, but none of the mods will actually activate in their respective games.

@AghastShadow
Copy link

Came here to say the same exact thing as Ethereal. I even system restored because I thought it was a bad driver update. All the scripts load correctly but don't actually apply themselves in game.

I've done complete reinstalls of everything as well just to make sure. I'm not sure if each individual script from the modders have to be updated again because of that random steam update or if this is a issue for here.

For Example: I have a script that adds the save menu to KH1's inventory menu. It says it's initialized but it's not actually working in game.

image

image

@cahudson94
Copy link

cahudson94 commented Aug 26, 2024

This is due to the game update. It is not a problem with backend. Direct these conversations to the maintainers of the scripts as they will need to update the addresses behind them.

@AghastShadow
Copy link

Pardon my knowledge on these topics: Is this as easy as changing a line in the script?
I've let the modders know for a few of the ones I've downloaded but if it's possible to just change them myself easily than I rather do that instead waiting on each mod to get updated.

@cahudson94
Copy link

No the scripts operate off memory address information which we have to locate through programs that allow us to inspect the game as it is played. These addresses are what control everything in game and what we manipulate to make the scripts do what they do. If you have programming knowledge and want to look more into it you are welcome, but it is not as simple as "change this one line and it works"

@AghastShadow
Copy link

Thanks for taking the time out to explain it for me. I'll wait patiently for the mods to get updated if they do. They're just mostly quality of life stuff anyway ^^ I spent hours yesterday trying to figure it out on my own just to see if I could lol

@sourceAida
Copy link

Someone just made a fix and it works perfectly! https://steamcommunity.com/app/2552430/discussions/0/4763206964687861476/

@cahudson94
Copy link

cahudson94 commented Aug 29, 2024

To be clear they did not "make" it, that is down patching the exes to 1.0.0.9/1.0.0.1 versions which is known to work. This has the upside of no wait time on updates from our end and the downside of potential bug introduction depending on what portions of the exe were adjusted and if they are setup to interact with things outside the exe. Low chance of problems but still good to know. I am grateful to them as it will help people stay up and running though for sure.

This process is something that most of the modding discord channels advise people to do before updates anyway it is just info that is not highly disseminated.

@cahudson94
Copy link

At this time, a large volume of the mods within the community have gotten updates to work with the most recent patch. If you are still encountering issues and have downloaded the most recent version of your mod, please reach out to the individual maintainers of that mod and not this board as failing mods/crashing do not have to do with this hooking process.

@Sirius902
Copy link
Owner

Yup this is something that needs to be addressed on the individual mods' ends, the hooking process has been updated to work regardless of game version so the only thing left is for mod developers to update their mods to work for the newest release of the game.

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

6 participants