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

💡 [REQUEST] - New Plane Designer Part Notes #27

Open
WizzardMaker opened this issue Oct 5, 2022 · 0 comments
Open

💡 [REQUEST] - New Plane Designer Part Notes #27

WizzardMaker opened this issue Oct 5, 2022 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@WizzardMaker
Copy link
Member

Reference Issues

Moved from #26

Summary

I reckon it's better adding new ones rather than changing the existing values to avoid changing the original state of the game (including saved games and plane designs).

Added code in "Editor.h":

#define NOTE_BEGLEITER1 117 //Zusätzliche Begleiter
#define NOTE_BEGLEITER2 118 //Zusätzliche Begleiter

Added code in "Editor.cpp":

case NOTE_BEGLEITER1: begleiter+=1; break;
case NOTE_BEGLEITER2: begleiter+=2; break;

I think this should do it. Of course we could have a NOTE_BEGLEITER3 with +=3 as well.

Just noticed, NOTE_BEGLEITER10 with value 116 is never used in the csv.

Basic Example

The idea is to have better control with a mod. 1 and 2 more flight attendants for optional fine tuning the designer planes with modded "relation.csv". Combined they add 3.

Unresolved questions

No response

@WizzardMaker WizzardMaker added the question Further information is requested label Oct 5, 2022
@WizzardMaker WizzardMaker added the enhancement New feature or request label Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant