aboutsummaryrefslogtreecommitdiff
path: root/dists/motomagx
diff options
context:
space:
mode:
authorEugene Sandulenko2009-12-22 23:37:31 +0000
committerEugene Sandulenko2009-12-22 23:37:31 +0000
commitbac7961b3f8f5692fcdd5683866d6e9f935a7ca6 (patch)
treec38b803528050b1eacff86a0bdb284ec6bc9f5f5 /dists/motomagx
parentd910861c5c6d7abe6ed3b08835bf0ac5f2b8cca6 (diff)
downloadscummvm-rg350-bac7961b3f8f5692fcdd5683866d6e9f935a7ca6.tar.gz
scummvm-rg350-bac7961b3f8f5692fcdd5683866d6e9f935a7ca6.tar.bz2
scummvm-rg350-bac7961b3f8f5692fcdd5683866d6e9f935a7ca6.zip
Patch #2896875: "dist update for linuxmoto-platform"
svn-id: r46491
Diffstat (limited to 'dists/motomagx')
-rw-r--r--dists/motomagx/mgx/readme-motomagx-mgx.txt60
-rw-r--r--dists/motomagx/mgx/scummvm.lin5
-rw-r--r--dists/motomagx/mpkg/mySDL.cfg15
-rw-r--r--dists/motomagx/mpkg/readme-motomagx-mpkg.txt21
-rwxr-xr-xdists/motomagx/mpkg/run.sh10
-rw-r--r--dists/motomagx/pep/readme-motomagx-pep.txt31
6 files changed, 122 insertions, 20 deletions
diff --git a/dists/motomagx/mgx/readme-motomagx-mgx.txt b/dists/motomagx/mgx/readme-motomagx-mgx.txt
new file mode 100644
index 0000000000..1b79124239
--- /dev/null
+++ b/dists/motomagx/mgx/readme-motomagx-mgx.txt
@@ -0,0 +1,60 @@
+1. Install:
+
+motomagx-platform:
+
+mgx-package for Motorola E8, EM30, U9, ZN5
+Requirements:
+
+for Motorola E8, EM30:
+e8, em30 libpack - http://www.mediafire.com/download.php?mhlldhdmzde
+Unpack lib folder to /mmc/mmca1/games
+
+for Motorola U9, ZN5
+zn5, u9 libpack - http://www.mediafire.com/download.php?nmqzc5lizuy
+Unpack lib folder to /mmc/mmca1/games
+
+
+2. Game Control:
+
+(mgx) E8, EM30 (motomagx)
+use internal scummvm keymapper
+after first start scummvm keys assingned randomly
+for remapping key, must edited file
+games/.scummvmrc
+after line [keymapper]
+
+KeyMap setting tested with Motorola Z6 (pep build) by Pantamorph
+
+[keymapper]
+keymap_global_SKCT=BACKSPACE
+keymap_global_MENU=SPACE
+keymap_global_REMP=ASTERISK
+keymap_global_VIRT=F9
+keymap_gui_CLOS=ESCAPE
+keymap_gui_CLIK=BACKSPACE
+keymap_global_PAUS=TAB
+keymap_global_SKLI=2
+keymap_gui_VIRT=F9
+keymap_gui_REMP=SPACE
+
+(mgx) U9, ZN5 (motomagx)
+use internal scummvm keymapper
+after first start scummvm keys assingned randomly
+for remapping key, must edited file
+games/.scummvmrc
+after line [keymapper]
+
+KeyMap setting tested with Motorola ZN5 (mgx build) by Junior Passos
+
+[keymapper]
+keymap_global_SKCT=BACKSPACE
+keymap_global_PAUS=F9
+keymap_global_REMP=HASH
+keymap_global_VIRT=TAB
+keymap_gui_CLOS=ESCAPE
+keymap_gui_CLIK=BACKSPACE
+keymap_global_MENU=ESCAPE
+keymap_global_SKLI=ASTERISK
+keymap_gui_VIRT=TAB
+keymap_gui_REMP=CLEAR
+
diff --git a/dists/motomagx/mgx/scummvm.lin b/dists/motomagx/mgx/scummvm.lin
index 7f9ec594c5..f75a665d7a 100644
--- a/dists/motomagx/mgx/scummvm.lin
+++ b/dists/motomagx/mgx/scummvm.lin
@@ -1,8 +1,9 @@
#!/bin/bash
mypath=${0%/*}
GAMES=/mmc/mmca1/games
-LIBDIR=$GAMES/lib
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR
+export LIBDIR1=/ezxlocal/download/mystuff/games/lib
+export LIBDIR2=$GAMES/lib
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR1:$LIBDIR2
export SDL_QT_MODIFICATOR=1
export HOME=$GAMES
cd $mypath
diff --git a/dists/motomagx/mpkg/mySDL.cfg b/dists/motomagx/mpkg/mySDL.cfg
index 17e90d2b1a..152a207252 100644
--- a/dists/motomagx/mpkg/mySDL.cfg
+++ b/dists/motomagx/mpkg/mySDL.cfg
@@ -1,6 +1,6 @@
[SDL]
LeftSoftkey = F9
-RightSoftkey = F11
+RightSoftkey = PERIOD
Up = UP
Down = DOWN
Left = LEFT
@@ -8,13 +8,13 @@ Right = RIGHT
Center = RETURN
VolumeUp = PLUS
VolumeDown = MINUS
-SideKey = SPACE
-Call = ESCAPE
-Music = F8
-Red = F12
+SideKey = F5
+Call = F7
+Music = F10
+Red = ESCAPE
C = BACKSPACE
-Camera = F7
-Slider = F5
+Camera = MINIMIZE
+Slider = 0
0 = 0
1 = 1
2 = 2
@@ -27,4 +27,3 @@ Slider = F5
9 = 9
Asterisk = ASTERISK
Numeral = HASH
-
diff --git a/dists/motomagx/mpkg/readme-motomagx-mpkg.txt b/dists/motomagx/mpkg/readme-motomagx-mpkg.txt
new file mode 100644
index 0000000000..16646fab73
--- /dev/null
+++ b/dists/motomagx/mpkg/readme-motomagx-mpkg.txt
@@ -0,0 +1,21 @@
+1. Install:
+
+motomagx-platform:
+
+mpkg-package for devices: Motorola Z6, V8
+Requirements:
+z6,v8 libpack - http://www.mediafire.com/download.php?zwndhmyotom
+Unpack lib folder to /mmc/mmca1/.system
+
+2. Game Control:
+
+(mpkg) Z6,V8 (motomagx)
+
+menu - Slider key
+skip scene - call key
+virtual keyboard - camera key
+left mouse click - joy(fire) or volume '-'
+right mouse click - volume '+'
+quit - hangup key
+
+easy reconfig control: mySDL.cfg in scummvm directory
diff --git a/dists/motomagx/mpkg/run.sh b/dists/motomagx/mpkg/run.sh
deleted file mode 100755
index bfbd6000d6..0000000000
--- a/dists/motomagx/mpkg/run.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-DIR=`busybox dirname "$0"`
-LIBDIR=/mmc/mmca1/.system/lib
-export LD_PRELOAD=$LIBDIR/libz.so:$LIBDIR/libSDL-1.2.so.0:$LIBDIR/libvorbis.so.0:$LIBDIR/libvorbisfile.so.3:$LIBDIR/libogg.so.0:$LIBDIR/libmad.so.0:$LIBDIR/libutil.so.1:$LIBDIR/libtaskman.so
-export SDL_QT_MODIFICATOR=1
-export HOME=/$DIR
-cd $DIR
-rm /mmc/mmca1/.system/mySDL.cfg
-cp $DIR/mySDL.cfg /mmc/mmca1/.system/mySDL.cfg
-exec $DIR/scummvm --path=$DIR --gfx-mode=1x > $DIR/scummvm.log
diff --git a/dists/motomagx/pep/readme-motomagx-pep.txt b/dists/motomagx/pep/readme-motomagx-pep.txt
new file mode 100644
index 0000000000..771a90fa69
--- /dev/null
+++ b/dists/motomagx/pep/readme-motomagx-pep.txt
@@ -0,0 +1,31 @@
+1. Install:
+
+motomagx-platform:
+
+- pep-package for devices: Motorola Z6, V8
+Requirements:
+z6,v8 libpack - http://www.mediafire.com/download.php?jzz2dnzezgo
+Unpack libs to /mmc/mmca1/.Games/lib
+
+2. Game Control:
+
+(pep) Z6, V8 (motomagx)
+use internal scummvm keymapper
+after first start scummvm keys assingned randomly
+for remapping key, must edited file
+.Games/.scummvmrc
+after line [keymapper]
+
+KeyMap setting tested with Motorola Z6 (pep build) by Pantamorph
+
+[keymapper]
+keymap_global_SKCT=BACKSPACE
+keymap_global_MENU=SPACE
+keymap_global_REMP=ASTERISK
+keymap_global_VIRT=F9
+keymap_gui_CLOS=ESCAPE
+keymap_gui_CLIK=BACKSPACE
+keymap_global_PAUS=TAB
+keymap_global_SKLI=2
+keymap_gui_VIRT=F9
+keymap_gui_REMP=SPACE