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

Recent content by roberto52

  1. R

    Same mdl , different textures..

    I need to build a lot of models ( about 400)with different textures: i say the model is one with a little animation but must be "dressed" with a lot of different textures. To be better understood imagine a road sign: the model ( shape) is the same but the textures is always different. Is...
  2. R

    Cannot get the ObjectId ....

    Thanks for explanation, a very useful lesson!. Those words explain the reason i cant get the objectId when i throw more than one object but just when i break the iteration. Thanks again. Rob
  3. R

    Cannot get the ObjectId ....

    Mmmmh ..i tried this: enum EVENT_ID { OBJECT_ADDED, PAUSE, }; FSData.SubscribeToSystemEvent(EVENT_ID.OBJECT_ADDED , "ObjectAdded"); FSData.SetSystemEventState(EVENT_ID.OBJECT_ADDED, SIMCONNECT_STATE.ON)...
  4. R

    Cannot get the ObjectId ....

    I have this issue creating different objects: in an iteration i have to create some objects and in the same time identify them by their objectId in order to destroy later. I use : foreach (DataRow dr in my.Rows) { if ( condition ==true)MYDATA.AICreateSimulatedObject(Name, Init...
  5. R

    Which method to find an airport ?

    Ok, thanks for all replies. Do i have to scan even when Fsx is running ( ok i can do it once for all and write "my database") or is there any trick to know which airport bgl Fsx opened for "that" airport where i'm parked? Thanks again. Rob
  6. R

    Which method to find an airport ?

    Let's say i want to modify the BGL file containing Miami Airport data. ( i say Miami but could be anyone else) How can i find it in hundreds of APXxxx.bgl files? Is there any easier method that reading the ICAO Bgl file by Bgl file? Thanks. Rob
  7. R

    AiCreateSimulatedObject & effects ?

    I noticed that creating object with effects using AiCreateSimulatedObject does not show any effect but the object only. Placing it creating a bgl via xml does it. Anyone have a clue ? Thanks. Rob.
  8. R

    Textures disappearing....

    Wow thanks, DXT1 seems working ! Rob
  9. R

    Textures disappearing....

    FsX and Fsds 3.5. Rob
  10. R

    Textures disappearing....

    Hello, i'm new to textures so please forgive my simple question. I put a road sign with textures on both sides. The original one ( the stop sign bmp that comes with FSDS) it's always Ok. Mine,on the other side ,with same format and extension, same color, indexed color format made in...
  11. R

    Calling SimObjects by GUID ...

    Arno, thanks for your prompt reply. Sorry but there is something i dont understand. When you say putting the object in a library and call its Guid... in simple words ... i put the mdl and the sim.cfg in a subfolder of Simobjects/Misc , just as i did before with the example of my previous...
  12. R

    Calling SimObjects by GUID ...

    Following my path and this thread ... i'm trying to show, with simconnect AICreateSimulatedObject, my own made simple Gmax objects like a cube , a sign, a cylinder ...no way. Fsx hangs up always. Anyone solved this or is not possible any way??? Rob
  13. R

    Calling SimObjects by GUID ...

    :D:D:D I knew it was a silly problem...but working with many sim.cfg opened i did not see that....... the title=SceneContainer VEH_Air_PickupUS_Blue must OBVIOUSLY be the same as the folder i call and it was not. Now it's OK. Thanks for your patience. Rob. P.s. If anyone before...
  14. R

    Calling SimObjects by GUID ...

    Yep...i wrote it in my post. It would be: Folder [My_new_truck] Subfolder Model (empty)/Texture(empty) sim.cfg Rob
  15. R

    Calling SimObjects by GUID ...

    I had success placing Fsx Simobjects with Simconnect AICreateSimulatedObject. But when calling them by Guid following this thread:http://www.fsdeveloper.com/forum/showthread.php?t=4414 i have no results. Replay :rolleyes: First I open a new folder in Simobjects sub folder...
Back
Top