Jump to content
  • 0

H> 2 Notice Box im thor patcher


joven15

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   3
  • Joined:  03/03/14
  • Last Seen:  

can anyone help me ?

 

i already follow some other post on how to add another notice box but when i try to to run Config Packer - is there error 

 

Error: start_normal is empty.
Error: exit_normal is empty.
Error: cancel_normal is empty.
 
how to fix this i already added this line. im using the old thor patcher the one Jaypee posted with free theme ? anyone can help me please?
 
//Status Server
[NoticeBox:Box1]
Width=350
Height=100
Left=21
Top=335
// 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 "=")

[URL]
//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/'>http://domain.com/patch/
//    NOT
//  http://domain.com/patch
//
base_url=http:///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=yourRO.dat

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

//client_file - [Relative Address]
//It's GAME EXE not patcher's
client_file=Saint-setup.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

//Status Server
[NoticeBox:Box1]
Width=350
Height=100
Left=21
Top=335
URL='http://'


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

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

//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=http:///

//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=http://

//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=http://

//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=http://


[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=

//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=youroRO Patcher

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

Thanks in advanced!

Edited by joven15
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  244
  • Reputation:   17
  • Joined:  11/19/11
  • Last Seen:  

can anyone help me ?

 

i already follow some other post on how to add another notice box but when i try to to run Config Packer - is there error 

 

Error: start_normal is empty.
Error: exit_normal is empty.
Error: cancel_normal is empty.
 
how to fix this i already added this line. im using the old thor patcher the one Jaypee posted with free theme ? anyone can help me please?
 
//Status Server

[NoticeBox:Box1]

Width=350

Height=100

Left=21

Top=335

// 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 "=")

[URL]
//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/'>http://domain.com/patch/
//    NOT
//  http://domain.com/patch
//
base_url=http:///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=yourRO.dat

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

//client_file - [Relative Address]
//It's GAME EXE not patcher's
client_file=Saint-setup.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

//Status Server
[NoticeBox:Box1]
Width=350
Height=100
Left=21
Top=335
URL='http://'


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

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

//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=http:///

//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=http://

//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=http://

//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=http://


[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=

//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=youroRO Patcher

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

Thanks in advanced!

 

Try to use the lastest thor patcher.

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...