Update client to 20230414, remove metadata patch (#2)

* build 20230406

* remove metadata patch

* update plugin
This commit is contained in:
devin
2026-07-23 15:26:08 -04:00
committed by GitHub
parent 87a1b229bc
commit 0ee5735564
3 changed files with 14 additions and 5 deletions
+12
View File
@@ -77,3 +77,15 @@ App Id Chat = 55fae86e-0459-4f97-bf6c-39c9341da6ef
# Default value: https://ns.rec.net
RecNet NameServer Host = https://ns.recflare.net
[Signing]
## Force RSA signature verification to succeed (ON by default), so the client stops checking that images are signed with Rec Room's private key. This is what lets a self-hosted server serve its own images without the baked-in modulus matching. Set false only if you actually want signed images, in which case use 'Signing Modulus Override' instead. NOTE: this forces ALL mscorlib RSA verification to pass, not just image signatures.
# Setting type: Boolean
# Default value: true
Disable Signature Verification = true
## Optional alternative to disabling verification: your own RSA public modulus, base64, RAW 2048-bit (256 bytes decoded) — NOT a PEM/DER key. When set, it is substituted for the modulus baked into global-metadata.dat and real verification still runs, so images stay signed with your keypair. Redundant while 'Disable Signature Verification' is true. Empty = leave the stock modulus alone.
# Setting type: String
# Default value:
Signing Modulus Override =