-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Competition maps (and map bugfixes) #179
Conversation
…slations of the cones in the cone spline
…abled physics simulation on right front cone
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, the new maps look and play nice.
Only thing about the fix for #125 is that now there will be a warning about a StaticMeshActor(the parent of the cones) with no StaticMesh selected. From what I've read this won't cause any actual problems for us, but it might be annoying.
Thanks for reviewing @Riliano! Before merging I will try to get the StaticMeshActor warning away as I agree it isn't that nice :) Maybe I can attach the trigger line as the primary StaticMesh. |
Well I think there are two options:
It wont really impact performance much either way (the reason for the warning) since this entity exists once per map anyway. |
@Riliano I managed to convert the startfinishline into a simple actor. I also fixed some bug where cones were counted twice and where (in spectator mode) the timer ran twice. |
Built the base for the competition maps!
Note to FSOnline participants: The tracks in here are not the competition tracks.
These maps are still missing weather conditions and sponsor banners. Will be added later.