Interested in other scripts? Check out Not a Tebex Shop.
Join our Discord community here.
- OpenIV installed
- Your logo image file ready
- Launch OpenIV
- Click on the "Edit Mode" button to enable editing capabilities
- Create a new
.ytd
file in OpenIV - The name you choose for this file will be used in
Config.TEXTURE_FILE
- Remember this filename for configuration later
- Right-click on the newly created
.ytd
file - Select "Edit" from the context menu
- In the top-left corner of the window, locate and click the "Import" button
- Select your logo image file to import it
- Rename the imported texture - this name will be used in
Config.TEXTURE_DICT
- Locate your generated
.ytd
file - Create a
stream
folder in your resource if it doesn't exist - Place the
.ytd
file inside thestream
folder
In your script's config file, update the following values:
Config.TEXTURE_FILE = "your_ytd_filename" -- The .ytd file name you created
Config.TEXTURE_DICT = "your_texture_name" -- The name you gave to your imported texture