Skip to main content

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

It's possible to change mouse sensitivity?

I don't remember if I change it in web version. (Maybe be I miss hotkey desc. somewhere?) But web version now too laggy and I download windows build. But sensitivity terrible slow.

(+1)

No, I can add it

Thanks!

I haven't played much yet, but I like the changes and new weapons, especially angler.

And that even medium enemies are respawning now.

Also I found bug when I trying to align terra leg right(fast and multiple add/remove), I lost ability to place/remove blocks. It selects but the cursor looks like system and blocks can't be placed/removed/picked.

And caterpillars sometimes get stuck sticky to the ground and I have to enter building mode or even rebuild to make it work again.

(+1)

The bug where you cant place anything should only occur in the browser version, I don't know how to fix it yet

(1 edit) (+1)

Looks like this bug also occurs in win-build or this is another bug.

All my notes in this thread relate to current win version downloaded on 2025-11-13. (the latest, unless I missed a second update on that day)

When its happened I tried to toggle build mode, menu, inventory and switch parts. Nothing had fix it.

(+1)

Interesting, never happened to me on the downloadable version. I'll look into it for sure, can't leave something like that in the game

(4 edits) (+1)

I got it again. It happened when I moved mouse to bottom of vehicle with low level camera and high slope angle. Maybe its related to NaN or infinity in math related to place normal calculation. (I got troubles like this in my voxel game couple weeks ago and to fix that just added checking and returns upd: 1,0,0 vector if its bad)

(2 edits) (+1)

I think I might've figured it out, the spider drones jumping might have been breaking the raycasts. I have no idea how that works but since the bug - for me at least - only happened periodically and in the Toxic Desert biome exclusively - which is the only one with the spider drones - I have to assume its that.
I disabled the jumping and it seems to be fixed for me, let me know if it were to be still broken for You

This is the most baffling bug I've ever encountered, so thanks for helping me out

As I mentioned earlier(sorry if too vague), I saw exactly moment when last bug was happened.

It occurs inside editor when I moved mouse over horizonal face when mouse vector and face almost parallel.

I see no other causes related to zone or something else but new part position and facing calculation based on face normals. I scry it caused by Tan and too large precision error in formula.

Sorry if my English some times too obscure.

(1 edit) (+1)

So the bug you found is still there? I can't replicate it