Advertisement
Guest User

Untitled

a guest
Jul 15th, 2016
1,756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.15 KB | None | 0 0
  1. # NOTE:
  2. # Line beginning with "#" (Number sign/hash) or ";" (semicolon)
  3. # indicates that the line is a comment. It will be ignored by
  4. # the emulator.
  5. #
  6. # Read one by one to understand the meaning of each settings,
  7. # don't scroll down too fast like you're reading
  8. # facebook feeds or twitter tweets. (:
  9.  
  10.  
  11. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  12. ; This section will be used by the loader to start your
  13. ; games properly.
  14. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  15. [Launcher]
  16.  
  17.  
  18. ;-------------------------------------------------------------
  19. ; Target
  20. ; This must be pointed to your game executables (.exe)
  21. ; StartIn
  22. ; Point to your game folder. Don't set if you want to use
  23. ; emulator current directory.
  24. ; CommandLine
  25. ; Additional command line for your games. Source (Valve)
  26. ; games requires -steam or you will get "insecure"
  27. ; message
  28. ;-------------------------------------------------------------
  29. Target = hoi4.exe
  30. #StartIn = C:\Program Files (x86)\Steam\steamapps\common\Age of Empires II HD
  31. #CommandLine = -skiplauncher
  32.  
  33. ;-------------------------------------------------------------
  34. ; This must be pointing to SmartSteamEmu.dll, you can use
  35. ; absolute path or relative path; relative to StartIn
  36. ; directory. The emulator storage folder will be created on
  37. ; the same folder as SmartSteamEmu.dll
  38. ;-------------------------------------------------------------
  39. SteamClientPath = SmartSteamEmu.dll
  40. SteamClientPath64 = SmartSteamEmu64.dll
  41.  
  42.  
  43. ;-------------------------------------------------------------
  44. ; Persist
  45. ; Don't exit the loader. Required for games that uses batch
  46. ; file (.bat) or which launch multiple binary (.exe)
  47. ; InjectDll
  48. ; Inject SmartSteamEmu dll into process instead of waiting
  49. ; for game to load it
  50. ;-------------------------------------------------------------
  51. Persist = 0
  52.  
  53.  
  54.  
  55. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  56. ; This section will be used by emulator.
  57. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  58. [SmartSteamEmu]
  59.  
  60. ;-------------------------------------------------------------
  61. ; AppId
  62. ; Your game appid. http://store.steampowered.com/app/<AppId>
  63. ; Set to 0 to read from steam_appid.txt file.
  64. ;
  65. ; SteamIdGeneration - Specify one of these:
  66. ; - Static
  67. ; - Random
  68. ; - PersonaName
  69. ; - ip
  70. ; - Manual (you must set ManualSteamId)
  71. ; - GenerateRandom (Default, Generate steam id once and reuse the
  72. ; same generated steam id for the next time)
  73. ; Remember, some games store steam id in save file and steam id
  74. ; must match when loading the game again.
  75. ;
  76. ; ManualSteamId
  77. ; Example: 76561197960287930
  78. ;
  79. ; LowViolence
  80. ; Set this to 1 if you want to have a low violence game
  81. ; and/or residing in a country that requires you to have this
  82. ; restriction.
  83. ;
  84. ;-------------------------------------------------------------
  85. AppId = 394360
  86. Language = english
  87. SteamIdGeneration = GenerateRandom
  88. #ManualSteamId = 0
  89. LowViolence = 0
  90.  
  91.  
  92. ;-------------------------------------------------------------
  93. ; AvatarFilename
  94. ; Avatar file, only .png is supported
  95. ; PersonaName
  96. ; Set this to your name *OR* use one of these:
  97. ; - ComputerName
  98. ; - AccountName (default)
  99. ; AutomaticallyJoinInvite
  100. ; When somebody send invite to you, you will automatically
  101. ; accept their invite.
  102. ;-------------------------------------------------------------
  103. AvatarFilename = avatar.png
  104. PersonaName = AccountName
  105. AutomaticallyJoinInvite = 1
  106.  
  107.  
  108. ;-------------------------------------------------------------
  109. ; StorageOnAppdata
  110. ; Storage (save game) files will be saved on local account
  111. ; appdata folder.
  112. ; C:\Users\<YourName>\AppData\SmartSteamEmu
  113. ;
  114. ; If you lose your savegame files after using this
  115. ; version, disable this value or move your savegame files to
  116. ; appdata folder.
  117. ;
  118. ; SeparateStorageByName
  119. ; Each "PersonaName" will have its own storage folder for save
  120. ; game, storage file, stats, achievements and avatar.
  121. ;
  122. ; Before
  123. ; SmartSteamEmu\<game files>
  124. ; After
  125. ; SmartSteamEmu\my name\<own game files>
  126. ; SmartSteamEmu\his name\<own game files>
  127. ; SmartSteamEmu\her name\<own game files>
  128. ;
  129. ; RemoteStoragePath
  130. ; Specify your own location of remote storage path. The
  131. ; default location is on SmartSteamEmu\remote_<appid> or
  132. ; SmartSteamEmu\<persona name>\remote_<appid>.
  133. ;-------------------------------------------------------------
  134. StorageOnAppdata = 1
  135. SeparateStorageByName = 0
  136. #RemoteStoragePath = %USERPROFILE%\Documents\My Games\%SteamAppId%
  137.  
  138.  
  139. ;-------------------------------------------------------------
  140. ; EnableHTTP
  141. ; If disabled, all calls to create HTTP request will fail.
  142. ; It is advised to keep this turned off.
  143. ;
  144. ; EnableInGameVoice
  145. ; Enable In-Game voice using microphone input.
  146. ; The implementation is not yet finished. It is recommended
  147. ; to use other application for voice chat.
  148. ;
  149. ; EnableLobbyFilter
  150. ; Turn this off to find all lobbies within the same app id.
  151. ;
  152. ; EnableOverlay
  153. ; Tell game that we have overlay enabled.
  154. ;
  155. ; DisableFriendList
  156. ; Disable friend list from appear in game.
  157. ;
  158. ; DisableLeaderboard
  159. ; Disable leaderboard by not returning any leaderboad when
  160. ; game requested it
  161. ;
  162. ; SecuredServer
  163. ; VAC server. If the games complain it starts *insecure*ly
  164. ; or to remove any plugins before attempting to connect to
  165. ; a VAC secured server, set this to 0.
  166. ;
  167. ; VR
  168. ; Tell supported games to enable virtual reality.
  169. ;
  170. ; RandomItemAwards
  171. ; Give random items in CS:GO
  172. ;
  173. ; DisableGC
  174. ; Disable GameCoordinator emulation
  175. ;-------------------------------------------------------------
  176. EnableHTTP = 0
  177. EnableInGameVoice = 0
  178. EnableLobbyFilter = 1
  179. EnableOverlay = 0
  180. DisableFriendList = 0
  181. DisableLeaderboard = 0
  182. SecuredServer = 1
  183. VR = 0
  184. RandomItemAwards = 1
  185. DisableGC = 0
  186.  
  187.  
  188. ;------------------------
  189. ; Master server list
  190. ; In "<ip>:<port>" format. Multiple server is separated by
  191. ; a space.
  192. ;
  193. #MasterServer = 46.165.194.16:27011 46.4.71.67:27011 46.165.194.14:27011
  194. #MasterServerGoldSrc = 46.165.194.16:27010 46.4.71.67:27010 46.165.194.14:27010
  195. MasterServer = 188.40.40.201:27010
  196. MasterServerGoldSrc = 188.40.40.201:27010
  197.  
  198.  
  199. ;------------------------
  200. ; Quick join hotkey for private match.
  201. ; Valid modifier are: BACKSPACE, TAB, ENTER, SHIFT, CONTROL, ALT
  202. ; PAUSE, CAPSLOCK, ESCAPE, SPACE, PAGEUP, PAGEDOWN, END, HOME,
  203. ; INSERT, DELETE, F1-F12.
  204. ;
  205. ; Must be a combination, example: CONTROL + J
  206. ;
  207. QuickJoinHotkey = SHIFT + TAB
  208.  
  209.  
  210.  
  211. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  212. ; DLC subscriptions
  213. ;
  214. ; Use the following format for subscription:
  215. ; <appid> = <1/0> or <DLC Name>
  216. ; Example:
  217. ; 57923 = Duke Nukem Forever: Hail to the Icons Parody Pack
  218. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  219. [DLC]
  220. 460550 = Hearts of Iron IV: German Tanks Pack
  221. 460551 = Hearts of Iron IV: French Tanks Pack
  222. 460553 = Hearts of Iron IV: Heavy Cruisers Unit Pack
  223. 460554 = Hearts of Iron IV: Soviet Tanks Unit Pack
  224. 460555 = Hearts of Iron IV: US Tanks Unit Pack
  225. 460556 = Hearts of Iron IV: British Tanks Unit Pack
  226. 460557 = Hearts of Iron IV: German March Order Music Pack
  227. 460558 = Hearts of Iron IV: Allied Radio Music Pack
  228. 460559 = Hearts of Iron IV: Rocket Launcher Unit Pack
  229. 460600 = Hearts of Iron IV: Poland - United and Ready
  230. 460610 = Hearts of Iron IV: German Historical Portraits
  231. 461800 = Hearts of Iron IV: Sabaton Soundtrack
  232.  
  233.  
  234. ;------------------------
  235. ; If requested subscription id cannot be found here,
  236. ; SmartSteamEmu will use this default value.
  237. ;
  238. Default = 1
  239.  
  240. src103582791433980119 = Payday 2 Community
  241. src103582791435633447 = Payday 2 Mod - HoxHud
  242.  
  243.  
  244.  
  245. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  246. ; Achievements override
  247. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  248. [Achievements]
  249.  
  250. ; Unlocks all achievements
  251. UnlockAll = 0
  252.  
  253. ; If the game loops when reading stats/achievements, enable this.
  254. FailOnNonExistenceStats = 0
  255.  
  256.  
  257. ; If you want to modify individual achievements, use the
  258. ; following format:
  259. ; <achievement name> = 1/0
  260.  
  261.  
  262.  
  263. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  264. ; Player Management
  265. ;
  266. ; Allow or deny who will able to connect to your server
  267. ;
  268. ; To deny or ban connection from steam id, use the following
  269. ; format:
  270. ; STEAM_0:X:YYY = 0
  271. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  272. [PlayerManagement]
  273.  
  274. ; Allow anyone to connect. If set to false, only allow connection
  275. ; from recognized steam emu.
  276. AllowAnyoneConnect = 1
  277.  
  278. ; Set a password to allow ban/unban remotely. The password must > 4
  279. ; characters long. Remove # infront AdminPassword to enable password.
  280. ; App restart is *required* to update the password.
  281. #AdminPassword =
  282.  
  283.  
  284.  
  285. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  286. ; Direct Patch
  287. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  288. [DirectPatch]
  289.  
  290.  
  291.  
  292. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  293. ; Logging and debugging
  294. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  295. [Debug]
  296.  
  297. ;------------------------
  298. ; EnableLog
  299. ; Enable/Disable log file output.
  300. ; MarkLogHotkey
  301. ; Mark the logfile with timestamp using this hotkey before
  302. ; performing some action to make it easier when debugging.
  303. ; LogFilter
  304. ; Filter log output. Separate by semicolon.
  305. ;
  306. EnableLog = 0
  307. MarkLogHotkey = CTRL + ALT + M
  308. LogFilter = User logged on
  309.  
  310.  
  311. ;------------------------
  312. ; Create dump file when games crash. This can helps developer
  313. ; to investigate what causes the game crash and to improve this
  314. ; emulator.
  315. ;
  316. Minidump = 1
  317.  
  318.  
  319.  
  320. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  321. ; Emulator networking
  322. ; Warning: Advanced settings! Best to leave it as is if you
  323. ; don't know what these settings are for.
  324. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  325. [Networking]
  326.  
  327.  
  328. ;------------------------
  329. ; BroadcastAddress
  330. ; Set broadcast address used by emulator discovery system.
  331. ; To broadcast to multiple addresses, separate by a space.
  332. ; To connect to other computer online, specify their ip or
  333. ; ip:port here.
  334. ; ListenPort
  335. ; Communication port used by this emulator, must match with
  336. ; other player or it won't find each other.
  337. ; MaximumPort
  338. ; Attempt to use another next port when current listen port
  339. ; is already in use.
  340. ; DiscoveryInterval
  341. ; Interval for discover packet in second. A small packet
  342. ; sent by the emulator to broadcast address to discover
  343. ; other players.
  344. ; MaximumConnection
  345. ; Number of maximum allowed connection
  346. ;
  347. BroadcastAddress = 255.255.255.255
  348. ListenPort = 31313
  349. MaximumPort = 10
  350. DiscoveryInterval = 3
  351. MaximumConnection = 200
  352.  
  353.  
  354.  
  355. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  356. ; steam_api.dll replacement.
  357. ;
  358. ; Allow you to start game directly without the launcher.
  359. ;
  360. ; To start the game without the launcher, rename original
  361. ; steam_api.dll to ValveApi.dll and then rename
  362. ; SmartSteamEmu.dll to steam_api.dll
  363. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  364. [SteamApi]
  365.  
  366. ; The emulator will try to search for interface version
  367. ; automatically inside original steam api.
  368. ;
  369. OriginalSteamApi = ValveApi.dll
  370. OriginalSteamApi64 = ValveApi64.dll
  371.  
  372.  
  373. ; Manually specify interface version if no original steam_api.dll
  374. ; found. It must match the steam_api.dll that come with the game.
  375. ;
  376. SteamClient = 15
  377. SteamUser = 16
  378. SteamGameServer = 1
  379. SteamFriends = 13
  380. SteamUtils = 5
  381. SteamMatchMaking = 9
  382. SteamMatchMakingServers = 2
  383. SteamUserStats = 11
  384. SteamGameServerStats = 1
  385. SteamApps = 5
  386. SteamMasterServerUpdater = 1
  387. SteamNetworking = 5
  388. SteamRemoteStorage = 10
  389. SteamScreenshots = 1
  390. SteamHTTP = 2
  391. SteamUnifiedMessages = 1
  392. SteamController = 1
  393. SteamUGC = 1
  394. SteamAppList = 1
  395. SteamMusic = 1
  396. SteamMusicRemote = 1
  397. SteamHTMLSurface = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement