Conversation
Collaborator
Author
|
/ok to test db1eca4 |
Contributor
|
aidanfnv
added this pull request to stack #610
September 10, 2026 23:17
aidanfnv
force-pushed
the
dev/aidanf/game/crazy-robotaxi/map-format-cleanup
branch
4 times, most recently
from
September 14, 2026 16:40
e6649f1 to
95c4db4
Compare
Collaborator
Author
|
/ok to test 95c4db4 |
aidanfnv
force-pushed
the
dev/aidanf/game/crazy-robotaxi/map-format-cleanup
branch
from
September 14, 2026 22:52
95c4db4 to
b3d7a25
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split off from #553, this change removes the map "variants" used by interactive-drive and the pre-API-port Crazy RoboTaxi demo, but not the ported version.
The interactive-drive scenes used previously have different time-of-day and weather variants, and the new map system does not make use of them. Time-of-day can be handled by bundling a different first frame and prompt (we could make it easier in future by adding time-of-day "variants" back, but likely not in this form being removed), and weather is now handled with live-edit features (though, again, we could pre-bake "weather" variants).
This functionality should be re-added in some form later, but leaving it here in a non-functional state has led to confusion from AI agents and has added unnecessary churn when using them to edit maps or map-adjacent systems.