Loss
As a TTRPG player, I've never really encountered anything that deemed an emotional reaction for the loss of something in the fictional world. As a GM, it's even more apparent. What I can discuss, though, is the loss of progress in developing anything.When I created a game for one of my classes that dealt with AI and the game Connect 4, I learned my lesson the hard way. I had the game saved, and I thought it was saved elsewhere too — on CDs, on other hard drives. After I switched from Visual Studio 10 to Visual Studio 16, I did something really stupid. It was so stupid, I ruined my game. I couldn't revert it, either. I spent years looking for the original, and I still haven't found it. It was a really good demonstration of deep search, always ensuring it chose the best possible move. I won the semester competition with it and didn't have to take the final for that class. I miss it a lot. I've found bits and pieces of it while searching through old folders, but nothing like the entire project.
That loss is exactly why I do so many things with a project when it comes to saving. When I was going through university for my BA in Game Design and Development, I encountered a lot of issues. Not with the curriculum or the assignments, but with my computer itself. That was probably the first time I ever learned to make back-ups of your back-ups. You might think I'm joking about this, but let me tell you, I'm not. This is where I learned about versioning from my professors.
I've got versions of my game and pretty much anything I work on that deals with programming. Each has a format similar to v1.0, where the 1 changes with every major rework or milestone hit, while the 0 tends to be minor fixes. To accompany this, I keep a changelog where everything that changed gets written down. There have been points in time where I've misplaced a version or a changelog, mostly when cleaning up disc space (I like to keep it tidy, and sometimes I get lazy). After a while, I chuck everything into a zipped folder and write it to a CD. Yes, I know, I still have a CD burner. Crazy, but I'm paranoid and don't trust my computer wholeheartedly. I've also compiled milestones into a zipped folder on my NAS, and current projects that are getting active work get backed up to a USB.
You might think this is overkill, and it might seem like it, but I've encountered real losses in projects I've worked on — the Connect 4 game being the biggest one.
Loss is a funny thing, though. It got me to version my projects, make back-ups of my back-ups, and to never take things for granted on a computer. It made me a better game developer. Maybe that's the closest I get to an emotional loss in this hobby — losing the making, not the world.
Links: