-
Notifications
You must be signed in to change notification settings - Fork 14
Exobiology improvements #70
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
base: master
Are you sure you want to change the base?
Conversation
semver: patch
semver: chore
semver: patch
semver: chore
semver: chore
semver: patch
semver: chore
semver: patch
semver: chore
semver: chore
semver: chore
semver: patch
semver: chore
semver: chore
semver: minor
semver: minor
semver: minor
semver: chore
semver: patch
semver: minor
semver: minor
semver: patch
semver: chore
semver: patch
# Conflicts: # src/modules/exobiology/models/spawn_source.rs # src/modules/exobiology/models/spawn_source/target_planet.rs # src/modules/exobiology/models/variant.rs # src/modules/galaxy/models/planet_class.rs # src/modules/logs/blocking/log_dir_reader.rs # src/modules/logs/content/log_event_content/codex_entry_event.rs # src/modules/state/models/game_state.rs # src/modules/state/models/resolvers/planet_state_resolver.rs # src/modules/state/models/resolvers/system_state_resolver.rs
I'm interested in exobiology - would like to have something like BioInsights, but running in a terminal. Can any of these improvements go to master branch? Maybe splitting one big PR into smaller completed chunks? Can I be of any help for that? Are there any plans or thoughts on further development of exo? |
Sorry if PR is not a proper place for discussion. Let me know if it should happen in Issues page. |
I've put off working on this for a while as other things had more priority and because it's quite hard to 1: define what the 'correct' spawn conditions are and 2: testing that in a way that doesn't want you to go insane. If you want something complex to bite your teeth into then you're free to go for it, but do continue on this branch. It already contains a lot of changes that should already improve things. There are some existing implementations, but they have restrictive licenses, so you can't copy them 1-to-1. What I've been doing is creating copies of the sheets from Canonn and creatings some graphs to gauge that the correct ranges should be, but it's a lot of manual work, so if you have any better ideas feel free to use that instead. If you have any other questions please let me know. |
(This is a new PR so the changes are tracked in this repo instead of the fork)