Advertisement
Guest User

Cities Skylines 2 CreamAPI

a guest
Mar 25th, 2024
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | Gaming | 0 0
  1. [steam]
  2. ; Application ID (http://store.steampowered.com/app/%appid%/)
  3. appid = 949230
  4. ; Current game language.
  5. ; Uncomment this option to turn it on.
  6. ; Default is "english".
  7. ;language = german
  8. ; Enable/disable automatic DLC unlock. Default option is set to "false".
  9. ; Keep in mind that this option WON'T work properly if the "[dlc]" section is NOT empty
  10. unlockall = true
  11. ; Original Valve's steam_api.dll.
  12. ; Default is "steam_api_o.dll".
  13. orgapi = steam_api_o.dll
  14. ; Original Valve's steam_api64.dll.
  15. ; Default is "steam_api64_o.dll".
  16. orgapi64 = steam_api64_o.dll
  17. ; Enable/disable extra protection bypasser.
  18. ; Default is "false".
  19. extraprotection = false
  20. ; The game will think that you're offline (supported by some games).
  21. ; Default is "false".
  22. forceoffline = false
  23. ; Some games are checking for the low violence presence.
  24. ; Default is "false".
  25. ;lowviolence = true
  26. ; Purchase timestamp for the DLC (http://www.onlineconversion.com/unix_time.htm).
  27. ; Default is "0" (1970/01/01).
  28. ;purchasetimestamp = 0
  29.  
  30. [steam_misc]
  31. ; Disables the internal SteamUser interface handler.
  32. ; Does have an effect on the games that are using the license check for the DLC/application.
  33. ; Default is "false".
  34. disableuserinterface = false
  35.  
  36. [dlc]
  37. ; DLC handling.
  38. ; Format: <dlc_id> = <dlc_description>
  39. ; e.g. : 247295 = Saints Row IV - GAT V Pack
  40. ; If the DLC is not specified in this section
  41. ; then it won't be unlocked
  42. 2427730 = Cities: Skylines II - San Francisco Set
  43. 2427731 = Cities: Skylines II - Landmark Buildings
  44. 2427740 = Cities: Skylines II - Beach Properties
  45. 2427741 = Cities: Skylines II - Creator Pack: Modern Architecture
  46. 2427742 = Cities: Skylines II - Creator Pack: Urban Promenades
  47. 2427743 = Cities: Skylines II - Bridges & Ports
  48. 2427744 = Cities: Skylines II - Deluxe Relax Station
  49. 2427745 = Cities: Skylines II - Soft Rock Radio
  50. 2427746 = Cities: Skylines II - Cold Wave Channel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement