Here are my links, it would mean a lot to me if you go a head and check them out :3
This mod is a library to let people create their own tiptap videos without any code or experience required! All you need to do is follow a detailed guide to start making your own tiptap videos!
If you have installed BepInEx manually, you should already know how to get there.
If you are modding via a mod manager, this can be found in the settings or for Gale users: File in the top left and then open profile folder.
plugins/ folder.MyMod.plugins inside of the previous folderTipTap inside of the plugins folderWas that hard to understand? If so you file structure should be
BepInEx/plugins/MyMod/plugins/TipTap/
".mp4", ".mov", ".avi"Warning: You are not finished yet.
.jsonFor every single one of your videos, you need a json with the exact same name.
Examples include:
funnyvideo.mp4 with funnyvideo.jsonexample.mov with example.json1.avi with 1.jsonThis step needs to be repeated with every video you have and in the same folder.
The content of this json needs to be:
{
"username": "The Video's username!",
"description": "the Video's description [{uwu}]"
}
This also has optional likeCount and volume fields however likeCount isn't used in the game currently. volume is defaulted to 50.
Once you are ready, boot the game up with your mod manager or through steam if you have done it manually.
Currently the game only shows 3 TipTap videos at once so you may need to return to the lobby a few times to find one of your videos. There may be a mod to have infinite scrolling but this mod will not add that.
This step is very important and must be done carefully. Once you are sure your mod is working, move onto this step.
Inside of the mod folder you created (In this example it is MyMod), create a manifest.json
The content of this file should be:
{
"name": "My_TipTap_Pack",
"description": "This mod adds XXX videos",
"version_number": "0.1.0",
"website_url": "",
"dependencies": [
"BepInEx-BepInExPack-5.4.2305",
"AtomicStudio-Custom_TipTap_Videos-0.1.0"
]
}
Please replace the name with the name you actually want.
Thunderstore cannot have spaces, please use underscores (_) instead, they will replace with spaces.
Next, you need an icon.png. The required dimensions are 256x256 pixels.
Icon Requirements:
I recommend option B if you have never packaged a mod before but you must change the actual icon.
Next is a lot simpler.
Create two files named exactly: README.md and CHANGELOG.md (make sure .md is the actual file extention and not .md.txt)
Inside the README will be what is shown on the thunderstore page when someone clicks on your mod, it is recommended to make a list of all of the videos.
Inside of the CHANGELOG can just be:
# Version 0.1.0
- Adds XXX videos to tiptap!
MyMod)Crashout Crew and select it.ModpacksYour mod wont show up in the normal
Modsarea, this will be shown in theModPackssection of your Team and Thunderstore Page.
[A]: Mods can take up to 3 hours to show up in mod managers so please be patient.
If you encounter any multiplayer or singleplayer bugs, feel free to do any of the following:
@atomictyler on discord