Honestly, for me it's the opposite... the models there look strange...Now, with the cons: if you compare this game and Stormside without knowing anything about it beside that they're from the same author, I say 10 out of 10 people will say that this game is dev's first project, while Stormside the most recent one. Models, renders and UI are simply better in Stormside. Keeping it about this game, event and story are too much detached from reality in my opinion but I don't want to comment too much about it being just the first update.
He wrote on Discord that he would make the ending for Stormside and start working on Studio Hearts.If this 0.1 was scrambled up in a month, then why after two months he's not releasing a 0.2 or doesn't give a date? Shouldn't we expect a 3 months cycle top? He's not even posting updates afaik. I'd be glad if I'm wrong, but my trust in him plummeted after how he handled Stormside.
He also wrote he would have never abandoned Stormside in favor of a linear game and here we are...He wrote on Discord that he would make the ending for Stormside and start working on Studio Hearts.
Yes, seems kinda pointless to work on an abandoned project.Honestly, I would be happy if the developer would just abandon SS and work only on SH![]()
I actually enjoyed this game a lot. I would've liked to see stormside being finished but I agree that 1 update will not be enough to finish that game. It would feel very rushed.I would prefer stormside over this slop here any day but i agree, theres no way to finish stormside with just one update so why even putting any time at all anymore into it.
But it fits the devs style and decision making skills.
It's not about finishing Stormside. Apparently there is an unfinished incremental release for Stormside, i.e. a lot of work went into scenes that currently nobody can see. Obviously it is desirable to make a (for now) final release of Stormside that includes these new scenes. But apparently they still need some work, which is why this is being delayed.I would prefer stormside over this slop here any day but i agree, theres no way to finish stormside with just one update so why even putting any time at all anymore into it.
But it fits the devs style and decision making skills.
What operating system? I don't recall if it was the case here, but sometimes a game gets repackaged on Windows (unzip, change something, zip again). Which is fine except it breaks the executable bit for the Linux .sh script and for the binary executable in lib/[applicable platform]. If that's the problem, it's enough to right-click each of the two files and set the executable bit, or depending on your desktop system use chmod a+x [filename] from the shell.I dont know if its a me or what, but every time i click to launch the game it just doesnt. Nothing happens at all.
I use Windows 11 as my operating system.What operating system? I don't recall if it was the case here, but sometimes a game gets repackaged on Windows (unzip, change something, zip again). Which is fine except it breaks the executable bit for the Linux .sh script and for the binary executable in lib/[applicable platform]. If that's the problem, it's enough to right-click each of the two files and set the executable bit, or depending on your desktop system use chmod a+x [filename] from the shell.
OK, then it must be something else. You might want to check that the executable is named "StudioHearts.exe" and is located in the top level of the game's directory, and that the Windows subdirectory of subdirectory lib exists and contains an executable of the same name. The one on the top level is just for convenience, and the naming and structure must be correct for it to find the correct executable.I use Windows 11 as my operating system.
The only thing i do have is the "StudioHearts.exe" being named correctly as for all the other things....i couldnt find anything at all.OK, then it must be something else. You might want to check that the executable is named "StudioHearts.exe" and is located in the top level of the game's directory, and that the Windows subdirectory of subdirectory lib exists and contains an executable of the same name. The one on the top level is just for convenience, and the naming and structure must be correct for it to find the correct executable.
Also, there may be a file log.txt that contains hints about the error, and if not, it likely helps to run StudioHearts.exe manually from cmd.com or PowerShell. Then it will likely stop with an error message that tells you what's wrong.