A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
1# Client configuration. Copy this file to config/server.properties and edit.
2# NOTE: '#' starts a comment only at the START of a line. Do NOT put an inline
3# comment after a value (e.g. `net.address=host # note`) — it becomes part of
4# the value. Put comments on their own lines, like these.
5
6# Network
7net.address=127.0.0.1
8net.game_port=43594
9net.ondemand_port=43594
10net.jaggrab_port=43595
11net.http_port=80
12
13# Cache
14cache.cacheDir=.377cache
15cache.jaggrabEnabled=true
16
17# RSA login block encryption. rsaEnabled must match the server's HLA_RSA_ENABLED.
18# Paste rsaModulus from the server's `mix rsa.keygen` output.
19rsa.rsaEnabled=false
20rsa.rsaPub=65537
21rsa.rsaModulus=170266381807335046121774073514220583891686029487165562794998484549236036467227923571770256617931840775621072487838687650522710227973331693237285456731778528244126984080232314114323601116304887478969296070648644633713088027922830600712492972687351204275625149978223159432963210789506993409208545916714905193639
22
23# Login (useStaticCredentials=true auto-logs in with username/password below)
24login.useStaticCredentials=false
25login.username=
26login.password=
27
28# Game
29game.roofsEnabled=true
30game.freeTeleports=false
31game.debugContext=false