├── README.md
├── x64
├── GameOverlayRenderer64.dll
├── codex64.dll
├── steam_emu.ini
└── steamclient64.dll
└── x86
├── GameOverlayRenderer.dll
├── codex.dll
├── steam_emu.ini
└── steamclient.dll
/README.md:
--------------------------------------------------------------------------------
1 | # Steam-Emulator-by-CODEX
2 | CODEX emulator v1.0.1.41 - Steamclient version (x64-x86)
3 |
4 |
5 | ------------
6 |
7 | 1. Download Emulator files from Releases page
8 | [https://github.com/M7MXsalar2/Steam-Emulator-by-CODEX/releases](https://github.com/M7MXsalar2/Steam-Emulator-by-CODEX/releases)
9 | 2. Backup games original **steam_api.dll** / **steam_api64.dll**
10 | 3. Copy **steam_api.dll** (or **steam_api64.dll**) and related **steam_emu.ini** files to game directory
11 | 4. Edit **steam_emu.ini** file: `Line 21: AppId=442120`
12 | 5. Set `AppId` to match games identifier
13 | http://store.steampowered.com/app/[gameid]
14 | 6. Enjoy
15 |
16 | ------------
17 |
18 | **As per Pandoriaantje's findings**:
19 | There are 2 versions: `CODEX api-only build` and `SteamClient build`.
20 | For the `SteamClient build`, *as archived here*, one needs to (hex) edit the original `steam_api(64).dll` manually, and replace `SHELL32` with `CODEX(64)`
21 | Afterwards, rename original `steam_api(64).dll` to `steam_api(64).cdx` for CODEX redirection purposes.
22 |
23 | ------------
24 |
25 | I AM NOT CODEX, I AM NOT RELATED IN ANY WAY TO CODEX. JUST SHARING WHAT THEY LEFT AFTER THEIR GOODBYES.
26 |
27 | ~ FAREWELL CODEX ~
28 |
--------------------------------------------------------------------------------
/x64/GameOverlayRenderer64.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/M7MXsalar2/Steam-Emulator-by-CODEX/22e3b952958df9f622c47257ddbe324851b0809c/x64/GameOverlayRenderer64.dll
--------------------------------------------------------------------------------
/x64/codex64.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/M7MXsalar2/Steam-Emulator-by-CODEX/22e3b952958df9f622c47257ddbe324851b0809c/x64/codex64.dll
--------------------------------------------------------------------------------
/x64/steam_emu.ini:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/M7MXsalar2/Steam-Emulator-by-CODEX/22e3b952958df9f622c47257ddbe324851b0809c/x64/steam_emu.ini
--------------------------------------------------------------------------------
/x64/steamclient64.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/M7MXsalar2/Steam-Emulator-by-CODEX/22e3b952958df9f622c47257ddbe324851b0809c/x64/steamclient64.dll
--------------------------------------------------------------------------------
/x86/GameOverlayRenderer.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/M7MXsalar2/Steam-Emulator-by-CODEX/22e3b952958df9f622c47257ddbe324851b0809c/x86/GameOverlayRenderer.dll
--------------------------------------------------------------------------------
/x86/codex.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/M7MXsalar2/Steam-Emulator-by-CODEX/22e3b952958df9f622c47257ddbe324851b0809c/x86/codex.dll
--------------------------------------------------------------------------------
/x86/steam_emu.ini:
--------------------------------------------------------------------------------
1 | ### ÜÛÛÛÛÛ Ü
2 | ### °ÛÛÛÛ ßÛÛ Û² ßßßÛÛÛÛÛÛÛÜ ßßßßßÛÛ²ÛÛÜ Ü²ÛÛÛß
3 | ### ±ÛÛÛß ±ÛÛß ßßÛÛÛÛ° ßÛÛÛ ±ÛÛÛß
4 | ### ²ÛÛÛ ß ÛÛ² ßÛÛÛ± °ÛÛ²ÛÛÛ
5 | ### ²ÛÛÛ ÜÛÛÛÛÛÜ ÛÛÛ ßÛÛÛ ÜÛÛÛÛÛÛÜ ±ÛÛÛÛÛ
6 | ### ÛÛÛ° °ÛÛÛÛß ßÛ² ÛÛÛ ÛÛÛ²ÛÛ² °ÛÛ ÛÛÛ²ÛÛÛ
7 | ### ±ÛÛÛ ÛÛÛÛ° ÛÛ ÛÛÛ °ÛÛÛÛÛÛÛÛÛÛÛß ÛÛÛ± ±ÛÛÛ
8 | ### °ÛÛÛÜ ÜÛÛß²ÛÛÜ ÜÛÛ ²ÛÛ ÛÛÛ±ÛÛÛ° ÜÛÛÛ° °ÛÛÛÜ
9 | ### ßÛÛÛÛÛß ßÛÛÛ²ß ÛÛß °ÛÛÛ° ßÛÛÛÛÛÛÛ²Ûß ß²ÛÛÜ
10 | ### ÜÛÛÛÛÛÛ±
11 | ### ßßßÛÛ²ÜÜÜÜÜÛ²ÛÛÛ²ßß
12 | ###
13 | ###
14 | ### Game data is stored at %SystemDrive%\Users\Public\Documents\Steam\CODEX\442120
15 | ###
16 |
17 | [Settings]
18 | ###
19 | ### Game identifier (http://store.steampowered.com/app/442120)
20 | ###
21 | AppId=442120
22 | ###
23 | ### Steam Account ID, set it to 0 to get a random Account ID
24 | ###
25 | #AccountId=0
26 | ###
27 | ### Name of the current player
28 | ###
29 | UserName=CODEX
30 | ###
31 | ### Language that will be used in the game
32 | ###
33 | Language=english
34 | ###
35 | ### Enable lobby mode
36 | ###
37 | LobbyEnabled=1
38 | ###
39 | ### Lobby port to listen on
40 | ###
41 | #LobbyPort=31183
42 | ###
43 | ### Enable/Disable Steam overlay
44 | ###
45 | Overlays=1
46 | ###
47 | ### Set Steam connection to offline mode
48 | ###
49 | Offline=0
50 | ###
51 |
52 | [Interfaces]
53 | ###
54 | ### Steam Client API interface versions
55 | ###
56 | SteamClient=SteamClient017
57 | SteamController=SteamController005
58 | SteamGameServer=SteamGameServer012
59 | SteamUser=SteamUser019
60 | SteamUtils=SteamUtils008
61 | ###
62 |
63 | [DLC]
64 | ###
65 | ### Automatically unlock all DLCs
66 | ###
67 | DLCUnlockall=0
68 | ###
69 | ### Identifiers for DLCs
70 | ###
71 | #ID=Name
72 | 646660=Pinball FX3 - Marvel Pinball Original Pack
73 | 646661=Pinball FX3 - Marvel Pinball Vengeance and Virtue Pack
74 | 646662=Pinball FX3 - Marvel Pinball Avengers Chronicles
75 | 646663=Pinball FX3 - Marvel's Women of Power
76 | 646664=Pinball FX3 - Star Wars Pinball
77 | 646665=Pinball FX3 - Star Wars Pinball: Balance of the Force
78 | 646666=Pinball FX3 - Star Wars Pinball: Heroes Within
79 | 646667=Pinball FX3 - Star Wars Pinball: The Force Awakens Pack
80 | 646668=Pinball FX3 - Bethesda Pinball
81 | 646669=Pinball FX3 - Balls of Glory Pinball
82 | 646670=Pinball FX3 - Aliens vs Pinball
83 | 646671=Pinball FX3 - Iron & Steel Pack
84 | 646672=Pinball FX3 - Zen Classics
85 | 646673=Pinball FX3 - Core Collection
86 | 657420=Pinball FX3 - Marvel Pinball: Marvel Legends Pack
87 | 657421=Pinball FX3 - Marvel Pinball: Heavy Hitters
88 | 657422=Pinball FX3 - Marvel Pinball: Cinematic Pack
89 | 657423=Pinball FX3 - Medieval Pack
90 | 657424=Pinball FX3 - Sci-Fi Pack
91 | 657430=Pinball FX3 - Portal Pinball
92 | 657431=Pinball FX3 - The Walking Dead Pinball
93 | 715110=Pinball FX3 - Universal Classics Pinball
94 | 718800=Pinball FX3 - Star Wars Pinball: Unsung Heroes
95 | 750060=Pinball FX3 - Carnivals and Legends
96 | 782110=Pinball FX3 - Jurassic World Pinball
97 | 836820=Pinball FX3 - Star Wars Pinball: The Last Jedi
98 | 931640=Pinball FX3 - Star Wars Pinball: Solo Pack
99 | 947000=Pinball FX3 - Williams Pinball: Volume 1
100 | 984180=Pinball FX3 - Williams Pinball: Volume 2
101 | 1044440=Pinball FX3 - Williams Pinball: Volume 3
102 | 1086760=Pinball FX3 - Williams Pinball: Volume 4
103 | 1167870=Pinball FX3 - Williams Pinball: Universal Monsters Pack
104 | 1203510=Pinball FX3 - Williams Pinball: Volume 5
105 | 1450220=Pinball FX3 - Williams Pinball: Volume 6
106 | ###
107 |
108 | [Crack]
109 | 7f50689c250d8d28=b7d5bc716512b5d6
110 |
--------------------------------------------------------------------------------
/x86/steamclient.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/M7MXsalar2/Steam-Emulator-by-CODEX/22e3b952958df9f622c47257ddbe324851b0809c/x86/steamclient.dll
--------------------------------------------------------------------------------