Skip to main content

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

blue_crayfish

13
Posts
1
Followers
22
Following
A member registered Sep 20, 2019 · View creator page →

Recent community posts

This is basically what I did with Ragnarok Survivors: if there is no Linux version, I make it myself. :)

In addition to porting, would you also make the LÖVE file available for download?
I think many people can solve the rest. Just an idea.

In the first round, perhaps the simplest would be a semi-gamepad:

By the way, do you already have an idea for touch control? (I don't think the virtual gamepad is a good idea either.)

Hmm, wasn't there an Android version before? :)

I look forward to it!

By the way, do you plan to publish the Android version on the Play Store (with achievements, etc.) ?

I tried the game on several devices. On desktop it works well with a keyboard, on Android it works well with a bluetooth controller, but on Android TV it does not respond to the same controller (it works in the smartbox menus, but not in the game). Maybe it's because several bluetooth devices are connected (it responds to the remote control, for example)? Couldn't there be a screen at the beginning of the game saying "press a button on the controller you want to use" (I've seen such a solution in other games), I don't think it's that difficult to program this (although I don't know Godot in depth).

Otherwise the game is great, 5/5. :)

My first feedback is that I had to hack first to be able to run it on Linux. :D

Here it is, maybe it's useful for someone: https://drive.google.com/file/d/12n_HL2jUFeNIaBRFt26KKi4pmWvXq5M0/view?usp=shari...
In binary form: https://drive.google.com/file/d/1GtS0vvZ_jDRWZa025ZMi4v9jUk2PrCFr/view?usp=shari...

(1 edit)

As I have experienced, the game only runs with the Java 8 version. There are two possible solutions:
- In the source code it is possible to switch (with some modifications) to LWJGL version 3 (https://github.com/libgdx/libgdx/wiki/Starter-classes-and-configuration).
- The jar file can also be run with your own jre (I did that too), plus the whole fun can be packaged into a single executable binary that will work like a simple native application.
Warp: https://github.com/dgiagio/warp
Packr: https://github.com/libgdx/packr

I wrote all this only because I hope that as many people as possible can run this game without any problems. :)

So...   Great!

Hi, can you make the maker scrollable for mobile views? (If its possible.)
Btw, great work!