-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite/Redesign #19
Comments
For 1 and 4, here's a reoriented JSON for the mods, definitely open to feedback before I try to rework the UI with this |
This looks good, however I kind of want to sit on it and think for 1-3 days and revisit it a few times. I don't want to rush into it and overlook something then have us be required to work around/support said oversight. At first look it looks great tho! |
One idea I was tossing around was allowing for any number of links setup as a dictionary (separate from install URL), something like: "orb_hunt": {
"name": "Orb Hunt",
"desc": "Jak 1 but everything is all moved around! More info on the GitHub page",
"contributors": [
"barg034"
],
"tags": [
"gameplay-mod",
"challenge"
],
"URL": "https://github.com/dallmeyer/opengoal-orbhunt"
"links": {
"GitHub README" : "https://github.com/dallmeyer/opengoal-orbhunt/blob/main/README.md",
"Video": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"Screenshots": "imgur.com/somealbum"
}
} But I'm not sure if there's a great way to then display that dynamic list of links on the launcher, so idk |
I guess we could have a drop down box then a "go"/"Launch" button? Maybe do we want to support versions as well? |
Doesn't hurt to include version, though imo for the purposes of verification we should probably just piggyback on the existing speedrun HUD display GOAL-side within each mod that supports speedrunning |
I guess we could have a drop down box then a "go"/"Launch" button? I am not sure if you replied as I was adding this lol |
maybe we should just support specific link types, e.g. |
The modlauncher works but it hasn't aged well and a lot of its issues are starting to become very obvious.
Here I will be updating a list of issues I would like to solve with a rewrite.
C:\Users\NinjaPC\AppData\Roaming\OpenGOAL-Mods
If its not needed, however maybe it makes troubleshooting and such easier. Maybe we can just provide a clearer way to access this folder?The text was updated successfully, but these errors were encountered: