Advertisement
Guest User

Untitled

a guest
Aug 4th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. [Game Options]
  2. Language=engl
  3.  
  4. # Connection details
  5. RemoteHost=94.23.237.127
  6. RemotePort=2238
  7.  
  8. # ProxyType:
  9. # 0 - None.
  10. # 1 - Socks4
  11. # 2 - Socks5
  12. # 3 - HTTP
  13. ProxyType=0
  14. ProxyHost=127.0.0.1
  15. ProxyPort=1080
  16. ProxyUser=
  17. ProxyPass=
  18.  
  19. # Combat mode by default.
  20. # Used to determine the mode of battle, when the choice is limited.
  21. # 0 - Both realtime and turn-based;
  22. # 1 - Only realtime;
  23. # 2 - Only turn-based.
  24. DefaultCombatMode=2
  25.  
  26. # The sound volume of music and sound effects.
  27. # From 0 (off) to 100 (max)
  28. MusicVolume=100
  29. SoundVolume=100
  30.  
  31. # Will play sounds when the game window is not active.
  32. GlobalSound=1
  33.  
  34. # Window.
  35. ScreenWidth=1024
  36. ScreenHeight=768
  37.  
  38. # Fullscreen mode.
  39. FullScreen=0
  40.  
  41. # On top of all windows.
  42. # 0 - off (default)
  43. # 1 - enabled
  44. AlwaysOnTop=0
  45.  
  46. # The overall level of illumination.
  47. Light=20
  48.  
  49. # Smooth scrolling.
  50. # From 1 to 32.
  51. ScrollDelay=4
  52.  
  53. # Additional reduction of speed scrolling.
  54. # 4, 8, 16, 32.
  55. ScrollStep=32
  56.  
  57. # The speed of the mouse in fullscreen mode.
  58. MouseSpeed=100
  59.  
  60. # Base time, during which the text is displayed. Milliseconds.
  61. # Calculation: TextDelay + 1 symbol * 100 ms.
  62. TextDelay=3000
  63.  
  64. # Time of presenting information about damage. Milliseconds.
  65. # 0 - off. Recommended value when on - 2000.
  66. DamageHitDelay=3000
  67.  
  68. # Reduce the load on the processor.
  69. # The higher the value, the less CPU and FPS.
  70. Sleep=10
  71.  
  72. # Switching layouts in the chat.
  73. # 0 - Ctrl + Shift
  74. # 1 - Alt + Shift
  75. # 2 - Right Ctrl
  76. LangChange=0
  77.  
  78. # Indication cartridges and wear and tear.
  79. # 0 - Stripes
  80. # 1 - Figures
  81. # 2 - Stripes and figures
  82. IndicatorType=2
  83.  
  84. # Inverting the message box.
  85. # 0 - messages go from the bottom up (new bottom, as in the original)
  86. # 1 - the message goes from top to bottom (newest on top)
  87. InvertMessBox=0
  88.  
  89. # If the game window is inactive and you receive an message, the taskbar icon will flash.
  90. # This does not apply to reports on the results of the attack and some other messages.
  91. # 0 - off
  92. # 1 - enabled (default)
  93. WinNotify=1
  94.  
  95. # If the game window is inactive and you receive an message, you will hear a beep.
  96. # This does not apply to reports on the results of the attack and some other messages.
  97. # 0 - off (default)
  98. # 1 - enabled
  99. SoundNotify=1
  100.  
  101. # Timeout for the second game running, in milliseconds.
  102. # If zero configuration settings are taken from the OS.
  103. DoubleClickTime=200
  104.  
  105. # Type of combat messages.
  106. # 0 - full / verbose
  107. # 1 - short / brief
  108. CombatMessagesType=0
  109.  
  110. # Path to resources FOnline.
  111. FonlineDataPath=.\data
  112.  
  113. # DAT localization (Original, LK, Fargus, 1C ...) is not important.
  114. # If they are in the same folder as FOnline.exe, then do not change,
  115. # Otherwise, enter the full path to the DATas.
  116. MasterDatPath=C:\Users\Simon\Desktop\FOnline\master.dat
  117. CritterDatPath=C:\Users\Simon\Desktop\FOnline\critter.dat
  118.  
  119. # FOnline DAT file.
  120. PatchDatPath=faction.zip
  121.  
  122. # Cache sprites.
  123. FlushValue=200
  124.  
  125. # The size of the texture that will store the sprites. Must be a power of two 256, 512, 1024 ...
  126. BaseTexture=1024
  127.  
  128. # Vertical sync.
  129. VSync=1
  130.  
  131. # Additional cleaning the screen.
  132. BackGroundClear=1
  133.  
  134. # Smoothing 3D (Anti-Aliasing).
  135. # -1 - Autodetection
  136. # 0 - off
  137. # 1 .. 16 - the value of smoothing
  138. MultiSampling=-1
  139.  
  140. # Skinning.
  141. # 0 - try hardware
  142. # 1 - only software
  143. SoftwareSkinning=0
  144.  
  145. # Simulation time-lapse graphic 3d models.
  146. # Number of frames per second.
  147. # If 0 - off, the animation will be played as smooth as possible
  148. # When you turn on the optimal value - 10.
  149. Animation3dFPS=0
  150.  
  151. # Smooth transitions in 3d graphics, the time in milliseconds.
  152. # Applies only if Animation3dFPS = 0.
  153. Animation3dSmoothTime =250
  154.  
  155. # Options concerning log.
  156. Logging=1
  157. LoggingDebugOutput=0
  158. LoggingTime=0
  159. LoggingThread=0
  160. AlwaysRun=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement