Titania EX-3 0.4.1 Bug fixes!
Re: Titania EX-3 0.3.0 now with sound!
LOL! You have just triple posted xD
- IAsep-TrixI
- Citizen
- Posts: 89
- Joined: Mon Aug 12, 2013 4:22 am
- Location: Philippines,Asia
Re: Titania EX-3 0.3.0 now with sound!
AWWW yeahjjmafiae wrote:LOL! You have just triple posted xD
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: Titania EX-3 0.3.0 now with sound!
If you need any help feel free to ask, tables and table manipulation are one of my specialities ("normal" tables, not metatables )IAsep-TrixI wrote:That oughta take a while, I'm still learning love2d and I havent really gotten the grasp of tables yet sadly.Ranguna259 wrote:It still has that bug I talked to you about on you FPS lag thread, bullets change rotation even after they have been fired, each bullet should have a table and in each table there should be a fixed rotation radians number, it is set when the bullet is first fired and then it should never change.
EDIT: Oh you haven't updated it yet, sorry about that
Re: Titania EX-3 0.3.0 V2 now with BETTER sound!
Wow..... This is awesome! Great job! I had my audio on my headphones turned up full and fired a bullet and.... well.... it scared me, to say the least I had some trouble running the game at first(kept showing me the rubber piggy), but in the end I got it working! It's awesome for where it is right now! Good luck with it! I'll be keeping a close eye on it.
"In those quiet moments, you come into my mind" - Liam Reilly
- IAsep-TrixI
- Citizen
- Posts: 89
- Joined: Mon Aug 12, 2013 4:22 am
- Location: Philippines,Asia
Re: Titania EX-3 0.3.0 V2 now with BETTER sound!
Thx eamonn!Eamonn wrote:Wow..... This is awesome! Great job! I had my audio on my headphones turned up full and fired a bullet and.... well.... it scared me, to say the least I had some trouble running the game at first(kept showing me the rubber piggy), but in the end I got it working! It's awesome for where it is right now! Good luck with it! I'll be keeping a close eye on it.
-
- Prole
- Posts: 37
- Joined: Fri Aug 02, 2013 1:44 pm
Re: Titania EX-3 0.4.0 Ammunition!
The game is turning out real good man!
Sharing the one world
Also check out my friend's game!
http://love2d.org/forums/viewtopic.php?f=5&t=43276
Also check out my friend's game!
http://love2d.org/forums/viewtopic.php?f=5&t=43276
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: Titania EX-3 0.4.0 Ammunition!
First minutes looking throught your code and found the rotation bug.
On the bullet.lua code change line 28 form:
to:
And then change line 8 from:
to:
That should fix it.
On the bullet.lua code change line 28 form:
Code: Select all
table.insert(bullets, {x = startX, y = startY, dx = bulletDx, dy = bulletDy})
Code: Select all
table.insert(bullets, {x = startX, y = startY, dx = bulletDx, dy = bulletDy, a=angle})
Code: Select all
love.graphics.draw(bullet_draw,v.x,v.y,player.r)
Code: Select all
love.graphics.draw(bullet_draw,v.x,v.y,v.a)
- IAsep-TrixI
- Citizen
- Posts: 89
- Joined: Mon Aug 12, 2013 4:22 am
- Location: Philippines,Asia
Re: Titania EX-3 0.4.0 Ammunition!
oh....I guess its fixed then!Ranguna259 wrote:First minutes looking throught your code and found the rotation bug.
On the bullet.lua code change line 28 form:to:Code: Select all
table.insert(bullets, {x = startX, y = startY, dx = bulletDx, dy = bulletDy})
And then change line 8 from:Code: Select all
table.insert(bullets, {x = startX, y = startY, dx = bulletDx, dy = bulletDy, a=angle})
to:Code: Select all
love.graphics.draw(bullet_draw,v.x,v.y,player.r)
That should fix it.Code: Select all
love.graphics.draw(bullet_draw,v.x,v.y,v.a)
thx man
-
- Prole
- Posts: 37
- Joined: Fri Aug 02, 2013 1:44 pm
Re: Titania EX-3 0.4.0 Ammunition!
ah, finally the bullet rotation will be fixed!
Sharing the one world
Also check out my friend's game!
http://love2d.org/forums/viewtopic.php?f=5&t=43276
Also check out my friend's game!
http://love2d.org/forums/viewtopic.php?f=5&t=43276
- IAsep-TrixI
- Citizen
- Posts: 89
- Joined: Mon Aug 12, 2013 4:22 am
- Location: Philippines,Asia
Re: Titania EX-3 0.4.0 Ammunition!
I've been waiting for this momentAtomCastDev wrote:ah, finally the bullet rotation will be fixed!
Who is online
Users browsing this forum: No registered users and 4 guests