development/Tables Directories: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with 'Possible sources of tables dirs list: * '''default''' "tables" directory ** FIXME: make additional argument to redefine default dir? ** FIXME: search in default system share or l…')
 
m (Conversion script moved page Development/Tables Directories to development/Tables Directories: Converting page titles to lowercase)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Possible sources of tables dirs list:
Possible sources of tables dirs list:
* '''default''' "tables" directory
* '''default''' "tables" directory
** FIXME: make additional argument to redefine default dir?
** FIXME: make additional argument to redefine default dir? - TODO
** FIXME: search in default system share or look in environment settings?
** FIXME: search in default system share or look in environment settings?
* directory list from '''--tables''' command line argument
* directory list from '''--tables''' command line argument
* directory named after '''serverType'''
* <del>directory named after '''serverType'''</del> - REMOVED
** FIXME: no point to automatically add these, as all the servers where it's usable are in distributed configuration, so servers.txt can be used instead
** FIXME: no point to automatically add these, as all the servers where it's usable are in distributed configuration, so servers.txt can be used instead
** FIXME: majority of servers uses kRO serverType and gets Korean tables by default (should be English)
** FIXME: majority of servers uses kRO serverType and gets Korean tables by default (should be English)
* addTableFolders from '''servers.txt''' entry
* addTableFolders from '''servers.txt''' entry
** FIXME: what if default directory redefined somehow? Currently there have "tables/iRO" form, maybe should be "iRO" instead
** <del>FIXME: what if default directory redefined somehow? Currently there have "tables/iRO" form, maybe should be "iRO" instead</del> - IMPLEMENTED


== Use Cases ==
== Use Cases ==


Not current, but wanted behavior:
Wanted behavior:


=== Preconfigured Official Servers ===
=== Preconfigured Official Servers ===
Line 27: Line 27:
* --tables: provided tables only
* --tables: provided tables only


[[Category:Development]]
[[Category:Feature Request]]
[[Category:Feature Request]]

Latest revision as of 22:35, 26 April 2021

Possible sources of tables dirs list:

  • default "tables" directory
    • FIXME: make additional argument to redefine default dir? - TODO
    • FIXME: search in default system share or look in environment settings?
  • directory list from --tables command line argument
  • directory named after serverType - REMOVED
    • FIXME: no point to automatically add these, as all the servers where it's usable are in distributed configuration, so servers.txt can be used instead
    • FIXME: majority of servers uses kRO serverType and gets Korean tables by default (should be English)
  • addTableFolders from servers.txt entry
    • FIXME: what if default directory redefined somehow? Currently there have "tables/iRO" form, maybe should be "iRO" instead - IMPLEMENTED

Use Cases

Wanted behavior:

Preconfigured Official Servers

  • default: uses default tables with server-specific tables subdir (which can be configured via servers.txt)
  • --tables: provided tables only

Preconfigured Private Servers

(localhost, RMS, KoreRO etc)

  • default: uses default tables with iRO or kRO-translated tables subdir
  • --tables: provided tables only

Other Private Servers

  • default: user should configure servers.txt to select additional tables directory, as root itself is no longer usable
  • --tables: provided tables only