-
Notifications
You must be signed in to change notification settings - Fork 82
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
Create event to detect planets where you can race the sun #1918
Comments
Interesting idea. Skilled commanders (far more skilled than me) can get their SRVs going at some pretty incredible speeds (many hundreds and perhaps even several thousand meters per second) and can even sometimes get their SRVs into orbit. For this to work, we'd essentially need to calculate the ground speed of the sun's shadow then leave it to the commander to determine whether the calculated ground speed is within an acceptable range for that commander (which would suggest that an event might not be the best medium for this). We also can't assume that the commander would need to follow the equator (since the body may be tilted in its orbit) and so we'd probably also need to be able to calculate the heading that the commander would need to follow to observe that ground speed. The calculations could potentially be accessed via a Speech responder function like |
Note: Star systems with multiple stars may either require more advanced calculations or may not be suitable for use with this proposed mini game. |
Here are the applicable formulas from the spreadsheet (with respect to the body): Solar days (days): Solar surface velocity (the ground speed of the sun's shadow on the surface) (m/s): The orbital inclination and tilt will affect the heading required to "race the sun" and will cause the appropriate heading to vary throughout the solar year. I don't think a heading can be calculated from the information given. |
My assumption when I thought up this mini game was that you'd pick a planet with a reasonably low tilt relative to the sun and that you would be driving along the equator at a heading of 90 degrees, so I think calculating a perfect heading for the sun can be ignored. In that form, it's entirely about how fast the terminator travels along the equator. 🙂 |
It should probably be noted that while it might be useful for EDDI to perform the above calculations, there is nothing preventing you from applying those same formulas right now and adding a "racing the sun" feature to your current personality. ;-) |
I've added properties to the |
Expected
Idea is based on the steam game, https://store.steampowered.com/app/253030/Race_The_Sun/. The goal of the game is not try falling into the shadows.
It involves implementing a detection of how fast a planet/moon spins relative to it's star (not parent planet), so you know how long a day is and use that day length to calculate the surface speed of the equator. If it is not too high, you can chase after the sun with your SRV.
Not sure if related to #1490, since fast rotation there is likely vs parent body.
Investigation
CMDR Lyneira found out you can do this mini-game in Elite, for this he created this spreadsheet, which contains the calculations.
The text was updated successfully, but these errors were encountered: