Here we go:
Commands in the Console:
If you close the server, the settings,will be lost, because it doesn't get written in the database.
Download Source:
[Only registered and activated users can see links. Click Here To Register...]
VT:
Not needed in my opinion, because you can see all in the source
I hope, somebody can handle with it and modify it more
Regards,
Requi
Commands in the Console:
Code:
Damage: dmg USERID DamageAmount Ship: ship USERID ShipID Name: name USERID NewName Speed: speed USERID SpeedAmount Kick: kick USERID Factionchange: fac USERID FactionID HitPoints - hp USERID HPAmount Shield - shield USERID SHDAmount MaxShield - maxshield USERID MaxSHDAmount Close the Server: exit
Download Source:
[Only registered and activated users can see links. Click Here To Register...]
VT:
Not needed in my opinion, because you can see all in the source
Quote:
I had a little chat with Requi today and I decided to post the Settings class I've been using in all my projects, helping me to load program settings at runtime, so I don't have to rebuild the project every time I want to change a small detail.
[Only registered and activated users can see links. Click Here To Register...]
How to use this ?
Code:// In C# code: hero.DamageManager.LF3_Damage = Program.Settings["hero_LF3_Damage"]; // In Settings File: ## Damage config ' this is a comment ' hero_LF3_Damage=150
I hope, somebody can handle with it and modify it more
Regards,
Requi