Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilverSokolova <80606782+SilverSokolova@users.noreply.github.com>2024-07-09 19:19:19 -0500
committerGitHub <noreply@github.com>2024-07-09 19:19:19 -0500
commitc62bf829aff16cd08978e1c99ccedf50a1501f35 (patch)
tree1acd9d36938dbf62cc4afbf0a7b1a0a4cd84737b
parentaa612c93782014dc228fa9e53fa0954b6621a8c7 (diff)
Update README.md
Add PGI item recovery, musical instrument volume, and inventory updating to feature list
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31e325d..917c1d4 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,8 @@ Note: Not every function from [StarExtensions](https://github.com/StarExtensions
* These scripts can modify, read, patch and create new assets!
* Lua patch files now exist - **.patch.lua**
* These can patch JSON assets, as well as images!
+### Bug Fixes
+* Invalid character inventories are updated when loading in, allowing players to swap inventory mods with pre-existing characters.
### Misc
* Player functions for saving/loading, modifying the humanoid identity
* Character swapping (rewrite from StarExtensions, currently command-only: `/swap name` case-insensitive, only substring required)
@@ -48,6 +50,8 @@ Note: Not every function from [StarExtensions](https://github.com/StarExtensions
* **.woff2** fonts are much smaller than **.ttf**, [here's a web conversion tool](https://kombu.kanejaku.org/)!
* Experimental changes to the storage of directives in memory to reduce copying - can reduce their impact on frametimes when very long directives are present
* Works especially well when extremely long directives are used for "vanilla multiplayer-compatible" creations, like [generated clothing](https://silverfeelin.github.io/Starbound-NgOutfitGenerator/) or custom items/objects.
+* Perfectly Generic Items will retain the data for what item they were if a mod is uninstalled, and will attempt to restore themselves if re-installed.
+* Musical instruments have their own volume slider in the options menu.
* Client-side tile placement prediction (rewrite from StarExtensions)
* You can also resize the placement area of tiles on the fly.