This commit is contained in:
Shiroyasha 2025-09-14 20:52:18 +03:00
commit d8d0e9d536
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
2567 changed files with 167778 additions and 0 deletions

16
config/hammerlib.cfg Normal file
View file

@ -0,0 +1,16 @@
[CFG=1.0.0]
/* Client-side features of HammerLib */
C "Client-Side"={
/* Which resolution should the items be rendered when using 'Render GUI Item' hotkey? (Range: [16; 16384]) */
I "Gui Item Render Resolution"=1024
/* Overrides LAN port. Zero will use any free available port. Also don't use ports like 1, or other low numbered ports. This will have no effect. (Range: [0; 65535]) */
I "LAN Port"=0
}
/* Internal features of HammerLib */
C "Internal"={
/* Log HammerLib Event Bus Events? Don't enable this unless you know exactly what this does. Your logs will get spammed. */
B "Log HLB Events"=false
}