Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > BS.Player Skins and Skinning

BS.Player Skins and Skinning Comments on skins, new ideas, skinmaker, skinmaker documentation, or anything else concerning BS.Player skins

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 20th September 2011
Junior Member
BS.Player Newbie
 
Join Date: Sep 2011
Posts: 4
Rep Power: 0
entre45 is on a distinguished road
Red face i'm a failure,Try to modified a skin but was impossible

Hello Guys and Pretty Ladies of the forum
i'm a failure,Try to modified a skin but was impossible
for a few months i'm being usin the ZS_Mini_Black develop by Jordi Oliveras
unfortunately i'm to dumb to make the changes, even with the skin maker

if some kind soul can make those changes for me
i well be eternally grateful
what i need it's to jump 10 seconds backward and forward instead of the next chapter buttons
attach here it's an image of the buttons to modified
Thank you in advance
Attached Images
File Type: jpg buttons to modified.JPG (13.1 KB, 1 views)
Reply With Quote
  #2 (permalink)  
Old 21st September 2011
BSPeter's Avatar
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default

You only need to change 2 lines in skin.ini file of this skin:
Code:
....
[Buttons]
Number=11
Btn1=play,60,53,0,20;$lang.Actions.21
Btn2=pause,92,53,0,21;$lang.Actions.22
Btn3=stop,124,53,0,22;$lang.Actions.23
Btn4=pref,258,53,0,7;$lang.Actions.8
Btn5=hide,260,3,0,59;$lang.Actions.60
Btn6=close,274,3,0,77;$lang.Actions.78
Btn7=open,220,53,0,63;$lang.Actions.64
Btn8=mute,213,39,0,35;$lang.Actions.36
Btn9=pl,245,3,0,34;$lang.Actions.35
Btn10=rewind,156,53,0,25;$lang.Actions.26
Btn11=forward,188,53,0,28;$lang.Actions.29
....
The last two lines should be changed into:
Code:
Btn10=rewind,156,53,0,80;$lang.Actions.81
Btn11=forward,188,53,0,79;$lang.Actions.80
Further (for 10 seconds jumps) you have to set the value of "Seconds to jump" to [10] (which is the default value) under
rightclick > Options > Preferences > General [General settings]
(at bottom right of the window)

See the list here.
Official (up-to-date) list can be found under "// Other commands" towards the end of the (text)file "bsp.h".
This file "bsp.h" is in the folder "sdk" inside BS.Player's installation folder.
(The numbers for "$lang.Actions." can be found under "[Actions]" in the Language.lng file inside the folder "lang" in BS.Player's installation folder.






Now HOW TO??
  1. find the skin in BS.Player's (sub)folder "Skins" (in BS.Player's installation folder)
  2. rename <skinname>.bsz to <skinname>.zip
  3. open the zip and look for the file "skin.ini"
  4. Open the file "skin.ini" in Notepad and edit as indicated above
  5. Save the amended file "skin.ini" file into the <skinname>.zip file
    (overwriting the existing "skin.ini"-file in there)
  6. Rename <skinname>.zip to <skinname>.bsz
  7. Done!! (Perhaps you have to reload the skin in BS.Player)
Attached Files
File Type: txt bsp.h.txt (7.6 KB, 4 views)
__________________
Help2Help (click) BSplayer: simply the best & most versatile (Build 1072 Dutch language here!)
When posting always mention your computer's OS and the version and build number(!) of BS.Player as used by you,
as well as - if applicable and especially when encountering problems - the type(s) of the file(s) mentioned in your post.
Private messages/Visitor messages are NOT for seeking personal help with respect to BS.Player! Instead use the forums!
Reply With Quote
  #3 (permalink)  
Old 21st September 2011
Junior Member
BS.Player Newbie
 
Join Date: Sep 2011
Posts: 4
Rep Power: 0
entre45 is on a distinguished road
Default

Dear BsPeter
hello thank you so much for the detailed and kind explanation
i well try my best to do it
even i'm not a programmer i'm just a bs player movie lover

thank you so much
best regards
Reply With Quote
  #4 (permalink)  
Old 22nd September 2011
BSPeter's Avatar
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default

Quote:
Originally Posted by entre45 View Post
....even i'm not a programmer i'm just a bs player movie lover ....
I'm no programmer either (far from that!). I just became an enthousiast BS.Player-user, when I came accross it about 10 years ago now. I loved it so much that I started translating it to Dutch from March 2002. (BSPlayer version 0.84 at that time.)
__________________
Help2Help (click) BSplayer: simply the best & most versatile (Build 1072 Dutch language here!)
When posting always mention your computer's OS and the version and build number(!) of BS.Player as used by you,
as well as - if applicable and especially when encountering problems - the type(s) of the file(s) mentioned in your post.
Private messages/Visitor messages are NOT for seeking personal help with respect to BS.Player! Instead use the forums!
Reply With Quote
  #5 (permalink)  
