 |
 |
 |
|
 |
 |
 |
|
 |
 |
S.T.A.L.K.E.R. Priboi Story discussion |
|
« Previous 10 events | 1 2 3 4 5 6 7 8 ... 571 | Next 10 events » |
|
|
11:44:44 19 August 2020 |
|
100RadsBar
100RadsBar - Formerly known as LoboTheMan (Resident)
 On forum: 06/03/2009
 Message edited by: 100RadsBar 08/20/2020 9:49:18
Messages: 1710
|
I hope the few people who play this are enjoying it.
If you experience CTD's in regards to a NPC model, just delete the Shaders folder.
I think the shaders mess up some of the vanilla textures.
I had no CTD's after removing the shaders folder
I can't remember seeing this in the vanilla game, but the Bandits are more active in my game at least.
They have started to invade the factory building where you save Mole in the original game.
They spawn in their regular place but move into the building.
I haven't seen any Loners there yet, I guess the Bandit presence keeps them away.
Being in Wild Territory when a blowout happens can be quite an adventure, I exited the level to go to Yantar after a blowout, running from the mutants that spawned. They were still there when I came back to the level, having finished my tasks at Yantar.
Almost ran out of ammo trying to kill all the mutants that converged on my location, a safe place where they could not reach me, except the ranged attacks of Burers, and Controllers
So almost out of ammo, another Blowout comes rolling along, that did me in.
Reloaded the last save, got lucky to get to a shelter from the blowout, somehow outrunning the mutants.
Had to drop some of my loot to be able to run like hell to escape the mutant horde that had accumulated. Made it back to the Bar with just a handful of ammo and weapons and armor that were in need of repairs.
Fun times
Yesterday I got killed by a Burer in the Red Forest, there were a couple of Zombies there also.
I let the death cam on, and the bastards walked over to my body and started feasting on it.
I could hear the Burer talk, between the sounds of him munching on my dead body, and the zombie also dug in ,between his moaning.... 
Priboi Story Overhaul 2020 Download link:
https://semak.dk/
https://www.moddb.com/mods/priboi-story-overhaul-2020
https://www.gsc-game.com/main.php?t=community&s=forums&s_game_type=xr&thm_page=1&thm_id=24696&sec_id=17#415548
My System Specs:
HP Z420 Workstation
CPU: Intel Xeon CPU E5/1620 0 (@3.60Ghz.
RAM: 32 GB DDR3 ECC (1600Mhz)
Graphic: R9-580x (8GB)
OS: Windows 10 Professional 64bit
Monitor: AOC Q3279VWF (32" @2560x1440)
|
15:19:45 3 August 2020 |
|
100RadsBar
100RadsBar - Formerly known as LoboTheMan (Resident)
 On forum: 06/03/2009
Messages: 1710
|
---QUOTATION--- I'm shooting from the hip here:
Both "No more data is available" and "Can't open section 'acÿ'" errors are usually evidence of corruption due to some item having a load() function reading a different amount of data than the corresponding save() function actually writes. The same applies to STATE_Read()/STATE_Write() when the amounts of data likewise differ.
You can also see these errors reported with games that have blowouts, but the 'ac' followed by some garbage character is a common problem with the aforementioned data storage/retrieval mismatch.
You can also the first error if you run out of memory; it can happen when the game memory usage hits the upper limit (normally 2 GB in 32-bit OS), as the game requests data that crosses the boundary but the amount requested cannot be satisfied. I don't think that's the case here.
So the first thing I'd check would be the scripts associated with the objects involved in the tasks you mention. The problem object might be something in the inventory of a task participant or a reward. It is also possible that the item itself is not properly defined.
I hope to download the mod soon; I can look at the issue if you haven't resolved it by that time. ---END QUOTATION---
Thanks for the reply
I think that the game chokes, because it has to spawn in the 2 groups of bandits at the same time. It could be that they have already been spawned by the game, and that it tries to spawn them again.
I have played Priboi Story more than the vanilla game, and can as far as I remember never had the 2 tasks available at the same time. So it can be that the game can't handle the combination of these 2 tasks.
It is not something I think I can fix, but I have to my knowledge not had any reports in regards to this error.
Given the, at times, somewhat erratic behavior of the game engine, it might just be a fluke in my current game.
I have had some error in regards to the texture of some of the NPC models, in the Army Warehouse (vanilla textures).
But that is related to the Shaders I have added as far as I can tell.
If there is an update, I will either remove the folder, or try some other shaders that work better 
Priboi Story Overhaul 2020 Download link:
https://semak.dk/
https://www.moddb.com/mods/priboi-story-overhaul-2020
https://www.gsc-game.com/main.php?t=community&s=forums&s_game_type=xr&thm_page=1&thm_id=24696&sec_id=17#415548
My System Specs:
HP Z420 Workstation
CPU: Intel Xeon CPU E5/1620 0 (@3.60Ghz.
RAM: 32 GB DDR3 ECC (1600Mhz)
Graphic: R9-580x (8GB)
OS: Windows 10 Professional 64bit
Monitor: AOC Q3279VWF (32" @2560x1440)
|
09:11:16 3 August 2020 |
|
NatVac
Senior Resident
On forum: 06/15/2007
Messages: 4286
|
I'm shooting from the hip here:
Both "No more data is available" and "Can't open section 'acÿ'" errors are usually evidence of corruption due to some item having a load() function reading a different amount of data than the corresponding save() function actually writes. The same applies to STATE_Read()/STATE_Write() when the amounts of data likewise differ.
You can also see these errors reported with games that have blowouts, but the 'ac' followed by some garbage character is a common problem with the aforementioned data storage/retrieval mismatch.
You can also the first error if you run out of memory; it can happen when the game memory usage hits the upper limit (normally 2 GB in 32-bit OS), as the game requests data that crosses the boundary but the amount requested cannot be satisfied. I don't think that's the case here.
So the first thing I'd check would be the scripts associated with the objects involved in the tasks you mention. The problem object might be something in the inventory of a task participant or a reward. It is also possible that the item itself is not properly defined.
I hope to download the mod soon; I can look at the issue if you haven't resolved it by that time. |
02:42:50 28 July 2020 |
|
100RadsBar
100RadsBar - Formerly known as LoboTheMan (Resident)
 On forum: 06/03/2009
 Message edited by: 100RadsBar 07/28/2020 2:44:48
Messages: 1710
|
odd error
Speaking of CTD's I have found an unusual error.
It might not happen in all games.
The CTD error log was this:
stack trace:
0023:74DE51D9 MSVCR80.dll, memcpy()
0023:05CF3DE2 xrNetServer.dll, IPureClient::OnMessage()
[error][ 259] : No more data is available.
What triggered this is the following:
If you have the Kill Vampire task, and you take the task to kill bandits in Garbage from Hispan The Hunter in the Bar, and take the task from Gen. Voronin to kill the bandits in Garbage (they are two separate groups).
You may get a CTD.
After reinstalling the game, I got this error log after activating the same 3 tasks:
FATAL ERROR
[error]Expression : fatal error
[error]Function : CInifile::r_section
[error]File : E:\stalker\sources\trunk\xrCore\Xr_ini.cpp
[error]Line : 342
[error]Description : <no expression>
[error]Arguments : Can't open section 'acÿ'
stack trace:
So in essence:
Don't take the task from Voronin, and Hispan the Hunter at the same time.
I don't think the error has anything to do with the Kill Vampire task, since the CTD only seems to happen when Voronin's, and Hispan's tasks are active.
Also, save the game regularly, with named saves, don't rely on autosave, and quick-save.
This is not solely in regards to this mod, it goes in general for this game 
Priboi Story Overhaul 2020 Download link:
https://semak.dk/
https://www.moddb.com/mods/priboi-story-overhaul-2020
https://www.gsc-game.com/main.php?t=community&s=forums&s_game_type=xr&thm_page=1&thm_id=24696&sec_id=17#415548
My System Specs:
HP Z420 Workstation
CPU: Intel Xeon CPU E5/1620 0 (@3.60Ghz.
RAM: 32 GB DDR3 ECC (1600Mhz)
Graphic: R9-580x (8GB)
OS: Windows 10 Professional 64bit
Monitor: AOC Q3279VWF (32" @2560x1440)
|
23:10:56 27 July 2020 |
|
Capt.Host
Senior Resident
On forum: 06/25/2014
Messages: 199
|
Thanks a lot for the tips. I will get to it |
19:29:06 27 July 2020 |
|
100RadsBar
100RadsBar - Formerly known as LoboTheMan (Resident)
 On forum: 06/03/2009
 Message edited by: 100RadsBar 07/27/2020 19:33:07
Messages: 1710
|
---QUOTATION--- Well, I guess it's finally time to play this mod, I've waited enough
Just a question, how much playtime will the mod roughly take? ---END QUOTATION---
Well now is as good a time as ever to start
I have not found anything yet, that needed fixing after the latest update/release on the 20th of July.
And hopefully it stays that way (fingers crossed) .
I have not had any feedback since the Overhaul 2020 was released, so either it works, or no one is playing it
As much as you want to put into the game.
In the previous versions (Overhaul 3.2.5, and the Vanilla Priboi Story, I spend several months (in-game) before completing the game.
There is Free-Play from the start. That is as soon as you have completed a most important task for the Outpost commander.
Take your time and explore, if you find documents out of order, you can leave them be, and return later, or take them. They will stay in your inventory and be transferred to the PDA, once you find the one preceding it/them.
Side tasks are good option as they can yield some good rewards. And sometimes the only way to get better gear.
Little spoiler: Also Petrenko, and Voronin don't talk to much in case of tactics, so they sometimes offer the same quest at the same time (two birds for the price of one).
So there is no right, or wrong way of playing it
The economy is a bit more harsh than in the vanilla game.
Most of my time in Cordon I had not much in the case of armor, or weapons.
I only got a Bandit Jacket from a stash in Cordon, which served me until I did a task for one of the Bar patrons.
Gun fights are harder, but if you utilize your weapons properly, and don't rush headless into gunfights you stand a good chance to get out alive.
I have experienced very few CTD's while testing, and playing, but they do occur.
Often it is a vanilla game bug that causes it.
Lastly, a bit of advice, get into cover when a blow-out is coming, they are very deadly now.
So happy hunting, and may The Zone grant you what you desire 
Priboi Story Overhaul 2020 Download link:
https://semak.dk/
https://www.moddb.com/mods/priboi-story-overhaul-2020
https://www.gsc-game.com/main.php?t=community&s=forums&s_game_type=xr&thm_page=1&thm_id=24696&sec_id=17#415548
My System Specs:
HP Z420 Workstation
CPU: Intel Xeon CPU E5/1620 0 (@3.60Ghz.
RAM: 32 GB DDR3 ECC (1600Mhz)
Graphic: R9-580x (8GB)
OS: Windows 10 Professional 64bit
Monitor: AOC Q3279VWF (32" @2560x1440)
|
14:20:27 27 July 2020 |
|
Capt.Host
Senior Resident
On forum: 06/25/2014
Messages: 199
|
Well, I guess it's finally time to play this mod, I've waited enough
Just a question, how much playtime will the mod roughly take? |
|
« Previous 10 events | 1 2 3 4 5 6 7 8 ... 571 | Next 10 events » |
|
|
|
» » |
|
All short dates are in Month-Day-Year format. |
 |
|
 |
|
|
|
 |
 |
 |