Page 1 of 1

Mappack finished text

Posted: 02 Nov 2013, 19:24
by Vyper
When you finish a mappack, it says "congratulations! you have finished the mappack!" or something like that.
I need it so it will stay on that screen longer.
How do I do that?

Re: Mappack finished text

Posted: 02 Nov 2013, 19:29
by Qcode
...

Re: Mappack finished text

Posted: 02 Nov 2013, 19:30
by alesan99
game.lua line 39

Code: Select all

blacktime = gameovertime
Change gameover time to how many seconds you want it to be.
so if you want it to last 15 seconds you put

Code: Select all

blacktime = 15
Haven't tried it but i'm 99% sure it'll work.

NINJA'D

Re: Mappack finished text

Posted: 02 Nov 2013, 19:32
by Vyper
Qcode wrote:viewtopic.php?f=8&t=3683
Go to levelscreen.lua, line 39.
Where it says "blacktime = gameovertime" change it to "blacktime = x" where x is how long you want it to stay on in seconds. Default is 7.
Oh. Thanks. I had no idea there was a modding help thread XD