 |
 |
 |
|
 |
 |
 |
|
 |
 |
S.T.A.L.K.E.R. Priboi Story discussion |
|
« Previous 10 events | 1 ... 563 564 565 566 567 568 569 570 571 | Next 10 events » |
|
|
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? |
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)
|
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 |
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)
|
09:11:16 3 August 2020 |
|
NatVac
Senior Resident
On forum: 06/15/2007
Messages: 4289
|
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. |
|
« Previous 10 events | 1 ... 563 564 565 566 567 568 569 570 571 | Next 10 events » |
|
|
|
» » |
|
All short dates are in Month-Day-Year format. |
 |
|
 |
|
|
|
 |
 |
 |