Jump to content
  • 0
Sign in to follow this  
Kleber Henrique

[AJUDA] Thor Patcher atualiza SQN

Question

Estou com um problema que nunca tive antes, configurei tudo meu thor patcher bonitinho, ele mostra que abaixa os arquivos e tudo mais, só que quando abro o ragnarok não muda as coisas que eu alterei...

Eu coloquei os arquivos dentro da pasta data no formato .thor e .grf
Ele consegue ler os 2 abaixar os 2 mais ele não aplica nehum deles :/

minhas configuração

 

1° Thor


// Thor Patcher Internal Config File
// Note: any entry leaves as blank will use default value

// True = 1
// False = 0
// Note that true or 1 both works fine (that's why I put "=")


//base_url - everything except patch files will read from here
//The address should point to a directory with / at end
//
// example:
//  http://domain.com/patch/
//    NOT
//  http://domain.com/patch
//
base_url=http://perfect-ro.myrag.com.br/patch/

//notice_file - [Relative Address]
//You should able to access this file by combine base_url & notice_file
notice_file=index.html

//core_file - [Relative Address]
//this internal config file only store whats required,
//but core_file is a remote config file that stores on your web host
core_file=main.ini

//TimeOut - timeout of connection in seconds
//0 is default setting, leave it as 0 unless you know what you are doing!
TimeOut=0

//=============================
// File below is on local disk
//=============================
[Local]
//status_file - [Relative Address]
//It used to store information such as last patch id etc,
status_file=atualizacoes.dat

//grf_file - [Relative Address]
grf_file=perfect.grf

//client_file - [Relative Address]
//It's GAME EXE not patcher's
client_file=game.exe

//client_parameter - [self Explained]
client_parameter=-1sak1

//---------------------------------------------------------------------------------
//
//  Below are advanced settings, it is not required to change for patcher to work
//
//---------------------------------------------------------------------------------

//=============================
// Custom Skin controls
//=============================
[skin]
//windows_autosize - if set to 1, window size will automatically adjust depend on content size
windows_autosize=false

//windows_mode - How should window presented?
// None - Borderless window
// Single - Window cannot resized
// Sizeable - ... what it says, however it can not resize when windows_autosize set to true or 1
window_style=none

// Width and Height of window
//windows_autosize set to false or 0 for this to work
// Min: 1 Max: 10000 (I don't think you would need that large)
window_width=800
window_height=400

// If set to true, user able to drag window by click images (background)
// recommended to true especially for boarderless window
window_handle_move=true

// Image for background (DOES NOT READ FROM DIRECTORY OF PATCHER, the config packer will put image inside patcher too)
// Support  : jpg bmp
// Note     : patcher determine image format by filename extension, use with care!
background_file=images3/bg.bmp

//New style of progress bar, it used image.
//WARNING: HIGH CPU USAGE
NewProgressBar=False

//Image of progress bar(only when ProgressBar set to true; BMP, JPG, PNG are supported)
ProgressBar_back=
ProgressBar_front=

// size of progress bar? (only when NewProgressBar set to false)
progress_bar_width=355
progress_bar_height=15

// Position of progress bar
progress_bar_left=20
progress_bar_top=295

//Custom progress bar color
//Use hexadecimal of RGB [eg. #4C7D7E]
//Color for back of progress bar.
progress_bar_backcolor=fadbab
progress_bar_backcolor_end=fadbab

//Color for front of progress bar.
progress_bar_barcolor=5ca028
progress_bar_barcolor_end=5ca028

// Status message width (showing current status)
// no height
status_width=498

// Text alignment
// Left , Center , Right
status_alignment=left

// Position
status_left=23
status_top=295

//Color for status, in hexadecimal of RGB [eg. #123456]
status_color=000000


// control notice (News box? Mini web browser? you name it)
notice_width=505
notice_height=268
notice_left=19
notice_top=18


// For start button
start_normal=images3/start_main.png
start_hover=images3/start_hover.png
start_down=images3/start_main.png

start_left=381
start_top=290

// For Exit button
exit_normal=images3/close_main.png
exit_hover=images3/close_hover.png
exit_down=images3/close_main.png

