Jump to content
  • 0
seifman123

thor patcher help

Question

3 answers to this question

Recommended Posts

You have to make sure thor patcher is configured properly. Your web config should point to the correct URLs to pull the patch files from

  • Upvote 1
Link to comment
Share on other sites

there is some files i think all the problems are in   like

plist.txt in the patch folder (web folder)

 

1 2007-11-13data.thor
2 2007-11-17palettes.thor
100 DesTinyP.thor

 and the config  in the tools folder

 

[Config:Main]

RootURL='http://yourwebsite.com/patch/'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='your.dat'

DefaultGRF='your.grf'

ClientEXE='yourRO.exe'
ClientParameter='-1sak1'

FinishOnConnectionFailure=false

[Config:Window]
AutoResize=true
Style='none'

Width=
Height=

DragHandling=true

Background='images/bg.bmp'

FadeOnDrag=false

[Config:BGM]
File=

Loop=true

Volume=20

Directory=

[Config:Misc]
Title='DesTinyRO'

HideProgressBarWhenFinish=false


[Label:Status]
AutoResize=true

Width=273
Height=8

Left=135
Top=225
Alignment='center'

FontColor=$ffffff
FontName = 'calibri'
FontSize =10

Text='Patch Process Finished'

Hook='StatusChange'



[ProgressBar:bar1]
Width=273
Height=8

Left=135
Top=215

BackColorStart=
BackColorEnd=

FrontColorStart=
FrontColorEnd=

FrontImage='images/frontprogress.png'
BackImage='images/backprogress.png'

Hook='ProgressChange'


[NoticeBox:Box0]
Width=278
Height=227
Left=132
Top=259
URL='http://yourwebsite.com/patch/notice.html'

[Button:Start]
Default='images/start.png'
OnHover='images/starthover.png'
OnDown='images/startdown.png'
Left=412
Top=215
Hook='Start'

[Button:Exit]
Default='images/Exit.png'
OnHover='images/Exithover.png'
OnDown='images/Exitdown.png'
Left=540
Top=58
Mode=5

[Button:Facebook]
Default='images/Facebook.png'
OnHover='images/FacebookHover.png'
OnDown='images/FacebookDown.png'
Left=411
Top=430
Mode=1
Action='http://www.yourserversite.com/registersite'

[Button:Register]
Default='images/Register.png'
OnHover='images/RegisterHover.png'
OnDown='images/RegisterDown.png'
Left=411
Top=316
Mode=1
Action='http://www.yourserversite.com/registersite'


[Button:Settings]
Default='images/Settings.png'
OnHover='images/SettingsHover.png'
OnDown='images/SettingsDown.png'
Left=411
Top=259
Mode=1
Action='setup.exe'

[Button:Vote]
Default='images/VPS.png'
OnHover='images/VPSHover.png'
OnDown='images/VPSDown.png'
Left=411
Top=373
Mode=1
Action='setup.exe'


if u noticed  here i already chnged the title but still didnt change in the patcher

and the last 1 the main folder in the  web
 

Main]
//Allow patching or not?
allow=true

//Should patcher ignore everything else and finish patch immediately?
Force_Start=false

//if not, what message should appear?
policy_msg=Server is taking a nap.

//file_url - patch files should ALL put here.
// This config entry will override the one in embed config.
// o HTTP:
//         http://domain.com/dir/
// o FTP:
//         ftp://domain.com/dir/
//     o With <Username> [Password] [Port]
//	ftp://username:[email protected]:port/dir/
//     o Note: username is required if want put password, otherwise everything is optional.
file_url=http://127.0.0.1/patch/data/

[Patch]
//use CheckSum tool, hash for client & patcher
// used to make sure exe is up to date
//  (leave empty to disable this feature)
ClientSum=
PatcherSum=


//This is compressed file for patcher & client update
// To make these work, ClientSum and/or PatcherSum can't be empty
// Note: these files should put same place as patch file (file_url in internal config)
//Relative address, not FULL URL!
ClientPath=
PatcherPath=

// Patch list file
PatchList=plist.txt

[Stars]
// Shining o.O (Anyways, its for start button clones)
// Since orignal client has check sum.. why not for clones? XD


//How many? (it should same as amount of start button clone, but of course it's your choice)
clients=0

// _sum - checksum, use CheckSum tool.
//client1_sum=
// _Name - Filename of exe
//client1_Name=
// _Path - Path for file [Compressed]
//client1_Path=

[Misc]
//Set a limit for fragment, when reach this limit, patcher will ask user to defrag
FragmentLimit=50

 which are the  only 3 folders needs to be edited


some help ?  any help ? :(


Jasc
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.