BieHDC Posted September 21, 2013 Posted September 21, 2013 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
bandi94 Posted September 21, 2013 Posted September 21, 2013 1. modes/base.lua : line 95 Countdown.create(5, RaceMode.startNextMapSelect, text, 255, 255, 255, 0.6, 2.5 ):start() to Countdown.create(1, RaceMode.startNextMapSelect, text, 255, 255, 255, 0.6, 2.5 ):start() 2. change 3,2,1.png's to blank images
BieHDC Posted September 21, 2013 Author Posted September 21, 2013 ok the first one would work but i wanna DISABLE the 3,2,1 that only GO got showed (shortering the countdown)
BieHDC Posted October 2, 2013 Author Posted October 2, 2013 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now