*N*X warriors

Overall★★★★★★★★★★2.50
Fun★★★★★★★★★★2.57
Innovation★★★★★★★★★★2.75
Theme★★★★★★★★★★2.66
Graphics★★★★★★★★★★2.41
Humor★★★★★★★★★★2.40
Mood★★★★★★★★★★2.48
A game about defending filesystems from a virus destroying it and taking the space.

Controls - arrows and CTRL to accelerate (space to kill the player).

Genres: platformer

Comments42

martinjg11 Aug 2018, 15:55
Is it just me or are there no links?
Stepan Shabalin
Stepan Shabalinauthor11 Aug 2018, 16:55
Yeah, there are no links for now, the build isn't working. You can still try to play...
Swini12 Aug 2018, 23:32
I love it to see that someone had the same idea with viruses and discspace! Nice;
KiotiKid
KiotiKid13 Aug 2018, 00:06
@stepan-shabalin No worries. I tried the x86 version as well and it was a no go. Real shame, since I like the concept! Might have to download the source and give it a shot in Godot
cr0w
cr0w13 Aug 2018, 00:10
Looks neat, give me a heads up when the builds are back up!
Listonos
Listonos13 Aug 2018, 00:42
Same here x64 win build is full division by zero. Feel free to tag me if you get a working version.
Catgol113 Aug 2018, 00:50
On the Linux 64 build I also had that error.

First it said this :

```
ERROR: load_image: Error opening file: res://icon.png
At: core/io/image_loader.cpp:55.
ERROR: get_as_text: Condition ' !f ' is true. returned: String()
At: core/bind/core_bind.cpp:1623.
```

