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

Can't enable BL2Eternal #53

Open
Captain056 opened this issue Aug 26, 2024 · 7 comments
Open

Can't enable BL2Eternal #53

Captain056 opened this issue Aug 26, 2024 · 7 comments

Comments

@Captain056
Copy link

I am pretty sure I have installed the mod correctly, I have other mods working. However this one isn't showing up on the mod menu, so I can't enable the mod to work.
Screenshot 2024-08-26 183203

Screenshot 2024-08-26 183639

@Telmus99
Copy link

Telmus99 commented Sep 1, 2024

got the same issue

@ThatchKin
Copy link

the problem is not having coroutines installed

@YugenFox
Copy link

YugenFox commented Sep 16, 2024

EDIT: FOUND THE FIX
A user on reddit had the same issue with mods not appearing and thankfully edited in the solution, so I will do the same.
The issue is the BL2Fix on Nexus mods uses an outdated python SDK, which is what got me started on BL2 modding as of 9-15-2024. You need to get a new one.
In my sources below, numbers 2/3 are all you need.

Sources

  1. Credit to this guy: https://www.reddit.com/r/Borderlands2/comments/18rby1j/comment/kf27la4/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

  2. Shows a video of how to update/get the pythonSDK for Borderlands:
    https://www.youtube.com/watch?v=57WxvASCX70&t=7s

  3. This is the pythonSDK for Borderlands link
    Simply put the binaries file in your Borderlands 2 folder (common > Borderlands 2). This solves the problem of certain mods not appearing such as BL2Eternal
    https://github.com/bl-sdk/willow-mod-manager/releases

--Old Post--
I have BL2Fix folder and its dependancy and it will not show up either. Also, I can not get the MovementTech mod to show (which relies on Enums, this does not show up in the mod menu) or BL2Eternal (which relies on coroutines that does show up in the mod menu as active)

Any help with getting these to show up in the game's mod menu would be greatly appreciated :) I already double checked the mod folders per mod are the parent folder and there is not a duplicate file name inside of them, so everything should be working to appear in-game but is not.
image
image
image

@jessisogray
Copy link

jessisogray commented Jan 7, 2025

I just installed the PythonSDK version you posted in 3. (Willow Mod Manager) but I am still not seeing any of my installed mods showing up. I have tried Sliding, Movement Tech, and BL2Eternal

@YugenFox
Copy link

YugenFox commented Jan 7, 2025

I just installed the PythonSDK version you posted in 3. (Willow Mod Manager) but I am still not seeing any of my installed mods showing up. I have tried Sliding, Movement Tech, and BL2Eternal

Hmm, all I can recall doing was

  1. Getting BL2Fix from NexusMods which prompted me how to install/setup the BL2ModManager (with the outdated PythonSDK which I outlined how I fixed above)
  2. Ensuring I had all the correct dependencies from the BL2 Python script sites for each mod as well. (I'd double check these were unzipped if that is necessary for BL2 mods -- been awhile since I used this).

If you repeated those two steps, the only other guess I would have is to look at the mod path in BL2 links up to the correct place (button O). Hope you find a fix!

If the BL2Fix with the instructed BL2ModManager does not work before adding any additional mods, I would double check you got everything right with that instillation first. BL2Fix on its own worked for me. I just had to update the PythonSDK to let other mods that were not bundled with it work too since BL2Fix's instructions for BL2ModManger were out of date.

@KennyJoggins
Copy link

I also followed the steps and it did not work. It also no longer allows me to press "O" to get to the mods folder. The SDK is updated to 3.3 though

@KennyJoggins
Copy link

the problem is not having coroutines installed

This was the fix for me big thanks

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