Designed by Laura Shigihara, Melolune is a story about a pair of twins
who live in a land where people must collect song fragments and put them
together in order to keep their world alive. After a catastrophic
event takes the lives of the twins' parents, they are mysteriously
separated.
Melolune is an adventure rpg that features a unique musical dungeon
mechanic. The player has to use fragments of songs in order to solve
puzzles and progress through the world. The soundtrack was also created
by the game's designer and features a wide variety of immersive music
that helps guide the story and gameplay.
(Source: IGF website)
Application Details:
Version: | IGF 2010 demo |
License: | Free to use and share |
URL: | http://leebleforest.wordpress.... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.7.3 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Assuming you applied the workarounds, everything should work.
What does not
If you don't convert the MIDI files, MIDI playback will not work.
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
This Winetricks verb installs the game automatically: w_metadata melolune_demo games \ title="Melolune IGF demo" \ publisher="Laura Shigihara" \ homepage="http://leebleforest.wordpress.com/demo/" \ year="2009" \ media="download" \ file1="Melolune.exe" \ installed_exe1="C:\\Games\\Melolune\\Game.exe" load_melolune_demo() { if test ! -x "`which timidity 2>/dev/null`" then w_die "You need TiMidity to properly install this game. Please install it (e.g. 'sudo apt-get install timidity' or 'sudo yum install timidity')." fi w_override_dlls disabled winegstreamer winepulse.drv w_call directmusic w_download http://www.freshpulp.com/shigi/Melolune.exe 00cd1a34c4b9ed001f8b2b3523d2eeaa7bf68cd2 INSTALLDIR="$W_DRIVE_C/Games/Melolune" mkdir -p "$INSTALLDIR" cd "$INSTALLDIR" w_try_cabextract "$W_CACHE/$W_PACKAGE/Melolune.exe" w_info Converting MIDI files... this may take a long time ranging from minutes to half an hour, depending on your CPU speed. w_try timidity -Ov Audio/*/*.mid rm Audio/*/*.mid STARTSNAME=start_melolune.sh echo \#\!/bin/sh > $STARTSNAME echo cd $W_DRIVE_C/Games/Melolune >> $STARTSNAME echo WINEPREFIX=$WINEPREFIX wine Game.exe \> stdout.txt 2\>\&1 \& >> $STARTSNAME chmod +x $STARTSNAME # If possible, create desktop launcher if test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs then . ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs LAUNCHERNAME=${XDG_DESKTOP_DIR:-$HOME/Desktop}/Melolune.desktop echo Creating desktop launcher: $LAUNCHERNAME echo \[Desktop Entry\] > $LAUNCHERNAME echo Name=Melolune >> $LAUNCHERNAME echo Comment=Melolune IGF 2010 demo >> $LAUNCHERNAME echo Exec=$INSTALLDIR/$STARTSNAME >> $LAUNCHERNAME if test -x "`which wrestool 2>/dev/null`" -a -x "`which icotool 2>/dev/null`" then ICONNAME=melolune.ico echo Trying to extract icon from executable: $ICONNAME wrestool -x -t 14 Game.exe > $ICONNAME icotool -x -o melolune_icon.png --palette-size=0 --width=48 $ICONNAME echo Icon=$INSTALLDIR/melolune_icon.png >> $LAUNCHERNAME else echo Could not extract game icon. fi echo Terminal=false >> $LAUNCHERNAME echo Type=Application >> $LAUNCHERNAME echo Categories=Game\; >> $LAUNCHERNAME chmod +x $LAUNCHERNAME else echo Could not create desktop launcher. fi w_declare_exe "$W_DRIVE_C\\Games\\Melolune" "Game.exe" } Hopefully it will get included in Winetricks. As for now, you can run it by saving it to a melolune_demo.verb file and run: winetricks melolune_demo.verb For some more information, check here: http://www.supershigi.com/forums/index.php?topic=888.0
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 12.10 "Quantal" i386 (+ variants like Kubuntu) | Oct 06 2013 | 1.7.3 | Yes | Yes | Gold | MegaBrutal |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.