English
Search
Main Menu
Files

Frontend Gradient Generator

File #2920, Viewed 829 Time(s)

Basic Information
File rate
3 / 5
Total Members Voted: 4
Name: Frontend Gradient Generator
Type: Program
Submitted by:
Original author(s): / ChatGPT/OpenAI

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

Frontend Gradient Generator.zip
Frontend Gradient Generator v2.zip

Downloaded 287 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

0 Members and 1 Guest are viewing this topic.

h3oCharles


h3oCharles

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