What's the default config file name for android?

edited September 2013 in Help request
As the demo show, i don't know what's the default config file name, orx or orxd?
As the desktop application that would be the exe file name with .ini extension. What about for android? is it the App name or library name?

Comments

  • edited September 2013
    I'm afraid I don't have the answer to that one. However our Android experts, Lydesik and Faistoiplaisir, should be able to provide you with this information. :)
  • edited September 2013
    Hi nowolfer,

    on Android, the default orx config file name depends on which orx "flavor" you are running.

    for release it's orx.ini
    for debug it's orxd.ini
    for profiling it's orxp.ini

    usually in my projects, theses files just sets some values and the include the "real" main config file.

    ie;
    orxd.ini
    [Renderer]
    ShowFPS = true

    @main.ini@
  • edited September 2013
    I see, thank you :)
Sign In or Register to comment.