SCRMaps
/
Sign in

What a session looks like

How to break one piece of work into steps.

2 min read

Rather than one large request, break the work into pieces you can check. Adding a new boss, for instance, goes something like this.

  1. 1Have it find every existing boss trigger and describe the shared structure. Nothing is edited yet.
  2. 2Have it write the new boss to that structure, shown side by side with an existing one.
  3. 3Apply it, then verify by counting the triggers and names.
  4. 4Compile and check it in game.

Keeping a clear record of what changed each time makes reverting easy and makes the next season's work much faster.

Sign in to track your progress