Skip to content
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

Phoenix Maple Story: Help wanted #52

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -19258,6 +19258,35 @@ load_hordesoforcs2_demo()

#----------------------------------------------------------------

# Upstream mensiones vcrun2015 dependency (https://playphoenix.ca/downloads)
# Blocked by https://bugs.winehq.org/show_bug.cgi?id=4666

w_metadata maplestory_phoenix games \
title="Phoenix Maple Story" \
publisher="?" \
year="?" \
media="download" \
file1="Phoenix-11-22-19.zip"
#installed_exe1="$W_PROGRAMS_X86_WIN/Wizards of the Coast/MTGA/MTGA.exe"

load_maplestory_phoenix()
{
if w_workaround_wine_bug 4666; then
w_die fixme "Verb $W_PACKAGE is blocked by winebug 4666 (https://bugs.winehq.org/show_bug.cgi?id=4666)"
elif ! w_workaround_wine_bug 4666; then
w_download https://playphoenix.ca/Phoenix-11-22-19.zip
w_extractor "$W_CACHE/$W_PACKAGE/$file1" "$WINEPREFIX/drive_c/"

"$WINE" "$WINEPREFIX/drive_c/Phoenix/MapleStory.exe"

case $? in
*) w_warn "File MapleStory.exe returned error code $? which is unknown to winetricks, if you encounter this message then please make a new issue"
esac
fi
}

#----------------------------------------------------------------

# https://appdb.winehq.org/objectManager.php?sClass=version&iId=37229

w_metadata mtg_arena games \
Expand Down