This mod does indeed not work as it uses the older modding system which is now outdated.
I have fixed this mod and turned it into a proper modern mod... https://drive.google.com/file/d/1qQpw-k6HQJFI9vwbmwSUOmohDiFfC-mU/view?usp=sharing Unrar it into the Thea 2 mod folder and then activate in your mod menu on the starting screen.
The mod folder is at the following: Thea 2 The Shattering\Thea2_Data\StreamingAssets\Mods
Hey Xeno, the hosting platform you used here is paywalling the download since it's been a while. Any chance you could publish a new version on a throwaway Drive account, another hosting platform, or just post a "Xeno's Fix for Dru's Extra Starting Traits" mod here to Nexus?
Hey, would you mind adding this to the Steam workshop? Extracting to the game folder doesn't work anymore and causes the game (database) to not load...
Nice mod but i have a question. How can you use anything that use more than 7 points? All this 20er and 30 are not chooseable if your max on trait cards is 7 (at easy and less on harder)
There is actually a way to fix those issues, but you need an XML edition like notepad ++
Go into your direction, find the thea game (usually steam/common/thea 2 the shattering/thea2_data/streaming_assets/database
Then find the xml file towards the bottom named 'database_trait_cards'. Then all you need to do is edit each card from 20-30 to something like 4 or 5. You can also change the nature of the card so you can, for example, have five monster cards for a monster playthrough, or numerous elves/demons ect.
Obviously, you also need to edit the ATABASE_DRU_TRAIT_CARDS.xml file in the same way. Make sure the tag_domain and IconName are the same. For example if you put neutral for a dward making it's tag_domain_neutral, you also need to make the IconName: DomainNeutral.
12 comments
I have fixed this mod and turned it into a proper modern mod...
https://drive.google.com/file/d/1qQpw-k6HQJFI9vwbmwSUOmohDiFfC-mU/view?usp=sharing
Unrar it into the Thea 2 mod folder and then activate in your mod menu on the starting screen.
The mod folder is at the following:
Thea 2 The Shattering\Thea2_Data\StreamingAssets\Mods
Would you tell us, what you exactly changed in the
DATABASE_DES_LOCALIZATION.xml and
database.xml
files?
How can you use anything that use more than 7 points?
All this 20er and 30 are not chooseable if your max on trait cards is 7 (at easy and less on harder)
<Option Title="UI_GROUP_POINTS" Description="UI_NOT_IMPLEMENTED" FullValue="20">
<Setting Title="7" Val="7" Difficulty="20" Collection="1"/>
<Setting Title="5" Val="5" Difficulty="30" Collection="2"/>
<Setting Title="4" Val="4" Difficulty="50" Collection="3"/>
</Option>
Set Title and Val to anything you want for the amount of points you want.
Go into your direction, find the thea game (usually steam/common/thea 2 the shattering/thea2_data/streaming_assets/database
Then find the xml file towards the bottom named 'database_trait_cards'. Then all you need to do is edit each card from 20-30 to something like 4 or 5. You can also change the nature of the card so you can, for example, have five monster cards for a monster playthrough, or numerous elves/demons ect.
Obviously, you also need to edit the