mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 20:24:47 -05:00
IUIText interface for UIText class
- Added test to VSCode tasks - New deploy keys - Renamed dpkgpackage workflow to publish - Bump to version to 2.0, beta 1
This commit is contained in:
parent
84c27a1b14
commit
e40ba5a904
10 changed files with 101 additions and 95 deletions
4
usage.md
4
usage.md
|
|
@ -21,7 +21,7 @@ Console.WriteLine(example);
|
|||
|
||||
## In Production
|
||||
|
||||
Based on FreeSO's public APIs, the UIText class provides a basic production infrastructure to be used in production. Starting with 0.1.400, the UIText class provides methods that directory map to these directories relative to the application's.
|
||||
The Sims Online, and by extension FreeSO, are the only known example of CST files ever being used in production. CST.NET's APIs is based on FreeSO's and is meant to function both as drop-in replacement and general purpose API.
|
||||
|
||||
```csharp
|
||||
#r "nuget:CSTNet,1.0.300"
|
||||
|
|
@ -41,7 +41,7 @@ In The Sims Online, it was required translation were prefixed with numbers enclo
|
|||
- ``uitext/english.dir/_154_miscstrings.cst``
|
||||
- ``uitext/swedish.dir/_154_miscstrings.cst``
|
||||
|
||||
Note that that ``UIText`` class uses the above mentioned ``CST.Parse()`` method to parse the files.
|
||||
Note that the ``UIText`` class uses the above mentioned ``CST.Parse()`` method internally. Any changes made to the CST class.
|
||||
|
||||
### Changing base directories
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue