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.

Fixing client config and merging

+19 -1
+1 -1
.gitignore
··· 59 59 .gradle/ 60 60 61 61 # Config 62 - config/EXAMPLE-client-config.yaml 62 + config/client-config.yaml
+18
config/EXAMPLE-client-config.yaml
··· 1 + net: 2 + address: 127.0.0.1 3 + game_port: 43594 4 + ondemand_port: 43594 5 + jaggrab_port: 43595 6 + http_port: 80 7 + cache: 8 + cacheDir: .377cache 9 + jaggrabEnabled: false 10 + rsa: 11 + rsaPub: 65537 12 + rsaModulus: 170266381807335046121774073514220583891686029487165562794998484549236036467227923571770256617931840775621072487838687650522710227973331693237285456731778528244126984080232314114323601116304887478969296070648644633713088027922830600712492972687351204275625149978223159432963210789506993409208545916714905193639 13 + login: 14 + useStaticCredentials: true 15 + username: Promises 16 + password: Testing 17 + game: 18 + roofsEnabled: true