Separate names with a comma.
This fixes the airborne events that don't track speed (ie. every theme except the last)
Darthbob555 updated Car Games V2 with a new update entry: Airborne hotfix Read the rest of this update entry...
Forgot to reimplement a condition causing the airborne events to never end in the last version. This fixes that, plus a new score for dev. best:...
Darthbob555 updated Car Games V2 with a new update entry: Quick fix for airborne events Read the rest of this update entry...
Thank you for pointing this out, I knew I would forget to put the condition back in the code :rolleyes:. It's all fixed in the next update and so...
Mostly behind the scenes work, but it means I can update it easier now and have less code to worry about. Features a few scenario-specific fixes...
Darthbob555 updated Car Games V2 with a new update entry: Behind the scenes work + scenario specific changes Read the rest of this update entry...
This update adds in two new UI's (powerups and timer - screenshots of these at the bottom of this post) and also includes lots of event fixes and...
Darthbob555 updated Car Games V2 with a new update entry: Event fixes/changes + more UI Read the rest of this update entry...
0.15 fixes: Fixed rotation lag with any objects that rotate Fixed rotors in 5:4 not rotating Fixed some objects in 3:5 not showing up until you...
Darthbob555 updated Car Games V2 with a new update entry: 0.15 fix + couple of changes Read the rest of this update entry...
Very much enjoying the update, especially the new map! One thing I have noticed is that rotations of models seem to be a bit laggy since the...
I have to thank FailRace for pointing out this issue; if your game is running at a different amount of frames per second (ie. update ticks), then...
Darthbob555 updated Car Games V2 with a new update entry: Update tick fixes Read the rest of this update entry...
Fixes to some issues caused by the inheritance implementation of 1.0.4 This fixes powerups not resetting after the latest update. This also fixes...
Darthbob555 updated Car Games V2 with a new update entry: Fixes of the fixes Read the rest of this update entry...
Fixed powerups not correctly working which gated progress through the mod. This should also fix any problems with errors in the log about...
Darthbob555 updated Car Games V2 with a new update entry: Powerup fixes Read the rest of this update entry...
That's good to know that I can sometimes convey my point across ;)
It was indeed a script error. The quick story is that I was checking to see if a function exists by calling it (which of course doesn't make sense...