it Ok, I'm happy to help and share.
why I using Bill trick, just because mostly when build an aircraft I have many open windows explorer, notepad, notepad++, several image reference, P3D, 3dsmax, photoshop, Visual studio. and it very messy as I have only 1 screen 1360 x 768 px.
actually Bill leaming is quite simple to do, even it longer setup than lionheart did. if you want to try:
1. make new folder. can any place as you wish, just remember folder address.
2. copy all file inside 3dsmax plugin folder (actually it only need SlimDX.dll and XtoMDL.exe) from SDK and paste to folder that you make.
3. make shortcut from your new folder. then move shortcut to inside folder you make. moving shortcut inside folder as backup plan in future
4. right click the shortcut, go to properties, there a column after "target". fill similar with this (this mine).
%windir%\system32\cmd.exe /K
D:"\Flight Simulator tools\Compile_3dsmax\XtoMDL.exe" /XANIM /DICT:
D:"\Flight Simulator tools\Prepar3d SDK v3.4.9\Modeling SDK\bin\modeldef.xml" > buildlog.txt
explain:
xtomdl.exe address =
D:"\Flight Simulator tools\Compile_3dsmax\XtoMDL.exe"
modeldef.xml address =
D:"\Flight Simulator tools\Prepar3d SDK v3.4.9\Modeling SDK\bin\modeldef.xml"
I avoid to use OS system drive, to prevent un-necessary thing and must wipe out all system drive and no project lost.
5. copy that shortcut to windows "sent to" folder ( see link
http://www.fsdeveloper.com/wiki/index.php?title=XtoMDL )
6. you can rename the shortcut to any specific name as you wish.
note: mdl file that generate using xtomdl.exe from P3D v2 SDK and above aren't support in FSX. it must use P3D v1.4 SDK or FSX SP2 SDK.
Maryadi