• 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.

Scaling

Messages
230
Country
malta
Perhaps I may have missed it but I seem to be having problems with the scale of api object. The default scale is 0.2 but when the object is converted it is huge! Obviously I can reduce the size with Instant Scenery. I was just wondering if there was a facility in ModelConverterX to do this. I apologise if this has been mentioned already.
 
Messages
5,214
Guess Arno is off to bed so I will reply for him this time.
In "transform object" you will find the means to scale your object, to rotate it and to move it.
 
Messages
230
Country
malta
Thanks, I can't seem to find that option. I'd better check I have the latest version I suppose, unless you can point me in the right direction?
 
Messages
230
Country
malta
OK, found it. Never bothered to look at all those little icons at the top! That will teach me to go rushing off to see what it looks like in FSX! But thanks for your reply though.
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Hi,

When loading the API ModelConverterX also tries to read the default scale from it and if enabled in the settings it will be applied at the end of the import. So it sounds like that is not working for your object. If you can show me the API macro (or at least the header part of it), I might be able to debug why.
 
Messages
230
Country
malta
Hi Arno,

Here are the first few lines which is I presume what you want.
Default scale is 0.02 as you can see.
I have attached the api for you to see as well.

John aka warmingham

;macrodesc Howitzer 105mm
;defaultscale .02
;textures q4color.bmp,PinkODps.bmp,RadarHootchTs.bmp,ammoboxes.bmp,ArtyAmmo.bmp
;designshape -10,-10,-10,9,10,9,10,-10
;--------------------------------------------
; Filename: howitzer105box.api
; Directory: \Program Files\Airport for Windows\UserApi\
; Project: Chu Lai VN
; Designer: Al Simms
; Date: 2003-10-25
; Update: 2006-04-01
; Credits:
; Macro generated using EOD 2.2.85
; Any commercial distribution or use of this file is prohibited
;--------------------------------------------
; %1 = Latitude
; %2 = Longtitude
; %4 = Scale
; %5 = Rotation
; %6 = Not Used
; %7 = Not Used
; %8 = Not Used
; %9 = Not Used
; %10 = Visibility range
; %11 = Altitude
; %12 = Detail level
; 690 = Radial visibility range (x 1.5)
; %15 = User defined
 
Last edited:

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Hi,

Thanks. It seems EOD stores the information slightly different, that's why the value was not read correctly. I will add this to ModelConverterX soon (currently I am a bit too busy to make a new development release).
 
Top