Guest User

Untitled

a guest
Jun 26th, 2020
1,338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.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. match-stats.enabled = 1
  9.  
  10. start.game = "steam://rungameid/996470"
  11. exe.name = "\PES2020.exe"
  12.  
  13. ; enforce number of match minutes here
  14. ; you can set any value from 1 to 255, although you probably
  15. ; do not want to go higher than 90, because it will be weird :-)
  16. ; 0 - disables this feature.
  17. match.minutes = 0
  18.  
  19.  
  20.  
  21. cpk.root = ".\livecpk\Legends Team Pack"
  22. cpk.root = ".\livecpk\MOD SILA IPM"
  23. cpk.root = ".\livecpk\EvoWeb Patch\Database"
  24. cpk.root = ".\livecpk\EvoWeb Patch\Faces"
  25. cpk.root = ".\livecpk\EvoWeb Patch\Graphics"
  26. cpk.root = ".\livecpk\CompMenus"
  27. cpk.root = ".\livecpk\evo_adboards"
  28. cpk.root = ".\livecpk\UEFA POTY Award"
  29. cpk.root = ".\livecpk\ML Graphics"
  30. cpk.root = ".\livecpk\MLMyTeam GFX"
  31. cpk.root = ".\livecpk\RefColor"
  32. cpk.root = ".\livecpk\tvlogo"
  33. cpk.root = ".\livecpk\turfs"
  34. cpk.root = ".\livecpk\EvoWeb Patch\Kits"
  35. cpk.root = ".\Graphics"
  36. cpk.root = ".\livecpk\gameplay"
  37. cpk.root = ".\livecpk\ball-root"
  38. cpk.root = ".\livecpk\ktgrfont\champions"
  39. cpk.root = ".\livecpk\referee-whistle"
  40. cpk.root = ".\Livecpk\goal-sounds"
  41. cpk.root = ".\livecpk\boot-root"
  42. ;cpk.root = "C:\users\anton\Documents\Hawke\Sider\music-root"
  43.  
  44. ; Lua settings
  45. lua.enabled = 1
  46. luajit.ext.enabled = 1
  47. lua.module = "lib\CommonLib.lua"
  48. lua.module = "trophy.lua"
  49. lua.module = "tournament_anth_tunnel.lua"
  50. lua.module = "tournament_anthems.lua"
  51. lua.module = "MenuServer.lua"
  52. lua.module = "TournamentCornerFlags.lua"
  53. lua.module = "etrace.lua"
  54. lua.module = "GFX_MOD.lua"
  55. lua.module = "MLMyTeam.lua"
  56. lua.module = "ScoreboardServer.lua
  57. lua.module = "EuropeanCups.lua"
  58. lua.module = "GFX_lod.lua"
  59. lua.module = "Stadium_Tunnel.lua"
  60. lua.module = "StadiumServer.lua"
  61. lua.module = "GoalSounds.lua"
  62. lua.module = "env.lua"
  63. lua.module = "kserv.lua"
  64. lua.module = "RefKitServer.lua"
  65. lua.module = "CrowdServer.lua"
  66. lua.module = "Entrance.lua"
  67. lua.module = "tunnel.lua"
  68. lua.module = "BroadCastCam.lua"
  69. lua.module = "CommonCam.lua"
  70. lua.module = "DynamicWideCam.lua"
  71. lua.module = "FanViewCam.lua"
  72. lua.module = "PenaltyCam.lua"
  73. lua.module = "ReplayCam.lua"
  74. lua.module = "StadiumCam.lua"
  75. lua.module = "VerticalCam.lua"
  76. lua.module = "Stadium_Banner.lua"
  77. ;lua.module = "timeaccel.lua"
  78. ;lua.module = "matchset.lua"
  79. ;lua.module = "tracer.lua"
  80. ;lua.module = "inputdemo.lua"
  81. ;lua.module = "snow.lua"
  82. lua.module = "kserv.lua"
  83. ;lua.module = "facedump.lua"
  84. ;lua.module = "filedump2.lua"
  85. ;lua.module = "kitrewrite.lua"
  86. lua.module = "BallServer.lua"
  87. lua.module = "netblock.lua"
  88. lua.module = "GoalSongServer.lua"
  89. ;lua.module = "SoundServer.lua"
  90.  
  91.  
  92. ; Overlay settings
  93. ; location on screen: top|bottom
  94. ; size of the font (0 - automatic)
  95. ; overlay hot keys:
  96. ; 0x20 - [space] - toggle overlay on/off
  97. ; 0x31 - [1] - pass overlay control to next module
  98. ; colors are in RRGGBBAA format
  99. overlay.enabled = 1
  100. overlay.on-from-start = 0
  101. overlay.location = "top"
  102. overlay.font-size = 0
  103. overlay.font = "Consolas"
  104. overlay.vkey.toggle = 0x20
  105. overlay.vkey.next-module = 0x31
  106. overlay.background-color = "102010c0"
  107. overlay.text-color = "80ff80c0"
  108. overlay.image-alpha-max = 0.8
  109.  
  110. ; Reload modified modules
  111. ; Default combination: Shift-R
  112. vkey.reload-1 = 0x10
  113. vkey.reload-2 = 0x52
Add Comment
Please, Sign In to add comment