How do you disable the 30 second countdown?

lkjoel
Member
 
Posts: 778
Joined: Wed Feb 29, 2012 19:27

How do you disable the 30 second countdown?

by lkjoel » Thu Mar 01, 2012 01:59

The title says it all :). I have a very slow internet connection, and I get frustrated at the 30 second countdown because it's still downloading when the timer is done.
My mods: The Nether | Doctor Who (WIP)

I have quit minetest ... again. I am heavily unimpressed by both the game and the community.
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Thu Mar 01, 2012 04:58

I don't know of a way to do this without recompiling. If you are compiling the game, open game.cpp and find the lines at 863 and 864:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
if{time_counter >= timeout)
    break;

Disable them like so:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
//if{time_counter >= timeout)
//    break;

Then of course recompile. Then the counter will simply reach 0, then continue counting down into negative numbers without stopping until all textures are received.
Last edited by Menche on Fri Mar 09, 2012 20:00, edited 1 time in total.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 10 guests

cron