dscharrer: Whichever save allows reproducing the bug :)
Fafhred: ok, so what I will do is 1 save just before killing the would be king as this seem ti be the trigger of the bug, and 1 save just before changing map when the bug will appear.
Yes, those should be fine.
Fafhred: I see... I am not keen on saved games moved to the profile... I rather like the old way of them being in a subfolder of the game itself;
Thats not really a good option with modern operating systems as the game directory should not be writable for normal users - and you should absolutely not run games with elevated privileges.
Fafhred: if that was a modification by Arx Libertatis, there should be an option for the player to decide which way it is.
There is, but there is no GUI/installer option - and I don't think there needs to be.
1. First off, the save game folder is not hard-coded. Windows Vista and newer have a per-user setting for where games should store their saves (FOLDERID_SavedGames) and AL respects that - the default is
%USERPROFILE%\Saved Games. I'm not entirely sure where this can be changed though, but it should be possible. Changing this setting will also affect other games that put their save files in that location.
2. You can set the
HKEY_LOCAL_MACHINE\Software\ArxLibertatis\UserDir (system-wide) or
HKEY_CURRENT_USER\Software\ArxLibertatis\UserDir (per-user) registry keys to overwrite the default save game location for AL.
3. Finally, the
--user-dir=... command-line option can be used to overrule all other settings. This can be used by editing the Arx Libertatis shortcut.
For more details see the
Data directories page on our wiki.
Fafhred: Besides this, on Windows 7 (and probably higger), there is a limited size system partition, and a larger size partition for applications; anything assigned automatically to the system partition is a bad thing since too many things on it will eventually clog it.
And the user profile is on the limited-size system partition? That seems like an odd setup. I have Windows 7 installed on just one partition and didn't need to do anything special during setup, so it's certainly not required. Either way, I agree that hard-coding the save location would not be a good idea.