Search found 3 matches

by MKMatt
Tue Oct 30, 2018 10:18 am
Forum: Scenery Development Questions
Topic: LUA script for seasonal textuers
Replies: 5
Views: 22544

Re: LUA script for seasonal textuers

Hi,

Do you happen to have any idea about this?

I couldn't solve this out.

Thank you,
by MKMatt
Fri Oct 19, 2018 8:13 am
Forum: Scenery Development Questions
Topic: LUA script for seasonal textuers
Replies: 5
Views: 22544

Re: LUA script for seasonal textuers

Hi! Thank you for quick reply. I checked content errors and there's one message related to the texture: [error.27] error=Texture GRASS_3D.DDS.DDS failed to load (FE_REQUEST_STATUS==13) There seems to be a problem in the file extension being added twice to the file name. I modified texture name in BG...
by MKMatt
Thu Oct 18, 2018 12:39 pm
Forum: Scenery Development Questions
Topic: LUA script for seasonal textuers
Replies: 5
Views: 22544

LUA script for seasonal textuers

Hi, I've been trying to add LUA script to my scenery. However the final result is that the material is not visible. Here's what I've done: !lua local month = varget("E:ZULU MONTH OF YEAR", "Number") local StringOld = varget("T:DiffuseTexture", "String") local ...