Skip to content

Commit

Permalink
Use subfolder for Master CSV Files instead of zip
Browse files Browse the repository at this point in the history
This allows CSV changes to be properly versioned by git rather than a new zip file every release.
  • Loading branch information
Interkarma committed Oct 7, 2023
1 parent a413a03 commit 3b3c436
Show file tree
Hide file tree
Showing 24 changed files with 28,421 additions and 1 deletion.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1,34 @@
0.15.2
------
Internal_RSC
* 4023 > "You cannot train in one than one" to "You cannot train in more than one"

0.15.3
------
Internal_Strings
* adrenalineRushLower > Fix spurious newline
* WeaponStoresB > Fix spurious newline
NOTE: Unity Editor CSV exports these with " on a newline for some reason - needs to be manually patched anytime Internal_Strings is re-exported

0.15.4
------
Internal_Strings
* Localize class names
* Localize guild ranks
* daedricSkill > Disambiguation for skill string "Daedric" and material string "Daedric"
* orcishSkill > Disambiguation for skill string "Orcish" and material string "Orcish"
* midDateTimeFormatString > Add format string for in-game date shown on save/load UI

0.16.0
------
Internal_Strings
* hthDamageFormatString > Add format string for hand-to-hand damage on character sheet
* affiliationFormatString > Add format string for affiliation info on character sheet

0.16.1
------
Internal_RSC
* Fix ID for class questions 9000.10, .20, .30, .40. These had trailing zero truncated at some point.
NOTE: Possible issue with Unity CSV export. Need to check this anytime Internal_RSC is re-exported.
Internal_Strings
* Localize action type 12 answers (e.g. "yes" guard in Daggerfall Castle, "shutup" banner in Shedungent.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b3c436

Please sign in to comment.