cambragol
cambragol
Try a different version of Fallout 2 CE. Redownload, because something is wrong. Maybe your OS version? Which is it? Also, what is the exact message when it fails?
Hmm...Well, that message 'Please make sure the FALLOUT CD is in the drive and that you are running FALLOUT from the directory you installed it to' usually happens when one...
I have a fix for this. The current code does this when a slot selection is changed in the Save menu: ``` if (selectionChanged) { switch (_LSstatus[_slot_cursor]) { case SLOT_STATE_EMPTY:...
Looks like there is a little more to this. Requires a few more points to be fixed.
A couple of things to unpack with this: Is this an issue with Fallout Sonora only? Related to length? The first Automap list has multiple 'Ruins' entries - is that...
This could also address the issue that arises with some Fallout Sonora locations (again, not sure if this affected Fallout 2):  Maybe some kind of simple pagination to prevent...
Found a save with some locations in Fallout 2 open. I think the number of locations in Fallout 2 will not cause the overflow. But with increase to the number...
Overflow on the Phoenix page is pretty bad - using esc here also crashes the game. 
I have a fix for this. Not a coder, and certainly not a C++ coder, but I think it works. The fix adds pagination to the sub-location (elevation) screens for...
My solution for the main page of 'Automaps' is not very robust. It works for Sonora, and Fallout 2 (which does not have the overflow issue I believe) - However,...