Author Topic: ||LOCK/DELETE||  (Read 1517 times)

Offline raggedpelt98

  • Dedicated Supporter
  • ***
  • Posts: 418
  • Country: 00
  • Floof-O-Meter: 57
    • View Profile
||LOCK/DELETE||
« on: January 23, 2014, 02:31:18 am »
Situation has been answered, please delete/lock.
« Last Edit: January 24, 2014, 08:11:02 pm by ~Faolan~ »
Inactive. Will be back one day

Offline OreoHeroz

  • Taco-Hat
  • Elder Grey Pelt
  • ****
  • Posts: 3,225
  • Country: 00
  • Floof-O-Meter: 142
    • View Profile
Re: Moving trees and grass??What pack?
« Reply #1 on: January 23, 2014, 02:37:55 am »
Actually, yes, there is such thing as moving grass and trees. So far, the only one I have heard of is moving willow trees.

Download link (direct): http://www.mediafire.com/download.php?5ov7lnrow1sls6y

Arkanis's thread (on forums): http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=30588.0

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Moving trees and grass??What pack?
« Reply #2 on: January 23, 2014, 08:38:08 am »
Using files from Feralheart+ you are able to make the Feralheart trees and shrubs move just like in Feralheart+. You can find the download in the link below but it's only for the trees I'm afraid, no grass.

http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=27868.0

Not entirely sure but you might be able to make moving grass using the same code as the trees, located in the .material file. I found this:

-
As for "moving" trees n such,
it's just a material code.
Quote from: OGRE Manual
Format: wave_xform <xform_type> <wave_type> <base> <frequency> <phase> <amplitude>

Example: wave_xform scale_x sine 1.0 0.2 0.0 5.0
-
xform_type
scroll_x
Animate the x scroll value

scroll_y
Animate the y scroll value

rotate
Animate the rotate value

scale_x
Animate the x scale value

scale_y
Animate the y scale value

wave_type
sine
A typical sine wave which smoothly loops between min and max values

triangle
An angled wave which increases & decreases at constant speed, changing instantly at the extremes

square
Max for half the wavelength, min for the rest with instant transition between

sawtooth
Gradual steady increase from min to max over the period with an instant return to min at the end.

inverse_sawtooth
Gradual steady decrease from max to min over the period, with an instant return to max at the end.

base
The base value, the minimum if amplitude > 0, the maximum if amplitude < 0

frequency
The number of wave iterations per second, i.e. speed

phase
Offset of the wave start

amplitude
The size of the wave
One that works well is;
Code: [Select]
wave_xform rotate sine 1 .1 0 .02

Just remember to make a backup of your files just in case it doesn't turn out like planned ;)
« Last Edit: January 23, 2014, 08:40:26 am by Ingredient »
Will be inactive due to work and exams.

Offline raggedpelt98

  • Dedicated Supporter
  • ***
  • Posts: 418
  • Country: 00
  • Floof-O-Meter: 57
    • View Profile
Re: Moving trees and grass??What pack?
« Reply #3 on: January 24, 2014, 08:01:17 pm »
Thank yew guys, That was helpfull ^w^
Inactive. Will be back one day

Offline OreoHeroz

  • Taco-Hat
  • Elder Grey Pelt
  • ****
  • Posts: 3,225
  • Country: 00
  • Floof-O-Meter: 142
    • View Profile
Re: Moving trees and grass??What pack?
« Reply #4 on: January 24, 2014, 09:17:29 pm »
Thank yew guys, That was helpfull ^w^


No problem! ^^ Glad we could help. c: