What's new

Solved Keep text displayed in centre of screen

  • Thread starter SnappiestJack
  • Start date
  • Views 620
Status
Not open for further replies.
SnappiestJack

SnappiestJack

Contributor
Modder Fabled Veteran Forum Addict
Messages
2,941
Reaction score
642
Points
365
Sin$
7
I'm trying to keep text in the centre of the screen and increase the amount of lines that are displayed at one time.

These are the dvars i am using:-
Code:
SV(-1,0, "s con_gameMsgWindow1ScrollTime \"0.001\"");
SV(-1,0, "s con_gameMsgWindow1MsgTime \"999999\"");
SV(-1,0, "s con_gameMsgWindow1LineCount \"4\"");
SV(-1,0, "s con_gameMsgWindow1FadeOutTime \"0.5\"");
SV(-1,0, "s con_gameMsgWindow1FadeInTime \"0.25\"");

But its doesnt increase the amount of lines on the screen, any one know whats wrong?

Also tried :-
Code:
SV(-1,0, "s con_gameMsgWindow1ScrollTime \"0.001\"");
SV(-1,0, "s con_gameMsgWindow1MsgTime \"999999\"");
SV(-1,0, "s con_gameMsgWindow1LineCount \"4\"");
SV(-1,0, "s con_gameMsgWindow1FadeOutTime \"9999\"");
SV(-1,0, "s con_gameMsgWindow1FadeInTime \"0.25\"");
 
Altruism

Altruism

Selena Gomez <3
Mythical Veteran Fabled Veteran Grammar Nazi
Messages
4,577
Reaction score
1,507
Points
515
Sin$
0
I'm trying to keep text in the centre of the screen and increase the amount of lines that are displayed at one time.

These are the dvars i am using:-
Code:
SV(-1,0, "s con_gameMsgWindow1ScrollTime \"0.001\"");
SV(-1,0, "s con_gameMsgWindow1MsgTime \"999999\"");
SV(-1,0, "s con_gameMsgWindow1LineCount \"4\"");
SV(-1,0, "s con_gameMsgWindow1FadeOutTime \"0.5\"");
SV(-1,0, "s con_gameMsgWindow1FadeInTime \"0.25\"");

But its doesnt increase the amount of lines on the screen, any one know whats wrong?

Also tried :-
Code:
SV(-1,0, "s con_gameMsgWindow1ScrollTime \"0.001\"");
SV(-1,0, "s con_gameMsgWindow1MsgTime \"999999\"");
SV(-1,0, "s con_gameMsgWindow1LineCount \"4\"");
SV(-1,0, "s con_gameMsgWindow1FadeOutTime \"9999\"");
SV(-1,0, "s con_gameMsgWindow1FadeInTime \"0.25\"");
You can try moving the killfeed to the center of the screen.
 
Upvote 0
Altruism

Altruism

Selena Gomez <3
Mythical Veteran Fabled Veteran Grammar Nazi
Messages
4,577
Reaction score
1,507
Points
515
Sin$
0
Could do lol. Do you know how to move the text that usually in the centre to the killfeed then?
Code:
"f" Displays text in killfeed.
"e" Displays text in the killfeed.
Credit to Th3Sup3rN3rd for the "e" lol
 
Upvote 0
SnappiestJack

SnappiestJack

Contributor
Modder Fabled Veteran Forum Addict
Messages
2,941
Reaction score
642
Points
365
Sin$
7
Code:
"f" Displays text in killfeed.
"e" Displays text in the killfeed.
Credit to Th3Sup3rN3rd for the "e" lol
Ive got the codes, just before you showed me how to move the killfeed to the centre of the screen using con_gameMsgWindow1Filter "gamenotify obituary" just wondering if you know the dvar to make the text that gets printed using the 'f' move to the killfeed location.
 
Upvote 0
Altruism

Altruism

Selena Gomez <3
Mythical Veteran Fabled Veteran Grammar Nazi
Messages
4,577
Reaction score
1,507
Points
515
Sin$
0
Ive got the codes, just before you showed me how to move the killfeed to the centre of the screen using con_gameMsgWindow1Filter "gamenotify obituary" just wondering if you know the dvar to make the text that gets printed using the 'f' move to the killfeed location.
I'm confused.... Like just the killfeed?
 
Upvote 0
SnappiestJack

SnappiestJack

Contributor
Modder Fabled Veteran Forum Addict
Messages
2,941
Reaction score
642
Points
365
Sin$
7
Yeah,
con_gameMsgWindow1Filter "gamenotify obituary" - moves the text displayed in the killfeed to the centre of the screen so i need to move the text that gets displayed normally in the centre to the killfeed location.
 
Upvote 0
Status
Not open for further replies.
Top Bottom
Login
Register