Does SRPG such as Fire Emblem or Advance Wars count as RPG for this jam?
Hyperkvlt
Creator of
Recent community posts
Hi. I bought the tool not too long ago from steam and I really enjoy using. But I think there are a few things that I think the tool would need for a better user experience, such as better child parent handling.
For example:
- If you select an object, then create / add a new object. That object will automatically become a child of that selected object and the neighbors of the selected object will move down to give some room for new objects
- If you move an object, its child objects will move as well, following it.
To be more precise about how this works:
My first time trying to upload web game, but my screenshots don't show up on the game page. Unlike when it was executable (DOWNLOAD).
Is it normal or just me? Is there a solution?
Sending data to Backtrace server would naturally require internet connection. But what if the user is offline while getting error? So I tried some error tests while offline. My tests are the following:
- TEST 1 : I test the error while offline, after that I closed the game and turned on my internet. The error data wasn't received
- TEST 2 : I test the error while offline, after that I turned on my internet. The error data wasn't received.
Seems like the data only being sent when you get the errors while online. Is there a solution for this?
I mean, gamers aren't always be online unless it's an online game right? And it's not like we told them to be online if they got error. So, shouldn't there be a way to persevere data until the user is back to online? Like saving them into log files that can be sent to the developer in case they got error while offline or having the game to automatically send the previous error log the next time the gamer opened the game while online or something? Or even better, showing a pop up to send bug report to the developer?
Well, Unity by default log every error including ones from Backtrace into player.log, but that's just unity solution
Lovely Composer has a nice feature to limit the key into several scale options. But, I am having a little difficulty to know on which Scale I am currently on. While I can somehow guess on which scale I am by counting the number, this doesn't feel very intuitive. Maybe adding some info would be a good idea?
Something like this :
This way, user can tell the current scale they are on and what notes they use. It would be extremely useful for beginners like me who's trying to learn music. So, please consider this feature. Thanks.