exit_left=455
exit_top=290

// for cancel button
cancel_normal=images3/close_main.png
cancel_hover=images3/close_hover.png
cancel_down=images3/close_main.png

cancel_left=455
cancel_top=290


// How many custom buttons you want to create?
// Can create up to 255 buttons (Plenty enough)
buttons=6

// - Custom buttons -
//As you can see below, it's not that hard to make custom buttons
//the number after "button" is id(depends on how many you set in buttons)

// _normal - image file when button is in normal status
//button1_normal=images/minimize.png
// _hover - image file when user hover on it
//button1_hover=images/minimizehover.png
// _down - image file when user mouse down on it
//button1_down=images/minimize.png
// _left/_top - position of button
//button1_left=556
//button1_top=10
// _mode - mode for button
// 0 = open URL
// 1 = Launch file/program
// 2 = Message box
// 3 = Minimize
// 4 = Close patcher
// 5 = Start button clone
//button1_mode=3
// _action - depend on what you set in _mode, this may vary
// ex. _mode = 0 , _action=http://google.com
// which makes user open that URL address after click that button
//button1_action=
// Parameter - Currently only used in "Start button clone"
//button1_parameter=

// _normal - image file when button is in normal status
//button2_normal=images/close.png
// _hover - image file when user hover on it
//button2_hover=images/closehover.png
// _down - image file when user mouse down on it
//button2_down=images/close.png
// _left/_top - position of button
//button2_left=576
//button2_top=10
// _mode - mode for button
// 0 = open URL
// 1 = Launch file/program
// 2 = Message box
// 3 = Minimize
// 4 = Close patcher
// 5 = Start button clone
//button2_mode=4
// _action - depend on what you set in _mode, this may vary
// ex. _mode = 0 , _action=http://google.com
// which makes user open that URL address after click that button
//button2_action=
// Parameter - Currently only used in "Start button clone"
//button1_parameter=

//Custom Buttons


//Register Button
button1_normal=images3/reg_main.png
button1_hover=images3/reg_hover.png
button1_down=images3/reg_main.png
button1_left=15
button1_top=316
button1_mode=0
button1_action=http://perfect-ro.myrag.com.br/

//Forum
button2_normal=images3/forum_main.png
button2_hover=images3/forum_hover.png
button2_down=images3/forum_main.png
button2_left=136
button2_top=315
button2_mode=0
button2_action=https://www.facebook.com/groups/1547607662205420/?fref=ts

//Vote for us
button3_normal=images3/vote_main.png
button3_hover=images3/vote_hover.png
button3_down=images3/vote_main.png
button3_left=257
button3_top=315
button3_mode=0
button3_action=http://#/

//Facebook
button4_normal=images3/fb_main.png
button4_hover=images3/fb_hover.png
button4_down=images3/fb_main.png
button4_left=383
button4_top=335
button4_mode=0
button4_action=https://www.facebook.com/groups/1547607662205420/?fref=ts

//Twitter
button5_normal=images3/twit_main.png
button5_hover=images3/twit_hover.png
button5_down=images3/twit_main.png
button5_left=418
button5_top=335
button5_mode=0
button5_action=https://www.facebook.com/groups/1547607662205420/?fref=ts

//google
button6_normal=images3/google_main.png
button6_hover=images3/google_hover.png
button6_down=images3/google_main.png
button6_left=453
button6_top=335
button6_mode=0
button6_action=https://www.facebook.com/groups/1547607662205420/?fref=ts


[bGM]
//Background music, leave blank to disable (mp3/mid/wav)
//Side note: Personally, I don't like background music in this kind situation, so think about players.
bgm=som/music.mp3

//Loop play background music? (play over and over)
BGMLoop=False

//BGM Volume (1-100)
// Recommended value: 40-60 [Respect player's ears please]
// Default: 50
Volume=50

//Note: This will override "bgm" entry when set!
//When set, patcher will scan all mp3 in specific directory (use relative path)
//It will random choose one when launch
//eg.   BGM/
BGMDir=

