Test7 v20110429 - 模擬器

William avatar
By William
at 2011-04-30T15:49

Table of Contents

http://sourceforge.net/projects/testseven/

Test7 v20110429 is released. Test7 is a multi emulator frontend. Instead of a
list of game names, it displays a tiled view of thumbnails (one for each
game).



Test7 is a multi emulator frontend.
Instead of a list of game names, it displays a tiled view of thumbnails (one
for each game).

It's based on the library "Slick" (http://slick.cokeandcode.com)
and use the Apache Batik SVG Toolkit (http://xmlgraphics.apache.org/batik/).

The config file is in JSON format (http://www.json.org)

To start the front-end (requires Java version 6 at least):
java -jar test7.jar

At launch, Test7 unzips the necessary natives libraries in the current
directory.
Linux:
You must include this directory in the environment variable LD_LIBRARY_PATH.

Windows:
The current directory is normaly automatically added to the PATH.

If it doesn't exist, Test7 creates a template config file test7.json

The config files is divided in three parts:
- display
- emulators
- games

Summary of the display configuration:
"""""""""""""""""""""""""""""""""""""
- screenWidth and screenHeight : sizes in pixels of the screen.
- fullscreen : true/false.
- keyDelay (optional 500ms by default): time in ms for key repetition.
- nbColumns and nbRows : number of thumbnails displayed on a page.
- percentRowSpacing and percentColumnSpacing (optional 1% by default): blank
space between rows and columns in percent of the screen size.
- pageScrollTime (optional 300ms by default): time in ms of the
page-scrolling effect.
- cursorMoveTime (optional 100ms by default): time in ms for the cursor to
move from one thumbnail to another.
- rotate (optional no rotation by default): rotate the display. -1 = -90°; 1
= +90°; 0 = no rotation.
- multiThread (optional true by default): true/false; By default Test7 load
the thumbnails in a separate thread.
So you can start your navigation through the games while the thumbnails are
loaded.
But it seems there's a bug which sometimes freezes the application (occures
in fullscreen with Vista)
- svgMaskFilename (optional test7/mask.svg by default) : filename of the svg
file used as a mask on each thumbnail.

Emulators:
""""""""""
- id : reference used in the game part.
- command : command used to start the emulator (with options if needed).
Exemple: "c:/temp/znes/zsnesw.exe -m" to start the ZNES emulator in command
line mode.
- romsDirectory : directory containing the roms of this emulator.
- picturesDirectory : directory containing the pictures used to create the
thumbnails.

Games:
""""""
- file : name of the file. Exemple : "superGame.zip"
The directory is the one associated with the emulator (see above).
- name : displayed name of the game.
- picture (optional): By default Test7 uses the filename of the game with one
these suffixes : "bmp,jpg,jpeg,png,gif"
to construct the filename of the game.
Exemple: "superGame.zip" becomes "superGame.png"
This parameter permit to use a totally different filename for the picture.
The directory is the one associated with the emulator (see above).
- emulatorOption (optional): add some options to the command line of the
emulator.
- emulatorId : Identifiant of the emulator used to launch this game.

Exemple of a configuration:
"""""""""""""""""""""""""""
{
"screenWidth":1680,
"screenHeight":1050,
"fullScreen":true,
"nbColumns":6,
"nbRows":4,
"emulators": [
{"id":"znes", "command":"c:/temp/znes/zsnesw.exe -m",
"romsDirectory":"c:/temp/znes", "picturesDirectory":"c:/temp/znes"},
{"id":"mame", "command":"c:/temp/mame/mame.exe",
"romsDirectory":"c:/temp/mame/roms", "picturesDirectory":"c:/temp/mame/snap"}
],
"games": [
{"name":"Super Ghost'n Trolls ", "file":"Super Ghost'n Trolls (Europe).zip",
"emulatorId":"znes"},
{"name":"Super Subway", "file":"Super Subway (Europe) (En,Fr,De).zip",
"emulatorId":"znes"},
{"name":"Year of Kung-Fu", "file":"yearkf.zip", "emulatorId":"mame"}
]
}

Usage:
""""""
Use arrow keys or joystick to move the cursor.
Use space or a joystick button to select a game. A full-size picture of the
selected game is displayed.
Confirm your choice with space or a button again or use arrow key or joystick
to cancel.
Type 'Q' to quit Test7.

--

All Comments

winkawaks模擬 畫面黑線

Yedda avatar
By Yedda
at 2011-04-30T11:21
最近興致來到,想要回味一下過去的電玩,選用了 winkawaks 這一套模擬器 不過卻發現畫面 很均衡的暗了 不知道是哪邊設定有問題,希望可以解答,感謝 CPU:P6100 VGA:HD 5650 一般 winkawaks 啟動畫面 http://goo.gl/aby0M 啟動遊戲之後,畫面很均 ...

HyperSpin RomManager v1.1c

Lily avatar
By Lily
at 2011-04-29T23:25
http://www.emulation-evolved.net/?q=node/17 HyperSpin RomManager v1.1c is released. HyperSpin RomManager is a tool. HyperSpin is just a great frontend, be ...

DC我不知道是什麼原因...

Jack avatar
By Jack
at 2011-04-29T21:29
我用的是Chankast_alpha_25... 玩音速Sonic Adventure 2的時候... 那克魯斯有一關要打鬼魂BOSS的時候 我印象中~打到小隻的鬼魂之後... 大隻的鬼魂是不會完全消失的...照理來說要留個影子讓我追 但是我連個影子都沒看到...完全不知道怎麼打.. 然後門又關起來了ˊ..ˋ ...

龍虎の拳 「覇王翔吼拳」を使わざるを得ない

Ina avatar
By Ina
at 2011-04-29T12:47
真白爛哈哈哈 http://www.youtube.com/watch?v=NPEGL69uy38 http://www.youtube.com/watch?v=x66h4JsXjuAandamp;feature=related http://www.youtube.com/watch?v=hBnnpJ ...

(Arcade) MAME Plus! v0.142u2 r4866

Vanessa avatar
By Vanessa
at 2011-04-29T12:05
2011.04.29 r4865 - fixed USE_DRIVER_SWITCH (work again) r4866 - [MAME] Updated to MAME 0.142u2 - [MESS] Sync with MESS (rev 11 ...