Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive: Conquest

A successor to first Strive For Power game, currently at alpha stage · By Strive4Power

No leather?

A topic by EcchiKitty created Mar 21, 2022 Views: 868 Replies: 4
Viewing posts 1 to 4
(2 edits)

Far as I can tell am up to date, trying to get leather for upgrades.   Everything looks normal, but the amount of leather I have doesn't increase.  Thick leather has the same problem.  Other resources seem to work fine.

0.6.1b is the version listed.  Ancient bones also fail to harvest.
Tried uninstalling and starting with a fresh download, same problem.

same problem with Ancient bones

User z317op from discord suggests

adding else after line 421, (else for line 411) seems to have fixed it for me, in /src/character/ch_leveling.gd

else:

                    ResourceScripts.game_res.materials[currenttask.code] += 1

I haven't tried it yet myself

(2 edits)

Leathers and bone are missing from  races.gd > var tasklist so there is no "currenttask.code" for it to use.

Leathers are also missing from upgradedata.gd  >  var upgradelist  so you can not add leather to home like other materials

(1 edit)

Bone, Ancient bone, and all the leathers can not be gathered at home. They must be gathered in towns and dungeons, bought in the shops, or found as loot in dungeons. There never has been an upgrade to gather leather or bones at the mansion. Some people have suggested that a Hunting upgrade should allow gathering basic leather and bones as well as meat.

The edit I mentioned above does fix the issue. You can also copy /src/character/ch_leveling.gd from 6.1a into 6.1b. That also fixes the issue, but I don't know if other changes were made to ch_leveling from 6.1a to 6.1b so other issues might arise.