MrEliptik / game_launcher

A simple game launcher made with Godot for developers to showcase their games
MIT License
58 stars 10 forks source link

Missing Titles #44

Open zachariahchandler opened 3 days ago

zachariahchandler commented 3 days ago

Game titles don't show up on both Linux and Windows builds (OSX untested). No change if config is present.

with config: image without config: image

config contents:

title = "TEST TITLE"
executable = "Arty.x86_64"
capsule = "capsule.png"
background = "bg.png"
description = "TEST DESCRIPTION"
category = ["Game"]
release_date = "20XX"
platforms = "Steam, Itch, Etc."
players_nb = "2-99"
arguments = ""

[SETTINGS]
order = 10
visible = true
pinned = false
MrEliptik commented 1 day ago

If you're running it from Godot, do you see any error? If running in standalone, you can launch the executable using a console to get the output and see if there's an error. What's your folder hierarchy and where are your running the program from? Did you make sure the names where correct in the config?