Custom Query (105 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 105)

Ticket Resolution Summary Owner Reporter
#82 invalid SPAM Alloc mayonav21
Description [snip]

Spam message deleted, but we can't delete the ticket. -Iritscen
#80 fixed Break out language-section to localization files Alloc Alloc
Description Instead of changing selected strings through a languages section provide a setting like
language=it
and then have Daodan try to read a file like
daodan/locale_it.ini
to translate the strings stored in the exe.
#78 fixed Run Oni buttons bypass launch_args.txt in Intel Mac build Alloc Iritscen
Description When Feral added launch_args.txt to the Intel Oni build that most Mac users are using now (1.1b5), they made it so that it serves as an alternative to having to launch the Oni binary from the CLI in order to pass it launch arguments. This became useful because a number of args were added to Mac Oni for things like FSAA, and we can use the .txt file to basically "save our preferences" by storing the launch args in there.

Now if we want to temporarily bypass the contents of launch_args.txt, we can still launch Oni from the CLI, and if any args are passed in, Oni will use those and ignore launch_args.txt (in the case of no CLI args, launch_args.txt will still be read during a CLI launch of Oni). While this makes sense, it causes a problem for the AEI's Run Oni buttons because any settings the user is storing in launch_args.txt are ignored when the AEI launches Oni.

This is because the AEI is launching Oni CLI-style, and passing it -debugfiles, and -noswitch if the "windowed" button is clicked. Now, I don't know what -debugfiles does in Windows, but it seems to be useless on Macs. If you were not passing that, then at least the "fullscreen" button would work properly, allowing Oni to read launch_args.txt, but clicking the "windowed" button would still bypass launch_args.txt because of that -noswitch.

I don't want to suggest anything too complicated; I think the simplest solution is just to give us one Run Oni button on the Mac (no "fullscreen" or "windowed"), since the player already has launch_args.txt at his disposal in order to set windowed mode on/off.

Slightly more complicated (if you wanted) would be to read launch_args.txt and look for "-noswitch", and if the user clicks the "windowed" button but launch_args.txt does not have -noswitch, warn the user that he has to choose whether to launch Oni with -noswitch and none of his launch_args.txt args, or else launch Oni fullscreen with his saved args.
Note: See TracQuery for help on using queries.