Skip to content

This website helps generating valid CreamAPI configuration to unlock DLC.

License

Notifications You must be signed in to change notification settings

jiornojiovanni/creamapidb

Repository files navigation

Node.js CI

Welcome to CreamAPI DB

Steps:

  1. install dependencies with npm install
  2. set up MongoDB database
  3. set up .env file with MongoDB credentials
  4. start the server with npm start

If you are on Linux you need "lib32gcc":

on Ubuntu/Debian use the command sudo apt-get install lib32gcc1

on Arch use the command sudo pacman -S lib32-gcc-libs

Make sure you have NodeJS 14, the steamcmd package may break with other versions.