Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I really enjoyed this. I like it's dark vibe and simplicity.

On linux version however after pressing "PLAY" nothing happens. The console throws some errors indicating that some resources were not found.

Running this game via wine works fine but the game seems to be resource heavy.

It has great replayability potential because of the procedural rooms being generated and that's why I come back to this occasionally.

If you did it yourself as your first 3D game project then congratulations on your persistence :D

Thx, brotha.
Ill investigate the linux problem, truth be told i have no linux machine, and i thought it will work if it works on windows :'(. Resource heavy in what way? GPU? CPU? 

Also, yea its my first game,  ill get back to it after i finish another project i have going on. I intend on fully finishing it.

By resource heavy I mean that it uses 100% of my CPU and GPU almost all the time so that my temperatures are high.

There are places in the game where FPS drops drastically. It always happens at the beginning(after 10 seconds or so it stops) and quite frequently just before the end room with that black-red thing.

Back to linux version, I get errors like these:

ERROR: No loader found for resource: res://src/sounds/stageAmbiance/Ambient Horror-General Ambiance.mp3.

   at: _load (core/io/resource_loader.cpp:278)

ERROR: res://src/sounds/StageAmbient.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://src/sounds/stageAmbiance/Ambient Horror-General Ambiance.mp3

   at: poll (scene/resources/resource_format_text.cpp:412)

ERROR: Failed to load resource 'res://src/sounds/StageAmbient.tscn'.

   at: load (core/io/resource_loader.cpp:206)

ERROR: Failed loading resource: res://src/sounds/StageAmbient.tscn. Make sure resources have been imported by opening the project in the editor at least once.

   at: _load (core/io/resource_loader.cpp:270)

ERROR: res://Main.tscn:24 - Parse Error: [ext_resource] referenced nonexistent resource at: res://src/sounds/StageAmbient.tscn

   at: poll (scene/resources/resource_format_text.cpp:412)

ERROR: Failed to load resource 'res://Main.tscn'.

   at: load (core/io/resource_loader.cpp:206)

ERROR: Failed loading resource: res://Main.tscn. Make sure resources have been imported by opening the project in the editor at least once.

   at: _load (core/io/resource_loader.cpp:270)

Alright, got it thx for replying, im 99% sure i know where the bottlenecks are.  
Next update.