January 13, 200521 yr Hi all.Here's the smallest light ASM code I can make: db 'R','I','F','F' dd bgl_data_end - $ - 4 db 'M','D','L','9' db 'M','D','L','H' dd visual_model_header_end - $ - 4 dd visual_model_header_end - $ - 4 dd 0 dd 0 dd 2 dd 0 dd 0 dd 156 db 'F','S','8','0' dd 2304 visual_model_header_end label dword db 'B','B','O','X' dd bounding_box_riff_end - $ - 4 real4 -100.000, -100.000, -100.000 real4 100.000, 100.000, 100.000 bounding_box_riff_end label word db 'E','X','T','E' dd exterior_riff_end_0 - $ - 4 db 'B','G','L',' ' dd bgl_riff_end_DicksLight - $ - 4 BGL_LIGHT LIGHT_TAXI, 0.0, 0.0, 0.0, 0, 0.0, 0.0, 000FFFFFFh, 0.0, 0.0, 0.0 bgl_riff_end_DicksLight label word exterior_riff_end_0 label word bgl_data_end label word Use BGLC_9 to compile as a MDL. 000FFFFFFh is the RGB value for the brightest white. LIGHT_TAXI is needed unless you want landing lights that can be moved by the cockpit keyboard commands.Dick
February 3, 200521 yr Moderator bump... Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
February 3, 200521 yr Author Bill, it might be useful if you would consider condensing the essential elements of this method and adding such information to the Beginner's Guide that is pinned at the top of this forum.Best regards.Luis Hot, humid Caribbean paradise!
Create an account or sign in to comment