Compare commits

..

No commits in common. "970f8dfdd1f28ce88be6a08a1adc9ba0f1fde72f" and "f949f9cb7c103ae41d26eefca8f46bc204cf8344" have entirely different histories.

5 changed files with 874 additions and 886 deletions

View File

@ -2664,8 +2664,6 @@
<VIS_VAR>MD11_OVHD_PNEU_ECON_OFF_LT</VIS_VAR>
<NODE_ID>MD11_OVHD_PNEU_ECON_OFF_LT001</NODE_ID>
</UseTemplate>
<!-- NOTE: 110COM - Feels like this should be spring loaded to the center position -->
<!-- NOTE: 110COM - Probably hard to implement the two stage nature and a spring back -->
<UseTemplate Name="TFDi_Design_MD11_ELEV_FEEL_Knob">
<NODE_ID>MD11_OVHD_FLTCTL_ELEVFEEL_KB</NODE_ID>
<ANIM_NAME_PUSHPULL>MD11_OVHD_FLTCTL_ELEVFEEL_BT</ANIM_NAME_PUSHPULL>

View File

@ -64,8 +64,8 @@ paths.forEach((_path) => {
});
const fd = fs.openSync("tooltips.csv", "w");
fs.writeSync(fd, "File|Template Name|Node ID|Tooltip|Comment\n");
fs.writeSync(fd, "File|Template Name|Node ID|Tooltip\n");
objects.forEach((obj) => {
fs.writeSync(fd, `${obj.file}|${obj.templateName}|${obj.nodeID}||\n`);
fs.writeSync(fd, `${obj.file}|${obj.templateName}|${obj.nodeID}|\n`);
});
fs.closeSync(fd);

View File

@ -41,14 +41,8 @@ paths.forEach((_path) => {
if (tip) {
const _tip = lines[index]
.replaceAll("NODE_ID", "TOOLTIPID")
.replaceAll(_nodeID, tip);
.replaceAll(_nodeID, tip)
lines.splice(index, 0, `${_tip}`);
const comment = lines[index - 1].replaceAll(
/\S.*/g,
"<!-- NOTE: EXP - Tooltip -->"
);
lines.splice(index - 1, 0, comment);
index += 2; //Advance
}
templateName = undefined;
}

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,6 @@
"evac",
"EVAC",
"EVTMKR",
"Exceedance",
"FADEC",
"FIRETEST",
"flaperon",
@ -124,7 +123,6 @@
"LLOFOFF",
"LMCDU",
"LODS",
"LSAS",
"LSIDE",
"LTRANS",
"LYDA",
@ -151,7 +149,6 @@
"OUTBD",
"OUTFLO",
"Overspeed",
"Overwing",
"ovhd",
"OVHD",
"OVHT",