Remove shortDisplayName variable from 4x part cfg #25

Open
opened 2018-06-11 00:56:18 +02:00 by wile1411 · 0 comments
wile1411 commented 2018-06-11 00:56:18 +02:00 (Migrated from github.com)

For the following parts you have listed a variable called shortDisplayName that is normally used in an experiment definition. I think you can safely remove these variables from the cfg part files as they are not used by KSP when not included under an EXPERIMENT_DEFINITION section.

FYI: No problem occurs - just a suggestion to clean up part definition

Parts:

  • NE_KEES_ODC
  • NE_KEES_POSA1
  • NE_KEES_POSA2
  • NE_KEES_PPMD

An example seen in part definitions of above parts
`
title = #ne_kees_ppmd_title

shortDisplayName = KEES PPMD

manufacturer = #ne_manufacturer_name

description = #ne_kees_ppmd_description

`

Where you would normally see the shortDisplayName variable
`
EXPERIMENT_DEFINITION
{

id = NE_KEES_TEST

title = KEES Test Exposure Experiment

shortDisplayName = KEES TEST

abbreviation = TEST

`

For the following parts you have listed a variable called shortDisplayName that is normally used in an experiment definition. I think you can safely remove these variables from the cfg part files as they are not used by KSP when not included under an EXPERIMENT_DEFINITION section. FYI: No problem occurs - just a suggestion to clean up part definition Parts: - NE_KEES_ODC - NE_KEES_POSA1 - NE_KEES_POSA2 - NE_KEES_PPMD **An example seen in part definitions of above parts** ` title = #ne_kees_ppmd_title shortDisplayName = KEES PPMD manufacturer = #ne_manufacturer_name description = #ne_kees_ppmd_description ` **Where you would normally see the shortDisplayName variable** ` EXPERIMENT_DEFINITION { id = NE_KEES_TEST title = KEES Test Exposure Experiment shortDisplayName = KEES TEST abbreviation = TEST `
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ksp/NehemiahEngineeringOrbitalScience#25
No description provided.