Comments

Log in with itch.io to leave a comment.

Been loading for ~35 minutes
(1 edit)

The game crashes as soon as it gets pass the loading screen(which is pretty awesome) I have downloaded it on windows 11. any help would be appreciated. 

Correction: It gets to the have fun screen and just crashes.

Device specs: 16 GB ram and amd Radeon graphics

The game either takes longer to load then I have patience for, or it just doesn't work on my browser.

OS: ChromeOS

Browser: Google Chrome

Device Specs: Less ram than a pregnancy test

(+1)

Load time is indeed quite long and hardware requirements are pretty heavy, so I doubt this will run on a ChromeOS device - sorry.

In general I would recommend downloading the executable version, which should be a bit faster but I believe on ChromneOS that's not an option.

Yeah, I expected as much, but it is still disappointing because this game looks awesome!

For me the game is stuck at loading fonts when playing online. :(

NOW THIS IS A GAME

(2 edits)

Hi,

Your render/physics engine is impressive and I am really interested in making a game with it. But I'm having a lack of experience in the main structure of a game (resource loading, entities, threads and coroutines, in world objects/models ...)

Will your game be open-source to let people learn the possibilities of your game engine ?

Thank you fabmax

Thanks!

Currently I'm not planning to make this open-source. Mainly, because I was too lazy to keep it up-to-date with recent changes to the engine, so right now it wouldn't even build.

Also, this game mainly targets javascript and is therefore completely single-threaded, so not much to learn there. I believe the engine examples on github are actually a better starting point than this game here.

Ok, thank you for your answer

(1 edit)

my screen in the game went black a while ago and now even after closing the tab and restarting and all the normal things it wont come back

also this game is awesome

Hmm maybe some settings got messed up. You can try to clear your browser's localStorage like, for example, described here: 

https://www.leadshook.com/help/how-to-clear-local-storage-in-google-chrome-brows...

if the F12 key does not work you can also open the console via the menu button (the one with the three dots) in the upper right corner and then going to "more tools" -> "developer tools".

This will probably also delete your save games though.

This is really fun but
why not release the game to download instead of it being hosted?

I thought that hosted is more convenient. But you are right I could add a downloadable version.

That would be awesome

Alright, downloadable version is up. This one does not run in Javascript but Java / Kotlin and should also be a bit faster than the browser version (at least CPU-wise).

thx this is cool

I am using chrome and it just stops when it says "Have fun!" on the loading screen and just stays there.

Hmm probably one of the shaders failed to compile. I guess the game should provide some more info in that case.

What kind of graphics card do you have?

I have no idea... I am just using a school issued chromebook

Oh ok, I never tried a chromebook but it's probably not able to run this...

Deleted 2 years ago

This is a fun little game, although I will say assembly of complex tanks can get frustrating, especially as the rotator and combiner won't give hints as to how they'll do their changes. 

Unit pathfinding is... quite bad, especially in groups. If you were to continue on this project, I would focus there.

There is a ctd bug - if you set the belt to a height above 0, close away the belt tool, it'll crash when you select it again and try to draw a belt. 

Thanks for the bug report, should be fixed now. You might wanna reload the game with Ctrl+F5 to make sure it loads the new version and does not take the old version from your browser cache. The build number in the bottom of the Settings menu should say 2017 now.

For the unit pathfinding: I know it's pretty terrible right now. Problem is that I have pretty much no CPU budget at all to compute paths (javascript isn't that fast and there is no multi-threading...) Maybe I can improve it a little bit.