June 14, 200223 yr Does anyone know where to find the image complexity section in a FreeSC (.sca) source file?http://members.rogers.com/jkanold/jimlogo.gifhttp://members.rogers.com/eelvish/flyurl.gif
June 14, 200223 yr Author Commercial Member How do you mean image complexity Jim? Do you mean the scenery density settings or something else?ArnoMember NL2000 Teamhttp://home.wanadoo.nl/arno.gerretsen Arno If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done. FSDeveloper.com | Former Microsoft FS MVP | Blog
June 14, 200223 yr Yes, the scenery density.http://members.rogers.com/jkanold/jimlogo.gifhttp://members.rogers.com/eelvish/flyurl.gif
June 14, 200223 yr Author Commercial Member Then look for something like this:[tt]IfVarRange( :Exit 0346 %12 5 )[/tt]The %12 is the parameter that is given by the design program when you place it. It can also be that there is a fixed value in your case.Let's assume that the value of 2 is placed there (that's normal density). Then if the density is set between 2 and 5 the program will continue below this command and otherwise (so if sparse or very sparse is set) it will jump to the label :Exit (there can be another label in your case).ArnoMember NL2000 Teamhttp://home.wanadoo.nl/arno.gerretsen Arno If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done. FSDeveloper.com | Former Microsoft FS MVP | Blog
June 14, 200223 yr The closest I get to the example you sent is the following: IfVarRange( :R 37E -37 37 ) IfVarRange( :R 386 -37 37 ) Setvar( 288 1 )Which I assume sets the complexity to Sparse if two conditions are not met?http://members.rogers.com/jkanold/jimlogo.gifhttp://members.rogers.com/eelvish/flyurl.gif
June 14, 200223 yr Author Commercial Member Nope, that's the part of the source that checks if the plane is in the fuelbox and that fills it up when it's there.If you can not find the variable 346 in the source it will probably not have a check on the density setting.ArnoMember NL2000 Teamhttp://home.wanadoo.nl/arno.gerretsen Arno If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done. FSDeveloper.com | Former Microsoft FS MVP | Blog
Create an account or sign in to comment