This repository was archived by the owner on Jan 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # dotGame | C# GUI ( dotManager )
2+
3+ dotGame is a Quick and Easy, Game Manager, Downloader and Installer. Written in Python (CLI) and C# (GUI)
4+ NOTE: THIS ISN'T MEANT FOR CRACKING AND OTHER ILLEGAL STUFF!!!!
5+
6+ In releases, you can find sample game meta
7+ ## Quick Launch
8+ * Get newest Release
9+ * Launch it (not as administrator), first launch may take some time, because it needs to download arc.exe
10+ * Drag and Drop it on app window
11+ * Click download to retrive game archive (saved in %appdata%\dotGame\game.arc)
12+ * Click Install, and select installation folder ( accessible without elevation )
13+ * Installer will create shortcut on your desktop, enjoy!
14+
15+ ## Build
16+
17+ Note: This was built on Windows 11, using Visual Studio 2022 and .NET Framework 4.8
18+ * Clone repo
19+ * Open with Visual Studio
20+ * Install Newtonsoft.Json from NuGet if needed
21+ * Build!
22+
23+ # How to create your own installer
24+ * Archive your game files using FreeArc so that all game files are in the root of archive
25+ * Upload it somewhere and get direct link.
26+ * Download template game meta file and fill it out.
27+ * Create Issue with meta file included
You can’t perform that action at this time.
0 commit comments