Files
April 27, 2024, 08:41 AM

Frontend Gradient Generator

File #2920, Viewed 634 Time(s)

Basic Information
File rate
3 / 5
Total Members Voted: 4
Name: Frontend Gradient Generator
Type: Program
Author: h3oCharles,ChatGPT/OpenAI
Submitted by: Poland h3oCharles

Click to download: (Downloaded 217 time(s))
Download all in a zip file.
Or download them one by one:

Frontend Gradient Generator.zip
Frontend Gradient Generator v2.zip

Downloaded 217 time(s).

Time: October 25, 2023, 01:11 AM
Description:
This Python script allows you to change the background gradient in the frontend to any desirable gradient

you need Python installed on your computer

.py file is the code itself, which can be opened with Notepad, the bottom of the file has the variables that can be changed, mainly the top and bottom color in hex values (where Red, Green, and Blue is 0xRR, 0xGG, and 0xBB)
after running the python script, copy all files inside the output folder to the graphics folder, it should update after changing menus

Update 2023-10-25 - Added all relevant pal files from game files as input (just in case), added a new variable for background of boxes

Example pics:

Black to Blue


Black to Red


Silver to Orange (my color pallette gradient)


50% gray to white with 50% gray on boxes


Red to Green with Blue on boxes (think of this as a technical showcase)


Black to Dark Red with Black on boxes (my personal favorite)


buttons on these screenshots have weird patterns on them, that's just a scaling issue, if you zoom in on these it should go away

for transparency, here's the ChatGPT conversation generating this code
https://chat.openai.com/share/a186f27b-4e0e-46c8-b357-43f059154d85

Also check out Blank Frontend Particles

Author Topic: File #2920, Frontend Gradient Generator  (Read 611 times)

0 Members and 1 Guest are viewing this topic.

Offline h3oCharles

File #2920, Frontend Gradient Generator
« on: October 25, 2023, 01:15 AM »
haha gradient goes brrrrrrrrrrrrrr

Offline h3oCharles

Re: File #2920, Frontend Gradient Generator
« Reply #1 on: October 25, 2023, 01:26 PM »
Update 2023-10-25 - Added all relevant pal files from game files as input (just in case), added a new variable for background of boxes