Advertisement
Guest User

Untitled

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