Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

versine

17
Posts
59
Following
A member registered Nov 12, 2015 · View creator page →

Recent community posts

These are so great and I’m using them in a turn based tactical combat game I’m making. Are there any plans to create more scifi packs? 

Would be cool to have a heroes and villains pack with lots of cool looking characters. 

I tried the zip version and everything worked fine in there. The rar ones still had the problem when I retried everything. I'm all set now though. Thanks for responding! 

Hi, I bought this today, but I'm getting a bunch of errors that files are corrupt. For example, SpaceWarriorDieShadow.png, SpaceSargentDieShadow.png, and most of the GIFs.

I downloaded it from itch yesterday. Maybe the itch version is different from the github one? 

(1 edit)

Small note for anyone trying this on macOS or Linux. In loading_screen.gd, change line 7 to: 

var main_scene_path = "res://scenes/main.tscn"

Otherwise the load will fail because the filesystem is case sensitive, while on Windows it's not.

Awesome! Thanks for sharing.

These are so cool! 

Wow these are incredible. I want to make a game where you visit different buildings just to use them. 

These are so amazing. Can’t wait to try them out. Looking forward to seeing more!!

These are great! I love all the different styles of status bars. 

Thank you for making this!

Also, this is a lovely, small, memorable game. Well worth playing through.

If anyone has trouble running this on Linux, these are the two errors I ran into and how I fixed them.


Error 1: Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!

I fixed this one by running the game using JRE version 8 rather than 11, which is the current version. 


Error 2: java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper

Solved using this link. Basically you go into your JRE 8 setting and turn off AtkWrapper. 

I hope this helps someone!