Added the save data to replace Stash 3 with one full of endgame maps, gems, and reagents.
Apparently maps don't stack, so you'll have to manually duplicate the data to other slots.
By the way, if anyone wanted a count, there appear to be 82 unique items.
Does anyone want a better view to the overall gameplay? I wanted this in the very beginning, since I am tired of being "handicapped" vertical wise (ultrawidescreen MASTARICE!!!11!1OnE!), so here is a little hint:
".\wolcen\Game\Umbra\Camera\base.xml", these are the results:
Original
Spoiler
My humble setting
Spoiler
==================
Anyone know the modification in the save to unlock the last slot in the skill bar ?
And also if anyone managed to increase the legendary item drop significantly when killing mobs in the world then i am very interested
All i was able to do is allow them to appear in the shop, but not a solution at all, i want to loot good stuff when i play or what's the point of it right ?
That one will be unlocked via "housing/building" system and cannot be manually unlocked within the character save file (which inherits stats and data from playerdata.json, its a child-file of that).
So you have to insert the correct parameter there instead, since unlocking it once, you will also have the option to use a 5th skill on your, lets say Lv 19 character, which has not finished the main quest neither got the town building manager sim city simulation stuff:
Spoiler
This goes to your "playerdata.json" at "%userprofile%\Saved Games\wolcen\savegames", replace it with the respective section:
Question on the other side: Was anyone able to find the PST (passiveskilltree) point increase? I was only able to find the nodes, the EXP rates, Attribute points and other stuff which I am not looking into. Just a little increase by 1 point for a double PST increase would be nice.
==================
Interesting find:
Seems like pets, weapon effects, capes, walk ephemeras and auras might come to the game (after more than 4 years ... ffs). Like its not enough that their game code is f***ing horrible designed, lots of stupid redeclarations of things which could have been kept as simple as hell (TimeToLive, MaxDuration, Duration, UseTime, PorjectileLifeTime = ALL MEANING DURATION; or Mana-, Umbra-, Willpower-Cost = ALL MEAN MANA COST) ... but no... they even left the icons out-of-borders, but have forgotten that there are ultrawide monitors on the market.
Would you mind sharing to us the parameters you modified in the base.xml to get that Field of View?
Can anyone tell me what i'm doing wrong here? I tried using a relative path (./extracts) and an absolute path just like the instruction states in Github but the destination output seems to be not recognized. Would really appreciate any help. Thanks.
I added a master list of unique items. If you've been editing the Umbra.pak file, you can inject those items so that the potion vendor tab will now also sell unique items.
Can anyone tell me what i'm doing wrong here? I tried using a relative path (./extracts) and an absolute path just like the instruction states in Github but the destination output seems to be not recognized. Would really appreciate any help. Thanks.
I've managed to extract successfully the Umbra.pak files now, but i'm not sure if this is how it's supposed to look like when editing the XML files using Notepad++. Is there a specific editor that needs to be used to modify the XML files?
I've managed to extract successfully the Umbra.pak files now, but i'm not sure if this is how it's supposed to look like when editing the XML files using Notepad++. Is there a specific editor that needs to be used to modify the XML files?
The xml files should be decrypted during extraction, it doesn't look like that one is. I use Notepad++ and it's fine.
The xml files should be decrypted during extraction, it doesn't look like that one is. I use Notepad++ and it's fine.
Thanks for responding. Could this have something to do with the WolcenExtractor version i'm using? I am using the latest release WolcenExtractor 1.0.0 with minor fixes. Which version are you using?
Thanks for responding. Could this have something to do with the WolcenExtractor version i'm using? I am using the latest release WolcenExtractor 1.0.0 with minor fixes. Which version are you using?
Thanks.
Same version, not sure what the problem is but you might try this:
"Only decrypt CryXML
To do this you can just go to /bin folder and use RuneForge2.exe <sourcexml> for XML decryption. Or even just drag'n'drop an XML file (or many iirc) onto RuneForge2.exe in the explorer. This will create a .raw file that you can then rename to .xml."
(From the download page on GitHub--might not be a bad idea to review the instructions while you're at it)
Same version, not sure what the problem is but you might try this:
"Only decrypt CryXML
To do this you can just go to /bin folder and use RuneForge2.exe <sourcexml> for XML decryption. Or even just drag'n'drop an XML file (or many iirc) onto RuneForge2.exe in the explorer. This will create a .raw file that you can then rename to .xml."
(From the download page on GitHub--might not be a bad idea to review the instructions while you're at it)
I am now able to decrypt the XML files from your suggestion. Thank you very much! Just would like to ask you an additional question if you don't mind. Do you know what to modify in Camera.xml to increase or zoom out further the Field of view? Thanks once again.