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

Dlc Unlocker is outdated. #17

Closed
nancikme opened this issue Jun 9, 2023 · 16 comments · Fixed by #19
Closed

Dlc Unlocker is outdated. #17

nancikme opened this issue Jun 9, 2023 · 16 comments · Fixed by #19

Comments

@nancikme
Copy link

nancikme commented Jun 9, 2023

New update makes dlc unlocker outdated

@edgarcnp
Copy link

edgarcnp commented Jun 9, 2023

Yep, this dlc unlocker needs an update. However, the legendary skin mod is still working.

@PotatoPhantom
Copy link
Contributor

Replacing the content of dlc-unlocker.lua with the following works for me on Steam.

function WinSteamDLCManager:_check_dlc_data(dlc_data)
    return true
end

@edgarcnp
Copy link

edgarcnp commented Jun 9, 2023

Replacing the content of dlc-unlocker.lua with the following works for me on Steam.

function WinSteamDLCManager:_check_dlc_data(dlc_data)
    return true
end

Thank you!

@M1guelJesus
Copy link

M1guelJesus commented Jun 9, 2023

It didn't work for me but I am running Payday on the SteamDeck with proton 8 enabled (the experimental didn't work either)

Before the Payday update it worked fine

@M1guelJesus
Copy link

Nevermind downloading the latest version of the WSOCKDLL (version 3.3.8) fixed and works fine now

@RalseiInABoxuwu
Copy link

Did it work for you guys? I also got 3.3.8, updated beardlip, and got the dlc unlocker folder on my mods folder, but i stil lhave nothing

@edgarcnp
Copy link

edgarcnp commented Jun 9, 2023

Did it work for you guys? I also got 3.3.8, updated beardlip, and got the dlc unlocker folder on my mods folder, but i stil lhave nothing

What I did was:

  • Remove WSOCK32.dll and "mods" folder
  • Verify integrity of the game files
  • Add the latest WSOCK32.dll in the pd2 folder
  • Launch it and let SBLT do it's thing
  • After that, close the game (should be closed automatically), add the unlock-dlc folder to the "mods" folder with the modified .lua
  • Launch the game again and it should be working now.

You can add the other mods that you have after that. Hope this helps.

@RalseiInABoxuwu
Copy link

Ill try it when i get home, thanks a lot!

@RalseiInABoxuwu
Copy link

I already did it, but i still have everything blocked :c
image

@DSV-YT
Copy link

DSV-YT commented Jun 9, 2023

Замена содержимого dlc-unlocker.у меня в Steam работает lua со следующим.

function WinSteamDLCManager:_check_dlc_data(dlc_data)
    return true
end

is there a command for epic games?

@M1guelJesus
Copy link

Just replace Steam for Epic:

function WinEpicDLCManager:_check_dlc_data(dlc_data)
return true
end

This worked for me

@TheDemonicSurfer
Copy link

What about the characters only version? What do I need to change to get that to work?

@DSV-YT
Copy link

DSV-YT commented Jun 10, 2023

thank you very much

@tskxz
Copy link
Member

tskxz commented Jun 10, 2023

Replacing the content of dlc-unlocker.lua with the following works for me on Steam.

function WinSteamDLCManager:_check_dlc_data(dlc_data)
    return true
end

Do a pull request and i will merge it

@tskxz tskxz pinned this issue Jun 10, 2023
@tskxz tskxz linked a pull request Jun 11, 2023 that will close this issue
@tskxz tskxz closed this as completed Jun 11, 2023
@tskxz
Copy link
Member

tskxz commented Jun 15, 2023

I already did it, but i still have everything blocked :c image

Did u still have this problem?

@tskxz
Copy link
Member

tskxz commented Jun 15, 2023

I already did it, but i still have everything blocked :c image

Make sure u only drag the unlock_all_dlcs folder

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

Successfully merging a pull request may close this issue.

8 participants