October 5, 201015 yr Note: this problem has been solved, I found an answer in this forum: http://forum.avsim.net/topic/82169-ground2k-vtp-lines/page__p__560494__hl__ground2k4__fromsearch__1#entry560494. Thanks to AVSim!Hello all,This is my first post here. I plan to re-work some city scenery for my FS2004 (nothing complex, just add a few roads, rivers, repaint the landclass) and after some search I decide to use Ground2k4. SBuilder is good but however it seems to be incompatible with a Chinese-root system (WinXP Home for mine).However I met a problem -- it appears that my Ground2k4 cannot generate #9 bgl (that contains all lines -- roads, railways, shores, etc) while other bgl went fine. I try to downgrade the version (I have tried 5.33, 5.40 and 5.6), switch line layer (almost tried every possible layer numbers!), and even try to compile the scenery made by others (Holger Sandmann's Innsbruck that is available on AVSim), but none work. When I click "SCASM -- night lights" on, it can generate xxx_900x.bgl and I can see lights when it is at night, but still nothing visible at day due to the lack of xxx_9.bgl.I tried Google but it seems no one had met this problem before, so I don't know where to get start. Any ideas would be very appreciated.Q.One more information -- there is Ground2K4$_Lines.ASM appeared in the folder after compilation, it appears to be okay:;--------------------------------------------------; Ground2K4 Lines VTP2 : Generated on 2010-10-5 18:54:08;--------------------------------------------------include TDFMacros.incinclude TDFHeaders.incBGLHeader 24, 21, 114, 111, TerrainHeaderStart, VTPHeaderVTPHeader label word VTPFileHeader 256, VTPIndexStart, TextureStart, VTPEndVTPStart label word datamark_v0 label word VTPDataArea 1, 1, 17, 29 VTPLayer 24, 0 VTPNumTexturesInLayer 1, 0 VTPTextureId 0, 0 VTPPolyCount 1, 0;;; VTPPolyMethod2 4, 1, 0 VTPWidePoint 9130, 1, 12244, 3 VTPWidePointWidth 70 VTPChildPoint -14, 0, 0, 0 VTPChildPoint 14, 0, -108, 0 VTPChildPoint -14, 0, 0, 0 datamark_v1 label word VTPDataArea 1, 1, 17, 30 VTPLayer 24, 0 VTPNumTexturesInLayer 1, 0 VTPTextureId 0, 0 VTPPolyCount 2, 0;;; VTPPolyMethod2 30, 1, 0 VTPWidePoint 9038, 1, 4985, 7 VTPWidePointWidth 70 VTPChildPoint -12, 0, -8, 0 VTPChildPoint 26, 0, -27, 0 VTPChildPoint 10, 0, -14, 0 VTPChildPoint 7, 0, -24, 0 VTPChildPoint 3, 0, -24, 0 VTPChildPoint 11, 0, -13, 0 VTPChildPoint -4, 0, -17, 0 VTPWidePoint 9072, 0, 4837, 7 VTPChildPoint -3, 0, -20, 0 VTPChildPoint 0, 0, -17, 0 VTPChildPoint -3, 0, -31, 0 VTPChildPoint 0, 0, -71, 0 VTPChildPoint -4, 0, -27, 0 VTPChildPoint 0, 0, -24, 0 VTPChildPoint -7, 0, -27, 0 VTPWidePoint 9059, 0, 4603, 7 VTPChildPoint 0, 0, -34, 0 VTPChildPoint 7, 0, -34, 0 VTPChildPoint 0, 0, -130, 0 VTPChildPoint 10, 0, -27, 0 VTPChildPoint 0, 0, -51, 0 VTPChildPoint 10, 0, -20, 0 VTPChildPoint 10, 0, -34, 0 VTPWidePoint 9103, 0, 4249, 5 VTPChildPoint 3, 0, -24, 0 VTPChildPoint 14, 0, -24, 0 VTPChildPoint 3, 0, -37, 0 VTPChildPoint 7, 0, -88, 0 VTPChildPoint -14, 0, 0, 0;;; VTPPolyMethod2 22, 1, 0 VTPWidePoint 8359, 1, 4945, 7 VTPWidePointWidth 70 VTPChildPoint 0, 0, -14, 0 VTPChildPoint 61, 0, 3, 0 VTPChildPoint 48, 0, 0, 0 VTPChildPoint 41, 0, -3, 0 VTPChildPoint 71, 0, -14, 0 VTPChildPoint 54, 0, -13, 0 VTPChildPoint 61, 0, -14, 0 VTPWidePoint 8791, 0, 4890, 7 VTPChildPoint 64, 0, 4, 0 VTPChildPoint 44, 0, 13, 0 VTPChildPoint 61, 0, 27, 0 VTPChildPoint 51, 0, 34, 0 VTPChildPoint 58, 0, 31, 0 VTPChildPoint 64, 0, 37, 0 VTPChildPoint 89, 0, 24, 0 VTPWidePoint 9286, 0, 5064, 5 VTPChildPoint 78, 0, -24, 0 VTPChildPoint 45, 0, -7, 0 VTPChildPoint 47, 0, 7, 0 VTPChildPoint 44, 0, 14, 0 VTPChildPoint 2, 0, -14, 0 datamark_v2 label word;----------------------------------------------Cellv_625_189 EQU VTPCellID 0, 625, 189Cellv_625_190 EQU VTPCellID 0, 625, 190;---------------------------------------------- VTPIndexStart label word VTPIndexHeader 2, VTPIndexData, VTPStart VTPIndexData label word VTPIndexEntry Cellv_625_189, VTPStart, datamark_v0, datamark_v1 VTPIndexEntry Cellv_625_190, VTPStart, datamark_v1, datamark_v2;-----------------------------TextureStart label word VTPTextureListHeader 1, TextureIndexStart, TextureDataStart, TextureDataEndTextureIndexStart label word VTPTextureListEntry TextureDataStart, texturemark_0, texturemark_1TextureDataStart label word texturemark_0 label word VTPTextureName "1135" VTPTextureType 0, 0, 0, 0 texturemark_1 label wordTextureDataEnd label word; ------------------------------VTPEnd label word
Create an account or sign in to comment