![]() |
The GK bow
its cool, im wondering what commands are needed to get somethin like it.
I know this.angle=getangle(mousex-playerx,mousey-playery); gives you the angle the mouse is pointin at, but how do I get like to power it needs? Btw, i dont know any sine or cosine, havn't taken trig yet. Or whatever sine and cosine are taught in |
use shoot, it's in newfeatures and most updated commands.rtf, but if you don't get it search the forums I'm sure it's been explained in detail before
Also check out the arrow gani in Graal shop and the image to see how that works. Well that's about it other than handing you an algorithm, see how far you get. |
I know how to use shoot. I just need an algorithm for the z and the power to match mouse location.
|
Problem solving is a valuble skill; learn it.
|
Try getting from point A to point B before comming here (point C). ;)
|
Quote:
Quote:
hmm, I just realized I never finished my physics tutorial on projectiles... darn |
I remember seeing an arrow game you made where you click the target and it shot the arrow at it. You had an equation for the power, it was too confusing for me at the time. =X
|
I think he meant the z angle when he mentioned 'z'. Well anyways, I doubt GK bows have different angles so you can set the z to a constant angle, something like pi/6. The power is sort of hard to explain...i'll try to come up with an easy way of explaining it later =\
|
Quote:
that power algorythm I made was a bit more complicated than I inititially thought it would be... ohwell |
You know some stuff, but you don't know how to do that? :p
|
(Note: I don't have Graal installed here, so I cannot check the definition of power within the shoot command. As a result i'm giving pointers to 2 solutions, so pick whichever one is relevant for the shoot command (ie: whether power is launch velocity or distance to travel))
Solution One - Velocity Based If power is related to the speed at which the projectile is launched, then the distance travelled if i remember correctly would be proportional to power^2. As I dont know how close the Graal physics are to real life, I can't verify that, nor am I able to give you any constants, as I do not know what constants graal uses internally. You can rearrange to find power from distance fairly easily. Solution Two - Distance Based If the power is related to how far you want it to travel, then you can use a rearrangement of the pythagorous theorem to calculate the distance. If you still need help after this, send a Forum PM, or drop me an e-mail. |
We was doing about Velocity In science today, It's interesting.
|
newfeatures2004-V3:
- new script variable 'gravity': when you change that variable then the behaviour of projectiles changes - by default the z attribute of a projectile is decreased by 2 each second (0.1 each frame); if you increase the gravity, then the arrows fall down faster, if you decrease the gravity then arrows fly longer; if you decrease the gravity and shoot it in a low angle (between 0 and 0.5) you can easier simulate pistoles or guns; don't forget to change the gravity variable on both client and server side |
Quote:
it is meant more for shooting in areas of different gravity (obviously) or when shooting something heavy (as in pertaining to the air resistance really, like a cannonball or something) |
Quote:
Sorry... but I had to be fussy :P |
What do you mean? Every object has a different terminal velocity...
|
Maybe so, but they are all affected by gravitational acceleration the same, and with the comparatively low vertical components of velocity at launch, air resistance becomes a negligible issue.
For a projectile to reach terminal velocity, were talking a flight time of some 30 to 40 seconds at least. |
all objects on earth fall at 32 feet per second.
And btw people, a ton of feathers weighs the same as a ton of lead :) |
Quote:
9.80665 meters per second squared ;p |
A tonne of something will fall more slowly then a tonne of something else if you shape it so there is more surface or drag.
Also, it doesn't take 30-40 seconds to reach terminal velocity, jump out of an airplace and drop penies from your hand, the pennies fly up (fall slower) and are at their terminal velocity, while you are at yours. |
Ok we should probably stop with this, it doesn't apply to GScripting =\
|
Better unit? Pfffffffft imperial rules.
|
oooh, Physics time! *cracks knuckles* oh, man they really cracked, ow...
It is true that if you were to drop a bowling ball and a tennis ball at the same time from the same height they would hit the ground at presicely the same moment. This is because the acceleration due to gravity is the same for every object on earth (granted the acceleration does differ from place to place, trust me). But it is not also true that if you drop a feather and a ball of, well any sort, the ball would hit first. This is because of air resistance. While it is not obvious, air resistance affects most flying objects. Baseballs, bullets, planes, birds, and even arrows are among these things. So um, this is getting boring so I'll just say that ICBST an arrow is affected by air resistance on a much greater level than a tossed bowling ball or well even a much heavier arrow.... ICBST means it can be shown that, or it can be bs'ed that (according to my phys class) hey, a tonne is different than a ton fellers |
Heck, anyway, if you go drop a 3 tonne safe and a tennis ball, what hits first? The object with the greatest terminal velocity. What are you people talking about. ;)
|
All objects accelerate towards earth at 32fps/9.80665mps, not fall at this speed.
With reference to the 30/40 second claim, were talking about a single projectile fired from the ground, and hence it has to accelerate to zero (top of its flight) then back down to the terminal velocity. You may or may not know that give or take minimal external forces, the object should hit the ground at the same sort of speed (in the vertical component) as it was launched with. In my original claim I was estimating terminal velocity to be arround 200 metres per second, although i checked and this is wrong. More accurate figures are 55mps for most objects, ranging up to about 80mps for somthing like a cannonball. These lead to approx estimation of 11 seconds and 16 seconds to reach terminal velocity, although its likely to be more, as the magnitude of acceleration will decrease as the velocity tends towards the terminal velocity. Phew :P Now thats sorted, who ever said back to the NPC's is right. I highly doubt Graal uses sophisticated physics with air resistance and terminal velocity, so my solutions from a few posts above would still stand. |
:( I wish it did use advanced physics.
I tried to make a physics engine once, but it turned out to be a fancy jumping script where you could jump off walls, was fun, but no what i wanted it to be. |
I think it was Eric and stefan that made the bows, I was on watching them test it a long while ago.
|
Er1c hated me...meh
I liked Pir =P |
Er1c should come back..
|
All times are GMT +2. The time now is 05:08 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.