Hmm, you can't strafe?
Oh! You can't strafe! Hehe.
Added
WRATH (Zombie Survival)
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: [7 Deadly Sins] Wrath (Zombie Survival)
I can confirm the problem is indeed a missing manifest
EDIT: If you'd like to know the Box2D errors, here they are:
so it might be that there is an object with 0 width/height
However, I'd love to see the Box2D segfault fixed.wine wrote:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
EDIT: If you'd like to know the Box2D errors, here they are:
EDIT3: (2 was error in edit 1 ) To state the obvious: that says that: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
Code: Select all
higher>lower = false
meaning:
higher<=lower
Re: [7 Deadly Sins] Wrath (Zombie Survival)
It's not really a segfault, my point was that the way we're being treated by Box2D, it might as well be.
EDIT:
EDIT:
Then why are we not getting failure on all platforms?bartbes wrote: so it might be that there is an object with 0 width/height
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: [7 Deadly Sins] Wrath (Zombie Survival)
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.
@kudomiko: phase 6 runs fine, so it's either in the new code, or in the game itself.
Re: [7 Deadly Sins] Wrath (Zombie Survival)
Could well be this:
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:
Which I didn't notice before.
Here's a little updated picture:
That's the shotgun, by the way.
Code: Select all
self:setShape( love.physics.newCircleShape(self:getBody(), 0) );
So I've changed this code to:
Code: Select all
self:getShape():setMaskBits(2);
Here's a little updated picture:
That's the shotgun, by the way.
Re: [7 Deadly Sins] Wrath (Zombie Survival)
I'd like to see some kind of grenade or shocker that either destroys or just stuns all zombies around you
Anyway, nice progress. Notepad++ ftw!
Anyway, nice progress. Notepad++ ftw!
Re: [7 Deadly Sins] Wrath (Zombie Survival)
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.
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.
Last edited by Kuromeku on Sun Nov 23, 2008 9:14 am, edited 1 time in total.
Re: [7 Deadly Sins] Wrath (Zombie Survival)
Images:
Download:
http://kudomiku.com/dump/lua/wrath/wrath.rar (EXE).
http://kudomiku.com/dump/lua/wrath/wrath.love (LÖVE).
Download:
http://kudomiku.com/dump/lua/wrath/wrath.rar (EXE).
http://kudomiku.com/dump/lua/wrath/wrath.love (LÖVE).
Re: [7 Deadly Sins] Wrath (Zombie Survival)
Nice, even tho It keeps randomly crashing when a zombie hits me :S
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: [7 Deadly Sins] Wrath (Zombie Survival)
Those sounds... those... balls/zombies, great!
Who is online
Users browsing this forum: No registered users and 2 guests