Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
i've tried that and i only see option to remove abilities. Not add them
i've tried that along with all the crap I have to install to make it work. The author even admits what I want it to do doesn't works. So i'm just going to be content with the stock game.
Yeah unfortunately the mod is very unfriendly to people who haven't got a clue how python and all the other jazz works. Some "documentation for dummies" would be very helpful for us who are illiterate when it comes to these kinds of things. Thankfully the people behind it, and the stoneshard modding discord, are very quick to help so if you ever have an issue you should go there next time instead of using nexus comments or steam forums.
1. Download the mod and place it inside your Stoneshard directory.
2. Run the setup.bat file. This installs all the necessary requirements for ShardMaster.
3. Open config.ini and analyze_sav.py with a text editor like Notepad++ and edit the paths to your data.sav file (top and bottom, respectively). Save your changes.
4. After editing config.ini, double-click core.py to apply the modifications to your save.
5. Alternatively, if you’re not comfortable with command-line usage, double-click stoneshard_gui.py to use the graphical interface. The GUI provides easy-to-follow instructions to load and modify your save.
lmfao... I did all that. Even used another program to open up stoneshard to get item IDs and added to config.inin, used core.py, and confirmed with the save reader. Load it up in game and skill books, skills are not added to character. I managed to get a single skill added to a exit save of a fresh game and was done with it. I'll wait for the devs to add create a character.
Adding other items like weapons, armor, etc worked just fine with shardmaster tho. For some reason skill books just wouldn't work. BUT if I added the skills into stoneshard's game files it would work. But then steam started crying about corruption.
item.21 = {"id": "o_inv_treatise_shield1", "properties": {"Material": "paper", "max_charge": 1.0, "idName": "treatise_shield1", "Duration": 0.0, "is_cursed": 0.0, "MaxDuration": 0.0, "i_index": 0.0, "Main": [], "identified": 1.0, "charge": 1.0, "Effects_Duration": 0.0, "is_execute": 1.0}}
https://gtm.steamproxy.vip/ugc/22055778828666991/05C79EEE4AEC259F79A8ED2023B381BA77FCB660/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false
item.25 = {"id": "o_inv_treatise_shield1", "properties": {}} - Works by adding the item with its normal values.