Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ThatGame.exe

A cryptic puzzle game about being a bad coder. Also ducks. · By BobboDev

Fix level 6

A topic by Neb5384 created Jun 09, 2022 Views: 930 Replies: 9
Viewing posts 1 to 5

please add a text file already existing for level 6,

with moving=true already written.

it's complicated enough like that, and it doesn't even work if you have the right idea

I know a little python, so naturally i wrote moving = True, which would be the correct way to write, but i had to write moving=true. Very frustrating.

i love the game so far, except the camera and the movement,

and level 3 i think where you have to resize the window.  id didn't know it was possible to drag on the sides like that as the mouse indicators were very subtle.

Developer

Hmmm, it should work no matter if you write

moving=true

moving =true

moving= true

moving = true

Regardless of surrounding text and capitalization. So yeah, that's a bug. I'll look into it. I also like the idea of a file already existing with moving = false in.


Cheers for the feedback :)

Developer

Also if you could let me know what about the camera you didn't like? I guess just too insensitive? Thanks!

I would agree that it's a little too sensitive for me, it's a solvable issue (I just changed my mouse sensitivity) but it'd be nice to have it in the settings maybe? since it depends on the person, so no matter what you make it someone will always feel like it's weird

[SPOILER]

Hi, I'm running the game on linux. I've created the file "platformsettings.txt" inside the game folder and another one inside the game data folder with the contents "moving=true" and still the platform would not move.... I'm I doing something wrong or is the linux version buggy?

you might have to restart the game, if you haven't tried that already

lol

I'm on linux, too, and facing the same situation as you.

I am on windows but the text file changes aren't being applied

Im having the same issue