Advertisement
Guest User

sider.ini

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