Skip to content

Commit 0fb5bd9

Browse files
committed
0.2
1 parent 003c23f commit 0fb5bd9

21 files changed

+553
-83
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
; created 26.02.2024
2+
[steam]
3+
; Application ID (http://store.steampowered.com/app/%appid%/)
4+
appid = 281990
5+
; Current game language.
6+
; Uncomment this option to turn it on.
7+
; Default is "english".
8+
;language = german
9+
; Enable/disable automatic DLC unlock. Default option is set to "false".
10+
; Keep in mind that this option WON'T work properly if the "[dlc]" section is NOT empty
11+
unlockall = false
12+
; Original Valve's steam_api.dll.
13+
; Default is "steam_api_o.dll".
14+
orgapi = steam_api_o.dll
15+
; Original Valve's steam_api64.dll.
16+
; Default is "steam_api64_o.dll".
17+
orgapi64 = steam_api64_o.dll
18+
; Enable/disable extra protection bypasser.
19+
; Default is "false".
20+
extraprotection = false
21+
; The game will think that you're offline (supported by some games).
22+
; Default is "false".
23+
forceoffline = false
24+
; Some games are checking for the low violence presence.
25+
; Default is "false".
26+
;lowviolence = true
27+
; Purchase timestamp for the DLC (http://www.onlineconversion.com/unix_time.htm).
28+
; Default is "0" (1970/01/01).
29+
;purchasetimestamp = 0
30+
31+
[steam_misc]
32+
; Disables the internal SteamUser interface handler.
33+
; Does have an effect on the games that are using the license check for the DLC/application.
34+
; Default is "false".
35+
disableuserinterface = false
36+
37+
[dlc]
38+
; DLC handling.
39+
; Format: <dlc_id> = <dlc_description>
40+
; e.g. : 247295 = Saints Row IV - GAT V Pack
41+
; If the DLC is not specified in this section
42+
; then it won't be unlocked
43+
44+
447680 = Stellaris: Symbols of Domination
45+
447681 = Stellaris: Sign-up Campaign Bonus
46+
447682 = Stellaris: Digital Artbook
47+
447683 = Stellaris: Arachnoid Portrait Pack
48+
447684 = Stellaris: Digital OST
49+
447685 = Stellaris: Signed High-res Wallpaper
50+
447686 = Stellaris: Novel by Steven Savile
51+
447687 = Stellaris: Ringtones
52+
461071 = Stellaris (Pre-Order) (99330)
53+
461073 = Stellaris - Nova (Pre-Order) - Termination 99329
54+
461461 = Stellaris - Galaxy (Pre-Order) - Termination 100388
55+
462720 = Stellaris: Creatures of the Void
56+
497660 = Stellaris: Infinite Frontiers eBook
57+
498870 = Stellaris: Plantoids Species Pack
58+
518910 = Stellaris: Leviathans Story Pack
59+
553280 = Stellaris: Utopia
60+
554350 = Stellaris: Horizon Signal
61+
616190 = Stellaris: Nova Edition Upgrade Pack
62+
616191 = Stellaris: Galaxy Edition Upgrade Pack
63+
633310 = Stellaris: Anniversary Portraits
64+
642750 = Stellaris: Synthetic Dawn
65+
716670 = Stellaris: Apocalypse
66+
756010 = Stellaris: Humanoids Species Pack
67+
844810 = Stellaris: Distant Stars Story Pack
68+
944290 = Stellaris: MegaCorp
69+
1045980 = Stellaris: Ancient Relics Story Pack
70+
1140000 = Stellaris: Lithoids Species Pack
71+
1140001 = Stellaris: Federations
72+
1341520 = Stellaris: Necroids Species Pack
73+
1522090 = Stellaris: Nemesis
74+
1749080 = Stellaris: Aquatics Species Pack
75+
1889490 = Stellaris: Overlord
76+
2115770 = Stellaris: Toxoids Species Pack
77+
2277860 = Stellaris: First Contact Story Pack
78+
2380030 = Stellaris: Galactic Paragons
79+
2534090 = Stellaris: Astral Planes
1010 KB
Binary file not shown.
979 KB
Binary file not shown.
648 KB
Binary file not shown.
53.5 KB
Binary file not shown.

creamapi_steam_files/SWLoader.txt

Whitespace-only changes.

creamapi_steam_files/SWconfig.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Settings]
2+
3+
FakeAppid = 480
4+
EnableFakeId = 0
5+
BridgeDll = Emulator64.dll
6+
EnableRedirect = 0
7+
DllToCall = Emulator64.dll
8+
9+
[Interfaces]
10+
11+
SteamApps = 1

creamapi_steam_files/cream_api.ini

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
; auto created by Stellaris DLC Unlocker
2+
; Author seuyh
3+
; created 26.02.2024
4+
; Get DLC Info from api.steamcmd.net
5+
; Format: CreamAPI v4.5.0.0
6+
; AppID: 281990
7+
; AppID Name: Stellaris
8+
; AppID Total DLCs: 36
9+
10+
[steam]
11+
appid = 281990
12+
orgapi64 = steam_api64_org_game.dll
13+
14+
[steam_misc]
15+
; Disables the internal SteamUser interface handler.
16+
; Does have an effect on the games that are using the license check for the DLC/application.
17+
; Default is "false".disableuserinterface = false
18+
19+
[dlc]
20+
; DLC handling.
21+
; Format: <dlc_id> = <dlc_description>
22+
; If the DLC is not specified in this section
23+
; then it won't be unlocked
24+
447680 = Stellaris: Symbols of Domination
25+
447681 = Stellaris: Sign-up Campaign Bonus
26+
447682 = Stellaris: Digital Artbook
27+
447683 = Stellaris: Arachnoid Portrait Pack
28+
447684 = Stellaris: Digital OST
29+
447685 = Stellaris: Signed High-res Wallpaper
30+
447686 = Stellaris: Novel by Steven Savile
31+
447687 = Stellaris: Ringtones
32+
461071 = Stellaris (Pre-Order) (99330)
33+
461073 = Stellaris - Nova (Pre-Order) - Termination 99329
34+
461461 = Stellaris - Galaxy (Pre-Order) - Termination 100388
35+
462720 = Stellaris: Creatures of the Void
36+
497660 = Stellaris: Infinite Frontiers eBook
37+
498870 = Stellaris: Plantoids Species Pack
38+
518910 = Stellaris: Leviathans Story Pack
39+
553280 = Stellaris: Utopia
40+
554350 = Stellaris: Horizon Signal
41+
616190 = Stellaris: Nova Edition Upgrade Pack
42+
616191 = Stellaris: Galaxy Edition Upgrade Pack
43+
633310 = Stellaris: Anniversary Portraits
44+
642750 = Stellaris: Synthetic Dawn
45+
716670 = Stellaris: Apocalypse
46+
756010 = Stellaris: Humanoids Species Pack
47+
844810 = Stellaris: Distant Stars Story Pack
48+
944290 = Stellaris: MegaCorp
49+
1045980 = Stellaris: Ancient Relics Story Pack
50+
1140000 = Stellaris: Lithoids Species Pack
51+
1140001 = Stellaris: Federations
52+
1341520 = Stellaris: Necroids Species Pack
53+
1522090 = Stellaris: Nemesis
54+
1749080 = Stellaris: Aquatics Species Pack
55+
1889490 = Stellaris: Overlord
56+
2115770 = Stellaris: Toxoids Species Pack
57+
2277860 = Stellaris: First Contact Story Pack
58+
2380030 = Stellaris: Galactic Paragons
59+
2534090 = Stellaris: Astral Planes
136 KB
Binary file not shown.
283 KB
Binary file not shown.

0 commit comments

Comments
 (0)