All saves work perfectly, no crash and Kaga behaves correctly. Thank you for the fixes.Basically, there was a race condition occurring here during map load. Hence why it didn't always happen.
Again, let me know how these files work out.
Interesting, reason is the general availablity of multiprocessor systems? I was thinking the Fallout engine is completely synchronous and deterministic and therefore resistant against race conditions. Could be more race conditions hidden in the game and would it therefore make sense to pin the game to a single core?Basically, there was a race condition occurring here during map load. Hence why it didn't always happen.
AFAIK, RP is already forced to use a single core by sfall.Interesting, reason is the general availablity of multiprocessor systems? I was thinking the Fallout engine is completely synchronous and deterministic and therefore resistant against race conditions. Could be more race conditions hidden in the game and would it therefore make sense to pin the game to a single core?Basically, there was a race condition occurring here during map load. Hence why it didn't always happen.
Okay, so now load up ddraw.ini and change the graphics mode to 4. This also fixes the color issue (just like the high-res patch can do).After using that program to disable the mod, then loading my game and going to the Den, I still get the same problem. Only, this time the map isn't black, it's pink because the colors are all messed up, presumably because the setting that fixed that was in the f2_res.ini file, which is a part of the high-res patch.
1) SAD location (Saving game at this location is completely unsafe. Sometimes saves become corrupted.)
Well, it's certainly multi threaded and that's all it takes for a race condition to crop up.Interesting, reason is the general availablity of multiprocessor systems? I was thinking the Fallout engine is completely synchronous and deterministic and therefore resistant against race conditions. Could be more race conditions hidden in the game and would it therefore make sense to pin the game to a single core?
No a map will always load without that check. I'm assuming they just added it because of asynchronousness. In the case of map loading you would totally code in a call back function to run once the loading finished. I don't see any callbacks and this check certainly isn't one, so I don't see why it would help. But it does here...merenbach said:Is it possible that the check for is_map_loaded has the side effect of ensuring the map gets loaded, or maybe setting some other variables, in the case of the Kaga encounter?
And I do believe things were being run too early for Kaga because when the map loads I hear the critters arming themselves before everything is actually displayed on the screen (it's all still black). With the check in place, I hear no noises until after everything is drawn on the screen.
What about other graphic modes in sfall? Have you looked at the WINE/Mac instructions here: http://falloutmods.wikia.com/wiki/F2RP_Technical_InfoAfter disabling the patch and setting Mode=4 in ddraw.ini, now the game doesn't load at all. On launch, it gives me an error message stating:
The instruction at 10026e20 referenced memory at 00000000
The memory could not be read from
The point is that the map procedure is only run once. I tested with printing something out and it only prints once, with or without the loading check. Now perhaps the game encounters that check and then waits to call everything wrapped inside until loading is truly complete. Some sort of quasi-callback. I never heard of something structured like that, but sure. The problem there though is that why did I find cases previously where stuff wrapped in that check would never get run on map load. Our map "callback" doesn't always get run? *head explodes*. It's all very strange. There is just a lot of inconsistencies here.And I do believe things were being run too early for Kaga because when the map loads I hear the critters arming themselves before everything is actually displayed on the screen (it's all still black). With the check in place, I hear no noises until after everything is drawn on the screen.
To me (again, operating in a vacuum here) that almost sounds as though the relevant script is being called twice. The first time it's ignored with your fix because the map's not yet ready, and the second time it's loading like any other map.
Yes Kitsune has one more level. She starts out with 80 HP and ends up with 130 HP and her AP will always be the 9 she starts with.How many APs and HPs does Kitsune have on max level? mine has 9-120 atm, but seeing that others have 10-13 and 128-146 I assume there's atleast one more level
That should work, but only in the RP. I don't think the unofficial patch does that anymore. It's strictly bug fixes. Is the raid still happening for you in the RP?Killap's unofficial patch gets around this by a simple solution: killing Dr. Schreber in Navarro saves the deathclaws if the player can kill him before the attack (two weeks after first entering V13).
Can someone confirm this, please? Played F2 before and he's always dead long time before I enter V13.
Kudos to you as well for making it work on Android!Hey Killap, Roland here from the Fallout for Android project. I'm absolutely thrilled to see new updates to the restoration project, thank you for your continued support.
So I don't know how you have things setup, but have you tried manually setting it through the f2_res.ini file? You don't have to change these setting through the game itself.I was hoping you could help me troubleshoot a screen scroll issue I've been having with the newer 2.2 and 2.3 version of your incredible restoration project. Currently Fallout 2 for Android is stuck on version 2.1.2b. The issues is with being unable to scroll on certain maps like the temple of trials. I've found this can be fixed by running the game in direct draw 7 mode and enabling ignore PC scroll limit option. However the game performance is unplayable in Android in anything other than basic or DX9 mode. I am also unable to access the screen settings menu while using graphics modes DX9 or basic. So is there a way I can enable the ignore PC scroll limit without enabling it from the screen settings menu?
Hey Killap,
Well after a lot of tweaking and bashing my head against the table I believe I've found the problem. I'm not sure if this is also related to the black screen issues that people have been reporting but it might be something for those folks to test as well.
First I attempted to modify the f2_res.ini but no matter what I did the changes would stick unless it was set to Direct draw 7 mode, which was so lagged it made the game unplayable.
So I ate a box of Mentats and proceeded to modify things by mixing new and old files; which is how we have this running on Android in the first place with DX9C
After replacing Mash's current High resolution patch with the older 3.06 version, the problems have disappeared and performance in Direct draw 7 mode is back to normal.
This replaces the current settings GUI with the older one, which wasn't working properly on my old emulated setup.
I don't understand why this works or what the issue is but it does seem to indicate a problem with Mash's latest version of the patch and your RP versions 2.2-2.3.
I made a link for the older version and I want to add that to my forum info to get people playing with the RP2.3 instead of 2.1.2b. Do you think there would be any problem playing F2RP2.3 with this modification? I don't have saved games for 2.3 yet so I will actually have to start testing this out with a new game. If anyone would be kind enough to upload their RP2.3 saves so that I can load them and look for issues I would be very grateful
Here is the older patch if anyone would like to test it on their PC and see if that fixes the reported issues with RP2.3
I should note that this works only for the DosBox Turbo version of the Mod I may need to try older version of the RP for the QEMU version. Do you happen to have a link to an archive for your older RP versions Please and thank you.
Download Fallout2_High_Resolution_Patch_3.06