This repository has been archived by the owner on May 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94bacee
commit ff3faf5
Showing
161 changed files
with
10,600 additions
and
2,025 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Contribution Guidelines | ||
|
||
## List of Directories: | ||
|
||
- [`./assets/`](assets) - Universal assets for every other directory. Holds Logger configs, Desktop Icons, Error textures, and whatever else is needed at all times. | ||
- [`./basemod/`](basemod) - The base extension that most of the ecosystem is based around. Has different modules for different tweaks and addons for the game. | ||
- [`./core/.../java/onedsix/api/`](core/src/main/java/onedsix/api) - Contains API endpoints for mods. Meant mostly for | ||
- [`./core/.../java/onedsix/core/`](core/src/main/java/onedsix/core) - The base assets, graphics engine, and utilities for other mods. | ||
- [`./core/.../resources/`](core/src/main/resources) - The assets built into 1D6, free for use by everyone. | ||
- [`./desktop/`](desktop) - The Desktop (Windows, Mac, Linux, SteamOS, etc.) client. Runs after [`./loader/`](loader) has, as it runs the files that the loader creates. | ||
- [`./examplemod/`](examplemod) - The Example Mod shown on the dev wiki. Will get updated over time when the mod api updates. | ||
- [`./launcher/`](launcher) - The official launcher for 1D6. A simple [Electron](https://www.electronjs.org/) app that has an "instancer", mod downloader, news feed, etc. | ||
- [`./loader/`](loader) - The 1D6 Mod Loader. Uses ASM + ByteBuddy to cache all the mods, then runs the client to use those mods. | ||
- [`./server/`](server) - The official 1D6 server software. Only the boot-up and CLI code lives the rest in [`./core/.../server/`](core/src/main/java/onedsix/core/server) | ||
|
||
## About Android | ||
|
||
**TLDR; Android support is both nearly impossible, and out of scope for this project.** | ||
|
||
Originally, 1D6 was supposed to be cross-platform, between IOS, Android, and PC, but after the Mod Loader-Core Library split, that idea was thrown away.\ | ||
Porting the entirety of 1D6's mod loader, engine, and launcher over to Android, while not impossible, it just *way* out of scope of this pet project.\ | ||
Even the launcher and networking was a little over my head, but ive managed over the past few months. |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
android/res/drawable-anydpi-v26/ic_launcher_foreground.xml
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.