A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: saner defaults for config

+6 -6
+6 -6
config/EXAMPLE-client-config.yaml
··· 6 6 http_port: 80 7 7 cache: 8 8 cacheDir: .377cache 9 - jaggrabEnabled: false 9 + jaggrabEnabled: true 10 10 rsa: 11 11 rsaEnabled: false 12 12 rsaPub: 65537 13 13 rsaModulus: 170266381807335046121774073514220583891686029487165562794998484549236036467227923571770256617931840775621072487838687650522710227973331693237285456731778528244126984080232314114323601116304887478969296070648644633713088027922830600712492972687351204275625149978223159432963210789506993409208545916714905193639 14 14 login: 15 - useStaticCredentials: true 16 - username: Promises 17 - password: Testing 15 + useStaticCredentials: false 16 + username: "" 17 + password: "" 18 18 game: 19 19 roofsEnabled: true 20 - freeTeleports: true 21 - debugContext: true 20 + freeTeleports: false 21 + debugContext: false