Page 5 of 23

Re: [MOD] Real Grass 2

Posted: Mon May 14, 2018 10:44 am
by mikeprichard
OK, that's what I thought - thanks!

Re: [MOD] Real Grass 2

Posted: Wed May 23, 2018 11:08 am
by Interkarma
Just a heads-up TheLacus, I'm implementing support for floating y in a branch right now. This extends the existing floating origin support to work in all three axes.

This has impact across a wide range of placement code. One of the areas touched is CityNavigation.WorldToScenePosition() which is now floating y aware when using refineY option. It should return the correct location in future calls, but any serialized objects may not be in the right place when loading a game.

If you get the time, would you be able to test your mod against the new branch to ensure plants, etc. are placed OK? Especially any serialized objects with absolute height values.

I'll be on deck to help resolve any problems if they're encountered. Just let me know what I can do to help.

Re: [MOD] Real Grass 2

Posted: Fri May 25, 2018 4:37 pm
by TheLacus
All vegetation is added via Unity grass system, so placement is on terrain layers and it shouldn't be affected at all by this change.
Particle mist, which is not yet available in a build, is supposed to use WorldToScenePosition() via event. I tested the mod (including mist) on the floating y branch and didn't find any issue.
Harvested crops are saved with mapPixel and local 2d position, no need to store height for terrain here. Let me know if i can test something else :)

Re: [MOD] Real Grass 2

Posted: Fri May 25, 2018 9:18 pm
by Interkarma
That sounds great! Thankyou for testing. :)

Re: [MOD] Real Grass 2

Posted: Thu May 31, 2018 8:19 am
by mikeprichard
Can this please be added to the Released Mods forum? Thanks!

Re: [MOD] Real Grass 2

Posted: Thu May 31, 2018 8:44 am
by Interkarma
Thank you, I don't know how I missed this one. Keep pointing them out and I'll keep moving them. :)

Re: [MOD] Real Grass 2

Posted: Sat Jun 02, 2018 4:33 pm
by TheLacus
Interkarma wrote: Thu May 10, 2018 9:31 pm Thanks for the information. I'll take a look at reordering some things here when I can.
Hey, what do you think if i just add this event as is for the moment ? You can get back to it when you have time. :)

Re: [MOD] Real Grass 2

Posted: Sat Jun 02, 2018 7:17 pm
by Interkarma
Please go ahead. :)

Re: [MOD] Real Grass 2

Posted: Mon Jun 04, 2018 2:24 pm
by TheLacus
Image
Image
Image

Re: [MOD] Real Grass 2

Posted: Mon Jun 04, 2018 3:34 pm
by Nystul
Wow Beautiful