#1 [↑][↓]  29-12-2009 16:48:07

marcdabos
Nouveau pilote
Date d'inscription: 29-12-2009
Renommée :   

probleme texture FSEarthTiles

Bonjour
J'utilise FSEarthTiles v1.
J'ai fais un essai sur LFCY en compilant pour FS2004, et cela fonctionne bien: j'ai mon .BGL et mes textures.
Si je redemarre pour FSX resolution :1 Tile Count :60 Area snap :off , j'obtiens un fichier .BGL, mais pas de textures ???

Dans mon fichier .ini il y a bien le compilateur pour FSXSP2 bref j'y comprends rien.
Merci de m'aider.

#       FS Earth Tiles   Pre Version V1.0  HB-100, July 2008
#
#  ****.***   you need to replace this with a service base address.
#  %s         In the URL %s is the placeholder for the later on service access filled in Tile code
#
#  hint: Check Tile Proxy Project forums to figure out working service configurations
#        Also mind that a service URL often contains a map version number that you should update from time to time (try and err)
#
#  check the user documentation (UserDocu.rtf) for help with the parameters in this file
#
#-------------------------------------------------
# WARNING!
#
# Earth Services have copyright on their material! That means you may not distribute sceneries you create that includes such material!
# You are also not really allowed to download such material and use it in FS or elsewhere without the permission of the services.
#
# Also note that some services will not like you accessing their informations in this for them uncontrolled way
# and temporary block and ban you.
#
#-------------------------------------------------


#--- Services Configuration ---    # you can add up to 9 Services entries

[Service1]
ServiceCodeing   = qrts
ServiceUrl       = http://khm0.google.com/kh?t=t%s&n=404&v=36
#Referer         = http://khm0.google.com
#UserAgent       = Mozilla/4.0
ServerVariations = khm0,khm1,khm2,khm3                              #Server variations that all have to contain the same Tiles

[Service2]
ServiceCodeing   = 0123
ServiceUrl       = http://a1.ortho.tiles.virtualearth.net/ … jpeg?g=172   #you need to replace the * with a service base url
#Referer         = http://a1.ortho.tiles.virtualearth.net                        #optional (older versions g=104, g=52)
#UserAgent       = Mozilla/4.0                                                   #optional
ServerVariations = a0,a1,a2,a3                                                  #Server variations that all have to contain the same Tiles


[Service3]
ServiceCodeing = xyz
ServiceUrl     = http://us.maps3.yimg.com/aerial.maps.yi … .8&t=a        # You need to replace both groups of ****.***
#Referer       = http://us.maps3.yimg.com/                                               # (old versions v=1.7, v=1.5)
#UserAgent     = Mozilla/4.0

[Service4]
ServiceCodeing   = qrts
ServiceUrl       = http://kh0.google.com/kh?t=t%s&n=404&v=26     #you need to replace the * with a service base url
ServerVariations = kh0,kh1,kh2,kh3                               #Server variations that all have to contain the same Tiles (old versions v=24, v=20)




[ProxyList]                                                      #if you want to use proxies (web/http) add them here
direct                                                           #use the word "direct" in the List to mark a connection without Proxy
#127.0.0.1:8118                                                  #local proxy  (example for TOR net)                                             
#130.149.49.26:3124                                              #external proxy example
#direct                                                          #you may enter the same Proxies more than one time in this list if you like
#132.239.17.224:68664                                            #Use the next button to change cycle throughthe proxy list manualy. (note original I planed a proxy change automatisation but didn't implement it at the end)



#---FS Earth Tiles Start up default values---

[FSEarthTiles]

WorkingFolder            = F:\TexturePhoto\work                 #working space folder.
SceneryFolder            = F:\TexturePhoto\AFF - Royan        #scenry folder. Note it stores the files in the texture and scenery Sub-folder (also creates any missing folders)

DownloadResolution       = 1                                    #-4...8
StartWithService         = Service2
SelectedSceneryCompiler  = FSX                                  #choose: FSX or FS2004 
AreaSnap                 = Off                                  #Off/LOD13/LatLong/Tiles/Pixel, IMPORTANT: Select LOD13 for FS2004 to avoid water borders!
CreateAreaMaskBmp        = Yes                                  #if Yes Area Mask Bitmap will be created that are used for Blend and Water and Seasons. (note FS2004 does not know blend)
CompileScenery           = Yes                                  #Yes = Compile the Scenery, No = Download the Area only.
AutoReferenceMode        = 1                                    #  1..4 only active if AreaSnap is not off
                                                                #  1 = match exact Area Dimensions, 2 = allow to go one large, 3 = maximum freedom in going larger (largest areas simular to Area Snap Off), 4 = divide into single units

Zoom                     = 4                                    # -4...18

AreaDefinitionMode       = 1Point                               #1Point / 2Points
AreaSizeX                = 1                                    #[nm]  Usage of this value depends on your AreaDefinitionMode setting (used on 1Point)
AreaSizeY                = 0.6                                  #[nm]  Use point for broken numbers here such as 1.5 or 0.75 no matter what language setting you use
CenterLatitude           = 45deg 37min 39sec north             #Usage of this value depends on your AreaDefinitionMode setting (used on 1Point)
CenterLongitude          =  0deg 58min 30sec west
NorthWestCornerLatitude  = 45deg 38min 43sec north             #Usage of this value depends on your AreaDefinitionMode setting (used on 2Points)
NorthWestCornerLongitude =  1deg 0min 19sec west
SouthEastLatitude        = 45deg 36min 34sec north             #Usage of this value depends on your AreaDefinitionMode setting (used on 2Points)
SouthEastLongitude       =  0deg 56min 41sec west


#-- Additional Settings --
TextureUndistortion         = PerfectHighQualityFSPreResampling  # choose: Off/Good/Perfect/PerfectHighQualityFSPreResampling. It corrects the texture to ensure accuracy on large areas and in best mode it heavy improves FSCompiler result but costs a lot memory
                                                                 # Off     -> Not recommended (inaccurate on large areas)
                                                                 # Good    -> Fast with Good Quality, small Memory usage
                                                                 # Perfect -> Remarkable slower but perfect accuracy, small Memory usage
                                                                 # PerfectHighQualityFSPreResampling -> Increase of Texture Quality through Pre-Resampling (Doing FS's job, just with much more quality result). Heavy Memory usage (6 times more). As slows as Undistortion Perfect.

FSPreResampleingAllowShrinkTexture = Yes                         # Yes = Shrink the Texture on resampling instead enlarging. That generates one LOD Level less. Saves HD and memory space. Sharper but less Antialiasing effect. (only aktive if TextureUndistortion = PerfectHighQualityFSPreResampling)
FSPreResampleingShrinkTextureThresholdResolutionLevel = 3        # Textures with selected Resolution Level less or equal this values becomes shrink instead enlarged. Usefull if HD space is limited to get the maximum quality for the highest LOD.
                                                                 # Example. The Default value 3 means: Dl Res 3 was earlier converted to one LOD up: LOD14, and with this it will be shrinked/converted in LOD13 (which match more with the table on the GUI). Dl Res 4 will still be converted upward to LOD13 (only active if FSPreResampleingAllowShrinkTexture = Yes)

Brightness                  =  -6.0                              #[percent] Texture Color Enhancement. Brighness is best set to BrighnessValue =  - 0.5 * ContrastValue;         
Contrast                    = +12.0                              #[percent] Texture Color Enhancement.

DownloadFailTimeOut         = 1800                               #Time out in seconds. If connection breaks and the tile flow stops this is the time after which the download attempts stops. 
MaxDownloadSpeed            = 20                                 #Max download Speed in Tile per Seconds [Tile/Sec]. You can enter broken values like 0.1.  One Tile is about 12kByte in transfear. 20 Tile/Sec is max (Internal hardcoded speed limit for fairness reason)

MaxMemoryUsageFactor        = 1.0                               #Factor of Maximum of Memory Usage of detected allocable texture memory. (there is already a 5% marging).
WebBrowserRecoverTimer      = 15                                #[sec] If the WebBrowser Tile flow stops due not accessible pages or redirected or user interruptuions etc the flow is auto restarted after this time

WebBrowserNoTileFoundKeyWords = Not Found,HTTP Error 404,Bad Request    #If a WebPage with any of this KeyWords are found (seperated with comma) instead a Tile, The No Tile Found Tile will be used. (else it tries again and again and again..endless..a WebBrowser only problem...(no proper HTTP error msg accessable or I found none)).
                                                                        #Note that the Words used here are Service dependent. Also make sure there is no collision with the Windows internal Page if connection breake. The Wordsyou use should not apear on the Windows connection lost info page else you get No Tile Founds on connection breake also which we don't want.
 

#--- Yes/No Switches --
UseCSharpScripts            = No                                #If yes then the Scripts will be loaded and usesd.
KeepAreaInfFile             = Yes                               #if Yes then this keeps the Area.inf              File (used for FS scenery compilation with resample.exe with no Water or Season Masks)
KeepAreaMaskInfFile         = Yes                               #if Yes then this keeps the AreaMasks.inf         File (used for FS scenery compilation with resample.exe with Water Masks)
KeepAreaMaskSeasonInfFile   = Yes                               #if Yes then this keeps the AreaMasksSeasons.inf  File (used for FS scenery compilation with resample.exe with Season Masks (and water))
KeepAreaEarthInfoFile       = Yes                               #if Yes then this keeps the AreaEarthInfo.txt  File (used for Water and Season creation) required input file for FSEarthMasks
KeepSourceBitmap            = Yes                               #if Yes then this keeps the Area.bmp           File (This is the original downloaded and assembled Area.bmp and is required for FSEarthMasks and scenery compilation with Area.inf)
KeepSummerBitmap            = Yes                               #if Yes then this keeps the AreaSummer.bmp     File (used in AreaMask.inf for scenery compilation with Water/Season Masks. Can be recreated through FSEarthMasks)
KeepMaskBitmap              = Yes                               #if Yes then this keeps the AreaMask.bmp       File (used in AreaMask.inf for scenery compilation with Water/Season Masks. Can be recreated through FSEarthMasks)
KeepSeasonsBitmaps          = Yes                               #if Yes then this keeps the Various Season Bitmaps Files (used in AreaMask.inf for scenery compilation with Water/Season Masks. Can be recreated through FSEarthMasks)
FS2004KeepTGAs              = Yes                               #choose: Yes or No (you will find them in the \yourscenery\texture\TgaSourceFiles folder)
UseInformativeAreaNames     = Yes                               #No -> Area.bmp, Yes -> Area_Lp2_SnapLatLong_N042470000_N042400000_E010050000_E010170000.bmp
ShuffleTilesForDownload     = Yes                               #if you want the Tiles to be shuffeled downloaded instead in plain order
ShuffleAreasForDownload     = No                                #if you want the Areas to be shuffeled downloaded instead in plain order
AutoStartDownload           = No                                #Automatical starts the download on application start
AutoExitApplication         = No                                #Automatical exits the application after the work is done
OpenWebBrowsersOnStart      = No                                #Yes = Right open the WebBrowser Engine on Start of the Application.
ShowDisplaySelector         = No                                #Yes = shows the Display mode selector with the 2 modes Free/Tile. Usually of no use except for study/debug. 
SuppressPitchBlackPixels    = No                                #Yes = All absolut black Pixels color(0,0,0) will be transformed into color(0x01,0x01,0x01) pixels.
CompileWithAreaMask         = Yes                               #Yes = Compiles the Scenery by useing AreaMasks (AreaFS..MasksInfo.inf) . Should best stay on yes. (only active when CreateAreaMaskBmp  = Yes)


#--- FS compiler ---
UseLODLimits               = Yes                                #Set to Yes to aktivate FSET's minimum destination LOD creation logic. (effects FSX only)
MinimumDestinationLOD      = 13                                 #Generates at least LOD's up to this LVL to avoid FS default scenery comeing through. Only active when UseLODLimits = Yes
CompressionQuality         = 100                                #FS default is 100%. Some like 80 better to generate smaller bgl's on cost of teh quality.


#--- FS Compilers ---
FSXSceneryCompiler       = resampleFSXSP2.exe
FS2004SceneryCompiler    = resampleFS2004.exe
FS2004SceneryImageTool   = imagetoolFS2004.exe                  #if missing the FS2004 compilation stops with the .tga's (no complete FS2004 executable scenery!)


#--- FS Earth Masks ---
FSEarthMasksTool          = FSEarthMasks.exe


#--- Earth Masks Config ---
CreateWaterMaskBitmap      = Yes    # yes = create Water/Blend Mask. (An Area Vectors file (.Kml or .svg) is required for this!)
                                   
CreateSummerBitmap         = No     # yes = create Summer Texture  * Important! -> *,  A summer Texture is required when you want to work with FSEM's Color Adaption for Water Regions.

