Initial WIP of argument parsing

- Fixed the way CST files were properly laid out in TSO in the README.
This commit is contained in:
Tony Bark 2020-12-09 02:14:14 -05:00
parent 046fb24b20
commit 8f21bf3d26
4 changed files with 43 additions and 17 deletions

View file

@ -19,8 +19,8 @@ Console.WriteLine(example);
In production, CST files were used in The Sims Online to provide translations. Each translation was split into their respective directories:
- ``en/hints/toolbar.cst``
- ``sv/hints/toolbar.cst``
- ``uitext/english.dir/hints/toolbar.cst``
- ``uitext/swedish.dir/hints/toolbar.cst``
As long as the key remained the same, it didn't matter what directory the file was located in.