Guest User

Untitled

a guest
Dec 4th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. [steam]
  2. ; SteamApps version taken from original steam_api.dll/steam_api64.dll.
  3. steamapps = v7
  4. ; Check if user is subscribed to the app.
  5. subscribed = true
  6. ; Steam user language, default is "english".
  7. language = english
  8. ; Enable/disable automatic DLC unlock. Default option is "false".
  9. ; Keep in mind that this option is highly experimental and won't
  10. ; work if game wants to call each DLC by index
  11. unlockall = false
  12.  
  13. [dlc]
  14. ; DLC handling.
  15. ; Format: <dlc_index> = <dlc_id>
  16. ; e.g. : 0 = 1231
  17. ; 1 = 1232
  18. ; 2 = 1233
  19.  
  20. 0 = 401850
  21. 2 = 388294
  22. 3 = 388293
  23. 4 = 388292
  24. 5 = 388291
  25. 6 = 388290
  26. 7 = 348880
  27. 8 = 400551
  28. 9 = 442050
  29. 1 = 442050
  30. 11 = 442051
  31. 12 = 442052
  32.  
  33. [dlc_names]
  34. ; Names for DLC put above.
  35. ; Use this only if needed.
  36. ; e.g. : 0 = DLC Name 0
  37. ; 1 = DLC Name 1
  38. ; 2 = DLC Name 2
  39.  
  40. 0 = Just Cause 3™ DLC: Air, Land & Sea Expansion Pass
  41. 2 = Just Cause 3 - Capstone Bloodhound RPG
  42. 3 = Just Cause 3 - Final Argument Sniper Rifle
  43. 4 = Just Cause 3 - Rocket Launcher Sports Car
  44. 5 = Just Cause 3 - Mini-Gun Racing Boat
  45. 6 = Just Cause 3 - Combat Buggy
  46. 7 = Just Cause 3 - Firestarter Customization Skins
  47. 8 = Just Cause 3 DLC: Sky Fortress Pack
  48. 9 = Just Cause™ 3 DLC: Mech Land Assault Pack
  49. 1 = Just Cause™ 3 DLC: Kousavá Rifle
  50. 11 = Just Cause™ 3 DLC: Bavarium Sea Heist Pack
  51. 12 = Just CauseTM 3 DLC: Reaper Missile Mech
Add Comment
Please, Sign In to add comment