diff --git a/src/scripts/checkOutAllGameThemeSvns-subversion.bat b/src/scripts/checkOutAllGameThemeSvns-subversion.bat deleted file mode 100644 index 565b96cdd..000000000 --- a/src/scripts/checkOutAllGameThemeSvns-subversion.bat +++ /dev/null @@ -1,44 +0,0 @@ -@echo off -set TortoiseSVN=C:\Progra~1\TortoiseSVN\bin\ -set localpath=.\ - - -echo RB1 / RbMFH theme by MFH -set currentThemeFolder=Rock Band 1 -set urlOfThemeSvn=http://svn.xp-dev.com/svn/myfingershurt-fofix-rb1-theme/ -call module-checkOutOneGameThemeSvn-subversion.bat - -echo RB2 theme by kid -set currentThemeFolder=Rock Band 2 -set urlOfThemeSvn=http://svn.xp-dev.com/svn/kristijan_mkd_RockBand2Theme/ -call module-checkOutOneGameThemeSvn-subversion.bat - -echo The Beatles: Rock Band by @ir15 -set currentThemeFolder=The Beatles Rock Band -set urlOfThemeSvn=http://svn.xp-dev.com/svn/TBRB/The Beatles RB Theme/ -call module-checkOutOneGameThemeSvn-subversion.bat - -echo GH3 theme by Worldrave -set currentThemeFolder=Guitar Hero III -set urlOfThemeSvn=http://svn.xp-dev.com/svn/worldrave-guitarheroIII/ -call module-checkOutOneGameThemeSvn-subversion.bat - -echo Guitar Hero Aerosmith by worldrave -set currentThemeFolder=Guitar Hero Aerosmith -set urlOfThemeSvn=http://svn.xp-dev.com/svn/worldrave-guitarhero-aerosmith/ -call module-checkOutOneGameThemeSvn-subversion.bat - -echo Guitar Hero World Tour by gamexprt1 -set currentThemeFolder=Guitar Hero World Tour -set urlOfThemeSvn=http://svn.xp-dev.com/svn/gamexprt1-GHWT/Guitar Hero World Tour/ -call module-checkOutOneGameThemeSvn-subversion.bat - -echo Guitar Hero: Metallica by kid -set currentThemeFolder=Guitar Hero Metallica -set urlOfThemeSvn=http://svn2.xp-dev.com/svn/kristijan_mkd-GuitarHeroMetallicaOriginal/ -call module-checkOutOneGameThemeSvn-subversion.bat - -cd .. -cd .. -pause - diff --git a/src/scripts/checkOutAllGameThemeSvns-tortoiseSVN.bat b/src/scripts/checkOutAllGameThemeSvns-tortoiseSVN.bat deleted file mode 100644 index 90cf6b821..000000000 --- a/src/scripts/checkOutAllGameThemeSvns-tortoiseSVN.bat +++ /dev/null @@ -1,44 +0,0 @@ -@echo off -set TortoiseSVN=C:\Progra~1\TortoiseSVN\bin\ -set localpath=.\ - - -echo RB1 / RbMFH theme by MFH -set currentThemeFolder=Rock Band 1 -set urlOfThemeSvn=http://svn.xp-dev.com/svn/myfingershurt-fofix-rb1-theme/ -call module-checkOutOneGameThemeSvn-TortoiseSVN.bat - -echo RB2 theme by kid -set currentThemeFolder=Rock Band 2 -set urlOfThemeSvn=http://svn.xp-dev.com/svn/kristijan_mkd_RockBand2Theme/ -call module-checkOutOneGameThemeSvn-TortoiseSVN.bat - -echo The Beatles: Rock Band by @ir15 -set currentThemeFolder=The Beatles Rock Band -set urlOfThemeSvn=http://svn.xp-dev.com/svn/TBRB/ -call module-checkOutOneGameThemeSvn-TortoiseSVN.bat - -echo GH3 theme by Worldrave -set currentThemeFolder=Guitar Hero III -set urlOfThemeSvn=http://svn.xp-dev.com/svn/worldrave-guitarheroIII/ -call module-checkOutOneGameThemeSvn-TortoiseSVN.bat - -echo Guitar Hero Aerosmith by worldrave -set currentThemeFolder=Guitar Hero Aerosmith -set urlOfThemeSvn=http://svn.xp-dev.com/svn/worldrave-guitarhero-aerosmith/ -call module-checkOutOneGameThemeSvn-TortoiseSVN.bat - -echo Guitar Hero World Tour by gamexprt1 -set currentThemeFolder=Guitar Hero World Tour -set urlOfThemeSvn=http://svn.xp-dev.com/svn/gamexprt1-GHWT/Guitar%20Hero%20World%20Tour/ -call module-checkOutOneGameThemeSvn-TortoiseSVN.bat - -echo Guitar Hero: Metallica by kid -set currentThemeFolder=Guitar Hero Metallica -set urlOfThemeSvn=http://svn2.xp-dev.com/svn/kristijan_mkd-GuitarHeroMetallicaOriginal/ -call module-checkOutOneGameThemeSvn-TortoiseSVN.bat - -cd .. -cd .. -pause - diff --git a/src/scripts/module-checkOutOneGameThemeSvn-subversion.bat b/src/scripts/module-checkOutOneGameThemeSvn-subversion.bat index ef9423c21..6b2c9661d 100644 --- a/src/scripts/module-checkOutOneGameThemeSvn-subversion.bat +++ b/src/scripts/module-checkOutOneGameThemeSvn-subversion.bat @@ -4,7 +4,6 @@ cd data\themes IF EXIST "%currentThemeFolder%" GOTO CheckoutDone echo Checking out %currentThemeFolder% from %urlOfThemeSvn% ... svn checkout "%urlOfThemeSvn%" "%currentThemeFolder%" -rem START /WAIT %TortoiseSVN%TortoiseProc.exe /command:checkout /path:"%localpath%%currentThemeFolder%" /url:"%urlOfThemeSvn%" /closeonend:%CloseOnEnd% :CheckoutDone cd .. diff --git a/src/scripts/module-updateAllFoFiXSVNsRelative.bat b/src/scripts/module-updateAllFoFiXSVNsRelative.bat index d82b6b6b8..c4e868795 100644 --- a/src/scripts/module-updateAllFoFiXSVNsRelative.bat +++ b/src/scripts/module-updateAllFoFiXSVNsRelative.bat @@ -1,46 +1,107 @@ +echo . +echo . +echo . +echo Autocheckout of SVN themes, if script exists.... +call checkOutAllGameThemeSvns-subversion.bat + +rem cd src\scripts +rem If autocheckout script does not exist, the following will ensure we're back at the root. +rem ... if autocheckout script does exist, the following will not be found and all will be well. call backToFoFiXroot.bat set TortoiseSVN=C:\Progra~1\TortoiseSVN\bin\ set localpath=.\ +echo . +echo . +echo . +echo Autoupdate of SVN themes, if they exist... -rem FoFiX development trunk / HEAD revision +echo FoFiX development trunk / HEAD revision rem read-only SVN @ http://fofix.googlecode.com/svn/MFH-Mod/trunk/ rem full SVN @ https://fofix.googlecode.com/svn/MFH-Mod/trunk/ START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% +echo FoFiX wiki page source (if local copy exists...) cd wiki START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% -rem RB1 / RbMFH theme by MFH - SVN @ http://svn.xp-dev.com/svn/myfingershurt-fofix-rb1-theme/ -cd ..\data\themes\Rock Band 1 +cd ..\data\themes + +echo RB1 / RbMFH theme by MFH - SVN @ http://svn.xp-dev.com/svn/myfingershurt-fofix-rb1-theme/ +cd Rock Band 1 +START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% + +cd .. +echo RB1 Beta theme - SVN @ http://svn.xp-dev.com/svn/rbbeta/trunk/ +cd Rock Band 1 beta START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% -rem RB2 theme by kid - SVN @ http://svn.xp-dev.com/svn/kristijan_mkd_RockBand2Theme/ +echo RB2 theme by kid - SVN @ http://svn.xp-dev.com/svn/kristijan_mkd_RockBand2Theme/ cd .. cd Rock Band 2 START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% -rem The Beatles: Rock Band by @ir15 - SVN @ http://svn.xp-dev.com/svn/TBRB/The Beatles RB Theme/ +echo The Beatles: Rock Band by @ir15 - SVN @ http://svn.xp-dev.com/svn/TBRB/The Beatles RB Theme/ cd .. cd The Beatles Rock Band START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% -rem Guitar Hero Aerosmith by worldrave - SVN @ http://svn.xp-dev.com/svn/worldrave-guitarhero-aerosmith/ +echo Guitar Hero III theme by worldrave - SVN @ http://svn.xp-dev.com/svn/worldrave-guitarheroIII/ +cd .. +cd Guitar Hero III +START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% + +echo Guitar Hero Aerosmith by worldrave - SVN @ http://svn.xp-dev.com/svn/worldrave-guitarhero-aerosmith/ cd .. cd Guitar Hero Aerosmith START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% -rem Guitar Hero World Tour by gamexprt1 - SVN @ http://svn.xp-dev.com/svn/gamexprt1-GHWT/Guitar Hero World Tour/ +echo Guitar Hero World Tour by gamexprt1 - SVN @ http://svn.xp-dev.com/svn/gamexprt1-GHWT/Guitar Hero World Tour/ cd .. cd Guitar Hero World Tour START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% -rem Guitar Hero: Metallica by kid - SVN @ http://svn2.xp-dev.com/svn/kristijan_mkd-GuitarHeroMetallicaOriginal/ +echo Guitar Hero: Metallica by kid - SVN @ http://svn2.xp-dev.com/svn/kristijan_mkd-GuitarHeroMetallicaOriginal/ cd .. cd Guitar Hero Metallica START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% +echo Guitar Hero: Metallica by stashincash06 - SVN @ http://svn2.xp-dev.com/svn/stashincash06-Guitar-Hero-Metallica/Guitar Hero Metallica +cd .. +cd Guitar Hero Metallica sc +START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% + +echo Guitar Hero: Metallica custom by kid - SVN @ http://svn.xp-dev.com/svn/kristijan_mkd-GH-Metallica/ +cd .. +cd Guitar Hero Metallica cust +START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% + +echo ....now for non-GH/RB game themes: +Rem ---------------Other (non-GH/RB game clones) themes------------------- + + +echo Geetar Hero theme by slantyr - SVN @ http://svn.xp-dev.com/svn/slantyr-GeetarHero/ +cd .. +cd Geetar Hero +START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% + +echo Bioshock theme by slantyr - SVN @ http://svn.xp-dev.com/svn/slantyr-BioShock/ +cd .. +cd Bioshock +START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% + +echo AC/DC theme - SVN @ http://svn2.xp-dev.com/svn/PaulTechNox-ACDC-Theme/ +cd .. +cd AC DC +START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% + +echo STARZ theme - SVN @ http://svn2.xp-dev.com/svn/Hazzerz-STaRZ/ +cd .. +cd Starz +START /WAIT %TortoiseSVN%TortoiseProc.exe /command:update /path:"%localpath%" /closeonend:%CloseOnEnd% + + cd .. cd .. rem pause diff --git a/src/scripts/updateAllFoFiXSVNsRelative.bat b/src/scripts/updateAllFoFiXSVNsRelative.bat index b76d1c6e6..20b8726ae 100644 --- a/src/scripts/updateAllFoFiXSVNsRelative.bat +++ b/src/scripts/updateAllFoFiXSVNsRelative.bat @@ -1,3 +1,6 @@ set CloseOnEnd=0 call module-updateAllFoFiXSVNsRelative.bat + +echo Update complete! +pause \ No newline at end of file diff --git a/wiki/GameControllers.wiki b/wiki/GameControllers.wiki index 58279ab2a..16d59eea7 100644 --- a/wiki/GameControllers.wiki +++ b/wiki/GameControllers.wiki @@ -48,6 +48,13 @@ If it does not, install the [http://pingus.seul.org/~grumbel/xboxdrv/ xboxdrv dr *Note*: There are alternatives, like the xpad kernel module, but since the xboxdrv is a userspace kernel driver that works even with the most recent kernels with problematic Xorg !AutoAddDevices feature, we recommend that one. +== Wii == +_Note: This section is very incomplete_ + +You should be able to get Wii GH instruments to work using [http://abstrakraft.org/cwiid/ CWiid] + +Apparently CWiid does not support the GHWT instruments properly, as they work differently to the GH3 ones. There are instructions and scripts for fixing this issue written up [http://sidrit.wordpress.com/2010/02/10/frets-on-fire-with-guitar-hero-world-tour-ghwt-on-ubuntu/ here] + ----------------------------------- = Mac OSX =