Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. [sider]
  2. debug = 1
  3. close.on.exit = 0
  4. start.minimized = 1
  5.  
  6. free.side.select = 1
  7. livecpk.enabled = 1
  8.  
  9. ;start.game = "steam://rungameid/996470"
  10. exe.name = "\PES2020.exe"
  11.  
  12. ; enforce number of match minutes here
  13. ; you can set any value from 1 to 255, although you probably
  14. ; do not want to go higher than 90, because it will be weird :-)
  15. ; 0 - disables this feature.
  16. match.minutes = 0
  17.  
  18. cpk.root = ".\livecpk\turf"
  19. cpk.root = ".\livecpk\evo_adboards"
  20. cpk.root = ".\livecpk\ball-root"
  21. cpk.root = ".\livecpk\preds-root"
  22. ;cpk.root = "C:\users\anton\Documents\Hawke\Sider\music-root"
  23.  
  24.  
  25. ; Lua settings
  26. lua.enabled = 1
  27. luajit.ext.enabled = 1
  28.  
  29. lua.module = "lib\CommonLib.lua"
  30. lua.module = "StadiumServer.lua"
  31. lua.module = "BallServer.lua"
  32. lua.module = "RefKitServer.lua"
  33. lua.module = "ScoreboardServer.lua"
  34. lua.module = "env.lua"
  35. lua.module = "etrace.lua"
  36. lua.module = "trophy.lua"
  37. lua.module = "camera.lua"
  38. ;lua.module = "timeaccel.lua"
  39. ;lua.module = "matchset.lua"
  40. ;lua.module = "tracer.lua"
  41. ;lua.module = "inputdemo.lua"
  42. ;lua.module = "snow.lua"
  43. ;lua.module = "facedump.lua"
  44. ;lua.module = "filedump2.lua"
  45. ;lua.module = "kitrewrite.lua"
  46.  
  47. ; Overlay settings
  48. ; location on screen: top|bottom
  49. ; size of the font (0 - automatic)
  50. ; overlay hot keys:
  51. ; 0x20 - [space] - toggle overlay on/off
  52. ; 0x31 - [1] - pass overlay control to next module
  53. ; colors are in RRGGBBAA format
  54. overlay.enabled = 1
  55. overlay.on-from-start = 0
  56. overlay.location = "top"
  57. overlay.font-size = 0
  58. overlay.font = "Consolas"
  59. overlay.vkey.toggle = 0x20
  60. overlay.vkey.next-module = 0x31
  61. overlay.background-color = "102010c0"
  62. overlay.text-color = "80ff80c0"
  63. overlay.image-alpha-max = 0.8
  64.  
  65. ; Reload modified modules
  66. ; Default combination: Shift-R
  67. vkey.reload-1 = 0x10
  68. vkey.reload-2 = 0x52
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement