Bow Quest Adventure Hero[NOT FINISHED]

Show off your games, demos and other (playable) creations.
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: Bow Quest Adventure Hero[NOT FINISHED]

Post by qaisjp »

Nixola wrote:Why multiply? Just add them
because something like this would (imho) be better.

Code: Select all

local x, y = Player:getVelocity()
Player:fireWeapon(1 --[[(weapon id)]]--, x*1.2, y*1.2)
Lua is not an acronym.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Bow Quest Adventure Hero[NOT FINISHED]

Post by Nixola »

So if you're standing still you hit your own foot?
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
paritybit
Citizen
Posts: 53
Joined: Thu Sep 06, 2012 3:52 am

Re: Bow Quest Adventure Hero[NOT FINISHED]

Post by paritybit »

I find myself getting overwhelmed very easily. Things move a little too fast for me, but it could be just because I'm old (you know, people in their late 30's can't play video games).

Cool though. I saw it the other day when I was browsing the Steam Greenlight games.
qaisjp wrote:
Nixola wrote:Why multiply? Just add them
because something like this would (imho) be better.

Code: Select all

local x, y = Player:getVelocity()
Player:fireWeapon(1 --[[(weapon id)]]--, x*1.2, y*1.2)
Everybody has their own opinion. I agree with Nixola that adding makes way more sense. Especially with the 1.2 number suggested; it puts too much of the weight onto the speed of the avatar. What if, later, he implemented acceleration rather than a fixed speed? When the player starts moving the arrows will go from dropping at his feet and as his speed increases start arcing higher into the sky when really they should have some fixed distance with the additional velocity of the avatar.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Bow Quest Adventure Hero[NOT FINISHED]

Post by Robin »

paritybit wrote:(you know, people in their late 30's can't play video games)
Awww. Need a hug? :)
paritybit wrote:Everybody has their own opinion. I agree with Nixola that adding makes way more sense. Especially with the 1.2 number suggested; it puts too much of the weight onto the speed of the avatar. What if, later, he implemented acceleration rather than a fixed speed? When the player starts moving the arrows will go from dropping at his feet and as his speed increases start arcing higher into the sky when really they should have some fixed distance with the additional velocity of the avatar.
Exactly. Additive is how it works in the real world anyway.
Help us help you: attach a .love.
User avatar
paritybit
Citizen
Posts: 53
Joined: Thu Sep 06, 2012 3:52 am

Re: Bow Quest Adventure Hero[NOT FINISHED]

Post by paritybit »

Robin wrote: Awww. Need a hug? :)
Maybe he could implement that as a powerup?
delcore92
Prole
Posts: 5
Joined: Wed Jan 30, 2013 1:52 am

Re: Bow Quest Adventure Hero[NOT FINISHED]

Post by delcore92 »

Hey there, how did you get the pixel art to scale without the anti-aliasing ?? great looking game by the way!!
Post Reply

Who is online

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