Factorio-Access / FactorioAccess

An accessibility mod for the video game Factorio, making the game accessible to the blind and visually impaired.
Other
20 stars 9 forks source link

Make the tutorial steps easier to maintain #193

Open LevFendi opened 3 months ago

LevFendi commented 3 months ago

The problem

The numbering aspect of tutorial steps is currently hardcoded, such that chapter lengths are forced to be exact and it is difficult to add or remove steps from the middle of a chapter, because you have to manually renumber the steps each time. This makes it harder to revise the tutorial and it makes it much more difficult to adapt it for different locales.

The desired solution

Every chapter should be able to have any number of steps, and it should not require much effort to add or remove steps from the middle of a chapter.

A proposed solution

Proposed result

New or remaining problems

LevFendi commented 1 month ago

This issue is being explored in PR #224. The latest idea (discussed there) is to have only a single markdown-to-cfg script so that all tutorial text editing is done on markdown files.