CustomAppAPI Mod for Bomb Rush Cyberfunk
Details :
CustomAppAPI
Introducing CustomAppAPI, an API designed for adding custom apps to the phone in Bomb Rush Cyberfunk! With this powerful tool, you can enhance your gaming experience by creating and integrating custom apps tailored to your preferences.
How to Use
- Download the CustomAppAPI.dll file provided in the mod download.
- Add the CustomAppAPI.dll to your references in Visual Studio, along with your BepInEx Plugin.
- Create a new class that inherits from the CustomApp class.
- Implement the inherited abstract members according to your needs.
Implementation
- DisplayName: This will be the name of your app displayed on the home screen of the phone.
- Icon: The texture that will appear next to the app name.
A static LoadTexture
function is provided in the CustomApp class to load a Texture2D from a file path. To get the file path to your mod .dll, use Path.GetDirectoryName(BaseUnityPlugin.Info.Location)
to retrieve the folder where your mod is located. You may need a static accessor to get the instance of your main plugin class.
With CustomAppAPI, the possibilities are endless! Create custom apps to streamline your gameplay, access additional features, or simply personalize your gaming experience.