Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. ##################################################################################
  2. ###
  3. ### 游戏的Id设置
  4. ###
  5. [Steam]
  6. AppId=251570
  7.  
  8. ##################################################################################
  9. ###
  10. ### SteamCOM接口版本设置
  11. ###
  12. SteamApps=7
  13. SteamUser=18
  14. SteamStats=11
  15. SteamUtils=7
  16. SteamClient=17
  17. SteamRemoteStorage=12
  18. SteamNetworking=5
  19. SteamFriends=15
  20. SteamHTTP=2
  21. SteamScreenshots=2
  22. SteamContentServer=2
  23. SteamMasterServerUpdater=1
  24. SteamGameServerStats=1
  25. SteamGameServer=12
  26. SteamMatchMaking=9
  27. SteamMatchMakingServers=2
  28. SteamUnifiedMessages=1
  29. SteamController=1
  30. SteamUGC=3
  31. SteamAppList=1
  32. SteamMusic=1
  33. SteamMusicRemote=1
  34. SteamHTMLSurface=2
  35. SteamInventory=1
  36. SteamVideo=1
  37.  
  38. ##################################################################################
  39. ###
  40. ### DLC设置
  41. ### 如果有新的DLC,把DLC的id加入此处
  42. ###
  43. DLC001=0
  44.  
  45. ##################################################################################
  46. ###
  47. ### 用户名和语言设置
  48. ###
  49. [Settings]
  50. ###
  51. ### 此处为用户名
  52. ###
  53. UserName=Zen0
  54. ###
  55. ### 此处为语言
  56. ###
  57. Language=english
  58. ##################################################################################
  59. ###
  60. ### 用户的成就和统计数据存储目录设置,是否存放在游戏目录下
  61. ###
  62. LocalStorage=true
  63. ### 当此值为true时用户的数据存储在以下位置
  64. ###
  65. ### 游戏exe所在目录\3DMGAME\%UserName%\
  66. ###
  67. ### 当此值为false时用户的数据存储在以下位置
  68. ###
  69. ### Windows 2000, 2003, XP
  70. ###
  71. ### C:\Documents and Settings\All Users\Application Data\Steam\%UserName%\%Appid%\
  72. ###
  73. ### Windows Vista, 7
  74. ###
  75. ### C:\ProgramData\Steam\%UserName%\%Appid%\
  76. ###
  77. ### 当LocalStorage=true时,如果设置此变量,那么存储路径会变为游戏exe所在目录\%LocalPath%\3DMGAME\%UserName%\
  78. #LocalPath=..\..
  79. ### 回调函数设置
  80. #RunCallBacks=true
  81. ### 登录设置
  82. #BLoggedOn=false
  83. ### SteamAccountID设置,少数游戏SteamID冲突时,设为自定义值,范围在1-4294967295
  84. SteamAccountID=8787
  85. ### 是否默认解锁所有DLC,当 bUnlockAllDLC = false时,只有此文件中列出的DLC会被解锁
  86. #bUnlockAllDLC=false
  87. ### 是否禁用游戏的socket连接
  88. #bDisableSocket=true
  89. ### 是否禁止出错对话框的出现
  90. #bSuppressError=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement