-
Posts
67 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Everything posted by lefreut
-
Missing Item Mods 288?
lefreut replied to maglalosus's question in Pillars of Eternity: Technical Support (Spoiler Warning!)
Hello, This bug was already reported here -
Bartenders ring description error
lefreut replied to Vainte's question in Patch Beta Bugs and Support
Too bad this wasn't fixed in 2.0.2. This is not a game breaking bug but it's a regression introduced by the last patch. In my opinion, this kind of bugs should have a higher priority. It's only an entry (288) to re-add in itemmods.stringtable (two in fact, there is also id 314 that was erroneously removed). -
The game use a list of item to build the 2nd line string. Each item is followed by the entry 2036 from gui.stringtable which act as a separator. To not display a separator at the end, the game remove the last two characters from the string before displaying it. So this entry must have exactly 2 characters otherwise the text will be cut. gui.stringtable: <Entry> <ID>2036</ID> <DefaultText>, </DefaultText> <FemaleText /> </Entry>
-
[2.0 beta] Wrong language in Warden's Lodge (french)
lefreut replied to smole's question in Patch Beta Bugs and Support
Hello, The incorrect line is in interactables.stringtable, ID 700. I fixed this error in the french translation update project here => https://github.com/r-e-d/poe-fr -
La correction est prévue pour la version 1.6. Elle va marcher avec la beta mais il y aura des textes manquants et des incohérences comme cet exemple. J'ai une mise à jour pour la 2.0 (qui n'aura pas ce problème) que je compte sortir quand la version finale sera disponible. Merci pour ce retour, je vais regarder
-
[2.0 beta] - Incorrect gender used for enemy name
lefreut posted a question in Patch Beta Bugs and Support
Hello, The 'Most Powerful Enemy Defeated' string in the character sheet use the gender of the main character instead of the gender of the monster defeated. Here is an archive with two saves (one with a male character, one with a female) just before a battle with the same enemy. Kill it and look at the 'Most Powerful Enemy Defeated' entry with the game set to French. The game will display the male string for one save and the female string for the other even if in both the same enemy was killed. https://www.dropbox....gender.zip?dl=0 -
Hello, The 'Most Powerful Enemy Defeated' string in the character sheet use the gender of the main character instead of the gender of the monster defeated. Here is an archive with two saves (one with a male character, one with a female) just before a battle with the same enemy. Kill it and look at the 'Most Powerful Enemy Defeated' entry with the game set to French. The game will display the male string for one save and the female string for the other even if in both the same enemy was killed. https://www.dropbox.com/s/9i5j2l9nnl536dh/poe-gender.zip?dl=0
-
Hello, Everytime I killed an enemy, the text 'XXX killed YYY' appears twice in the combat log. Here a savegame from a new game juste before a combat and a screenshot: https://www.dropbox.com/s/rqy8mq1zlooeho9/Save.zip?dl=0
-
[Beta 2.0] - *missing XY number* bug
lefreut replied to GrafM's question in Patch Beta Bugs and Support
The first two are fixed in the new beta build from last wednesday -
Hello, In the Enchanting window, the 'Requires' word on top of level is harcoded and thus can't be translated. See https://www.dropbox.com/s/r4dc9nod2wd0vtl/poe.jpg?dl=0
-
[2.0 beta] - Suboptimal AI choice
lefreut replied to lefreut's question in Patch Beta Bugs and Support
It's great that you already fix this problem Thank you for the quick reply. -
Hello, It's not really a bug and I don't know if you want to improve this. But here is a suggestion My cipher with the Crowd Control AI often use Whisper of Treason when there is only one enemy. It does not seems to be the best option for me (but maybe I am wrong?). Maybe he should use other crowd control spells in that case or even Soul Shock.
-
Aarik, Here is the dxdiag file https://www.dropbox.com/s/p4zytmnh87mvs9j/DxDiag.txt?dl=0
-
Hello, My game just crash. I don't have any steps to reproduce, I was only moving items in my inventory. I attach the crash dump maybe it's enough for you to see what went wrong 2015-08-07_223106.zip
-
[2.0 beta] - Missing string for Monk in AI Behavior
lefreut posted a question in Patch Beta Bugs and Support
Hello, When playing a monk, the Class Behavior list in the AI Behavior panel is missing a string in all languages (*Missing abilities 1550*). -
[2.0 beta] - Misaligned text rendering in item
lefreut posted a question in Patch Beta Bugs and Support
Hello, Sometimes the attributes below the price in an item description is rendered too high. See the screenshot for an example where I open two times the same item (right is the correct rendering). It seems to happen when you look at an item whith a short name (one line) and then look at an item with a long name (two lines). -
[2.0 beta] - Bad text rendering in AI Behavior panel
lefreut posted a question in Patch Beta Bugs and Support
Hello, When the text is too long (for example in French), it is not correctly rendered in the new AI Behavior panel.