mfthomps / CyberCIEGE-port-to-Unity3d

A PoC port of the CyberCIEGE GUI to the Unity3D game platform.
http://my.nps.edu/web/c3o/cyberciege
Other
2 stars 4 forks source link

"Objective missing display name" in the Objective tab #358

Open CowboyCoderForever opened 3 years ago

CowboyCoderForever commented 3 years ago

Sometimes, Objectives are missing their display name. How does the OG deal with this? image

erheine1 commented 3 years ago

The OG just had the large text area and showed all objectives as one big string like this:

{Display name if it exists}:{description}
{completed/uncompletedText}

{Display name if it exists}:{description}
{completed/uncompletedText}
...

So it didn't have this smaller area with lists of objectives. It seems weird to use the description as an objective's name, so I put the whole "objective missing display name" thing to try to get the scenarios to be consistent with how objectives are setup. I can always just show the description there if there's no display name instead.