A DLC unlocker for the EA App written in C++. This was made and published for educational purposes only.
Note: This DLC unlocker does not download DLC content for you. You need to download the DLC files yourself. For Sims 4, you can find DLC-only downloads at: https://anadius.su/sims-4-dlc-only
Head to the Releases page and download the latest version.dll
.
- Locate your EA App installation directory (usually contains
EADesktop.exe
) - Place the
version.dll
file in this directory - Create the following folder structure:
%appdata%\GlitchedPanda\EA DLC Unlocker V1\
- Create
entitlements.ini
in the above directory with the following format:
[Pretty Name]
IID=itemId
ETG=entitlementTag
GRP=group
TYP=type
Example:
[The Sims™ 4 Outdoor Retreat]
IID=SIMS4.OFF.SOLP.0x0000000000011A4B
ETG=GreatOutdoors_0x0000000000011A4B:72267
GRP=THESIMS4PC
TYP=DEFAULT
- Visual Studio 2019 or later
- vcpkg package manager
- Clone vcpkg if you haven't already:
git clone https://github.com/Microsoft/vcpkg.git
- Run
.\vcpkg\bootstrap-vcpkg.bat
- Integrate with Visual Studio:
.\vcpkg\vcpkg integrate install
- Open the project in Visual Studio
- Dependencies will be automatically installed via vcpkg.json
- Build the project (Ctrl+Shift+B)
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.