Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. [Player]
  2. PlayerName = LucianoLOL
  3. PlayerNickname = LucianoLOL
  4. ClanName = Blackout
  5. ClanTag = BCT
  6. OpenNameChanger = 0
  7.  
  8. [SteamStatus]
  9. # This will make games think Steam is in offline mode
  10. Offline = 0
  11.  
  12. [Minidumps]
  13. WriteMinidumps = 1
  14.  
  15. [Language]
  16. GameLanguage = english
  17.  
  18. [Cache]
  19. #These options are only read by Steam.dll
  20.  
  21. # This will enable loading apps from GCF files
  22. UseCacheFiles = 0
  23.  
  24. # Full path to the Steamapps folder, there must be an backslash at the end of the path.
  25. CachePath = C:\Program Files (x86)\Steam\steamapps\
  26.  
  27. [Log]
  28. # Create LumaEmu.log and LumaEmu_Steamclient.log
  29. LogFile = 1
  30.  
  31. [MasterServer]
  32. # Set this to 1 to use Valve master server or set it to 2 to use setti master server, this setting is only used by Steam.dll.
  33. Master = 1
  34.  
  35. [DLC]
  36. # With this you can enable and disable DLCs in games
  37. # If you set this to 2, the LumaEmu_DLC folder will be used without trying to get new DLC AppIds from the internet.
  38. UnlockDLC = 1
  39.  
  40. [Overlay]
  41. # This will tell the game if the Steam Overlay is available
  42. EnableOverlay = 1
  43.  
  44. [StatsAndAchievements]
  45. # Save Stats and Achievements
  46. # 1 will save both, 2 will save achievements and 3 will save stats
  47. Save = 1
  48.  
  49. [SourceEngine]
  50. # With this enabled you will not lose FPS when the game window does not have focus, only works with Source Engine games.
  51. FocusPatch = 0
  52.  
  53. [ServerAuthorization]
  54. BlockLumaEmu = 0
  55. BlockLegitSteam = 0
  56. BlockSmartSteamEmu = 0
  57. BlockVACBannedAccounts = 1
  58. BlockUnknownClient = 1
  59.  
  60. [VR]
  61. # This will tell games that Steam is running in VR mode.
  62. EnableVR = 0
  63.  
  64. [RemoteStorage]
  65. # Specify custom path to save SteamCloud files
  66. SaveInCustomPath = 0
  67. Path =
  68.  
  69. [LumaGameLauncher]
  70. # Used by LumaGameLauncher_x86.exe and LumaGameLauncher_x64.exe
  71. GameExe = RustClient.exe
  72. LoadLumaCEG = 0
  73. PatchSteamAPI = 0
  74.  
  75. [SteamClient]
  76. # Set path to steamclient.dll or steamclient64.dll (not the original)
  77. LumaEmuClientDll64 = steamclient64.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement