HarbourMasters/SpaghettiKart
View on GitHubTrain, Boat, and Car/Truck Speeds Need To Be Reviewed
Open
#493 opened on Jul 20, 2025
good first issue
Repository metrics
- Stars
- (2,251 stars)
- PR merge metrics
- (PR metrics pending)
Description
KalimariDesert.cpp::BeginPlay() ToadsTurnpike::BeginPlay() DKJungle::BeginPlay()
The issue is that the speeds were adjusted for the tick loop to tick one time per frame. The game is back to the original way of 2 ticks per frame. Thus, the speeds need to be re-evalulated.
There's generally a comment there, should be easy to find and test.