and then each frame :
```
SCRIPT ERROR: shuffle: Error calling built-in function 'len': Object can't provide a length.
At: res://Scenes/Game.gdc:42.`
```
Omniorcus
Omniorcus13 Aug 2018, 01:09
Div by 0 errors for me on the win32 version. Sorry man.
Stepan Shabalin
Stepan Shabalinauthor13 Aug 2018, 15:44
So, I tried fixing the bug, but the win32 and win64 builds seem to work, even though there is no music or score. If your build isn't working, try opening the game again or waiting a bit to see if it loads. Please report the experiences.

The errors are only in the console, I think that they should go away. Maybe a result of sloppy error handling ;) The graphical part should be playable. I am testing the game on Mac, the build doesn't work at all, so probably it shouldn't work on windows either...

Anyway, I'm sorry if the game can't be played, I did everything I could... I am not tagging anyone because if the game doesn't work, it just doesn't. There is nothing I can do.
13 Aug 2018, 16:17
It doesn't open for me
Allan Kong
Allan Kong13 Aug 2018, 16:34
It doesn’t open for me
XCVZXC
XCVZXC13 Aug 2018, 16:40
An error says: 'could not load a game path" :///
Stepan Shabalin
Stepan Shabalinauthor13 Aug 2018, 16:49
@xcvzxc I think this is does not matter, you can still play the game, can't you?
Omniorcus
Omniorcus13 Aug 2018, 17:13
The div by zero errors are still there. They seem to be in the 'box placement' section of the code. :/
Omniorcus
Omniorcus13 Aug 2018, 17:20
OK, so I downloaded your source files, and it worked out of the box. Looks like the issue is being caused by missing external resources.
KiotiKid
KiotiKid13 Aug 2018, 17:34
@stepan-shabalin I did download both. When I load the game, I see the main square character but nothing else on the screen. In the debug window, I get the division by zero error...
TheMonsterFromTheDeep
TheMonsterFromTheDeep13 Aug 2018, 17:37
@stepan-shabalin -- I did. :/

I considered downloading the project file and running it that way as I already have Godot installed, but it would take quite a while over my slow internet. :/

Perhaps I can do so overnight, or something.
Stepan Shabalin
Stepan Shabalinauthor13 Aug 2018, 17:39
@kiotikid @themonsterfromthedeep I'm sorry... The problem must be different for you, but the exast same problem has occured with players of some game about pandas, they didn't download the Godot .pck file and the game didn't run.
EatThePath13 Aug 2018, 18:16
I had some difficulty getting to the game which matches the problems in comments before, and I'll add the comment that you really ought to name your download something more descriptive than "LD42.zip" or "platform_build", but I pushed throught them and am glad I did. There's a neat and fun simple platformer inside. I particularly like how the map is randomized each time, and the 'oh shit' moment the first time I let a high level directory die was memorable. I will say that for the intro text skip, I would prefer if the first button press skipped to the text all being visible and the second press skipped to the next screen. Also when I spammed spacebar once it seemed to skip the gameplay and went directly to dead.

That stuff aside, as I said I quite enjoyed the game itself. Some small improvements that come to mind is a progress bar for nodes being destroyed, and perhaps just remove the player taking damage as a mechanic at all. It'd also be neat if you wrapped from the bottom of the screen to the top instead of bounced.

Oh yeah, and score didn't seem to work.
Stepan Shabalin
Stepan Shabalinauthor13 Aug 2018, 18:37
Score doesn't work for some reason, the health bar was supposed to be representing the percentage of the tree destroyed, but that didn't work either and I was left with a health bar representing SOME of the damage to the tree. The space bar was more of a health bar debug feature that I forgot to remove, there still are situations when you are left with a small portion of the tree and can't escape, only commit suicide by repetitively jumping into the void.

The main mechanic was supposed to be that fall into the void when the tree is destroyed, it had to be more punishing.

You have pointed out some real design issues and bugs in the code. Thank you for playing my game!
G4MR13 Aug 2018, 18:55
You should zip the exe and pck file so people won't have as many issues lol. I got it running, but the game didn't do anything after you get to the block screen :/
matt-tuttle
matt-tuttle15 Aug 2018, 02:25
The game runs for me but when it gets to the gameplay (green square on screen) I can't seem to do anything. It lets me move left/right but there isn't anything to interact with. I'm on a Mac so that may have something to do with it. Also, Ctrl+Up by default on Mac OS is a keyboard shortcut.
PopDaddyGames
PopDaddyGames15 Aug 2018, 05:42
A few bugs here and there-- but you obviously put forth an amazing effort! :)
TomekS15 Aug 2018, 05:57
I had same issue like @matt-tuttle Also seems like Godot cannot handle OSX build well, the size should be 10MB tops with this art style, not 150... Tag me when/if the OSX issue has been resovde, I want to try your game
Stepan Shabalin
Stepan Shabalinauthor15 Aug 2018, 17:08
Maybe I'll try packaging my game with Wine, wait a little bit...

The audio files took up the most size, even though they are not used. I couldn't get them to work with Godot, sorry...
Plopsis15 Aug 2018, 17:56
just keep getting division by zero errors. win64
16 Aug 2018, 12:21
Tried on mac and after the instructions just got a single green dot I could move around a bit with left and right, but up and down, ctrl does nothing and there is nothing visible except the dot.
Stepan Shabalin
Stepan Shabalinauthor16 Aug 2018, 13:17
I'm sorry, I couldn't get OS X to work. Can you use Wine + Windows version? This should work correctly.
James Dunlap
James Dunlap17 Aug 2018, 01:53
Kept getting divide by zero errors on Win64 and Win32, but I happened to have the Godot engine installed (I haven't used it yet), so I tried the source version. I had no sound or music (if there is supposed to be any, which I think there is as I saw some .wav files being imported). I liked the concept, but I gotta say that I am definitely not a fan of the control scheme. I absolutely hate having to push up to jump and prefer a different key like space, but that is somewhat a personal preference, but one that most platformers follow. I think this is especially beneficial when using a controller. (Imagine pushing up to make Mario jump...)

I did read the controls above which mentions CTRL, but that did not work as a jump for me. In fact, I couldn't see that it did anything at all.

Also, the score did not work.
Stepan Shabalin
Stepan Shabalinauthor17 Aug 2018, 02:41
@james-dunlap Yes, That's one of the common problems. Control should accelerate you, I was a bit unclear.
Matank
Matank20 Aug 2018, 05:29
Sorry, both versions don't work for me (divide by zero).
oddeyed20 Aug 2018, 20:53
Twice I played for a while and it was fun - but it crashed both times. `Attempt to call function 'queue_free' in base 'previously freed instance' on a null instance.` at `res://Scenes/Game.gd:275`. This was running from the source code in Godot on Fedora 27.

I liked the look of the text and boxes (esp. the colour mushing at zoom - not sure if it was deliberate but it suited the theme well). I liked the idea and got very stressed when the virus was at the upper nodes, which made for tricky jumps. It was also very fun sliding down the directory tree when the virus was diagonally down from me. But I have to ask why you kept all your files under the root user?! :stuck_out_tongue_winking_eye:

Other games by @stepan-shabalin

Found a bug?
Tell us on Discord