lights.rad Last edited 5 years ago2018-06-18 10:25:45 UTC

You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date. Click here to see the current revision of this page.
lights.rad is a text file that can be used to define textures as texture lights. This file should be placed alongside your compile tools.

Each line of the file defines a texture, in the form "texturename #R #G #B #brightness", where "texturename" is the name of the texture, "#R #G #B" is the color of the light in RGB format, and "#brightness" is the brightness value of the light. (Example: genericlight 255 255 255 1000)

Comments

You must log in to post a comment. You can login or register a new account.