Jump to content
  • 0

[Thor Patcher] Notices box


girotto000

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  01/18/15
  • Last Seen:  

My notices box is with a white background that brokes the skin desgin :/

How do i make a transparent background? So this whay will only appear the letters?

 

 

Image: http://puu.sh/gZY4e/2c87698315.jpg

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  69
  • Reputation:   3
  • Joined:  09/04/14
  • Last Seen:  

You cannot create a transparent background. You need to cut out the notice field and load it with your notice.html. Send me your background image(PN) and your config.ini and I can do it for you.

 

Best regards,

Garkor

Edited by Garkor
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  01/18/15
  • Last Seen:  

You cannot create a transparent background. You need to cut out the notice field and load it with your notice.html. Send me your background image(PN) and your config.ini and I can do it for you.

 

Best regards,

Garkor

config.ini:

[Config:Main]
 
RootURL='http://revengero.orgfree.com/thor/'
 
RemoteConfigFile='main.ini'
 
TimeOut=0
 
StatusFile='revengero.dat'
 
DefaultGRF='revengero.grf'
 
ClientEXE='RevengeRO.dll'
ClientParameter='-1sak1'
 
//When patcher unable to connect webserver,
//should the patcher allow player start the game anyways?
FinishOnConnectionFailure=false
 
[Config:Window]
 
Style='none'
 
//This allows the player drag the window by background
DragHandling=true
 
//Background can be either jpg or bmp, in later case
//the top-left pixel is chosen as transparent color.
Background='images/bg.png'
 
FadeOnDrag=true
 
[Config:BGM]
File=''
 
Loop=true
 
Volume=5
 
Directory=
 
[Config:Misc]
Title='RevengeRO Patcher'
 
HideProgressBarWhenFinish=true
 
 
[ProgressBar:bar1]
Width=342
Height=10
 
Left=23
Top=486
 
FrontImage=
BackImage=
 
Hook='ProgressChange'
 
 
 
[Label:Status]
AutoResize = false
 
Width=369
Height=
 
Left=15
Top=527
Alignment='center'
 
FontColor=$000000
FontName = ''
FontSize =
 
Text=''
 
Hook='StatusChange'
 
[NoticeBox:Box01]
Width=543
Height=170
Left=28
Top=339
URL='http://revengero.orgfree.com/thor/noticias.html'
 
 
 
[Button:Start]
Default='images/iniciar.png'
OnHover='images/iniciar_hover.png'
OnDown='images/iniciar.png'
 
Left=435
Top=525
 
//Hook is used for default buttons,
//do not use this on custom buttons!
Hook='Start'
 
[Button:Exit]
Default='images/fechar.png'
OnHover='images/fechar_hover.png'
OnDown='images/fechar.png'
 
Left=565
Top=5
 
Hook='Exit'
 
[Button:Cancel]
Default='images/cancelar.png'
OnHover='images/cancelar_hover.png'
OnDown='images/cancelar.png'
 
Left=435
Top=525
 
Hook='Cancel'
 
//[Button:Extra]
//
//
//
// Mode - mode for button
// 1 = open URL
// 2 = Launch file/program
// 3 = Message box
//Mode=
// Action - depend on what you set in the Mod, this may vary
// ex. Mode = 1 , Action='http://google.com'
//Action=
 
[Button:Site]
Default='images/website.png'
OnHover='images/website_hover.png'
OnDown='images/website.png'
 
Left=445
Top=127
Mode=1
Action='http://localhost/ragnarok/site'
 
[Button:Registro]
Default='images/registro.png'
OnHover='images/registro_hover.png'
OnDown='images/registro.png'
 
Left=445
Top=188
Mode=1
Action='http://localhost/ragnarok/site/registro.php'

 

Background image:

http://puu.sh/h0qg2/d098095ac8.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  01/18/15
  • Last Seen:  

Just perfect. Thank you a lot!

Edited by girotto000
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...