mirror of
https://github.com/EricPlayZ/EGameTools.git
synced 2025-07-18 17:37:53 +08:00
change default config, upload extra images
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <set>
|
||||
#include <array>
|
||||
#include <string_view>
|
||||
#include <imgui.h>
|
||||
#include <set>
|
||||
#include <string_view>
|
||||
#include "utils.h"
|
||||
#ifndef VK_NONE
|
||||
#define VK_NONE -1
|
||||
|
@ -12,7 +12,13 @@ UseTPPModel=1
|
||||
[Menu]
|
||||
Transparency=99
|
||||
[Menu:Keybinds]
|
||||
ToggleKey=VK_F5
|
||||
FreeCamToggleKey=VK_F3
|
||||
FreezePlayerToggleKey=VK_F7
|
||||
GodModeToggleKey=VK_F6
|
||||
MenuToggleKey=VK_F5
|
||||
TeleportPlayerToCameraToggleKey=VK_F4
|
||||
ThirdPersonToggleKey=VK_F1
|
||||
UseTPPModelToggleKey=VK_F2
|
||||
[Player:Misc]
|
||||
GodMode=0
|
||||
[Player:PlayerVariables]
|
||||
|
BIN
Extra Files/Images/CoverPhoto2.png
Normal file
BIN
Extra Files/Images/CoverPhoto2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
BIN
Extra Files/Images/Logo.png
Normal file
BIN
Extra Files/Images/Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
25
LICENSE.txt
25
LICENSE.txt
@ -230,3 +230,28 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
|
||||
|
||||
-- ImGui-Custom-Hotkeys --
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 xvorost
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
Reference in New Issue
Block a user