Thanks for the game!
magicalshepherd
Creator of
Recent community posts
So, let's start!
It was a nice and challenging game! The levels were challenging enough, and had some surprises at times.
I don't have ideas, where it can be better, expect: the gunplay.. But if it was hard to accurately aim for a plan, then it's almost perfect!
And also, the thumbnail was standing out of the recent games.
Well Done!
Found it!
https://sutemo.itch.io/female-character
This character creator is the reason how I found it:
Because then I remembered, that I saw some characters like in this game...
I finally managed to get it run on Manjaro Linux!
I only missed 2 dependencies, which are in need: to run Construct 2 games!
- libnss
- gconf
I installed these in the package manager, and then worked!
The link that showed me the way:
https://www.construct.net/en/forum/construct-2/general-discussion-17/linux-probl...
Have a great time!
Maybe adding restart button later, now making ~9 more games for a game jam https://itch.io/jam/vmj2020 (starting this weekend!)
I had some problems, but I was able to fix it! (I couldn't see the close button, as well the moveable title bar.
In ColorAnalyzerDialog.lua:
function ColorAnalyzerDialog:Show(wait)
self.dialog:show{wait = wait};
-- Don't display the dialog in the center of the screen, It covers the image
local bounds = self.dialog.bounds;
bounds.x = bounds.x / 2;
-- Added this line, so now I can close it!
bounds.y = bounds.y / 2;
self.dialog.bounds = bounds;
end
Might just got an idea, for a extension...
https://forum.unity.com/threads/crash-openadapter10_2.702962/#post-4707890
I added this to the boot.config, then it worked:
force-d3d11-bltblt-mode=1
The link for Laigter 1.9 Linux is not linking for the right place:
https://github.com/azagaya/laigter/releases/download/1.9/Laigter-1.9-x86_64.AppImage
The good link:
https://github.com/azagaya/laigter/releases/download/1.9/Laigter-8e2b31d-x86_64