Search found 28 matches

by MiniDemonic
Thu Mar 29, 2012 5:22 pm
Forum: Support and Development
Topic: HardonCollider error when removing bullets
Replies: 4
Views: 1446

Re: HardonCollider error when removing bullets

Using the newest HC version will most probably fix the error. At least I can't reproduce it anymore. Seems like you are correct, thought I had the latest version as it wasn't long ago that I downloaded hardoncollider from github, or maybe it was lol I don't keep track of time. :D Well thank you vrl...
by MiniDemonic
Thu Mar 29, 2012 4:52 pm
Forum: Support and Development
Topic: HardonCollider error when removing bullets
Replies: 4
Views: 1446

Re: HardonCollider error when removing bullets

I know that the error lies in HardonCollider, I have checked line 207 in init.lua but I am not able to fix the error because I didn't develop HardonCollider, the problem is probably fixable by changing the code I use to remove bullets when they collide with stuff.
by MiniDemonic
Thu Mar 29, 2012 3:17 pm
Forum: Support and Development
Topic: HardonCollider error when removing bullets
Replies: 4
Views: 1446

HardonCollider error when removing bullets

So I am trying to develop a zombie top down shooter, but somehow the hardoncollider gives me an error sometime. No need to give me comments about my coding other than the code that is making the error. The code is not commented nor is it organised, I'm going to organise it better when I got time. Th...
by MiniDemonic
Wed Mar 21, 2012 12:39 am
Forum: Support and Development
Topic: Character movement on collision problem
Replies: 12
Views: 5598

Re: Character movement on collision problem

That code, produced the same error when walking against a wall, maybe I did something wrong when modifying it for my code, but I think I found a solution. I will add 4 invisible objects around the player, if these objecs touches a wall the corresponding direction on the keyboard is disabled. This is...
by MiniDemonic
Tue Mar 20, 2012 6:08 pm
Forum: Support and Development
Topic: Character movement on collision problem
Replies: 12
Views: 5598

Re: Character movement on collision problem

You don't even need to know who dude is, or who circ is. My problem as explained before and the only thing I need help with, is that the character is flashing in all directions when moving against a wall. The only thing I need to know is how to counter this, as the current code moves him back out, i...
by MiniDemonic
Tue Mar 20, 2012 4:50 pm
Forum: Support and Development
Topic: Character movement on collision problem
Replies: 12
Views: 5598

Re: Character movement on collision problem

Yes, I know. I'm currently cleaning up my code and such, but the problem I have is in the code I posted in the OP. The character is flashing in all directions when moving towards a wall, I do not know how to fix this, trying to search for inspiration from other projects and such but I can't seem to ...
by MiniDemonic
Tue Mar 20, 2012 3:38 pm
Forum: Support and Development
Topic: Character movement on collision problem
Replies: 12
Views: 5598

Re: Character movement on collision problem

Sure, as of now the game looks like crap tho so don't hold it against me! :D

Updating the OP to include .love
by MiniDemonic
Tue Mar 20, 2012 12:00 pm
Forum: Support and Development
Topic: Character movement on collision problem
Replies: 12
Views: 5598

Character movement on collision problem

Hey, I have a problem trying to make the character move smoothly when colliding with a wall or ground. Currently the character is jumping up&down/left&right and I can't figure out how to make him move smoothly. I followed the AdvTileLoader tutorial for the collision detection and the code it...