CreateNightBitmap          = No     # yes = create Night  Texture
CreateSpringBitmap         = No     # yes = create Spring Texture
CreateAutumnBitmap         = No     # yes = create Autumn Texture        (Thomas M. routines check FSEM Scripts)
CreateWinterBitmap         = No     # yes = create Winter Texture        (Thomas M. routines check FSEM Scripts)
CreateHardWinterBitmap     = No     # yes = create Hard Winter Texture   (Thomas M. routines check FSEM Scripts)

BlendBorders               = No     # yes = auto blend Borders (Blend-Transition) of an (Multi-)Area


#--- Third Party Tools ---
UseAreaKMLFile                  = Yes                         #yes = an AreaKML.kml File is expected in the Work Folder used for Water and Blend Vectors. You need to create that File in advance!
UseScalableVectorGraphicsTool   = No                          #yes = Starts the SVG Tool for every Downloaded Area (Only if CreateAreaMaskBmp is on)
ScalableVectorGraphicsTool      = D:\Inkscape\inkscape.exe    #Used for Drawing Water and Blend Vectors creating a .SVG File

Hors ligne

 

#2 [↑][↓]  29-12-2009 17:09:46

c30s
Pilote confirmé
Date d'inscription: 03-10-2008

Re: probleme texture FSEarthTiles

regardes un coup la taille de ton bgl et tu devrais piger quelque chose

Hors ligne

 

#3 [↑][↓]  29-12-2009 17:13:35

marcdabos
Nouveau pilote
Date d'inscription: 29-12-2009
Renommée :   

Re: probleme texture FSEarthTiles

çà alors, tout est dans le .BGL
Question subsidiaire: pour ajouter de l'autogen, sur FS2004 on utilise AgenT sur les textures, mais sur le .BGL de FSX ?

Désolé de passer pour une bille!

Hors ligne

 

#4 [↑][↓]  29-12-2009 17:17:08

c30s
Pilote confirmé
Date d'inscription: 03-10-2008

Re: probleme texture FSEarthTiles

Annotator avec le SDK et du bicarbonate mad2_gif

Hors ligne

 

#5 [↑][↓]  29-12-2009 17:18:43

marcdabos
Nouveau pilote
Date d'inscription: 29-12-2009
Renommée :   

Re: probleme texture FSEarthTiles

Je croyais que Anotator (que j'ai) n'utilise que des .BMP

Hors ligne

 

#6 [↑][↓]  29-12-2009 18:53:50

domsimu
Copilote
Lieu: LFOR
Date d'inscription: 27-11-2008
Site web

Re: probleme texture FSEarthTiles

L'autogen fait pour les textures de FS2004 avec AgenT peut etre copié dans le dossier textures de FSX.

la seule différence pour FSX, c'est la plus grande quantité d'arbres et de batiments qui peut etre placé et qui correspond plus à la réalité.

Avec AgenT, avec de l'entrainement, pout les arbres, vous pouvez faire 6 tiles par minutes, soit 360 tiles par heure.
Un département fait environ 8000 tiles,
donc 22 heures de travail pour faire le département.
En réalité, plutot 40 à 50 heures.

Dernière modification par domsimu (29-12-2009 19:02:12)

Hors ligne

 

#7 [↑][↓]  29-12-2009 20:30:54

marcdabos
Nouveau pilote
Date d'inscription: 29-12-2009
Renommée :   

Re: probleme texture FSEarthTiles

D'accord je comprends. Mais si j'utilise les textures faites pour FS2004, es ce que je peux arriver à une résolution de 1m ou 0,5m et me les restituer dans FSX. Es ce que le .BGL sera aussi compatible avec FSX ?
Je vais tenter l'essai, mais le LOD13 me restreint en résolution ou non ?
Sinon la configuration est "off" ?

Hors ligne

 

#8 [↑][↓]  29-12-2009 22:08:25

domsimu
Copilote
Lieu: LFOR
Date d'inscription: 27-11-2008
Site web

Re: probleme texture FSEarthTiles

1 : Vous faites d'abord une scène pour FS2004 avec FSEarthTiles réglé sur FS2004  en lod 13 et en zoom 3 ou 4. Le BGL créé est aussi compatible pour FSX
2 : vous refaites la  scène pour FSX  dans un autre dossier avec FSEarthTiles réglé sur FSX en zoom 2 ou 1 ou 0 ou- .
3 : Cette scène, vous la déclarer dans FSX. il n'y a pas encore d'autogen.
4 :  Avec AgenT , vous ouvrez un fichier BMP du dossier texture de la  scène pour FS2004.
5 : Vous posez l'autogen avec AgenT.il va creer des fichiers .agn dans le dossier texture.
6 : Vous copiez les fichiers .agn dans le dossier texture de votre scène FSX.
7 : Vous redéclarer la scène et l'autogen apparait.


Note: les fichiers .agn sont utilisables dans FS2004 ou dans FSX.

AgenT ne peut poser de l'autogen que en utilisant les BMP de FS2004, il ne lit pas les BGL créés pour FSX.
contrairement à Annotator.
En fait , son intéret est de couvrir toute une dalle en autogen végétation, soit jusque 10000 arbres en 1 seconde toutes  les zones verdatres de la dalle.

Hors ligne

 

#9 [↑][↓]  02-01-2010 00:48:11

marcdabos
Nouveau pilote
Date d'inscription: 29-12-2009
Renommée :   

Re: probleme texture FSEarthTiles

Je suis désolé mais je suis scrupuleusement les points de 1 à 7 et pas d'autogen sur FSX.
Ni arbres ,ni les maisons.
Les fichiers .AGN sont bien créés sur les .BMP FS9, et copiés dans texture de la scéne de LFCY sur FSX.
Je ne vois pas ??

Hors ligne

 

#10 [↑][↓]  03-01-2010 10:36:49

domsimu
Copilote
Lieu: LFOR
Date d'inscription: 27-11-2008
Site web

Re: probleme texture FSEarthTiles

Avez vous testé votre autogen de LFCY fs9 sur FS9 ou sur FSX.

Une scène créée pour FS9 avec FSET avec l'autogen rajouté avec  AgenT fonctionne aussi sur FSX.
C'est ce que les simmeurs font en utilisant les scènes de FranceVFR  pour FSX, et qui étaient réalisées pour FS9.

Les fichiers .agn sont les memes et vous pouvez les modifier avec AgenT si vous le voulez.

Hors ligne

 

#11 [↑][↓]  03-01-2010 21:05:47

marcdabos
Nouveau pilote
Date d'inscription: 29-12-2009
Renommée :   

Re: probleme texture FSEarthTiles

J'ai testé les deux.
Sur FS9 il y a bien les batiments, mais pas de végétations.
Sur FSX il n'y a rien du tout.

Hors ligne

 

#12 [↑][↓]  05-01-2010 16:47:11

domsimu
Copilote
Lieu: LFOR
Date d'inscription: 27-11-2008
Site web

Re: probleme texture FSEarthTiles

Bonjour,

Pour l'autogen, vous avez utilisé quel logiciel?

Hors ligne

 

#13 [↑][↓]  06-01-2010 17:51:01

marcdabos
Nouveau pilote
Date d'inscription: 29-12-2009
Renommée :   

Re: probleme texture FSEarthTiles

Bonjour
J'ai utilisé AgenT

Hors ligne

 

#14 [↑][↓]  06-01-2010 18:42:36

domsimu
Copilote
Lieu: LFOR
Date d'inscription: 27-11-2008
Site web

Re: probleme texture FSEarthTiles

Vous avez lu le tuto pour poser l'autogen?

il est ici: http://www.libertysim.net/forum/viewtop … fde3c8d262

et des conseils de Filipo  ici:
http://www.f-bmpl.com/index.php?option= … mitstart=3

Hors ligne

 

#15 [↑][↓]  06-01-2010 21:08:36

marcdabos
Nouveau pilote
Date d'inscription: 29-12-2009
Renommée :   

Re: probleme texture FSEarthTiles

Merci
Je recommence tout.
Je refais un essai.
et je reviens.

Hors ligne

 

#16 [↑][↓]  06-01-2010 22:41:50

marcdabos
Nouveau pilote
Date d'inscription: 29-12-2009
Renommée :   

Re: probleme texture FSEarthTiles

Alors là, çà y est c'est franchement sympa.
Merci domsimu pour votre patience.
Je pense que le problème venait de la déclaration de scène à refaire
Sur FS9 : impeccable
Sur FSX : il y a des petits ratés dans la végétation (tout n'apparait pas) mais c'est bon quand même.
Par contre bonjour le travail de fourmis .....enfin qui veut la fin met les moyens.
Merci encore et A+

Hors ligne

 

Pied de page des forums

Maintenance informatique Lausanne