Apr 21 2016, 8:31 pm
|
|
This thread generates so much hype.
|
Computing the unsigned curvature at an arbitrary time t for a planar Bézier curve with n = N-1 (because of the points being indexed from 0) control points:
Curvature(t) The curvature of some curve f with parameter t is intuitive how "curvy" f is at the point t. For example, a line has 0 curvature everywhere, because it's not curvy at all. On the other hand, a circle has a constant curvature, because everywhere it's just as "curvy" as everywhere else. Furthermore, the larger a circle's radius is, the smaller it's curvature (specifically, it's curvature is 1/r where r is the radius). Intuitively, this is because as you blow up a circle's radius, it becomes closer and closer to a line at any given point on the circle (and, in fact, there are certain geometries where you can treat a line as a circle with infinite radius). For what this is doing, it's fairly-efficient, and it gets me a good bit of the way to having adaptive Bézier curves, which I've been wanting to do. I also added Derivative() and Bezier() methods, which give the pointwise parametric derivative (I.e., if B(t) = (B0(t), B1(t)) then B'(t) = (B0'(t), B1'(t))) and the value of B at an arbitrary time t, respectively. I'll put this up today, and then proceed with work on the adaptive Bézier curve and put that up when I have it done. |
Made the base shape for axe auras and added dodge rolls. (Pondering whether or not it'll be set as a class skill) |
I feel like dodge rolls should be an all class ability and allow to dodge damage that way.
|
In response to Lavenblade
|
|
Lavenblade wrote:
I feel like dodge rolls should be an all class ability and allow to dodge damage that way. It does avoid damage. I don't like the idea of a fragile wizard being agile enough to roll, though or even an armor wearing fighter. If anything, I think I'll give class specific defenses just to have differing game-play. EDIT Last update because work: More hats! I have even more, bit I'll have to add them later. |
I think a unique way to avoid damage for each class would work. Maybe a roll for someone in leather, some shielding ability for a plate user, and a teleport ability for a wizard.
|
In response to Lavenblade
|
|
And version 1.1.20160422 of pif_BezierCurve is now available, if anyone is interested.
|
In response to Lavenblade
|
|
Sooo
Roll for the assassin/thief/bandit/marauder/archer/berserker/badass Hiding behind a shield for the knight/captainamerica/paladin/dragoon/tank bs teleporting around for the mage/wizard/warlok/witch/vampire/alchemist/priest/pope Seems fair 8). |
In response to Ghost of ET
|
|
Yeah, they should totes have a blink instead.
|
In response to Bl4ck Adam
|
|
Lavenblade wrote: Give roll another element of speed so your most agile fighters will roll faster than someone bulky or fragile. A ninja would be able to quickly roll out of damage, while an armor-wearing knight would take a bit longer to complete the roll, thus avoiding damage but not as easily as the ninja. Would make the player think carefully whether to roll or not based on the specific class being played. |
Only thing missing is the broken shell of the core, strewn across the ground after the fight, which I'm going to work on today. I wanted to show this off before I did that though. Also, get hyped for 200 pages on this thread! |
In response to Bravo1
|
|
Bravo1 wrote:
Also, get hyped for 200 pages on this thread! Much kudos to Doohl and the developers posting for the thread and it's hype that it's brought. I think there's been a slight significant incline in development motivation from the community because of this thread alone. |
In response to Bravo1
|
|
Idea: Maybe show pieces breaking off during the fight, exposing bits of wiring and such. Seeing visible damage will makee it more immersive.
|
In response to Lummox JR
|
|
Lummox JR wrote:
Idea: Maybe show pieces breaking off during the fight, exposing bits of wiring and such. Seeing visible damage will makee it more immersive. Definitely, I'm planning to have openings form on the outer shell which smoke will billow out of. |
In response to Lavenblade
|
|
Lavenblade wrote:
Teleport would be a short range blink basically. Cooldowns can help balance. I was doing a joke on a literal blink, but I know. Lol |
And now pif_LongInt is available on GitHub, if anyone wanted to muck around with it or view the source code without downloading it. I did the same with pif_BezierCurve but didn't mention it here. I'll probably just put all my libraries up on GitHub as I start updating them, because why not?
|
Just thought of this for a boss fight:
Sentient robo swords which fly around the room and attack you. Starts with five and the attack patterns change every time one of them is destroyed, becoming more and more difficult to defeat. |
In response to Bravo1
|
|
Bravo1 wrote:
Just thought of this for a boss fight: Bring them together for the occasional gigantor swing for epic damage. |