-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ptklatt/Utinni
- Loading branch information
Showing
1 changed file
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,42 @@ | ||
# Utinni | ||
# Utinni | ||
Utinni is a client plugin and injection framework which aims to provide an easier access to client and content development for Pre-CU Star Wars Galaxies and more specifically [SWGEmu](https://github.com/swgemu). | ||
|
||
Official plugins can be found [here](https://github.com/ptklatt/UtinniPlugins). | ||
|
||
**Features** | ||
* Gizmo implementation via ImGuizmo | ||
* C# Plugin Framework | ||
* C++ Plugin Framework | ||
* Undo/Redo Framework in C# | ||
* Hotkey Framework with rebindable hotkeys and a hotkey editor | ||
* Settings handled via .ini | ||
* Editor mode built in C# with Winforms, that natively hosts the Star Wars Galaxy client inside of a WinForms panel | ||
* Custom WinForms form and control library | ||
* Offline scene mode | ||
* Game config override .cfg file | ||
* Cmd passthrough for the launcher, enabling game settings being set via Windows shortcut | ||
* FreeCam, including the ability to hide the player model (Only works in freecam) | ||
|
||
**Planned key features** | ||
* WinForm color themes (Almost done) | ||
* Settings editor | ||
* Game CUI Framework which allows the modification of existing UI elements and the creation of new | ||
* Expanded FreeCam controls | ||
* Setting to automatically attach Visual Studio on injection (Partly working) | ||
* Combined mouse and keyboard hotkeys (Currently keyboard only) | ||
|
||
**Third party libraries used:** | ||
|
||
Please see licenses.txt for license information on libraries used. | ||
|
||
* [CppSharp](https://github.com/mono/CppSharp) | ||
* DetourXS | ||
* [dearImgui](https://github.com/ocornut/imgui) | ||
* [ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) | ||
* [LeksysINI](https://github.com/Lek-sys/LeksysINI) -- Temporary, will most likely be replaced soon. | ||
* [spdlog](https://github.com/gabime/spdlog) | ||
|
||
**Credits** | ||
* [James Webb (Sytner)](https://github.com/jdswebb) -- Pushing me to release and being a helping hand when I get absolutely stuck | ||
* [Borrie BoBaka](https://modthegalaxy.com/index.php?members/helmedraven.3396/) -- Being there and supporting me from the very start of the development, invaluable testing, bug hunting and quality of life suggestions helped forge Utinni into what it now is | ||
* [mezzanine](https://modthegalaxy.com/index.php?members/dsrules.896/) -- Being there and supporting me from the very start of the development, testing and experimenting with plugin development |