In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "ScummVM"

From WiiBrew
Jump to navigation Jump to search
(updated version)
 
(45 intermediate revisions by 28 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{stub}}
 +
{{Infobox homebrew
 +
| image = [[File:Scummvmsouris.png]]
 
| title = ScummVM
 
| title = ScummVM
| description = Adventure game engine implementation
+
| type = game engine
| type = Emulation/Simulation
 
| display = Any
 
 
| author = dhewg
 
| author = dhewg
| download =
+
| version = 2.6.1
[http://real.wiibrew.org/images/2/2c/Scummvm-wii-test2.zip Test 2]
+
| website = http://www.scummvm.org
 +
| download = https://downloads.scummvm.org/frs/scummvm/2.6.1/scummvm-2.6.1-wii.zip
 +
| peripherals = {{Wiimote1}} {{SensorBar}} {{FrontSDHC}} {{GCNController}} {{USBKeyboard}}
 +
| hbb = yes
 +
| osc        = yes
 
}}
 
}}
[[Image:GCNController.svg|100px|right|GameCube Controller]]
 
[[Image:FrontSD.svg|100px|right|Loads files from the Front SD slot]]
 
[[Image:USBGecko.svg|100px|right|Outputs to USB Gecko]]
 
  
'''Test Version'''
+
== News ==
 +
