Advertisement
Kapperhino

Untitled

Jul 28th, 2016
7,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.29 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. ; Launch the loader with /help command to discover more.
  16. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17. [Launcher]
  18.  
  19.  
  20. ;-------------------------------------------------------------
  21. ; Target
  22. ; This must be pointed to your game executables (.exe)
  23. ; StartIn
  24. ; Point to your game folder. Don't set if you want to use
  25. ; emulator current directory. This will affect Target if
  26. ; the target uses relative path.
  27. ; CommandLine
  28. ; Additional command line for your games. Source (Valve)
  29. ; games requires -steam or you will get "insecure"
  30. ; message
  31. ;-------------------------------------------------------------
  32. Target = DeadByDaylight.exe
  33. #StartIn = C:\Program Files (x86)\Steam\steamapps\common\Age of Empires II HD
  34. #CommandLine = -steam
  35.  
  36.  
  37. ;-------------------------------------------------------------
  38. ; This must be pointing to SmartSteamEmu.dll, you can use
  39. ; absolute path or relative path; relative to the loader.
  40. ; The emulator storage folder will be created on
  41. ; the same folder as SmartSteamEmu.dll
  42. ;-------------------------------------------------------------
  43. SteamClientPath64 = SmartSteamEmu64.dll
  44.  
  45.  
  46. ;-------------------------------------------------------------
  47. ; Persist
  48. ; Don't exit the loader. Required for games that uses batch
  49. ; file (.bat) or which launch multiple executables.
  50. ; InjectDll
  51. ; Inject SmartSteamEmu module into process instead of waiting
  52. ; for game to load it itself. If the game uses steam.dll
  53. ; you might need this to be turned on.
  54. ; ParanoidMode
  55. ; Warn you first if the steam client process is running
  56. ; before launching the game.
  57. ;-------------------------------------------------------------
  58. Persist = 1
  59. InjectDll = 0
  60. ParanoidMode = 0
  61.  
  62.  
  63.  
  64. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  65. ; This section will be used by emulator.
  66. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  67. [SmartSteamEmu]
  68.  
  69. ;-------------------------------------------------------------
  70. ; AppId
  71. ; Your game appid. http://store.steampowered.com/app/<AppId>
  72. ; Set to 0 to read from steam_appid.txt file.
  73. ;
  74. ; SteamIdGeneration - Specify one of these:
  75. ; - Static
  76. ; - Random
  77. ; - PersonaName
  78. ; - ip
  79. ; - Manual (you must set ManualSteamId)
  80. ; - GenerateRandom (Default, Generate steam id once and reuse the
  81. ; same generated steam id for the next time)
  82. ; Remember, some games store steam id in save file and steam id
  83. ; must match when loading the game again.
  84. ;
  85. ; ManualSteamId
  86. ; Example: 76561197960287930
  87. ;
  88. ; LowViolence
  89. ; Set this to 1 if you want to have a low violence game
  90. ; and/or residing in a country that requires you to have this
  91. ; restriction.
  92. ;
  93. ; Offline
  94. ; Set this to 1 to set emu as offline.
  95. ;
  96. ;-------------------------------------------------------------
  97. AppId = 381210
  98. Language = English
  99. SteamIdGeneration = PersonaName
  100. #ManualSteamId = 0
  101. LowViolence = 0
  102. Offline = 0
  103.  
  104.  
  105. ;-------------------------------------------------------------
  106. ; AvatarFilename
  107. ; Avatar file, only .png is supported
  108. ; PersonaName
  109. ; Set this to your name *OR* use one of these:
  110. ; - ComputerName
  111. ; - AccountName (default)
  112. ; AutomaticallyJoinInvite
  113. ; When somebody send invite to you, you will automatically
  114. ; accept their invite.
  115. ;-------------------------------------------------------------
  116. AvatarFilename = avatar.png
  117. PersonaName = Kapperhino
  118. AutomaticallyJoinInvite = 1
  119.  
  120.  
  121. ;-------------------------------------------------------------
  122. ; StorageOnAppdata
  123. ; Storage (save game) files will be saved on local account
  124. ; appdata folder.
  125. ; C:\Users\<YourName>\AppData\SmartSteamEmu
  126. ;
  127. ; If you lose your savegame files after using this
  128. ; version, disable this value or move your savegame files to
  129. ; appdata folder.
  130. ;
  131. ; SeparateStorageByName
  132. ; Each "PersonaName" will have its own storage folder for save
  133. ; game, storage file, stats, achievements and avatar.
  134. ;
  135. ; Before
  136. ; SmartSteamEmu\<game files>
  137. ; After
  138. ; SmartSteamEmu\my name\<own game files>
  139. ; SmartSteamEmu\his name\<own game files>
  140. ; SmartSteamEmu\her name\<own game files>
  141. ;
  142. ; RemoteStoragePath
  143. ; Specify your own location of remote storage path. The
  144. ; default location is on SmartSteamEmu\remote_<appid> or
  145. ; SmartSteamEmu\<persona name>\remote_<appid>.
  146. ;-------------------------------------------------------------
  147. #SeparateStorageByName = 0
  148. RemoteStoragePath = save
  149.  
  150.  
  151. ;-------------------------------------------------------------
  152. ; EnableHTTP
  153. ; If disabled, all calls to create HTTP request will fail.
  154. ; It is advised to keep this turned off.
  155. ;
  156. ; EnableInGameVoice
  157. ; Enable In-Game voice using microphone input.
  158. ; The implementation is not yet finished. It is recommended
  159. ; to use other application for voice chat.
  160. ;
  161. ; EnableLobbyFilter
  162. ; Turn this off to find all lobbies within the same app id.
  163. ;
  164. ; EnableOverlay
  165. ; Tell game that we have overlay enabled.
  166. ;
  167. ; DisableFriendList
  168. ; Disable friend list from appear in game.
  169. ;
  170. ; DisableLeaderboard
  171. ; Disable leaderboard by not returning any leaderboad when
  172. ; game requested it
  173. ;
  174. ; SecuredServer
  175. ; VAC server. If the games complain it starts *insecure*ly
  176. ; or to remove any plugins before attempting to connect to
  177. ; a VAC secured server, set this to 0.
  178. ;
  179. ; VR
  180. ; Tell supported games to enable virtual reality.
  181. ;
  182. ; RandomItemAwards
  183. ; Give random items in CS:GO
  184. ;
  185. ; DisableGC
  186. ; Disable GameCoordinator emulation
  187. ;-------------------------------------------------------------
  188. EnableHTTP = 1
  189. EnableInGameVoice = 0
  190. EnableLobbyFilter = 0
  191. EnableOverlay = 0
  192. DisableFriendList = 0
  193. DisableLeaderboard = 0
  194. SecuredServer = 0
  195. VR = 0
  196. RandomItemAwards = 0
  197. DisableGC = 0
  198.  
  199.  
  200. ;------------------------
  201. ; Master server list
  202. ; In "<ip>:<port>" format. Multiple server is separated by
  203. ; a space.
  204. ;
  205. #MasterServer = 46.165.194.16:27011 46.4.71.67:27011 46.165.194.14:27011
  206. #MasterServerGoldSrc = 46.165.194.16:27010 46.4.71.67:27010 46.165.194.14:27010
  207. MasterServer = 188.40.40.201:27010
  208. MasterServerGoldSrc = 188.40.40.201:27010
  209.  
  210.  
  211. ;------------------------
  212. ; Quick join hotkey for private match.
  213. ; Valid modifier are: BACKSPACE, TAB, ENTER, SHIFT, CONTROL, ALT
  214. ; PAUSE, CAPSLOCK, ESCAPE, SPACE, PAGEUP, PAGEDOWN, END, HOME,
  215. ; INSERT, DELETE, F1-F12.
  216. ;
  217. ; Must be a combination, example: CONTROL + J
  218. ;
  219. QuickJoinHotkey = SHIFT + TAB
  220.  
  221.  
  222.  
  223. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  224. ; Overlay Plugins
  225. ;
  226. ; SSEOverlay plugins comes with two functions, overlay being the
  227. ; main one and OnlineMode which allow you to connects to other
  228. ; players worldwide. To open overlay, use the QuickJoinHotkey
  229. ; defined on [SmartSteamEmu] section.
  230. ;
  231. ; The overlay may be highly unstable for some games and you may
  232. ; need to disable them.
  233. ;
  234. ; The online mode is turned on by default, if you wish not to
  235. ; connect to others or care for privacy or security, simply turn
  236. ; the option off.
  237. ;
  238. ; Language is defined in Language.ini inside Plugins\SSEOverlay
  239. ; folder.
  240. ;
  241. ; ScreenshotHotkey captures game screen using these hotkey. The
  242. ; rules is same as [SmartSteamEmu] QuickJoinHotkey
  243. ;
  244. ; HookRefCount allows DX9 games to be safely shutdown the device
  245. ; so it can change resolution without crash. If you experience
  246. ; crash with overlay try to disable this first.
  247. ;
  248. ; If you specified OnlineKey, you will be connected only to the
  249. ; same people that uses same OnlineKey.
  250. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  251. [SSEOverlay]
  252. DisableOverlay = 0
  253. OnlineMode = 1
  254. Language = English
  255. ScreenshotHotkey = F12
  256. HookRefCount = 1
  257. ;OnlineKey =
  258.  
  259.  
  260.  
  261. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  262. ; DLC subscriptions
  263. ;
  264. ; Use the following format for subscription:
  265. ; <appid> = <1/0> or <DLC Name>
  266. ; Example:
  267. ; 57923 = Duke Nukem Forever: Hail to the Icons Parody Pack
  268. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  269. [DLC]
  270.  
  271.  
  272. ;------------------------
  273. ; If requested subscription id cannot be found here,
  274. ; SmartSteamEmu will use this default value.
  275. ;
  276. Default = 1
  277.  
  278. 492360 = 1
  279. 492140 = 1
  280. 489980 = 1
  281.  
  282.  
  283.  
  284. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  285. ; Achievements override
  286. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  287. [Achievements]
  288.  
  289. ; Unlocks all achievements
  290. UnlockAll = 0
  291.  
  292. ; If the game loops when reading stats/achievements, enable this.
  293. FailOnNonExistenceStats = 0
  294.  
  295.  
  296. ; If you want to modify individual achievements, use the
  297. ; following format:
  298. ; <achievement name> = 1/0
  299.  
  300.  
  301.  
  302. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  303. ; Player Management
  304. ;
  305. ; Allow or deny who will able to connect to your server
  306. ;
  307. ; To deny or ban connection from steam id, use the following
  308. ; format:
  309. ; STEAM_0:X:YYY = 0
  310. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  311. [PlayerManagement]
  312.  
  313. ; Allow anyone to connect. If set to false, only allow connection
  314. ; from recognized steam emu.
  315. AllowAnyoneConnect = 1
  316.  
  317. ; Set a password to allow ban/unban remotely. The password must > 4
  318. ; characters long. Remove # infront AdminPassword to enable password.
  319. ; App restart is *required* to update the password.
  320. #AdminPassword =
  321.  
  322.  
  323.  
  324. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  325. ; Direct Patch
  326. ;
  327. ; Allow you to patch loaded game modules (.exe, .dll) on memory.
  328. ;
  329. ; Use the following format:
  330. ; ModuleName.ext=Location;OriginalBytes;PatchBytes
  331. ; Example:
  332. ; mymodule.dll=12ab;74fe;ebfe
  333. ; mymodule.dll=*;74fe;ebfe
  334. ; mymodule.dll=*;74??;eb
  335. ; mymodule.dll=*;74??;9090??ebfe
  336. ;
  337. ; DirectPatch will only patch once per entry. The location is the
  338. ; file offset to patch. You can use asterisks (*) to search for
  339. ; pattern given by OriginalBytes.
  340. ;
  341. ; OriginalBytes is use to validate given offset or search for
  342. ; pattern.
  343. ;
  344. ; If you set the location to offsets, the OriginalBytes will be
  345. ; used to validate the bytes on that offsets. If it match, it
  346. ; will patch the offset using PatchBytes.
  347. ;
  348. ; If you set the location to asterisks (*), the OriginalBytes
  349. ; will be used as a pattern to search and once found matching
  350. ; pattern, it will patch using PatchBytes.
  351. ;
  352. ; Both OrignalBytes and PatchBytes can include ?? to indicates
  353. ; wildcard.
  354. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  355. [DirectPatch]
  356. ; Dead Rising : OTR - Windowed mode
  357. #deadrising2otr.exe=508bf8;00f3;01
  358.  
  359.  
  360.  
  361. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  362. ; Logging and debugging
  363. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  364. [Debug]
  365.  
  366. ;------------------------
  367. ; EnableLog
  368. ; Enable/Disable log file output.
  369. ; MarkLogHotkey
  370. ; Mark the logfile with timestamp using this hotkey before
  371. ; performing some action to make it easier when debugging.
  372. ; LogFilter
  373. ; Filter log output. Separate by semicolon.
  374. ;
  375. EnableLog = 0
  376. MarkLogHotkey = CTRL + ALT + M
  377. LogFilter = User logged on
  378.  
  379.  
  380. ;------------------------
  381. ; Create dump file when games crash. This can helps developers
  382. ; to investigate what causes the game crash and to improve this
  383. ; emulator.
  384. ;
  385. Minidump = 1
  386.  
  387.  
  388.  
  389. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  390. ; Emulator networking
  391. ; Warning: Advanced settings! Best to leave it as is if you
  392. ; don't know what these settings are for.
  393. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  394. [Networking]
  395.  
  396.  
  397. ;------------------------
  398. ; BroadcastAddress
  399. ; Set broadcast address used by emulator discovery system.
  400. ; To broadcast to multiple addresses, separate by a space.
  401. ; To connect to other computer online, specify their ip or
  402. ; ip:port here.
  403. ; ListenPort
  404. ; Communication port used by this emulator, must match with
  405. ; other player or it won't find each other.
  406. ; MaximumPort
  407. ; Attempt to use another next port when current listen port
  408. ; is already in use.
  409. ; DiscoveryInterval
  410. ; Interval for discover packet in second. A small packet
  411. ; sent by the emulator to broadcast address to discover
  412. ; other players.
  413. ; MaximumConnection
  414. ; Number of maximum allowed connection
  415. ;
  416. BroadcastAddress = 255.255.255.255
  417. ListenPort = 31313
  418. MaximumPort = 10
  419. DiscoveryInterval = 3
  420. MaximumConnection = 200
  421.  
  422.  
  423.  
  424. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  425. ; steam_api.dll replacement.
  426. ;
  427. ; Allow you to start game directly without the launcher.
  428. ;
  429. ; To start the game without the launcher, rename original
  430. ; steam_api.dll to ValveApi.dll and then rename
  431. ; SmartSteamEmu.dll to steam_api.dll
  432. ;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  433. [SteamApi]
  434.  
  435. ; The emulator will try to search for interface version
  436. ; automatically inside original steam api.
  437. ;
  438. OriginalSteamApi = ValveApi.dll
  439. OriginalSteamApi64 = ValveApi64.dll
  440.  
  441.  
  442. ; Manually specify interface version if no original steam_api.dll
  443. ; found. It must match the steam_api.dll that come with the game.
  444. ;
  445. SteamClient = 15
  446. SteamUser = 18
  447. SteamGameServer = 1
  448. SteamFriends = 15
  449. SteamUtils = 7
  450. SteamMatchMaking = 9
  451. SteamMatchMakingServers = 2
  452. SteamUserStats = 11
  453. SteamGameServerStats = 1
  454. SteamApps = 7
  455. SteamMasterServerUpdater = 1
  456. SteamNetworking = 5
  457. SteamRemoteStorage = 13
  458. SteamScreenshots = 1
  459. SteamHTTP = 2
  460. SteamUnifiedMessages = 1
  461. SteamController = 1
  462. SteamUGC = 7
  463. SteamAppList = 1
  464. SteamMusic = 1
  465. SteamMusicRemote = 1
  466. SteamHTMLSurface = 2
  467.  
  468. [Addons]
  469. LauncherTitle=Dead by Daylight Launcher
  470. PlayButtonText=��������� � ��������� ����
  471. LanguageLabelText=����:
  472. SettingsButtonVisible=True
  473. PlayerNameErrorMsg=
  474. LoaderErrorMsg=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement