-
Notifications
You must be signed in to change notification settings - Fork 623
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
Bus Routes #2852
Draft
whatston3
wants to merge
15
commits into
new-frontiers-14:master
Choose a base branch
from
whatston3:2025-01-23-bus-routes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Bus Routes #2852
whatston3
wants to merge
15
commits into
new-frontiers-14:master
from
whatston3:2025-01-23-bus-routes
Conversation
This file contains 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
…-station-14 into 2025-01-23-bus-routes
github-actions
bot
added
Map-Shuttle
Map - Shuttle
Map-POI
Map - POI
YML
C#
FTL
S: Untriaged
Map-Outpost
Map - Outpost
size/M
labels
Feb 3, 2025
Switching to draft once tests run. |
The bus was never real |
whatston3
added
S: Awaiting Changes
This PR has changes that need to be made before merging
and removed
S: Untriaged
labels
Feb 4, 2025
github-actions
bot
added
the
S: Merge Conflict
This PR has conflicts that prevent merging
label
Feb 4, 2025
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…-station-14 into 2025-01-23-bus-routes
github-actions
bot
removed
the
S: Merge Conflict
This PR has conflicts that prevent merging
label
Feb 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C#
FTL
Map-Outpost
Map - Outpost
Map-POI
Map - POI
Map-Shuttle
Map - Shuttle
S: Awaiting Changes
This PR has changes that need to be made before merging
size/M
YML
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.
About the PR
This PR aims to improve the experience of riding the bus. The bus should be something that is okay to use and not a colossal pain.
Goals of the PR:
A prototype is added to store information about bus routes. These store the time buses spend waiting per stop, the time buses spend in transit between stops, the number of the route, and the number of stations needed on the route before another bus is added.
When the NFAdventure system is done populating the round's stations, the bus routes are created, and buses are spawned to run the routes. Each bus is numbered (e.g. "Bus 1A" is the first of several buses serving route 1, "Bus 2" is the only bus serving route 2) and every bus on the same route covers the same stations.
Transit time is decreased to 80 seconds transit time and 60 seconds at a station (down from 50/180).
Current routes are as follows (outwards from Frontier Outpost, looping back to Frontier at each extent)
Outstanding issues:
Why / Balance
Frontier Outpost has two major things going for it:
Pilotable shuttles are in a good spot. POIs are hurting. If we have a way to easily get from one place to the other that doesn't take thirty minutes, you'll probably see more bus use and have a better overall POI experience.
How to test
Media
Requirements
Breaking changes
Changelog
TBD