Skip to content
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

Multiple tiers of "official" ship configs #257

Open
4 tasks
jukibom opened this issue Nov 27, 2024 · 2 comments
Open
4 tasks

Multiple tiers of "official" ship configs #257

jukibom opened this issue Nov 27, 2024 · 2 comments
Labels
enhancement New feature or request feedback wanted Extra attention is needed UI anything to do with the UI prefabs

Comments

@jukibom
Copy link
Owner

jukibom commented Nov 27, 2024

I'd like to expand the current leader board with some additional tiers, to both make the game a little more beginner-friendly and also expand the skill ceiling with a ridiculous config.

The configs should work with existing maps, I don't have the capacity to build config-specific maps unless we REALLY have to.

  • Beginner config
  • Expert config
  • (stretch) anything-goes-within-reason config
  • UI to support selections (per-level? as part of the time trial menu? on the leaderboard? something else?)
@jukibom jukibom added enhancement New feature or request UI anything to do with the UI prefabs labels Nov 27, 2024
@jukibom
Copy link
Owner Author

jukibom commented Nov 27, 2024

Contender for expert config with a ridiculously high speed, rapid boost charge with higher boost cost

{
  "angularDrag": 0.0,
  "boostCapacitorPercentCost": 80.0,
  "boostCapacityPercentChargeRate": 16.0,
  "boostMaxSpeedDropOffTime": 12.0,
  "boostRechargeTime": 1.5,
  "boostSpoolUpTime": 1.0,
  "drag": 0.0,
  "inertiaTensorMultiplier": 175.0,
  "latHMultiplier": 0.5,
  "latVMultiplier": 0.7,
  "mass": 200.0,
  "maxAngularVelocity": 7.0,
  "maxBoostSpeed": 2000.0,
  "maxSpeed": 1400.0,
  "maxThrust": 220000.0,
  "minUserLimitedVelocity": 250.0,
  "pitchMultiplier": 1.0,
  "rollMultiplier": 0.3,
  "throttleMultiplier": 1.0,
  "thrustBoostMultiplier": 3.25,
  "torqueBoostMultiplier": 2.0,
  "torqueThrustMultiplier": 0.08,
  "totalBoostRotationalTime": 6.0,
  "totalBoostTime": 5.0,
  "yawMultiplier": 0.8
}

@jukibom
Copy link
Owner Author

jukibom commented Nov 27, 2024

Possible contender for the beginner config, lower top speed and slower boosting with a buff to manoeuvrability and lateral / vertical thrust under boost and a lower boost cap cost

{
  "angularDrag": 0.0,
  "boostCapacitorPercentCost": 45.0,
  "boostCapacityPercentChargeRate": 2.5,
  "boostMaxSpeedDropOffTime": 20.0,
  "boostRechargeTime": 5.0,
  "boostSpoolUpTime": 1.0,
  "drag": 0.0,
  "inertiaTensorMultiplier": 175.0,
  "latHMultiplier": 0.7,
  "latVMultiplier": 0.85,
  "mass": 700.0,
  "maxAngularVelocity": 7.0,
  "maxBoostSpeed": 850.0,
  "maxSpeed": 550.0,
  "maxThrust": 220000.0,
  "minUserLimitedVelocity": 250.0,
  "pitchMultiplier": 1.0,
  "rollMultiplier": 0.3,
  "throttleMultiplier": 1.0,
  "thrustBoostMultiplier": 2.0,
  "torqueBoostMultiplier": 2.0,
  "torqueThrustMultiplier": 0.08,
  "totalBoostRotationalTime": 7.0,
  "totalBoostTime": 9.0,
  "yawMultiplier": 0.8
}

@jukibom jukibom added the feedback wanted Extra attention is needed label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feedback wanted Extra attention is needed UI anything to do with the UI prefabs
Projects
Development

No branches or pull requests

1 participant