Turon wrote:I'll try it out when my computer is working again
jonathang wrote:I'm gonna rate your game.
Graphics: ★★★★★ - Nice artwork as usual Ziv! You can really be a game illustrator!
Music: ★★★★☆ - Nice title music, the game music gets a bit repetitive and ear raping when heard for a long time, but it's still good.
Sounds: ★★★★★ - Nice sounds!
Gameplay: ★★★☆☆
- The framerate is okay! Knowing game editor, bugs are bound to be found everywhere, making the game very hard to play, but you can fix them I bet, let me tell you some bugs I found and drawback.
Bugs
- When attacking zombies even though you don't get hit, you sometimes get knocked back as if you were getting hit, making the game rather impossible to play in normal because of the sheer amounts of zombies on the screen (in normal) and getting knocked back while attacking the zombies make it impossible to counter attack quickly.
- The attack animations glitch as well, really making it hard to attack fast.
Drawbacks
- Zombies come out much faster than you can kill them, even in normal. Maybe make the attack range more or spawn less zombies? Also, it's hard to kill the slugs because of the their size... The special attacks and backward attacks to compensate a bit for that though.
- Loads quite long at startup.
- Huge file size.
Creativity: ★★★★☆Overall: ★★★★★
- Zombie games are everywhere (-3★)
- Overpowered grandpa with walker (+0.5★ because Angry Grandma)
- Backwards attack (+0.5★)
- Slug as an enemy??? (+0.5★)
- Special attack (+0.5★)
Awesome game for game editor, despite it being a zombie game, I can see a lot of dedication made for this game, especially because of the fact that it's made in game editor. This is almost equivalent to a game made in unity, it's just a bit buggier and some features are limited, but other than that, it's awesome.
Zivouhr wrote:Update: Just finished most of Level 3 and added a driveable car to plow over zombies with, which you can exit and enter the car freely during the level before it breaks down after so many zombie hits. The 3rd level is giant, so a car is essential.
I'm going to attempt to see what happens with this game on Steampowered.com very soon.
Zivouhr wrote:Was the first boss the one that prevents you from getting in an attack? He's tough and is best dispatched by luring him near explosive vehicles.
But I'll test the enemy zombies also to see how they react when the player bumps into them, to make it less frustrating when trying to attack them since there are so many. When you mention the attack animations glitch, do they stall or disappear? Thanks.
Zivouhr wrote:Very glad to hear the framerate is okay/playable on your computer.
How long does the game take to load on your computer I wonder? A minute, two minutes, more?
I have a 2.5 GHz with a faster graphics card, so it's almost instant when I load it to play as the exported game file outside of game editor; about 5 seconds to load the game and start playing.
Zivouhr wrote:As a tip, to quickly defeat lots of onscreen zombies at once, the right, right + space bar attack is the most powerful, along with the right + space Grab Toss move (or left arrow depending). Also, the powershot is very effective as well.
jonathang wrote:Zivouhr wrote:Update: Just finished most of Level 3 and added a driveable car to plow over zombies with, which you can exit and enter the car freely during the level before it breaks down after so many zombie hits. The 3rd level is giant, so a car is essential.
I'm going to attempt to see what happens with this game on Steampowered.com very soon.
Woooah! That's gonna make killing zombies a whole lot more fun!! XD
Yeah the first boss was very OP! I guess you could make the grandpa have a ranged attack like... A boomerang walker! XD
Only 10-20 seconds, but that is quite long for the game editor logo to start up. xD
I use N and right + space bar! Those are quite effective.
Btw I found another annoying drawback.
Sometimes when you're near the zombie or slug(You don't get hit, but this sometimes happens when you do get hit), you lose health very very fast, like all 5 hearts gone in 2-3 seconds, and you can't do a thing about it. I'd suggest an invulnerable moment after getting hit (Idk, 2-3 seconds?). This is also what makes the boss almost impossible when you're stuck in a corner. Even when you respawn, you're stuck in that one location (Pinned at the right edge of the map) and the boss just kills you easily (All 3 lives gone in 15-20 seconds). Plus, you can't move... So yeah, add an invulnerable moment where you aren't affected by knockback and damage, and that'll make the game much more playable!
Also, if you go to the west part of the screen, the do not enter part, please don't make us lose health. Instead make the x stay the same instead of making us knocked back and losing health, as that's really weird. There's no electric force field or anything.
Zivouhr wrote:Very helpful, thanks again.
20 seconds, that is a long time in Game Editor. The game has tons of graphics, so that's probably the reason it loads longer. Thanks.
Yes, the Rage attack move is useful for cleaning up enemies, at the cost of one health heart (which refills slowly in normal and easy mode).
For the boss, I wait for my stamina meter to refill (beneath the heart health) and then hit the boss with the power shot (in easy or normal mode), but also use the projectiles to time it so when he's above the car, I fire at the car and it does major damage to the zombie boss in the game. Power shot is UP+B when stamina is above 1/5. Once he starts attacking, he's invulnerable till he stops.
Zivouhr wrote:I fixed the zombies so when they fall down and are rising up after being tossed, they can't hurt the player as before, which would result in the player getting knocked backwards.
The dark green slime on the ground is the border, but I'll make it so it doesn't hurt the player, only pushes them back. I had a solid object wall there, but whenever the player used his rage attack (which uses a path), the path would warp the player past the wall and defeat the purpose of a wall, but now I'll just use the xscreen or move to command to set them back into the game and take away the damage effect since the path was overriding the wall.
if(x<[x of the leftmost part of the screen where the player can't go right])
{
x = [x of the leftmost part of the screen where the player can't go right]
}
Zivouhr wrote:Thanks for the info about the quick loss of health. I'll have to think about that one. Maybe set a timer so the player can't be hurt after the initial impact with the enemy so when the player gets bounced around, they'll stay alive a short while before the timer expires and the player becomes vulnerable again. If it makes the game more playable, even better, thanks!
if(Shield>0)
{
Shield--;//Shield goes down by 1 each frame.
}
else
{
Shield=0;
}
if(Shield<0)
{
[Player gets harmed code]
}
jonathang wrote:I really hope this goes well as a game made in gE making it through steam is a huge feat! A very very huge feat, for any user of gE, and gE itself.
I commented in your video by the way.
AHAHAHAHAHAHAHA!!!! 600th post. Cheers, I guess?
Turon wrote:I've been trying to download the Mac version of the game but for some reason it always comes out corrupted...
Turon wrote:Mine is Mac OS X El Capitan 10.11.3 and I don't see the zipper icon as it appear that it's not compressed.
Users browsing this forum: No registered users and 1 guest