[Misc]
//Set to true if you want patcher allow to start game when unable to connect webserver
Continue On Connection Fail=true

//What will the window title called?
Title=Perfect-RO

//Set this to true if you love to see similar effect in RO when dragging window.
// (Semi transparent effect)
// Note: Does not apply to window title yet.
// Not recommended for average users.
FadeOnDrag=false

 

 

2° Thor

 

 

[Config:Main]

RootURL='http://perfect-ro.myrag.com.br/patch/'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='atualiza.dat'

DefaultGRF='perfect.grf'

ClientEXE='game.exe'
ClientParameter=

FinishOnConnectionFailure=false

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

Width=510
Height=310

DragHandling=true

Background='images/background.jpg'

FadeOnDrag=false

[Config:BGM]
File=

Loop=true

Volume=20

Directory=

[Config:Misc]
Title='Perfect-RO'

HideProgressBarWhenFinish=true


[ProgressBar:bar1]
Width=334
Height=14

Left=32
Top=289

BackColorStart=$d0caba
BackColorEnd=$d0caba

FrontColorStart=$979180
FrontColorEnd=$979180

FrontImage=
BackImage=

Hook='ProgressChange'



[Label:Status]
AutoResize = false

Width=295
Height=

Left=0
Top=495
Alignment='center'

FontColor=$000000
FontName = ''
FontSize =

Text=''

Hook='StatusChange'

[NoticeBox:Box0]
Width=334
Height=240
Left=32
Top=38
URL='http://perfect-ro.myrag.com.br/patch/notice.html'



[button:Start]
Default='images/start_01.png'
OnHover='images/start_02.png'
OnDown='images/start_01.png'

Left=381
Top=240

Hook='Start'

[button:Exit]
Default='images/cancel_01.png'
OnHover='images/cancel_02.png'
OnDown='images/cancel_01.png'

Left=381
Top=275

Hook='Exit'

[button:Cancel]
Default='images/cancel_01.png'
OnHover='images/cancel_02.png'
OnDown='images/cancel_01.png'

Left=381
Top=275
Hook='Cancel'

[button:Website]
Default='images/web_01.png'
OnHover='images/web_02.png'
OnDown='images/web_01.png'

Left=415
Top=132

Mode='1'
Action='http://perfect-ro.myrag.com.br'

[button:Forum]
Default='images/forum_01.png'
OnHover='images/forum_02.png'
OnDown='images/forum_01.png'

Left=425
Top=5

Mode='1'
Action='https://www.facebook.com/groups/1547607662205420/?fref=ts'


[button:Register]
Default='images/register_01.png'
OnHover='images/register_02.png'
OnDown='images/register_01.png'

Left=370
Top=55

Mode='1'
Action='http://perfect-ro.myrag.com.br/painel'

 


Alguém sabe por que ele não quer aplicar minhas atualizações?

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Veja se esta setando o caminho corretamente

Share this post


Link to post
Share on other sites
  • 0

Veja se esta setando o caminho corretamente

 

Sim está correto o configure e o main

já tentei com uns 3 thor diferente e ambos abaixa minha atualização mais não aplica na minha GRF

 

 

Configurei tudo

Apliquei no executavel "sem erros"

coloquei na pasta do meu patch

configurei o nome da minha grf tudo Ok

configurei aonde ele vai buscar as atualização "pasta data no meu host" tudo OK

ele abaixa as atualização OK

ele não aplica a atualização FALHA <<< é aqui que não está indo :/

 

Edited by Kleber Henrique

Share this post


Link to post
Share on other sites
  • 0

no config você configurou o nome da sua GRF padrão?

Caso tenha feito isso você não pode colocar o nome da sua grf, vou te mandar um print de exemplo:

Qualquer coisa você me avisa que tento te ajudar com Team Viewer

 

http://prntscr.com/axah41

 

Então eu estava usando o Thor patcher mais estava colocando o nome da minha GRF naquele campo

a 1 atualização ele aplico tudo de boa as demais NÃO

Fiz em formato .GRF a 1 atualização ele aplico as demais não.

Vou tentar fazer do seu jeito e ver como fica.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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