News:

SMFNew Installed

+-+-

User+-

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Site Stats+-

Members
Total Members: 728
Latest: Cho
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 10932
Total Topics: 795
Most Online Today: 157
Most Online Ever: 854
(September 18, 2024, 07:49:37 am)
Users Online
Members: 0
Guests: 169
Total: 169

Author Topic: Cool basics  (Read 3841 times)

0 Members and 29 Guests are viewing this topic.

Cool basics
« on: »
heyo peeps long time no see, ive seen the buzz around the new TL and decided to do some modding just for nostalgias sake :D

anyway i was making some particles to unrust and i ended up adding particles to most of the melee weapon basic attacks for the class i was making so they look more flashy / anime like lol

heres some videos





the files for the animation keys and particles should be attached to this post, they are resources and not really a mod, there are some animations i omitted and replaced with the alt anim function and some custom and retimed animations i put in there to replace basic attacks(mostly dual weild) , feel free to use them in your projects
« Last Edit: February 17, 2019, 07:03:18 am by TwinkleToes »

Share on Bluesky Share on Facebook


Re: Cool basics
« Reply #1 on: »
I had to pinch myself SEVERAL TIMES to make sure i wasn't dreaming! :D it is so good to hear from you again @TwinkleToes !

And those particles are SOOOOOOOOO much better than the vanilla swing particles (which atually have corners lol!) I am soo going to use them!


Re: Cool basics
« Reply #2 on: »
heyyo old friend :D

yea the corners on the standard swing particles come because they are "ribbon trails" GUTS doesn't have a good enough support for these type of particles concerning very fast movements, so it can look really janky when used in sub 1 second animations

although the one thing my solution looses out on is the built in color changer for the swing particles eg. if you equip a fire based staff the trail color changes to orange/red, i tried to implement something like it but it seems impossible in GUTS.

Re: Cool basics
« Reply #3 on: »
It's really nice @TwinkleToes  !  ;)
Do you intend to publish a mod with that stuff ?

Re: Cool basics
« Reply #4 on: »
yea its for this
http://torchmodders.com/forums/mod-showcase/my-next-class-concept/msg1366/#msg1366
dont know if i can even finish it now though lol, this was exercise for me since i haven modded in a very long time.

Re: Cool basics
« Reply #5 on: »
hey @TwinkleToes for deeper understanding of particles and animation, how do they work? I assume the character is linked to the weapon animations based on the weapon equipped and the animations use particles in a timeline?
and the different weapon animations have a chance to proc?
I wonder because sometimes I feel like my melee weapons tend to use piercing animations more often then swinging animations with have a different damage shape?
could we increase the damage of piercing attacks as a compensation?

cheers
some projects in progress

Re: Cool basics
« Reply #6 on: »
hey @TwinkleToes for deeper understanding of particles and animation, how do they work?
heyo
thats kinda broad lol, they are two completely separate systems, but they are often combined to get a specific effect

Quote
I assume the character is linked to the weapon animations based on the weapon equipped and the animations use particles in a timeline?
yep, inside the PC's folder you can see a list of all the animations the "HUM_F/HUM_M" models can use, there is also a
.ANIMATION file which determines what hapens within the timelines of the animations, the original classes share a shared animation file but when making a custom class you can create a custom animation file and call it back from the unit file your custom class uses(so you dont mess with the originals) you can then specify all the animations you want to use in there (these animations have to share the same folder as the animation file)


Quote
and the different weapon animations have a chance to proc?
numerically yea, eg. if you have 3 animations for a basic attack they will all have a 33.3% chance

Quote
I wonder because sometimes I feel like my melee weapons tend to use piercing animations more often then swinging
you can simply delete the piercing animation lol, but if you want it to procc less duplicate your other animations and rename them

there is a hardcoded rule for basic attack animations, if they are named a certain way
for instance originally there are 3 staff animations (STAFF1, STAFF2, STAFF3) lets say STAFF3 plays a piercing animation
you can clone STAFF1 and STAFF2 and rename them to STAFF4 and STAFF5 and they will work as new basic attack animations for the staff, doing this will technically double the chance of STAFF1 and STAFF2 from playing since STAFF5 and 4 are just clones of them.

Quote
animations with have a different damage shape?
nope they are all the same hardcoded damage shapes, regardless of what animation plays, different weapons have different ranges and arcs, the exception to this would be missile firing ranged weapons(pistol, bow, xbow) their range can be modified via an effect called "MISSILE RANGE BONUS"

Quote
could we increase the damage of piercing attacks as a compensation?
technically yes, if you add two "HIT" events on that animations time line it will hit twice, doubling its damage, but you can only ever double, triple, quadruple etc. by adding more hits

« Last Edit: March 10, 2019, 12:29:52 pm by TwinkleToes »

Re: Cool basics
« Reply #7 on: »
thatnks, I'll try it out!
some projects in progress

 

Recent Topics+-