Advertisement
Guest User

main.ini

a guest
Nov 25th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. //Thor Patcher remote config file
  2. [Main]
  3. //Allow patching or not?
  4. allow=true
  5.  
  6. //Should patcher ignore everything else and finish patch immediately?
  7. Force_Start=false
  8.  
  9. //if not, what message should appear?
  10. policy_msg=Server is taking a nap.
  11.  
  12. //file_url - patch files should ALL put here.
  13. // This config entry will override the one in embed config.
  14. // o HTTP:
  15. // http://domain.com/dir/
  16. // o FTP:
  17. // ftp://domain.com/dir/
  18. // o With <Username> [Password] [Port]
  19. // ftp://username:password@domain.com:port/dir/
  20. // o Note: username is required if want put password, otherwise everything is optional.
  21. file_url=http://teamglorious.eu/patch/data/
  22.  
  23. [Patch]
  24. //use CheckSum tool, hash for client & patcher
  25. // used to make sure exe is up to date
  26. // (leave empty to disable this feature)
  27. ClientSum=
  28. PatcherSum=
  29.  
  30.  
  31. //This is compressed file for patcher & client update
  32. // To make these work, ClientSum and/or PatcherSum can't be empty
  33. // Note: these files should put same place as patch file (file_url in internal config)
  34. //Relative address, not FULL URL!
  35. ClientPath=
  36. PatcherPath=
  37.  
  38. // Patch list file
  39. PatchList=plist.txt
  40.  
  41. [Stars]
  42. // Shining o.O (Anyways, its for start button clones)
  43. // Since orignal client has check sum.. why not for clones? XD
  44.  
  45.  
  46. //How many? (it should same as amount of start button clone, but of course it's your choice)
  47. clients=0
  48.  
  49. // _sum - checksum, use CheckSum tool.
  50. //client1_sum=
  51. // _Name - Filename of exe
  52. //client1_Name=
  53. // _Path - Path for file [Compressed]
  54. //client1_Path=
  55.  
  56. [Misc]
  57. //Set a limit for fragment, when reach this limit, patcher will ask user to defrag
  58. FragmentLimit=50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement