Search the Community
Showing results for tags 'random'.
-
So has anyone else experienced the bug where Parvati RANDOMLY DIES WHILE YOU'RE ON THE UNRELIABLE, FAILING HER COMPANION QUEST?! ...because I have and it's very disheartening in case you haven't noticed. I'm currently on the quest Radio Free Monarch, but seeing as I had been with Parvati and Nyoka for a fair while on Monarch, I decided to pop back to the Unreliable to drop off some unique weapons, catch up with other companions, and have a 'rest'. I chat to ADA and Felix where I receive new quests from them both, speak to Ellie about things, and then wouldn't you know it, the mission
-
What's actually the point of tinkering with builds when any, I mean ANY build can ABSOLUTELY trash the game with just maxed out arcana or maxed out alchemy. It's just plain silly. Obsidian needs to really sort this out. What do you guys think?
- 97 replies
-
- 2
-
-
- overpowered
- random
-
(and 2 more)
Tagged with:
-
Random crash
eyemtheman posted a question in Pillars of Eternity II: Deadfire Technical Support (Spoiler Warning!)
Randomly, while playing the game, the game crashes. This has happened during startup and in the game while moving from place to place. The game crashes and I get a pop-up telling me it would be nice for me to send a crash file to the developer. As this seems to be completely random, there are no specific steps to reproduce this. I've uploaded the crash folder. Was not allowed to uploaded the savegame file. crashfolder.zip -
I've been playing for a few days. At first everything was very smooth. Then game started to lag, and now starting late yesterday, it shuts my computer off out of the blue. Just bam - no power. It sounds like a similar issue from the first game: https://forums.obsidian.net/topic/72006-shuts-down-computer/page-1 It doesn't seem to be an overheating issue - it recently shut the computer down as soon as I loaded the game; other times I can play for a couple of hours or more. Forum isn't letting me upload the save game file, but I'm attaching the output log and specs.
-
I am struggling to find these gloves and found they are a random loot item according to the Pillars wiki. The wiki mentions that for each twenty-day month, the items are guaranteed to spawn on certain days and are computed on looting, not loading the map. I have tried in two places (I don't have a ton left to try) to obtain them by resting until the right time (the spawns in Cragholdt and Iron Flail Fort, to clarify), and the wiki information has been incorrect. Additionally, I have rested longer and tried to open the chests on other days and acquired the same item. Was there a change
-
I don't see any where to add just random things you come across in the game so decided to start one. I was relaxing and just clicking on various NPCs when I ran across Meredith in one of the inns in Defiance Bay. Not much of a conversation but I did a double take. To be continued.
- 24 replies
-
- 1
-
-
- random
- interesting
-
(and 2 more)
Tagged with:
-
I'm having a hard time understanding the logic behind this. I'm not against random loot, but if there is a specific item with a unique property even if it's not called Obsidian Entertainment's unique gloves there should be a failsafe. A good example is Blunting Belt: 1st playthrough: found 2, 2nd playthrough: found none, but... it's available from the blacksmith in Guilded Vale. So, if I'm unlucky I can still buy it. There are a few items however I either never found (maybe my super-thoroughness wasn't enough) or didn't find in another playthrough. A few items that I recall: Archer's G
-
Hi mates. First of all I want to thank you for this great game, I think is a very good game in all aspects. The thing is that I'm having random crashes since the launchment. Sometimes I can play 5 minutes other about 2 hours... I've tried all the solutions posted on forums: - Cap FPS - Audio Drivers - Desactive Vsync - Run as admin - etc... Reading the logs seems to be a memory allocation problem. My system: AMD 955 BE 8 gb ram ati radeon 6870 Windows 8 Atached you can find logs and saves(these should be so useful because crashing is random ;-) )
-
This is kinda technical and probably not what someone would expect when entering a thread with this title, but I just wanted to make a request as a programmer towards fellow programmers in Obsidian. Project Eternity is, of course, going to simulate dice rolls and otherwise generate random numbers for whatever reason. With that in mind, I'm asking you, nay, begging you, please oh please don't just use the lame rand PRNG from cstdlib for random number generation. Use something better, like Mersenne twister, which is available in STL in C++11. I'm kinda pedantic and I'm irked when program