Jump to content

Xaratas

Members
  • Posts

    902
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Xaratas

  1. It's json, where is the place you would see a comment handler in a json parser? Show me a C# json library with such crazy feature, and then it has a tiny chance obsidian like it and include it.
  2. I allways see the guid generator. Thats not needed at all. The rule is to only use hex digits, and then you can create numbers like this: With a prefix for you self and an count for your mods. That way will make it more easy to track down a modded file and brings some ordering in the mods in general. "$type": "Game.GameData.WeaponGameData, Assembly-CSharp", "DebugName": "First_Mod_Great_Sword", "ID": "AA000000-0000-0000-0000-000000000001",
  3. What he wanted to say is, that you can do that: https://github.com/AurelioSilver/pillarsofeternity-2-german-patch/blob/master/exported/localized/de_patch/language.xml And have a new language to select ingame. And yes. Translating it all could take a while, after all its 1 million words again. We will see what the Hungarian fan translation will become.
  4. Hm, how to remember which conversation that was. I don't think that the conversation matters directly for the access to memory not owned by PoE 2. I closed all Headhunts for Dessiral in Stauholz. DxDiag.txt
  5. These are called iconography's. Ligatures are the combination of letters with a longer stroke. The used font has the iconography's only for the base European letters. It's this font https://www.myfonts.com/fonts/estudio-ch/espinosa-nova/capitular-i/glyphs.html so you have to ask the designer to draw the missing glyphs: Cristóbal Henestrosa
  6. Output log: https://www.sendspace.com/file/803hum Crashdump: https://www.sendspace.com/file/gg3mqn 30 days links. Crashdump contain all crashes which were laying around. Log is for the newest crashdump. Mostly access violation, one nullpointer, one privileged exeption and so on.
  7. Korean translation is exclusive available by Direct Games. And I know of no one who has put the files somewhere accessible.
  8. Question to you all: Is the number of injuried crew on top of the worldmap correct? Do they heal after picking them up and putting them back to the resting slot?
  9. Quest and Conversation Editor, i have there something for PoE 1. It should be not that hard to update it for PoE 2. https://github.com/Xaratas/PillarsOfEternity-Quest-Editor
  10. For the files use https://www.sendspace.com/ the forum is a bit to strict. Also include the output.log. See the sticky for the location of that.
  11. Nope, there were only a few new texts. And these are for the new ui elements.
  12. 1 per rest is the default limit since ever. Only the charges are new. https://www.nexusmods.com/pillarsofeternity2/mods/137 And yes, you can change it to spam it if you set the ConsumableComponent from the item file to per encounter and the UsageCount to something like 10
  13. Revert the figurine charges change: https://www.nexusmod...rnity2/mods/137
  14. Thanks. Was looking in the wrong file. Packed up for anyone: https://www.nexusmods.com/pillarsofeternity2/mods/137
  15. Ah, damn it, who would think that a part of that item is defined in abilities.gamedatabundle.
  16. items.gamedatabundle lists figurines as ConsumableGameData. The documentation says these only have an ItemComponent and a ConsumableComponent. But the usageType Attribute is only on GenericAbilityGameData. So if i try { "GameDataObjects": [{ "$type": "Game.GameData.GenericAbilityGameData, Assembly-CSharp", "DebugName": "Figurine_Laughing_Imp", "ID": "1f0190e6-4257-4571-9b79-aabd215767f0", "Components": [ { "$type": "Game.GameData.GenericAbilityComponent, Assembly-CSharp", "UsageType": "None", "UsageValue": 0 } ] } } it does nothing. Adding the GenericAbilityComponent as 3rd array item into the ConsumableGameData does also nothing. Whats the correct way? Is it possible at all?
  17. Because if we aren't who will make the mods for you?
  18. Does not work. According to Documentation a Figurine has only an ItemComponent and a ConsumableComponent. But no GenericAbilityComponent, which is the only one which know about charges. Trying to force that Generic Ability Component does nothing.
  19. https://pillarsofeternity.gamepedia.com/Category:Pillars_of_Eternity_modding How much is still true?
  20. And reload of gamebundle files ingame? Loading and leaving huge maps still takes some time.
×
×
  • Create New...