When creating a workshop mission, the header class entries defined in description.ext get overwritten or ignored by the in-game UI in the create game menu. {F23706} {F23707} {F23708}
Description
Description
Details
Details
- Legacy ID
- 822744008
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Steam Workshop
Steps To Reproduce
- Create mission.
- Add description.ext header class entries
- Upload to workshop
- Subscribe from workshop.
- Create new multiplayer game
- Note discrepancy between original and subscribed content.
Event Timeline
Comment Actions
You're right. The reason is, that the description.ext resides inside of .pbo stored on Steam Workshop. Steam doesn't allow to access the insides of the .pbo, so to display at least some information we decided to display Steam's metadata (mission name, author, description and picture). There exist certain possibilities for improvement of this behavior and will be investigated.