Old 25th September 2011
Junior Member
BS.Player Newbie
 
Join Date: Sep 2011
Posts: 4
Rep Power: 0
entre45 is on a distinguished road
Default

Unfortunately didn't work for me
i try to follow all your detailed instructions but no luck
any way thanks !


Quote:
Originally Posted by BSPeter View Post
You only need to change 2 lines in skin.ini file of this skin:
Code:
....
[Buttons]
Number=11
Btn1=play,60,53,0,20;$lang.Actions.21
Btn2=pause,92,53,0,21;$lang.Actions.22
Btn3=stop,124,53,0,22;$lang.Actions.23
Btn4=pref,258,53,0,7;$lang.Actions.8
Btn5=hide,260,3,0,59;$lang.Actions.60
Btn6=close,274,3,0,77;$lang.Actions.78
Btn7=open,220,53,0,63;$lang.Actions.64
Btn8=mute,213,39,0,35;$lang.Actions.36
Btn9=pl,245,3,0,34;$lang.Actions.35
Btn10=rewind,156,53,0,25;$lang.Actions.26
Btn11=forward,188,53,0,28;$lang.Actions.29
....
The last two lines should be changed into:
Code:
Btn10=rewind,156,53,0,80;$lang.Actions.81
Btn11=forward,188,53,0,79;$lang.Actions.80
Further (for 10 seconds jumps) you have to set the value of "Seconds to jump" to [10] (which is the default value) under
rightclick > Options > Preferences > General [General settings]
(at bottom right of the window)

See the list here.
Official (up-to-date) list can be found under "// Other commands" towards the end of the (text)file "bsp.h".
This file "bsp.h" is in the folder "sdk" inside BS.Player's installation folder.
(The numbers for "$lang.Actions." can be found under "[Actions]" in the Language.lng file inside the folder "lang" in BS.Player's installation folder.






Now HOW TO??
  1. find the skin in BS.Player's (sub)folder "Skins" (in BS.Player's installation folder)
  2. rename <skinname>.bsz to <skinname>.zip
  3. open the zip and look for the file "skin.ini"
  4. Open the file "skin.ini" in Notepad and edit as indicated above
  5. Save the amended file "skin.ini" file into the <skinname>.zip file
    (overwriting the existing "skin.ini"-file in there)
  6. Rename <skinname>.zip to <skinname>.bsz
  7. Done!! (Perhaps you have to reload the skin in BS.Player)
Reply With Quote
  #6 (permalink)  
Old 25th September 2011
BSPeter's Avatar
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default


Well, I've meanwhile done it for you.
Please check your pm
__________________
Help2Help (click) BSplayer: simply the best & most versatile (Build 1072 Dutch language here!)
When posting always mention your computer's OS and the version and build number(!) of BS.Player as used by you,
as well as - if applicable and especially when encountering problems - the type(s) of the file(s) mentioned in your post.
Private messages/Visitor messages are NOT for seeking personal help with respect to BS.Player! Instead use the forums!
Reply With Quote
  #7 (permalink)  
Old 26th September 2011
Junior Member
BS.Player Newbie
 
Join Date: Sep 2011
Posts: 4
Rep Power: 0
entre45 is on a distinguished road
Default

Quote:
Originally Posted by BSPeter View Post

Well, I've meanwhile done it for you.
Please check your pm
Dear BsPeter Thank you so much for make it for me
honestly it was a great detail from you
As the Old Testament say if you Teach a person to drabble that person
he well eat always if you give the fish, only one day he well eat
But on this case you save my day *
* five stars for you *
Thank you so much for your kind consideration
Best Regards
Reply With Quote
  #8 (permalink)  
Old 26th September 2011
BSPeter's Avatar
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default

Glad I was able to help you!
__________________
Help2Help (click) BSplayer: simply the best & most versatile (Build 1072 Dutch language here!)
When posting always mention your computer's OS and the version and build number(!) of BS.Player as used by you,
as well as - if applicable and especially when encountering problems - the type(s) of the file(s) mentioned in your post.
Private messages/Visitor messages are NOT for seeking personal help with respect to BS.Player! Instead use the forums!
Reply With Quote
Reply

Tags
failure, impossible, modified, skin

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Skin upload and skin comments are working Ico-man BS.Player Skins and Skinning 8 30th October 2009 11:16 PM
Skins lead to crashing (BSP skin maker 1.06) uncpotato General Talk And Support 3 19th June 2006 08:03 PM
Bigger Fullscreen Skin appearing in smaller size CSOCSO BS.Player Skins and Skinning 6 21st February 2006 10:59 PM
Sony skin thing kozlovsk BS.Player Skins and Skinning 2 13th September 2004 09:13 AM
.ini files and skin problem starkillerz General Talk And Support 4 12th July 2002 12:39 PM


All times are GMT +1. The time now is 08:44 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20