Jump to content
RealModScene

Recommended Posts

Hello everyone! I come here to ask for your help again. Today's question is: every time I choose an option on Aurora; it gets that green color. Where can I change this color?                               

I used Goggle Translator to write this text. Some words may not be grammatically correct.728137113_Semttulo.thumb.png.c70e073dfbc79b44b48dc6af1c9ea6af.png

Share this post


Link to post
Share on other sites
On 7/17/2020 at 5:21 PM, lolpol said:

Hello everyone! I come here to ask for your help again. Today's question is: every time I choose an option on Aurora; it gets that green color. Where can I change this color?                               

I used Goggle Translator to write this text. Some words may not be grammatically correct.728137113_Semttulo.thumb.png.c70e073dfbc79b44b48dc6af1c9ea6af.png

It's in the xuis mate.. you'll have to use trial and error to figure that out.. once you understand it, it'll come easier for you. 

Share this post


Link to post
Share on other sites
On 7/19/2020 at 12:43 PM, lolpol said:

Not Yet. 

Capturar.PNG.0c9b593491263a77ce1805f603c417bb.PNG

 

It's in skin.xui if I remember correctly.. everything else calls to that for the visuals.. 

Share this post


Link to post
Share on other sites
3 hours ago, felida said:

Está no skin.xui, se bem me lembro .. tudo o resto chama isso para o visual .. 

 

Thanks, I'll take a look.

Share this post


Link to post
Share on other sites

I changed the color of everything I found; but I still haven't been able to change the color of the bar. HAHA :/19235.thumb.png.07ff2e7f8e1ba93be210497af19c36e8.png
 I put a skin already customized to see how it works.

Share this post


Link to post
Share on other sites
1 hour ago, lolpol said:

I changed the color of everything I found; but I still haven't been able to change the color of the bar. HAHA 😕

I put a skin already customized to see how it works.

You haven't changed the "focus" part.. you should watch my video about the frames 🤷

Share this post


Link to post
Share on other sites

Like felida said, each elements can have multiple "frames" so it can have different properties in different situations (like when element is selected, is disabled, ...). There are some sticked tutorials in the skin-development-and-lua-scripting section. 

As an alternative, if you know a bit of Python and you only want to change the green color with another (like I've done with my Metro colors skins), I wrote a simple script that does the job for you (kind of). Script is available at this page: https://github.com/mrknorton4007/aurora-color-replacer

Another way is to open your .xui files with a file editor like notepad and do a search & replace of the two green colors. Probably this approach is faster than checking every single frame and change its color 😅

Hope it helps.

Share this post


Link to post
Share on other sites
On 22/07/2020 at 19:50, felida said:

Você não mudou a parte "foco". Assista ao meu vídeo sobre os quadros .

Okay, I'm going to watch your videos to find out more. Thank you for your help.

Share this post


Link to post
Share on other sites
7 hours ago, mrknorton said:

Like felida said, each elements can have multiple "frames" so it can have different properties in different situations (like when element is selected, is disabled, ...). There are some sticked tutorials in the skin-development-and-lua-scripting section. 

As an alternative, if you know a bit of Python and you only want to change the green color with another (like I've done with my Metro colors skins), I wrote a simple script that does the job for you (kind of). Script is available at this page: https://github.com/mrknorton4007/aurora-color-replacer

Another way is to open your .xui files with a file editor like notepad and do a search & replace of the two green colors. Probably this approach is faster than checking every single frame and change its color 😅

Hope it helps.

now that is something that would fucking help when changing shit ahahahaha...

yeah doing the frame-by-frame shit is fucking tedious though lol

Share this post


Link to post
Share on other sites
7 hours ago, mrknorton said:

Like felida said, each elements can have multiple "frames" so it can have different properties in different situations (like when element is selected, is disabled, ...). There are some sticked tutorials in the skin-development-and-lua-scripting section. 

As an alternative, if you know a bit of Python and you only want to change the green color with another (like I've done with my Metro colors skins), I wrote a simple script that does the job for you (kind of). Script is available at this page: https://github.com/mrknorton4007/aurora-color-replacer

Another way is to open your .xui files with a file editor like notepad and do a search & replace of the two green colors. Probably this approach is faster than checking every single frame and change its color 😅

Hope it helps.

Okay, I will look at these topics. Thank you.

Share this post


Link to post
Share on other sites
On 29/7/2020 at 14:34, lolpol said:

 

Logré <3. Gracias por ayudarme a felida y mrknorton.

Could you tell me how you did it
please

Share this post


Link to post
Share on other sites

 


1- Use the XZP Tool to extract the skin, which you will modify;

2- After extracting the skin, open the folder with the extracted skin files;

3- Open the file "Aurora_Skin" and go to: "XuiButton_SettingsCategory";

4- Click on the option and go to "ListItem". Note that there will be 8KeyFrame, place the mouse over one of them and look at: Fill.FillColor. There will be 2, with different colors: 0xff55b696 and 0xff55b696;

5- Change the color of the Keyframe to the color you want. On the right side there will be a color palette. Change the color of the first Keyframe and see that the Fill.FillColor code has also changed. Take this new code and save it;

6- After getting this information, convert "Aurora_Skin.XUR" to "Aurora_Skin.XUI". (File, save as);

7- Open Aurora_Skin.Xui with the notepad;

8- Press the "F3" key to open "Find";

9- Inside the Finder place the blue color code. Replace all blue colors with the new color you want. (That new fill.fillcolor code);

10- After you have replaced everything, save the file. Go back to the XBOXSDK format.

11- Now open Aurora_Skin.XUI and go to "XuiButton_SettingsCategory". Make sure all keyframes are in the color you want;

12- The old Aurora_Skin.XUR you can delete;

13- Cover Aurora_Skin.XUI to Aurora_Skin.XUR. (export binary);

14- Open Aurora_Main.XUR and go to File, Load Skin and select Aurora_Skin.XUI;

15- Save Aurora_Main.XUR. (export binary);

16- Now convert your skin to the XZP format using the XZP Toll and that's it;

17- Put in the skin folder that is inside the Aurora folder, put the flash drive on the XBOX, go to skin, select your skin that you just modified and that's it !!

 

 

If you can't let me know. I used the google translator, there may be some grammar errors. I'm sorry.

 

 

 

 

 

4.jpg

2.jpg

3.jpg

1.jpg

5.jpg

Share this post


Link to post
Share on other sites
2 minutes ago, Lx1 said:

agora não consigo mais abrir arquivos xur ajuda

Capturaxui.PNG

Use the XBOX360 NEIGHBORHOOD to open files in XUR format.

Share this post


Link to post
Share on other sites
On 8/21/2020 at 7:15 PM, Lx1 said:

ahora ya no puedo abrir archivos xur ayuda

Capturaxui.PNG

If it worked, thank you, I could not publish because of too much work, soon I will finish my skin

Thank you

I used the google translator

Share this post


Link to post
Share on other sites
On 11/09/2020 at 12:10, Lx1 said:

Se deu certo, obrigado, não consegui publicar por causa de muito trabalho, logo vou finalizar meu skin

Obrigado

Eu usei o tradutor do google

Ok :v

Share this post


Link to post
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
Reply to this topic...

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

Loading...

×
×
  • Create New...