登录:     


Forum: General Discussion

Topic: Quick question.

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Can anyone tell me how to remove the CBG bars? Thanks in advance!
 

发表时间 Sat 19 May 12 @ 4:30 pm
unzip then open up the skin xml file in notepad and look for the rhythmzone element (ctrl + f is the fastest way)... in a resized version of djdads touchscreen it looks like this

<rhythmzone panel="ritm">
<pos x="7" y="59"/>
<size width="1009" height="3"/>
<up x="+0" y="+0"/>
<mask x="+0" y="+576"/>
<colors
chan1="black" chan1_left="#0B87C2"
chan2="black"
/>
<rhythm y="59" height="0"/>
<grid height="3" width="3" mainwidth="6">
<pos y1="59" y2="59"/>
</grid>
<cue y="59" height="0">
<mask x="965" y="2187" width="15" height="24"/>
<text dx="8" dy="0" color="white" font="arial" size="10"/>
</cue>
</rhythmzone>


try changing the "width" & "mainwidth" to "0", if that doesn't work try moving the grid off screen by changing it's "y" location. Also be mindfull that most skins have multiple rhythmwave's on different pannels so you may need to modify the code for more than one
 

Thanks a lot synthet1c,as always.
 



(陈旧帖子或论坛版块会自动关闭)