Forums » Themes » Few problems while editing theme

6.Open Graphics/ScreenWithMenuElements StageDisplay.lua
Delete these codes
	LoadActor(THEME:GetPathB("_frame","3x3"),"rounded black",64,12);

Done.

7.Edit this file:Graphics/GrooveRadar base
Done.

XD~
Welcome,Thememaniaians./来吧,主题狂们。
Contact me!QQ:1030110910/欢迎与我联系,QQ:1030110910
Reply



6. Is there way to remove black background under "Stage 1"?

This one is in ScreenWithMenuElements DisplayStages file or folder.
you can see that code of below when you have opened for that file if you're using default theme.
LoadActor(THEME:GetPathB("_frame","3x3"),"rounded black",64,12);
Please REMOVE for this code and then save it.


7. How am I supposed to add background under the radar?

This question was so easy, I just teach you:
LOOK AT THESE STEPS FOR ADDING THE GROOVE RADAR.
1. Go to BGAnimations\ScreenSelectMusic decorations folder, and then open the default.lua file, then type the code like this:
t[#t+1] = StandardDecorationFromFileOptional("GrooveRadar", "GrooveRadar");
then save it.

2. Go to open the metrics.ini in your theme desktop folder. And then add these codes like of this:
[GrooveRadar]
Label1X=
Label1Y=
Label2X=
Label2Y=
Label3X=
Label3Y=
Label4X=
Label4Y=
Label5X=
Label5Y=
LabelPreDelayOnCommand=
LabelOnDelay=
LabelPostDelayOnCommand=
EdgeWidth=
CenterAlpha=
RadarValueMapP1OnCommand=
RadarValueMapP2OnCommand=

and then DON'T EXIT!
3. Please find the [ScreenSelectMusic], to add these codes like this:
ShowGrooveRadar=
GrooveRadarX=
GrooveRadarY=
GrooveRadarOnCommand=
GrooveRadarOffCommand=

Save it,
4. please go to the Graphics folder. then made 2 photos by yourself. However, two files name must be follow these names:
GrooveRadar base.* GrooveRadar labels 1x5.*

PLEASE DON'T MISS THE ScreenSelectMusic GrooveRadar.lua file! Otherwise it will NOT display for the GrooveRadar.
Because ScreenSelectMusic GrooveRadar.lua in Graphics folder had made the direction for the groove radar.

Last edited: 26 March 2014 6:20am

Reply