mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-10-15 16:03:49 -04:00
Initial WIP of argument parsing
- Fixed the way CST files were properly laid out in TSO in the README.
This commit is contained in:
parent
046fb24b20
commit
8f21bf3d26
4 changed files with 43 additions and 17 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue