• Hello,

    can anyone send me a folder with the files needed to add our own objects ? The command prompt keeps giving me a configuration error.

    Thank you all,

    Ester .

    Have you gone through the Developer Blogs here in the Forum? about Developing Add-On Stuffs for Aerofly. I think you will find a Solution to the Problem.

    If still nothing Happens or Happened let the Moderators know about it. :)

    Best Regards,

    Pratik

  • Dear Patrik,

    thank you for your answer. Unfortunately I´ve already checked, there´s just one similar to my problem but there´s no answer.

    I´ll show you the converter that I wrote, the error says there are problems loading the configuration file.

    <[file][][]

    <[tm_config][][]

    <[string8][base_output_folder][]> // if this is empty it defaults to "C:/Users/USERNAME/Documents/Aerofly FS 2/"

    <[string8][texture_base_type][ttx_dxt]>

    <[list_tm_config_folderpair][folder_pairs][]

    <[tm_config_folderpair][element][1]

    <[string8][input_folder][./]>

    <[string8][output_folder][]>

    <[string8][type][place]>

    <[uint32][recurse_level][0]>

    <[list_string8][file_types][tsc tgi jpg bmp tif png ]>

    <[list_tm_texture_settings][texture_settings][]

    <[tm_config_folderpair][element][0]

    <[list_string8][regex][.*]>

    <[bool][compressed][true]>

    <[bool][compress_file][true]>

    <[bool][flip_vertical][false]>

    <[bool][mipmaps][true]>

    <[uint][max_size][2048]>

    <[bool][make_square][true]>

    >

    >

    <[tm_config_geometry_settings][geometry_settings][]

    <[float32][collision_mesh_quality][0]>

    >

  • Hello Ester,

    Here is a copy of what I use to convert models. Model_Object_Convert.zip

    Basic Instructions:

    You will see that in my dummy tsc file, I simply change line 20 with 'a'. This is so I can convert many models fast without having to change the name constantly within the tsc file.

    After running content_converter, it then outputs the .tmb file to 'C:\Users\Jake\Documents\Aerofly FS 2\3D Model Construction' folder.

    If you still have trouble, just send me a private message and I can help you further.