An open API service indexing awesome lists of open source software.

https://github.com/glitchedpanda/pandadll

DLC Unlocker for the EA App written in C++
https://github.com/glitchedpanda/pandadll

dlc-unlocker ea ea-app sims4

Last synced: 2 months ago
JSON representation

DLC Unlocker for the EA App written in C++

Awesome Lists containing this project

README

        

# PandaDLL
DLC Unlocker for the EA App written in C++. This was made and published for educational purposes only.

## How to use
- Put the built `version.dll` in the directory where you have installed the EA App. There should be an executable called EADesktop.exe in the directory.
- Make a folder in %appdata% called `GlitchedPanda`, inside that make a folder called `EA DLC Unlocker V1`.
- Make a file called entitlements.ini inside this folder. The format is:
```
[Pretty Name]
IID=itemId
ETG=entitlementTag
GRP=group
TYP=type
```

## How to build
- Download the detours library from github and put Detours-main in the root of your c drive.
- Press Build