0% found this document useful (0 votes)
33 views3 pages

TTS Temp Code

The document provides instructions for adding buttons and commands to control camera loads and shuffling in a game console. It includes code for adding 5 buttons to cycle through camera loads 1-5, a command to shuffle the cameras, and a bind to toggle shuffling with a keyboard shortcut. It also provides updated button code with different positioning and colors.

Uploaded by

cyberdrizzt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views3 pages

TTS Temp Code

The document provides instructions for adding buttons and commands to control camera loads and shuffling in a game console. It includes code for adding 5 buttons to cycle through camera loads 1-5, a command to shuffle the cameras, and a bind to toggle shuffling with a keyboard shortcut. It also provides updated button code with different positioning and colors.

Uploaded by

cyberdrizzt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

console command

exec
ui_button 1 -1265 100 camera_load 1
ui_button 2 -1265 75 camera_load 2
ui_button 3 -1265 50 camera_load 3
ui_button 4 -1265 25 camera_load 4
ui_button 5 -1265 0 camera_load 5

add @ before a command to stop it echoing to the chat


ui_clear clears the screen

exec ui_button 1 -1265 100 @camera_load 1;ui_button 2 -1265 75 @camera_load


2;ui_button 3 -1265 50 @camera_load 3;ui_button 4 -1265 25 @camera_load 4;ui_button
5 -1265 0 @camera_load 5

alias next_camera add camera_load_zero 1 5


bind right_control @next_camera

<button
onClick = "ShuffleButtonClicked"
position = "-26 -58 30"
width = "300"
height = "80"
fontSize = "72"
textColor = "#FFFFFF"
color = "black"
scale = "0.1,0.1,0.1"
resizeTextForBestFit = "true">
Shuffle
</button>

<button
onClick = "TakeBottomButtonClicked"
position = "20 -58 30"
width = "400"
height = "80"
fontSize = "72"
textColor = "#FFFFFF"
color = "black"
scale = "0.1,0.1,0.1"
resizeTextForBestFit = "true">
Take Bottom Tile
</button>

NEWER

<button
onClick = "ShuffleButtonClicked"
position = "0 -58 30"
width = "300"
height = "80"
fontSize = "72"
textColor = "#FFFFFF"
color = "#0F1114"
scale = "0.1,0.1,0.1"
resizeTextForBestFit = "true">
Shuffle
</button>

<button
onClick = "TakeTopButtonClicked"
position = "40 -68 30"
width = "400"
height = "80"
fontSize = "72"
textColor = "#FFFFFF"
color = "#0F1114"
scale = "0.1,0.1,0.1"
resizeTextForBestFit = "true">
Take Top Tile
</button>

<button
onClick = "TakeBottomButtonClicked"
position = "0 -68 30"
width = "400"
height = "80"
fontSize = "72"
textColor = "#FFFFFF"
color = "#0F1114"
scale = "0.1,0.1,0.1"
resizeTextForBestFit = "true">
Take Bottom Tile
</button>

Lighting from my save

"Lighting": {
"LightIntensity": 0.66800046,
"LightColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0
},
"AmbientIntensity": 1.123999,
"AmbientType": 1,
"AmbientSkyColor": {
"r": 0.684669,
"g": 0.831823468,
"b": 1.0
},
"AmbientEquatorColor": {
"r": 0.225548953,
"g": 0.291440725,
"b": 0.360627085
},
"AmbientGroundColor": {
"r": 0.287456572,
"g": 0.04681906,
"b": 0.04557229
},
"ReflectionIntensity": 1.0,
"LutIndex": 2,
"LutContribution": 0.120000005,
"LutURL": ""
},

You might also like