The Trebor Chronicles

Chapter 18: A-fighting we will go

image We are spending time doing various housekeeping activities, code cleanup, minor feature implementation - but the main goal is researching combat and RSD.

During combat, I record what I see on the screen during each round of each encounter, like this: first encounter R1:3(3) slimes, 5(5) small humanoids R2:1(1) bubbly slime, 5(5) orcs R3:5(5) orcs R4:2(2) orcs R5: all monsters killed

Then I upload this and Moose compares the changes in monster party number to his snapshots of RAM. This is allowing Moose to determine exactly where in RAM this data is being held. This is going to free us from relying on OCR (which is unreliable) during combat. We are making good, if slow, progress.

For the blog, please give me a succinct summary of the work done tonight as a bullet list where each bullet is only one sentence

Great going, Moose! Always a pleasure to work with you.