Jump to content

[Help] Editing Race Resource


BieHDC

Recommended Posts

hello,

befer i destroy my race resource, i ask here.

I wanna remove 2 things:

1.> I wanna remove: "Vote for next Map starts in X..." so that the poll starts imidelty after map finish(is dd server)

2.> I wanna remove at countdown the 3,2,1 so that only GO is visible and the race starts.

I thing removing this saves time and players dont get bored.

If somebody could help me finding the strings to remove, would be great :)

Thx

Link to comment
  • 2 weeks later...

ok this worked and for countdown go in race_server.lua to line 362 and change to this

  
g_RaceStartCountdown = Countdown.create(0, launchRace) 
g_RaceStartCountdown:useImages('img/countdown_0.png', 474, 204) 
g_RaceStartCountdown:enableFade(true) 
g_RaceStartCountdown:addClientHook(0, 'playSoundFrontEnd', 45) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...