Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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.