Quote:
Originally Posted by matronboy
(Post 145092)
Hello, sorry if this is in the wrong place or has been asked before, I tried to use the search function best i could to check!
I'm trying to play through Terminal on my Mac using the version downloaded with Homebrew, but I'm crashing and getting a message after the title screen saying: "angband: Broken savefile - probably from a development version"
I've tried deleting and reinstalling and stuff like that but to no avail! Wondered if there was an easy fix for this? The download version works fine, so it's no bother, I just like having it all neat and tidy in my console.
Thanks in advance!
|
Savefiles on Mac are in Documents/Angband/, I believe (or maybe Library/Preferences/Angband/save ? I never had a mac, so I'm just reading this stuff up). Probably you have a leftover one from a previous install.
Savefiles are the files that hold your current characters. They are usually named with your username, without extension, and their content begins with the characters "SaveVNLA" (you can use "head filename -c 8" from the command line to display the first 8 characters of a file's content). They are usually not compatible along different major versions.
It is not clear to me from your description what you are trying to do. Anyway:
1. If you had an active game saved with a previous version and wish to finish playing that character, you will need to reinstall the old version you were using.
2. If you wish to play different characters with two different Angband versions at the same time, you will need to tell them to load different savefiles with the command-line option "-u <savefile>" when running Angband.
3. Otherwise, if you only wish to play the new version, just delete the old savefile and a new one will be created.
|