Deceit Cosmetic Server is a Party Server for Deceit written in C# for the purpose of viewing cosmetics. The server only works for one user and will never support multiple users.
Last tested version: 202108111151
(v2021.6.2b)
- You cannot use the cosmetics in the live version of the game
- Use this at your own risk. You are solely responsible for any action taken against your account.
- I offer no support for this project. Do not ask for support in the official Deceit Discord
- Download the latest release or compile the project. Check out Compiling for required resources.
- Locate your Deceit installation directory.
It's usually located in
C:\Program Files (x86)\Steam\steamapps\common\Deceit\
- Open the
Assets
folder and openScripts.pak
with any ZIP reader. (7-Zip, WinRar, etc.) - Inside the PAK file, open the
Scripts
folder thenUnlocks
- Extract
unlocks.csv
to the DeceitCosmeticServer executable directory - Run the server. You should see
Listening on ws://127.0.0.1:9851
- Go back into your Deceit installation directory and open
system.cfg
with any text editor - Look for
de_partyServer=..
. Replace the line withde_partyServer=ws://127.0.0.1:9851/party
- Save the file and launch Deceit through Steam
- If everything went well, you should be in the Deceit Cosmetic Server
If you want to revert back to the original deceit version. Verify your game files through steam.
To compile the DeceitCosmeticServer project, you need: