Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

studiohiih

3
Posts
1
Topics
1
Followers
8
Following
A member registered Nov 19, 2019 · View creator page →

Recent community posts

(1 edit)

Hi, Is there something new about network? I need to call API endpoints to enable online multiplayer

Thanks for your reply. I found how to debbug by downloading the dragonruby-gtk-lowrez jam game. I noticed that in the linux hidden .dragonruby folder, there is 2 folder i didn't have in mine : "stubs" and "tmptree". So i just copied them and it works.
Now i can execute the linux binary file of my game. I just have a bug with my sprites : they are not displayed, but i think it is not related to the dragon-publish bug.

Thanks

(1 edit)

Hi,

When I execute ./dragonruby-publish --only-package mygame (on Linux PC), i get "All platform builds are complete!" in console but the builds folder remain empty.
The mygame folder contains an "App" folder (where my main.rb is) and when i execute "run" my game work.
Could you please help me?