# DarkflameServer Simulation Client Configuration # Lines starting with # are comments # Authentication Server Settings auth_server_ip=127.0.0.1 auth_server_port=1001 # World Server Settings world_server_ip=127.0.0.1 world_server_port=2000 # Client Simulation Settings client_count=5 spawn_delay_ms=2000 tick_rate_ms=16 # Test Behavior Settings enable_movement=1 enable_chat=0 enable_random_actions=1 action_interval_ms=5000 # Logging Settings verbose_logging=0 log_file=simclient.log # Test Accounts (username:password format) # If not enough accounts are provided, random ones will be generated test_account_1=testuser1:testpass1 test_account_2=testuser2:testpass2 test_account_3=testuser3:testpass3 test_account_4=testuser4:testpass4 test_account_5=testuser5:testpass5 test_account_6=loadtest1:loadtest1 test_account_7=loadtest2:loadtest2 test_account_8=loadtest3:loadtest3 test_account_9=loadtest4:loadtest4 test_account_10=loadtest5:loadtest5