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

Newly Produced Ships - Name Fix Proof of Concept #206

Merged
merged 4 commits into from
Nov 19, 2019

Conversation

sgerhardt
Copy link
Contributor

Problem

New ships are not set to use historical names. They instead fall back to default values for the base game.

See the "Tirpitz" example here #199 (comment) as an example.

Solution

Use name_group in create_equipment_variant for the ships to match them up with a name in their ship name file.

Testing

Create one of the ships that has a name update and verify it takes one of the defined names. You will likely have to select one of the outdated models.

NOTE: There is some existing bug with the "D9 class" of destroyers. Despite being listed as obsolete, it shows up in the naval production panel by default, and doesn't use the names provided. However, it also has an obsolete counter part which does use the names as expected. Fixing this bug is out of scope of this PR.... not sure how that is happening.

FYI @Wolferos @naashil

@Wolferos Wolferos merged commit f19eab4 into Wolferos:develop Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants