mirror of
https://github.com/luau/UniversalSynSaveInstance.git
synced 2026-02-04 14:43:14 +02:00
Fixed Notes
This commit is contained in:
12
README.md
12
README.md
@@ -21,6 +21,18 @@ Reason: Many Executors fail miserably at providing good user experience when it
|
||||
- Do NOT claim you wrote this :accessibility:
|
||||
- Do NOT forget to include the [License](https://github.com/luau/SynSaveInstance/blob/main/LICENSE) :finnadie:
|
||||
|
||||
# 💖 Support Us & Our Work:
|
||||
|
||||
<a href='https://ko-fi.com/M4M1JNH5G' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' title='KO-FI' /></a>
|
||||
[](https://ko-fi.com/M4M1JNH5G "KO-FI")
|
||||
<br />
|
||||
[](https://ko-fi.com/M4M1JNH5G "KO-FI QR-CODE")
|
||||
|
||||
# DISCORD SERVER:<br />
|
||||
|
||||
https://discord.com/invite/wx4ThpAsmw **/** https://discord.gg/wx4ThpAsmw<br />
|
||||
[<img src="https://discordapp.com/api/guilds/1022465460517740654/widget.png?style=banner2" alt="Our Official Discord Server!"></img>](https://discord.com/invite/wx4ThpAsmw)<br />
|
||||
|
||||
# TO-DOs:
|
||||
|
||||
- [ ] !!! Custom fallback Decompiler for ModuleScripts using require and then iterating through it, gathering all info about functions using [getupvals/getprotos/getconsts][debug], converting all DataTypes using tostring or Descriptors, and then perhaps converting to JSON. (Make use of op-codes from Dex?) !!!
|
||||
|
||||
@@ -1154,7 +1154,7 @@ local function synsaveinstance(CustomOptions)
|
||||
tag = ValueType
|
||||
value = Descriptors.__BINARYSTRING(raw)
|
||||
|
||||
if
|
||||
if -- ? Roblox doesn't CDATA anything else other than these as far as we know (feel free to prove us wrong)
|
||||
PropertyName == "SmoothGrid"
|
||||
or PropertyName == "MaterialColors"
|
||||
or PropertyName == "PhysicsGrid"
|
||||
@@ -1166,7 +1166,7 @@ local function synsaveinstance(CustomOptions)
|
||||
|
||||
if PropertyName == "Source" then
|
||||
if ScriptsClasses[ClassName] == false then
|
||||
value = "-- Server scripts can NOT be decompiled" --TODO: Could be not just server scrippts in the future
|
||||
value = "-- Server scripts can NOT be decompiled" --TODO: Could be not just server scripts in the future
|
||||
else
|
||||
if DecompileIgnoring then
|
||||
value = "-- Ignored"
|
||||
|
||||
@@ -1149,7 +1149,7 @@ local function synsaveinstance(CustomOptions)
|
||||
tag = ValueType
|
||||
value = Descriptors.__BINARYSTRING(raw)
|
||||
|
||||
if
|
||||
if -- ? Roblox doesn't CDATA anything else other than these as far as we know (feel free to prove us wrong)
|
||||
PropertyName == "SmoothGrid"
|
||||
or PropertyName == "MaterialColors"
|
||||
or PropertyName == "PhysicsGrid"
|
||||
@@ -1161,7 +1161,7 @@ local function synsaveinstance(CustomOptions)
|
||||
|
||||
if PropertyName == "Source" then
|
||||
if ScriptsClasses[ClassName] == false then
|
||||
value = "-- Server scripts can NOT be decompiled" --TODO: Could be not just server scrippts in the future
|
||||
value = "-- Server scripts can NOT be decompiled" --TODO: Could be not just server scripts in the future
|
||||
else
|
||||
if DecompileIgnoring then
|
||||
value = "-- Ignored"
|
||||
|
||||
Reference in New Issue
Block a user