Advertisement
Redavi1

Untitled

Sep 18th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 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 = "C:\users\anton\Documents\Hawke\Sider\music-root"
  19. cpk.root = ".\TURF ENDO"
  20. cpk.root = ".\livecpk\LOGOS"
  21. cpk.root = ".\livecpk\FACE"
  22. cpk.root = ".\livecpk\adboard"
  23. cpk.root = ".\livecpk\TVLogo"
  24. cpk.root = ".\livecpk\Tattoo"
  25. cpk.root = ".\livecpk\preds-root"
  26.  
  27.  
  28. ; Lua settings
  29. lua.enabled = 1
  30. luajit.ext.enabled = 1
  31.  
  32. lua.module = "lib\CommonLib.lua"
  33. lua.module = "Ballserver.lua"
  34. lua.module = "ScoreboardServer.lua"
  35. lua.module = "StadiumServer.lua"
  36. lua.module = "kserv.lua"
  37. lua.module = "env.lua"
  38. lua.module = "etrace.lua"
  39. lua.module = "camera.lua"
  40. ;lua.module = "timeaccel.lua"
  41. ;lua.module = "matchset.lua"
  42. ;lua.module = "tracer.lua"
  43. ;lua.module = "inputdemo.lua"
  44. ;lua.module = "snow.lua"
  45. ;lua.module = "facedump.lua"
  46. ;lua.module = "filedump2.lua"
  47. ;lua.module = "kitrewrite.lua"
  48. lua.module = "Ballserver.lua"
  49. lua.module = "menuscheme.lua"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement