WRATH (Zombie Survival)

Show off your games, demos and other (playable) creations.
User avatar
Kuromeku
Party member
Posts: 166
Joined: Sun Jul 20, 2008 5:45 pm

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by Kuromeku »

Hmm, you can't strafe?

Oh! You can't strafe! Hehe.

Added ;)
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by bartbes »

I can confirm the problem is indeed a missing manifest
wine wrote:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
However, I'd love to see the Box2D segfault fixed.

EDIT: If you'd like to know the Box2D errors, here they are:
love wrote:love: box2d/Source/Collision/b2BroadPhase.cpp:143: void b2BroadPhase::ComputeBounds(uint16*, uint16*, const b2AABB&): Assertion `aabb.upperBound.x > aabb.lowerBound.x' failed.
Afgebroken
EDIT3: (2 was error in edit 1 :P) To state the obvious: that says that:

Code: Select all

higher>lower = false
meaning:
higher<=lower
so it might be that there is an object with 0 width/height
User avatar
rude
Administrator
Posts: 1052
Joined: Mon Feb 04, 2008 3:58 pm
Location: Oslo, Norway

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by rude »

It's not really a segfault, my point was that the way we're being treated by Box2D, it might as well be. :D

EDIT:
bartbes wrote: so it might be that there is an object with 0 width/height
Then why are we not getting failure on all platforms? :cry:
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by bartbes »

I guess it's a dynamically sized box (I will refer to it as 'box'), and it might have something to do with screen size? Is there an API call that returns 0 (on failure? or just doesn't work?)? However as I'm too lazy to search in the code just to find whatever could create a 0 sized box, we'll just have to wait for Kudomiko.

@kudomiko: phase 6 runs fine, so it's either in the new code, or in the game itself.
User avatar
Kuromeku
Party member
Posts: 166
Joined: Sun Jul 20, 2008 5:45 pm

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by Kuromeku »

Could well be this:

Code: Select all

self:setShape( love.physics.newCircleShape(self:getBody(), 0) );
That was because I wanted a shape that didn't collide with anything, however, it stills collides anyway.

So I've changed this code to:

Code: Select all

self:getShape():setMaskBits(2);
Which I didn't notice before.

Here's a little updated picture:

Image

That's the shotgun, by the way.
User avatar
Borsty
Citizen
Posts: 66
Joined: Sun Oct 19, 2008 10:29 pm
Location: Hamburg, Germany
Contact:

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by Borsty »

I'd like to see some kind of grenade or shocker that either destroys or just stuns all zombies around you :P

Anyway, nice progress. Notepad++ ftw!
User avatar
Kuromeku
Party member
Posts: 166
Joined: Sun Jul 20, 2008 5:45 pm

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by Kuromeku »

Thanks, yeah! I'm planning on adding a grenade, I just need the weapon selection thing done at the moment.

I might use that animation library to make a Source style weapon selection.

Here's another update (with ËNVY's new entity bases system):

Green Bastards

Slow zombies which deal a small amount of damage. (You get 1 point for killing).

Red Bastards

Fast zombies which deal more damage than green ones. (You get 5 points for killing).

Blue Bastards

Reasonably fast zombies which deal a great amount of damage. The thing is though, they only reveal themselves when they are far away from you, when they get close they disguise themselves as green zombies. They also reveal themselves when they are attacking you. (You get 10 points for killing).

Pink Bastards

Slow zombies which deal the most amount of damage, whenever they see items they will crowd around them and try to prevent you from getting them. Be careful! These zombies hurt! (You get 1 point for killing).

Sorry for the shitty quality MS Paint job.

Image
Last edited by Kuromeku on Sun Nov 23, 2008 9:14 am, edited 1 time in total.
User avatar
Kuromeku
Party member
Posts: 166
Joined: Sun Jul 20, 2008 5:45 pm

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by Kuromeku »

User avatar
Borsty
Citizen
Posts: 66
Joined: Sun Oct 19, 2008 10:29 pm
Location: Hamburg, Germany
Contact:

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by Borsty »

Nice, even tho It keeps randomly crashing when a zombie hits me :S
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: [7 Deadly Sins] Wrath (Zombie Survival)

Post by bartbes »

Those sounds... those... balls/zombies, great!
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 100 guests