Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

FAQ Sticky Locked

A topic by kfischer_okarin created Sep 21, 2022 Views: 206
This topic is locked
Viewing posts 1 to 1
(3 edits)

My logs are spammed with “New HTTP connection from 127.0.0.1!” messages. What can I do?

Create a file metadata/cvars.txt and add following content to it:

log.filter_subsystems=HTTPServer

to suppress the log messages.

If you happen to be on a DragonRuby version lower than 3.19 then you need to start your game with the command line option --set log.filter_subsystems "HTTPServer" since setting CVars via setting file is not yet supported.

What is the dev-build? Should I be using it?

The dev-build contains new features which are not yet officially released and thus might still contain bugs. If you want to help with development and give feedback or just see what’s currently cooking feel free to try it out. See also this devlog.

The official version is the one having a proper version number (like v1.0.0).