Sakawochi development thread
-
@wendigo thank you for your quick reply
You can add a
donate
button in your app too.I think you can include all the gettext stuff to generate the necessary files for translation inside your app but I can't explain you the how-to (sorry). In the OpenStore group or in the App Devs group someone can help you with that.
BTW I'm interested in translating your app to Spanish mainly, but I'm sure other translators will be interested as well.
Thanks again for your work !!
-
Hey,
thank you for your job
I tried to install your game on my BQ Aquaris E5 Vivid version but it doesn't seem to work. What I see once launched is a white window, where from time to time I can have a quick glance at the game environment, rotating the phone screen, but then suddenly it disappears again flashing several time and bringing back the white window.
I had to uninstall it for now, but it is promising.
Keep up the good work.Matteo
-
@matteo said in Sakawochi development thread:
I tried to install your game on my BQ Aquaris E5 Vivid version but it doesn't seem to work. What I see once launched is a white window, where from time to time I can have a quick glance at the game environment, rotating the phone screen, but then suddenly it disappears again flashing several time and bringing back the white window.
Hi matteo, thank you for your kind words.
Unfortunately I don't really know how to fix this since I can't reproduce the bug on my FP2.
With a little luck the new QTWebengine based browser that will be included with Xenial fixes this. (But I haven't yet build a package for Xenial)
Sakawochi is an HTML5 App that runs offline in the browser.
If someone with a deeper knowledge of the system/browser App knows if there are any log files that might hold some information on this I'd be very thankful.@advocatux said in Sakawochi development thread:
You can add a
donate
button in your app too.Good idea, that should be easy to implement.
I think you can include all the gettext stuff to generate the necessary files for translation inside your app but I can't explain you the how-to (sorry). In the OpenStore group or in the App Devs group someone can help you with that.
I found a javascript version for gettext on Github but I'd rather include it into GDevelop than just my App. Need to see how much efford that would be. The json approach would be faster to implement I think.
BTW I'm interested in translating your app to Spanish mainly, but I'm sure other translators will be interested as well.
Cool, I'll let you know when I finished the localization logic.
This is very much appreciated. -
@wendigo of course I can translate it in Italian
-
The easier way to get logs is using the Logviewer app, but tech savvies users can take a look directly to the relevant logs in
~.cache/upstart/
P.S. Logviewer tutorial https://ubports.com/blog/ubports-blog-1/post/logviewer-102
-
@matteo did you see any error in the Sakawochi log?
-
@advocatux yes multiple errors.You can find here following the log output:
-
@Wendigo your app seems to run fine in Nexus 5
-
@Wendigo working fine on meizu pro 5 too (except for a slight flickering). It generates a nice mood and looks like it was made with love! Also thanks for your work from my side.
-
Thank you for your offered help. I'll let you know when I'm ready to publish the translation files but It will take some time. Looks like I need a dedicated credits page
I might have found a solution for the flickering issue, I'll create a test build later this week.
What do you think about the pace of the game? Do you think the fish grow fast enough? When feeding them about 2x per day it should take between 2 and 3 weeks for them to grow to their maximum size.
Again, thank you very much for your feedback -
I did some adjustments to the rendering code that will hopefully fix the flickering which occurs on some devices.
Please tell me if the game runs better now.
Little incentive: The linked version already contains a new unreleased featureYou can download it here:
https://www.magentacloud.de/lnk/gQk5kuWaInstall it with this command in the Ubuntu Touch Terminal App:
pkcon install-local --allow-untrusted sakawochi.wendigosoft_0.2.9_all.click
(You can later remove it like any other App) -
@wendigo if you want people testing your app, you can posted it in the OpenStore group too
-
This post is deleted! -
@wendigo I was not able to get the file correcly (and with .click). @advocatux gave it to me. I have installed it and it goes. Thanks a lot.
-
Thank you @Wendigo I installed your app on my BQ E5 and now it works perfectly! Nice job
-
Version 0.2.10 is now live on OpenStore
Changes:
- Fixed a bug that caused flickering on some devices
- Fish food is now a limited resource and needs to be collected by catching snails, that appear in your aquarium from time to time.
- Reduced price for crabs
- Blowfish now grows a little faster
- New sound effects
Next on the roadmap is a revamp of the localization system that makes it easier to add additional languages.
I wish you much fun!
-
@wendigo hi, thanks again for your work! The sound of the snails dying is pretty funny XD
I have a question and a minor issue.
-
Question. Once you've read the instructions the first time, is there an easy way to access the instructions while playing your game?
-
Minor issue. I think this starting screen is confusing because it says "Please wait while loading" but you can see it's always "Loading...", and you can press the START button at anytime, and the game starts.
-
-
@advocatux said in Sakawochi development thread:
@wendigo hi, thanks again for your work! The sound of the snails dying is pretty funny XD
I'm glad you like it. It was also much fun recording. Didn't even have to raise the pitch afterwards. ^^
- Question. Once you've read the instructions the first time, is there an easy way to access the instructions while playing your game?
Currently only by resetting the game (which removes all you progress). But I could add a button somewhere that shows the tutorial again. I need to tidy up the settings screen, it gets more and more convoluted. The credits also need a dedicated screen. Need to think about where to put it all.
- Minor issue. I think this starting screen is confusing because it says "Please wait while loading" but you can see it's always "Loading...", and you can press the START button at anytime, and the game starts.
The whole loading screen was only made for Android since I was told that web games only start playing music after the screen was touched. But GDevelop only lets me check if the game is running on Mobile or Desktop. I found a way to read out the browsers operating system via
navigator.userAgent
ornavigator.platform
which outputs "Linux armv7l". But I still need to investigate what (if at all) the UT browser App returns when running a local web game.
I think I should rename it on Android to something like "Tab 'Start' to begin". -
Hi @Wendigo
Thank you for the very sleek looking app. One observation. The verb is 'Tap' when interacting with a touch screen via finger presses, not 'Tab'.
Great work otherwise, keep it up!
-
Thanks, good catch.