Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ok so this isn't really a bug, but I don't know where else to post it sooo... yeah. Basically I'm trying to run the game locally because itchio and my browser suck and keep erasing my save files. However, I can't even begin to play as the opening doesn't show. It tells me that the passage "Landing" does not exist.  I tried messing around with the files but I don't really know what I'm doing. Any help would be very appreciated.

That's odd. That passage should be in src/passages-unique/content/misc/landing.tw. Is it not there?

It is there, yes. Since I'm ignorant about this stuff, I also copied the passage and pasted it in the other passage folder, and renamed the copy for good measure (I thought 'maybe it's case-sensitive?' Again, I'm ignorant about this stuff, haha). Unfortunately nothing I've tried so far has worked.

The only thing I can think of is that the lack of media files (sound, images, etc.) are messing something up. Those aren't included in the source code, since I don't have license to distribute them like that.

Mmm, anything I can do on my end? Maybe replace the missing media files with the ones in my device or something? Even if that doesn't work, eh I appreciate all the help you given me so far. I honestly didn't expect to get a response so soon seeing as this project is over half a decade old.

You could try either deleting the code that references the media files (that would be the CSS for the fonts, and the sound macros in the TwineScript), or adding compatible files with the same names. I can't guarantee that'll work, though. I can't replicate the error on my device.