Mappack finished text

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
Vyper
Posts: 155
Joined: 16 Jan 2013, 23:18
Contact:

Post » 02 Nov 2013, 19:24

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?

User avatar
Qcode
Posts: 1479
Joined: 05 Feb 2012, 18:00
Contact:

Post » 02 Nov 2013, 19:29

...
Last edited by Qcode on 21 Oct 2021, 18:49, edited 1 time in total.

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 02 Nov 2013, 19:30

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

User avatar
Vyper
Posts: 155
Joined: 16 Jan 2013, 23:18
Contact:

Post » 02 Nov 2013, 19:32

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

Post Reply