shMonifactory/config/hammerlib.cfg
2025-09-14 21:22:24 +03:00

16 lines
No EOL
629 B
INI

[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
}