From 601d77f793e84abdfdd58faa3d9f633a19496f3f Mon Sep 17 00:00:00 2001 From: SchnitzelPommes <41128311+SchnitzelPommes@users.noreply.github.com> Date: Mon, 26 Nov 2018 21:06:21 +0100 Subject: [PATCH] README File --- README.md | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa1acae --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +# DayZ SA Tomato + +Dayz Standalone UI Admin Tool + +## Changelog + +See CHANGELOG.md + + +### Installing + +A step by step series of examples that tell you how to get a development env running + +Say what the step will be + +``` +Copy DayZ-SA-Tomato to your Server/Client main Folder +``` + +``` +Set start param -mod=DayZ-SA-Tomato at Server/Client +``` +``` +Since the Mod is currently not signed set verifySignatures = 0 in your server.cfg +``` +``` +DayZ-SA-Tomato/Config/Admins.txt set your Steam64Id +``` + +## Test And have fun + +Start your Server and login + + +``` +In Game press "M" Key to Bring up The UI +``` + +### Features + +* **In Game** - M Key Brings up the UI +* **In Game** - Insert Key go to Camera Mode Insert again to tp to Cursor +* **In Game** - N Key to Teleport to Cursor + +* **Commans Tab** - Toggle In Game Keys +* **Commans Tab** - Self Heal +* **Commans Tab** - Daytime +* **Commans Tab** - Nighttime +* **Commans Tab** - Spawn Carrepaired and filled +* **Commans Tab** - Refill nearest Car + +* **Spwan Tab** - Item/AI/Building Spawning + +* **Player Tab** - Player List +* **Player Tab** - Tp Players and tp to Players +* **Player Tab** - Strip Player +* **Player Tab** - Position of Player +* **Player Tab** - Dissable Stamina for specific Player +* **Player Tab** - Heal Player +* **Player Tab** - Kill Player + +* **Map Tab** - Shows Location of all Players on the Map + + +### Known Issues + +* **Commans Tab** - Camera,Camera TP Buttons without Function +* **Spwan Tab** - Item Preview (right side not working) +* **Spwan Tab** - Building spawning in ground +* **Player Tab** - Blood Energy not showing correctly (sometimes it does) +* **Player Tab** - Send Message not not Working + +## License + +This project is licensed under the GNU v3 License - see the [LICENSE.md](LICENSE.md) file for details + +## Acknowledgments + +* Everyone on the Forums/Discord who answered question (not only me but everyone) +* DayZCommunityOfflineMode for Snippets +