subabrain Posted March 26, 2018 Share Posted March 26, 2018 Hello Again :Pok guys i need your knowledge - i know its nt good to get free support but i have an important question :)so now i want to make the grass moveable - so like a rigid body ... is that possible?greetings and thanks ;)Robert Quote Link to comment Share on other sites More sharing options...
subabrain Posted March 27, 2018 Author Share Posted March 27, 2018 Hi,i have an idea - can i trigger the wind scale when i collide with the grass?can you maybe help me with that idea :) ...greetzRobert Quote Link to comment Share on other sites More sharing options...
Duion Posted March 27, 2018 Share Posted March 27, 2018 The ground cover does not use the regular wind emitter that works with the forest items. What you can do is make the grass as forest items and then mount a wind emitter to your player or whatever, then it will only affect the grass in the radius of the wind, but I think this will screw over your current design with the groundcover grass. Quote Link to comment Share on other sites More sharing options...
Jason Campbell Posted March 27, 2018 Share Posted March 27, 2018 The problem with that idea is that the foliage fx has no collision that I am aware of. It seems, even when using a dts shape. Of course, it could be done but would probably take some serious engine changes. Even if you got a windscale variable worked out in script, all your billboards placed by that replicator, would move if say, you tied it to when you walked in the particular terrain texture that controlled that replicator. I have been thinking about this but have not come up with anything. Quote Link to comment Share on other sites More sharing options...
Duion Posted March 27, 2018 Share Posted March 27, 2018 I got an idea, if you have your grass mowing working, you can add another grass mowing effect that will replace the grass with another grass that has a higher wind scale, so the grass will move from the wind stronger if you touch it or come closer. Quote Link to comment Share on other sites More sharing options...
Jason Campbell Posted March 27, 2018 Share Posted March 27, 2018 Sorry to double post but if Duion' s idea works, that would be a pretty cool way to achieve the effect. I'm not sure of how performance would be impacted, also. Quote Link to comment Share on other sites More sharing options...
subabrain Posted March 28, 2018 Author Share Posted March 28, 2018 Hi There,Thanks a lot for your help!ok ... ill try this now :)thanks and greetzRobert Quote Link to comment Share on other sites More sharing options...
subabrain Posted April 10, 2018 Author Share Posted April 10, 2018 Hi - thanks a lot :)but now i need the command to change the sizeMin and sizeMax while the game is running via torque script - could you help?would be nice - thank you very much :)greetingsRobert Quote Link to comment Share on other sites More sharing options...
subabrain Posted April 12, 2018 Author Share Posted April 12, 2018 hmm ok,i get some way but i think its not right: function set_gcover() { new GroundCover() { Material = "grass3"; probability[0] = "1"; probability[1] = "1"; sizeMin[0] = "0.1"; sizeMin[1] = "0.1"; sizeMax[0] = "0.5"; sizeMax[1] = "0.5"; windScale[0] = "1"; windScale[1] = "1"; }; } maybe you could help :)thanks a lot!greetzRobert Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.