demo screen too thin

kdt

Veteran X
how can i make it wider? when i want to watch demos the screen to select demos is like 2 inches and thus i can only see the date and cant see anything else (name, player, map, etc)
 
ok was at work and couldn't check in Tribes.

Recordings.gui.cs

change extend, first number is the width

Code:
		instant FearGui::FearGuiBox {
			position = "199 97";
			extent = "241 300";

and


Code:
			instant FearGui::FearGuiScrollCtrl {
				position = "5 3";
				extent = "230 294";


and


Code:
				instant SimGui::ScrollContentCtrl {
					position = "1 1";
					extent = "211 292";
 
ok thanks mj. i changed the first one bigger and the scroll bar was in the way so i changed tha ttoo and now it looks good.

whats that last quoted box thing for though?
 
Last edited:
Back
Top