Skip to main content

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

The joyful craftsman

7
Posts
7
Followers
1
Following
A member registered Dec 07, 2021 · View creator page →

Creator of

Recent community posts

Ahh cool, thanks a lot for your feedback! Enjoy the game :)

Hi Richard, 

After investigating the issue, it appears to be related to the 32 and 64-bit target platform. The game is currently running in 32 bits, although it should support 64 bits. Could you let me know which architecture your system is using?

Hi Cedes, 

Thank you so much for your response! I'm thrilled to hear that you're enjoying the latest release :)

I've been trying to address the issues you mentioned, but unfortunately, I'm unable to reproduce them on my end. Could you please provide a screenshot to help me better understand and recreate the same environment? 

Hello Cedes,

Thank you for reaching out with your questions! I'm more than happy to provide some answers.

Regarding the issue with bottles, I've identified a bug in the game. The intended behavior is that you should be able to fill bottles with water within a certain distance around your character. However, in my code, I accidentally squared this distance, making it much smaller than it should be. As a workaround, you can stand in water and right-click on the player's head to fill the bottles. This should do the trick for now.

In response to your second question, there are two periods of inactivity in combat gameplay:

    • Player dead time: After the player strikes an entity, there is a brief delay of a few hundreds of ms  before they can deal damage again. Using a tool like a sword can reduce this delay.
    • Entity dead time: When entities are attacked, they have a short period of invincibility before they can be damaged again.

    The delay you're experiencing may be the result of these two factors. In any case, I'll take a closer look to ensure there are no hidden bugs.

    Regarding your last question, I agree that the planet generation in the game is currently unbalanced. I added an example of universe generation on the wiki (https://stellaria.fandom.com/wiki/Universe_and_planets?so=search&file=Universe_example.png). It may require traveling through several sectors before encountering a new planet. I'm actively working on the upcoming Alpha version, which should be ready by the end of the month. I've made changes to the universe generation and spaceship gameplay to enhance the overall space exploration experience. 

    Anyway, thanks a lot for your comments, they very useful for the development.

    Enjoy your gaming experience!

    Okay cool ! Anyway you can start using the latest release (V0.2.0), there are additional features. Enjoy the game and don't hesitate for any feedback :)

    Hi, I just released a new game version. It should not resolve the issue, but highlight all potential failures that you have. Let me know which error message you have

    Hi,

    I was not able to reproduce the issue, but I have something to propose to you. We will release a new version in the coming days, I will add error popups if any error occur. That should help to resolve this issue. I'll let you know when the release will be available.