Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you all for your answers :) but I’ve already moved on to testing the game…except I got stuck on the first hurdle!(Which ’killed’ me… at least I know the game over message works 😇 actually, all the UI elements seem to work FLAWLESSLY. It is the parser that is acting up; or rather I MESSED it up) I cannot take the parachute! When I type “take parachute”(well, the Polish equivalent of that, which is also 2 words), the game crashes. But i think I know what’s going on. The pattern for “take” in my game is JUST THE VERB. Maybe the rule should be ’(take)(.+)’ or something along these lines - that way the verb could be followed by nouns. Because now the game does not recognize the command.😕 

(1 edit)

Hi Natalia, open the browser console and see the error raised... if you want to share with me your code maybe I can help you fixing the issue,

Hi! The error was “unterminated group” except I fixed it. It was about a missing closing bracket after a conjunction. What weirds me out is that the game pulls the grammar for plane escape not from the ’jump’ string but from ‘getOut’…? But my programming skills are not very good: I am just a translator. And this is why I would appreciate help. You said I could send you my l18n file/code. Sure…but how? Via email or upload it to my Itch profile? (I have a sense of deja vu… another translator had a very similar issue recently! 😂) Best regards, Natalia

Yes, another user sent me his code via discord. If you prefer you can send it via email (removing the .js extension otherwise gmail fails). My email is volpini.federico79@gmail.com

Ok I think I fixed the take parachute issue:

I've sent back your file (just rename it and add the .js extension to make it work again and be recognized as Javascript file) :)