[HELP] Thor launcher

Joined
Dec 3, 2009
Messages
489
Reaction score
31
Hello! I already put the correct configuration for my thor launcher, but whenever i put patch and i open the launcher it always say that fail to get master002.thor.

can someone help me?

Heres my main.in:

//Thor Patcher remote config file
[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:
//
// o FTP:
//
// o With <Username> [Password] [Port]
//
// o Note: username is required if want put password, otherwise everything is optional.
file_url=http://ip-106-214-241-80.static.contabo.net/Web/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=2

// _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

Inside my htdocs i had a folder name web/data then i put the master002.thor there.

Heres my plist.txt

100 master002.thor

Someone help me please?

Heres my config

[Config:Main]

RootURL='http://ip-106-214-241-80.static.contabo.net/Web/'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='master.dat'

DefaultGRF='server.grf'

ClientEXE='game.exe'
ClientParameter='game.exe /app_run'


FinishOnConnectionFailure=false

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

Width=
Height=

DragHandling=true

Background='textures/gui/launcher/bg.jpg'

FadeOnDrag=true

[Config:BGM]
File=

Loop=true

Volume=80

Directory=

[Config:Misc]
Title='Masters Ran Online'

HideProgressBarWhenFinish=false


[ProgressBar:bar1]
Width=392
Height=11

Left=115
Top=362

BackColorStart=
BackColorEnd=

FrontColorStart=
FrontColorEnd=

FrontImage='textures/gui/launcher/front.png'
BackImage='textures/gui/launcher/back.png'

Hook='ProgressChange'



[Label:Status]
AutoResize = true

Width=369
Height=

Left=35
Top=410
Alignment='center'

FontColor=$dedede
FontName = ''
FontSize =

Text=''

Hook='StatusChange'

[Label:Copyright]
AutoResize = true

Width=369
Height=

Left=5
Top=479
Alignment='center'

FontColor=$dedede
FontName = ''
FontSize = '7'

Text='Copyright © 2013 Masters Ran Online Official Launcher Ltd. All Rights Reserved.'

[NoticeBox:BoxRight]
Width=375
Height=314
Left=10
Top=42
URL='http://ip-106-214-241-80.static.contabo.net/Web/notice.html'

[NoticeBox:BoxLeft]
Width=326
Height=236
Left=396
Top=42
URL='http://ip-106-214-241-80.static.contabo.net/Web/notice.html'

[Button:Start]
Default='textures/gui/launcher/start1.png'
OnHover='textures/gui/launcher/start2.png'
OnDown='textures/gui/launcher/start3.jpg'

Left=540
Top=418

Hook='Start'

[Button:Shop]
Default='textures/gui/launcher/itemshop1.jpg'
OnHover='textures/gui/launcher/itemshop2.jpg'
OnDown='textures/gui/launcher/itemshop1.jpg'

Left=396
Top=292

Mode=1
Action='http://ip-106-214-241-80.static.contabo.net/v-shop.php'

[Button:Event]
Default='textures/gui/launcher/event1.jpg'
OnHover='textures/gui/launcher/event2.jpg'
OnDown='textures/gui/launcher/event1.jpg'

Left=572
Top=292

Mode=1
Action='http://ip-106-214-241-80.static.contabo.net/Web/notice.html'

[Button:Register]
Default='textures/gui/launcher/reg1.jpg'
OnHover='textures/gui/launcher/reg2.jpg'
OnDown='textures/gui/launcher/reg3.jpg'

Left=540
Top=393

Mode=1
Action='http://masters-ran.com/'


[Button:Exit]
Default='textures/gui/launcher/Exit1.jpg'
OnHover='textures/gui/launcher/Exit2.jpg'
OnDown='textures/gui/launcher/Exit3.jpg'

Left=708
Top=5

Hook='Exit'

[Button:Cancel]
Default='textures/gui/launcher/cancel1.jpg'
OnHover='textures/gui/launcher/cancel2.jpg'
OnDown='textures/gui/launcher/cancel1.jpg'

Left=540
Top=370
Hook='Cancel'
 
Last edited:
Back
Top