Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Strive: Conquest

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

0.10.3 Renders Cali no longer findable (typo in worlddata.gd)

A topic by RobotCheeses created Mar 07, 2025 Views: 267
Viewing posts 1 to 1
(1 edit) (+1)

There is a typo in 0.10.3 that makes Cali unfindable.  In worlddata.gd, "dungeon_bandit_den" wherein "dungeon" is misspelled as "duneon"

cali_intro_event = {

event = 'cali_intro',

reqs = [{type = 'dialogue_seen', check = false, value = 'CALI_INTRO'}],

dungeons = ["duneon_bandit_den"],

chance = 0.75

},