Everything posted by Xaratas
- Can we get a modding sub-forum?
-
So, Which digital distributor gives Obsidian the most money?
There are more. The Company which bundles it for the mac appstore and now new the region exclusive South Korea firm (which sells steam keys).
- Can we get a modding sub-forum?
-
> Preview < Pillars of Eternity Quest Editor
New Version 0.2.8, same place: https://xaratas.github.io/ same minimum design and few new features: * read the stringtable files for quests and display their contents. * write stringtable files for quests to the console Next is to get the scripts and conditionals editable. Needed documentation is here in the works http://pillarsofeternity.gamepedia.com/Modding/Quest/ There is still much to do to get the data together and into the editor. *edit* Wikipage updated, so many conditonals, and script functions are even more. *edit2* Totally forgot example files Quest Mercenaries for Hire Texts for the quest
- CPU Performance of the game (no “will it run”)
- No longer able to change screen resolution
-
Why kickstarter backer is excluded from localization benefits?
To buy the game a second time just for the translation doesn't seam right. @Obsidian is this limited availability really in your contract with this firm?
-
Pillars of Eternity Crash on Start up
The output log says that it got errors by trying to read the temp save folder. Could you clean this folder and try again?
- > Preview < Pillars of Eternity Quest Editor
-
Problem updating Backer DVD (1.04) to 1.06
Woot? Admin rights for a patch? Please fix the patcher.
-
> Preview < Pillars of Eternity Quest Editor
New features are ready Drag and Drop in IE11 Edit doesn't work in Chrome and IE . FF works Ingoing links are now visible in blue, outgoing links are still green. Editing! Ever wanted to change the story text but it should still make sense? Possible! Now you can see who is speaking which text, and in what order the nodes occur. Change the experience weight of a quest or the display type of a conversation? Possible! A bit documentation of the known npcs: http://pillarsofeternity.gamepedia.com/Modding/Quest/ Next steps Make the conditions editable, find a usable way to change the speaking persons, enable editing of other values And I need a design, if someone has something in mind, preferably in material design, he or she may please step forward.
-
POE causing critical overheating of my top of the line pc
Xaratas replied to ojthesimpson's topic in Pillars of Eternity: Technical Support (Spoiler Warning!)One thing for sure, 70°C is way below the throttling and auto shutdown limit. The normal limits are between 95-105°C. And yes Skyrim only crunches your graphic card and only with mods, but PoE burns the cpu too (although no dev has told a valid reason)!
-
My screen goes black for a second every couple of minutes
Hm, one possibility could be an overheating of your grafic card. PoE is very demanding and heats up cpu and gpu very good. Could you check the temperatures/ remove eventual dust from the heatsinks and fans? If there are temperature sensors on the grafic card gpuz should pick them up https://www.techpowerup.com/gpuz/
-
Box Condition of Physical Rewards
Finally the box is in Germany, sent via Switzerland. No damage, space in the box was filled with styrofoam chips. I didn't expect to find 3 DVDs in it. Especially after the posts on the Support forum that the could not install it on Linux from DVD.
-
Translation Errors / Missing Translations - German
Was Durlachion hier ganz nüchtern ankündigt ist nichts weniger als ein komplettes Typografisches korrigieren aller Texte! Am auffälligsten ist die Änderung der Anführungszeichen. Aber auch die Auslassungspunkte … und Gedankenstriche – kommen häufig vor und sind nun in ihrer Typografisch korrekten Form. Alle Änderungen hier: https://github.com/phob/pillarsofeternity-german-patch/pull/159#issuecomment-112234743
- > Preview < Pillars of Eternity Quest Editor
-
> Preview < Pillars of Eternity Quest Editor
A .exe file would work on Windows only. An in-browser app should work on any OS providing one of the supported browsers.Plus, I suspect Xaratas has some experience in Web coding if he/she chose to use this kind of backend. That and web is "cooler". Also i can try this polymer libary which is awesome in itself.
-
> Preview < Pillars of Eternity Quest Editor
@mods could you enable .conversation, .quest and .stringtable as allowed fileupload extensions? Version 0.2: same place http://xaratas.github.io XML complete for conversations, quests and stringtable files! Which means all xml tags are read and complete, valid xml can be exported. Highlighting of selected node and outgoing links from this node. Stringtable connectable to conversations. Try the two files here in the spoiler tags. All things, which can be changed (currently comments and strings) will be in the exported xml. Excuse the look in chrome. I code in Firefox and run Chrome only to check if it works. Cat conversation Cat stringtable
-
[bug][1.06]Detection circles not showing for animal companion
Xaratas replied to Silent Winter's topic in Pillars of Eternity: Technical Support (Spoiler Warning!)I am sorry to disappoint you, but the animal companions did not have detection circles since forever (at least since April). I menioned it here: https://forums.obsidian.net/topic/72938-various-ui-problems-sizes-of-elements-monster-info-in-screenshots/?do=findComment&comment=1662543
-
[1.06] main quest broken after "old watcher"
Xaratas replied to pillarsofbugs's topic in Pillars of Eternity: Technical Support (Spoiler Warning!)Hi pillarsofbugs, by now you should know the drill. If the forum uploader does not work (which it does it all to often (in my opinion its postlevel dependend)) use an external site like https://www.sendspace.com/ or dropbox.
-
> Preview < Pillars of Eternity Quest Editor
So, thanks to the Polymer dev team i got a way to fix the lines. Chrome 43 is now working Contains also a fix for the conditionals. Next is to show Texts for the Nodes, which could take a few days of sparetime. *edit* Rudimentary stringtable support is in my dev version. Needs a bit of polishing
-
> Preview < Pillars of Eternity Quest Editor
Of course, but seeing the connections in the xml files is quite hard. There comes a graphic representation handy. Also the documentation of the quest system and script functions are, besides of my beginnigs, not existing. Its actually quite a hassle. And the part with the uuids I still haven't understand fully.
- PoE not starting at all on Linux
-
> Preview < Pillars of Eternity Quest Editor
First @mods: Where is the modding section? Pillars of Eternity Quest editor Its here: https://xaratas.github.io/ Version 0.1: Works in FF 38 , *edit* does work in Chrome 43 but draws the lines wrong , *edit 2* tested IE 11 its totally not working What can version 0.1 do? * Load .quest and .conversation files and display parts (conditions, scripts) of them (other parts are not implemented) * Make the Structure in the xml files visible by drawing interconnections between the nodes. * Edit Comments and IDs (just to test the edit features of polymer, the underlying library) * Connect nodes via drag and drop * Reprint modified XML to the browser console (only the implemented parts, its currently not useable ingame) As this forum limits the time one can edit posts watch the end of the thread for updates. Suggestions, improvements, coding help: Be invited by posting here or fork https://github.com/Xaratas/PillarsOfEternity-Quest-Editor Documentation of the PoE quest system: http://pillarsofeternity.gamepedia.com/Modding Misses the documentation of useable function calls, help therefor is appreciated. Easiest way to obtain the functions is IL Spy, see the PoE Modding Framework setup guide.
-
Accessibility Issue: Any change of getting a black text on light background option?
There it is very well hidden. Thanks for pointing out.