Skip to content

Commit

Permalink
UltraCam
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLastBreath committed Nov 23, 2023
1 parent 897b2d3 commit b035324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/configuration/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ def set_setting(args, value):
ultracam = "https://raw.githubusercontent.com/MaxLastBreath/TOTK-mods/main/scripts/settings/UltraCam.json"

# Download MAX DFPS++
New_DFPS_Download = "https://github.com/MaxLastBreath/TOTK-mods/raw/main/scripts/Mods/Max%20DFPS/Max%20DFPS++.zip"
New_DFPS_Download = "https://github.com/MaxLastBreath/TOTK-mods/raw/main/scripts/Mods/UltraCam/UltraCam%20.zip"

description = load_json("Description.json", descurl)
4 changes: 2 additions & 2 deletions src/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,10 +1208,10 @@ def DownloadDFPS():
link = None
if DFPS_ver == "DFPS Legacy":
self.remove_list.append("DFPS")
self.add_list.append("Max DFPS++")
self.add_list.append("UltraCam")
link = DFPS_dict.get("Latest")
if DFPS_ver == "UltraCam":
self.remove_list.append("Max DFPS++")
self.remove_list.append("UltraCam")
self.add_list.append("DFPS")
link = New_DFPS_Download

Expand Down

0 comments on commit b035324

Please sign in to comment.