Light ambient: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (→Added) |
||
Line 24: | Line 24: | ||
==== Added ==== | |||
[https://github.com/CG8516/DumpingGround/raw/main/EFPSE_DEVBUILDS/EasyFPSEditor_CE_DEV_2024-05-28_1605.exe EasyFPSEditor_CE_DEV_2024-05-28_1605 : (1.11 alpha test 1)] | [https://github.com/CG8516/DumpingGround/raw/main/EFPSE_DEVBUILDS/EasyFPSEditor_CE_DEV_2024-05-28_1605.exe EasyFPSEditor_CE_DEV_2024-05-28_1605 : (1.11 alpha test 1)] |
Latest revision as of 17:40, 17 June 2024
Changes the [r]ed
[g]reen
[b]lue
[a]lpha
of the ambient light of the current map where [r]
, [g]
, [b]
are values between [0-255]
and [a]
is [0.0-1.0]
.
Syntax
light ambient [r] [g] [b] [a]
Examples
📜 turnLightGreenTerminal.script
//light ambient [r] [g] [b] [a] text "Setting up ambient light to green" light ambient 0 255 0 1 map return
Example project
This is an example project that lets you change the ambient light from red to green to purple and influence the alpha.