Great news everyone, the Wii port has been committed to the official ScummVM SVN! You can check out the source [https://github.com/scummvm/scummvm here] and talk about it on the [http://forums.scummvm.org/viewforum.php?f=16 Wii port forum].
  
Report Problems: [[Talk:Homebrew apps/ScummVM|here]]
+
Please don't use the wiki talk page for reporting bugs anymore. Use the [http://sourceforge.net/tracker/?atid=418820&group_id=37116&func=browse official bug tracker], following the [http://www.scummvm.org/faq.php#question.report-bugs bug submission guidelines].
  
Download: [[media:Scummvm-wii-test2.zip|test 2]] http://www.megaupload.com/?d=17RP79G0
+
== Links ==
 +
* [http://forums.scummvm.org/viewtopic.php?t=5746 Infrequent SVN builds]
  
Hints:
+
== READMII ==
*If you have a Gamecube memory card plugged into Slot B, eject it prior to starting ScummVM
 
*The quality/speed of the SD card matters. FAT16 performs better than FAT32 on my cheap SD card.
 
*The SD card code seems to be buggy. Larger games such as COMI or Broken Sword will only work to some extent.
 
*The application crashes sometimes when exiting; press Z on your Gamcube pad to jump to the loader again
 
  
Enjoy,
+
Please check the READMII file from the most recent version.
  
dhewg
+
== Changelog (Wii specific) ==
  
[http://youtube.com/watch?v=3U5mYzi9nKA Video Demo of ScummVM Running Sam and Max Hit the Road on the Wii]
+
rev 35894:  
 +
* fixed a bug in the filesystem backend, tucker is now playable
 +
* startup time for games with many files is way better now. tucker takes ~5s instead of ~15m (and that is not a typo)
  
 +
rev 35811:
 +
* Fixed the deadlock in newlib's fwalk(), this one was responsible for lockups in various games
 +
* Enabled IHNM and SAGA2
  
ScummVM-Wii README
+
rev 35709:
------------------
+
* Compiled with devkitPPC r16 and its updated libogc and libfat, boosting the overall SD performance
+
* Renamed the Wii's internal sd slot device back to "fat:", so it loads properly with the homebrew channel (The initial change got introduced by the new libfat version)
this is an early test version
+
* SDHC support (Wii internal SD only)
svn revision 31370
+
* Readded SD Gecko support for Wii
+
* USB mass storage support
features not compiled in:
+
* The root directory now yields a list of mounted devices, you can now use any combination of internal SD/SD gecko/USB at the same time
- the AGI game engine
+
* Tweaked the video mode a little, hopefully this will eliminate the black borders
+
* Dropped MPEG2 video support, please use DXA instead (available on the download page)
REQUIREMENTS
+
* Proper Component/480p detection for Gamecube (contributed by Hkz)  
- sd card
+
* Fixed a libogc bug, Drascula and 7th Guest don't hang anymore
- gamecube controller in port 1
+
* Updated Tremor and FLAC, .ogg audio files should work fine now
+
* Enabled new game engines: Groovie and Tucker
FEATURES worth mentioning (wii port specific)
+
 
- GX hardware scaling
+
rev 33789:
- usage of the wii's internal sd slot for:
+
* proper fullscreen video mode
  loading of runtime and game data
+
* multiple graphic modes with different overscan values
  game state loading/saving
+
* "fullscreen mode" stretches the picture on 16:9 displays
+
* fixed broken sword 1/2 gfx garbage
INSTALL
+
* support for setShakePos()
- copy the "scummvm" folder to the root of your sd card
+
* check the DISPLAY SETUP section in the READMII file
- copy your demos and/or games onto the same sd card
+
 
  freeware versions: http://scummvm.org/downloads.php#extras
+
rev 33083:  
  demos: http://scummvm.org/demos.php
+
* fixed another savegame issue
+
* support for the reset and power button
RUN
+
* added a gamecube port
- run scummvm-wii.elf on your wii
+
 
- if you have a usbgecko in slot b, you have to read the debug messages with
+
rev 32565:
  a terminal app, or the whole application will hang
+
* the wii port is now official
+
* updated icon
CONTROLS
+
* the savegame issue is fixed (was not wii port specific)
  controls: gamecube pad
+
rev 32506:
+
* restructured the runtime paths
  analog stick: mouse movement
+
** files from the selected game are now correctly loaded (check the READMII)
  a: left mouse button
+
* increased the virtual screen size for the IR pointer
  b: right mouse button
+
** its now easier to exit the sam & max inventory
  x: escape
+
** fixes the goblins 3 scroll issue
  y: "." (skip current line of text)
+
* added the keys "y" and "n" to the dpad (for simon the sorcerer)
  z: enter
+
rev 32475:
  start: f5 (scummvm menu)
+
* improved sd read performance (thanks, svpe)
  dpad up: shift (mass add for the gui)
+
* fixed crash on saving a game
  dpad left: "0"
+
rev 32231 (hbc apps package):
  l+r: quit
+
* wiimote support
+
* compiled with updated dkppc/libogc/libfat
CHANGELOG
+
** fixes all known crashes (afaict)
+
** Monkey Island 3 is playable now
- test 2
+
test 2:
  - screen is only updated if necessary
+
* screen is only updated if necessary
    no more flicker on the BASS intro
+
** no more flicker on the BASS intro
    better performance
+
** better performance
  - games with higher screen resolutions are now drawn correctly
+
* games with higher screen resolutions are now drawn correctly
  - fixed some palette bugs
+
* fixed some palette bugs
 +
test 1:
 +
* first public test version
 +
 
 +
<!-- [[category:Featured homebrew]] -->

Latest revision as of 22:48, 23 February 2023

ScummVM
Scummvmsouris.png
General
Author(s)dhewg
TypeGame engine
Version2.6.1
Links
Download
Website
Downloadable via the Homebrew Browser
Downloadable via the Open Shop Channel
Peripherals
Wiimote1.svg SensorBar.svg Loads files from SDHC cards in the Front SD slot GameCube Controller USB Keyboard

News

Great news everyone, the Wii port has been committed to the official ScummVM SVN! You can check out the source here and talk about it on the Wii port forum.

Please don't use the wiki talk page for reporting bugs anymore. Use the official bug tracker, following the bug submission guidelines.

Links

READMII

Please check the READMII file from the most recent version.

Changelog (Wii specific)

rev 35894:

  • fixed a bug in the filesystem backend, tucker is now playable
  • startup time for games with many files is way better now. tucker takes ~5s instead of ~15m (and that is not a typo)

rev 35811:

  • Fixed the deadlock in newlib's fwalk(), this one was responsible for lockups in various games
  • Enabled IHNM and SAGA2

rev 35709:

  • Compiled with devkitPPC r16 and its updated libogc and libfat, boosting the overall SD performance
  • Renamed the Wii's internal sd slot device back to "fat:", so it loads properly with the homebrew channel (The initial change got introduced by the new libfat version)
  • SDHC support (Wii internal SD only)
  • Readded SD Gecko support for Wii
  • USB mass storage support
  • The root directory now yields a list of mounted devices, you can now use any combination of internal SD/SD gecko/USB at the same time
  • Tweaked the video mode a little, hopefully this will eliminate the black borders
  • Dropped MPEG2 video support, please use DXA instead (available on the download page)
  • Proper Component/480p detection for Gamecube (contributed by Hkz)
  • Fixed a libogc bug, Drascula and 7th Guest don't hang anymore
  • Updated Tremor and FLAC, .ogg audio files should work fine now
  • Enabled new game engines: Groovie and Tucker

rev 33789:

  • proper fullscreen video mode
  • multiple graphic modes with different overscan values
  • "fullscreen mode" stretches the picture on 16:9 displays
  • fixed broken sword 1/2 gfx garbage
  • support for setShakePos()
  • check the DISPLAY SETUP section in the READMII file

rev 33083:

  • fixed another savegame issue
  • support for the reset and power button
  • added a gamecube port

rev 32565:

  • the wii port is now official
  • updated icon
  • the savegame issue is fixed (was not wii port specific)

rev 32506:

  • restructured the runtime paths
    • files from the selected game are now correctly loaded (check the READMII)
  • increased the virtual screen size for the IR pointer
    • its now easier to exit the sam & max inventory
    • fixes the goblins 3 scroll issue
  • added the keys "y" and "n" to the dpad (for simon the sorcerer)

rev 32475:

  • improved sd read performance (thanks, svpe)
  • fixed crash on saving a game

rev 32231 (hbc apps package):

  • wiimote support
  • compiled with updated dkppc/libogc/libfat
    • fixes all known crashes (afaict)
    • Monkey Island 3 is playable now

test 2:

  • screen is only updated if necessary
    • no more flicker on the BASS intro
    • better performance
  • games with higher screen resolutions are now drawn correctly
  • fixed some palette bugs

test 1:

  • first public test version