#๐ Custom Minecraft Modpack Launcher ๐ฒ
22 messages ยท Page 1 of 1 (latest)
@lusty jasper
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
At the moment the app looks cute & opens fine. It just has some flawed logic that I sort of coded myself into a corner with. Plus it also seems to just lock out / freeze after downloading the files from Google Drive.
import customtkinter as ctk
import tkinter.filedialog as filedialog
import configparser
import subprocess
import sys
from tkinter import messagebox
from PIL import Image
import os
# Initialize the app
app = ctk.CTk()
app.title("Launcher")
app.geometry("1024x576")
app.resizable(width=False, height=False)
Those are the basic components of the launcher, there's lots of other code snippets but I cannot post it all
It can download the files fine it seems
It just has the odd behavior of sometimes updating instead of launching even when its updated
Custom Minecraft Modpack Launcher ๐ฒ
why are you using google drive?
There are some custom resources in the modpack that can't be hosted on Modrinth & Curseforge. I was thinking of putting them onto GitHub instead of google drive
I didn't make the pack so my knowledge as far as limitations is limited but that's what my friend was explaining to me. He made it over the course of 2 yrs
what kind of resources? i doubt curseforge or modrinth wont allow you to upload a complete modpack?
I think it has to do with licensing. He wasn't exactly clear on it, but the modpack has some modified data that belongs to another creator. We'd be posting it for private / non-commercial but I think there is still a licensing conflict
I reached out to the original creator but I think they've abandoned the mod so we can't get permission or clear authorization from them
!rule 5 - might be a violation of TOS so not sure if we can help on this
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
The original author actually just got back to me and we're gonna chat so I might be able to proceed. Just waiting since its Easter
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.