• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FS2004 Time of year condition

Messages
473
Country
hungary
Hi Arno,

I'm converting some objects from FSX to FS9. Unfortunately when I change something with MDLTweaker the material gets corrupted. So I'm trying to avoid the mdltweaker and solve the problem in asm.

I try to make a simple seasonal texturing. I have tried this:

_MCX_temp_top label BGLCODE
texture_riff_start__MCX_temp label word
db 'T','E','X','T'
dd texture_riff_end__MCX_temp - $ - 4
TEXTURE_LIST_BEGIN

IFIN1 notnight, 38Ah, 77, 355
TEXTURE_DEF TEXTURE_BUILDING , <255,255,255,252>, 4.344443, "LHS_VOLGRASS01.BMP" ; 0
BGL_JUMP_32 skipfromnight
notnight label BGLCODE
TEXTURE_DEF TEXTURE_BUILDING , <255,255,255,252>, 4.344443, "LHS_VOLGRASS01_WI.BMP" ; 0
skipfromnight label BGLCODE


TEXTURE_LIST_END
BGL_RETURN
texture_riff_end__MCX_temp label word

Unfortunately no success.

Can you tell me how mdl tweaker does the tweaking? Maybe not on the material definition section?

Thanks a lot!
 
Messages
473
Country
hungary
Thanks Jim!

I swear I was searching on the wiki, but most probably with wrong keywords.
 
Top