├── .gitattributes
├── CreamAPI.exe
├── LICENSE.txt
├── README.md
└── preview.png
/.gitattributes:
--------------------------------------------------------------------------------
1 | *.exe filter=lfs diff=lfs merge=lfs -text
2 |
--------------------------------------------------------------------------------
/CreamAPI.exe:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a8f0aa6c48fa58354346e4e97a376f1f762ba9e1cbba48382b5adefca3eea89e
3 | size 124076015
4 |
--------------------------------------------------------------------------------
/LICENSE.txt:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2025 João Vieira
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Please follow the instructions listed below.
2 | > [!NOTE]
3 | > Safer and easier to use Cream API for Steam, Epic and Ubisoft games
4 | >
5 | > Automatically detects all games, along with their DLC-related DLL files.
6 |
7 | 
8 | > [!WARNING]
9 | >
10 | > > ## Download the installer [FILE](https://github.com/sudojoao/CreamAPI/blob/0ad579e7155ac9fd708b982b2447954559e36d17/CreamAPI.exe)
11 | > > ## Then run CreamAPI Installer 12 | > > #### If, for some reason, the above doesn't work, try this [older version](https://github.com/sudojoao/CreamAPI/tree/3dc373b852f5ca01907ec3dcbe9acbc44e096725) (read guide) 13 | 14 | > [!IMPORTANT] 15 | > This repository is a project created purely for educational purposes and software development testing for the open-source community. I do not condone or support the use of this tool for any illegal activities. I have never used CreamAPI in any capacity, nor do I encourage or promote its use in any way that violates the terms of service of Steam, >Epic Games, or any other platform.
I am not responsible for any misuse or legal consequences that arise from using this project. It is your responsibility to ensure you comply with all applicable laws and platform terms. Support the creators and devolpers of the games.
16 | > 17 | > Use this repository at your own risk.All responsibility lies with you, the user. 18 | -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudojoao/CreamAPI/05f0d04a99e64eb1de7d833c008be1771f629742/preview.png --------------------------------------------------------------------------------