We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While investigation why Agena B and D description is different from RO configs
Config: https://github.com/KSP-RO/RealismOverhaul/blob/32ab62ccbde3600b6c22c5bd78d1161ef1f5c08e/GameData/RealismOverhaul/Engine_Configs/Agena_XLR81_Config.cfg#L395 https://github.com/KSP-RO/RealismOverhaul/blob/32ab62ccbde3600b6c22c5bd78d1161ef1f5c08e/GameData/RealismOverhaul/Engine_Configs/Agena_XLR81_Config.cfg#L461
In game:
I figured out that TREE-Engines.cfg overwrites many engines descriptions. https://github.com/KSP-RO/RP-1/blame/ad4f136d5982cb9fc35216fa4ae24007d8c69292/GameData/RP-1/Tree/TREE-Engines.cfg#L5424
Would the proper fix be to remove all description in this file, not sure if any are necessary (e.g. not defined anywhere else)?
The text was updated successfully, but these errors were encountered:
easy fix would be to get rid of
RP-1/Source/Tech Tree/Parts Browser/tree_engine_cfg_generator.py
Lines 101 to 103 in ad4f136
(if there are engine configs lacking descriptions, that'd be a RO bug to fix separately)
Sorry, something went wrong.
resolved by fc28721
No branches or pull requests
While investigation why Agena B and D description is different from RO configs
Config:
https://github.com/KSP-RO/RealismOverhaul/blob/32ab62ccbde3600b6c22c5bd78d1161ef1f5c08e/GameData/RealismOverhaul/Engine_Configs/Agena_XLR81_Config.cfg#L395
https://github.com/KSP-RO/RealismOverhaul/blob/32ab62ccbde3600b6c22c5bd78d1161ef1f5c08e/GameData/RealismOverhaul/Engine_Configs/Agena_XLR81_Config.cfg#L461
In game:
I figured out that TREE-Engines.cfg overwrites many engines descriptions.
https://github.com/KSP-RO/RP-1/blame/ad4f136d5982cb9fc35216fa4ae24007d8c69292/GameData/RP-1/Tree/TREE-Engines.cfg#L5424
Would the proper fix be to remove all description in this file, not sure if any are necessary (e.g. not defined anywhere else)?
The text was updated successfully, but these errors were encountered: