Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

does any one have a working config for this emulator im using (v i v a n o n n o namco System 22 Emulator version 22.0.3) http://vivanonno.vg-network.com

also ive bin trying to get an amstrad cpc 464 up n running but with no joy any help would be gratefull cheers

Posted

yes please:) and me to!! have been playin around with emu for some time now but can not seem to get running on gameex it run's rave racer

like wweeeeeeaaaaoooouuuu!!

  • 2 weeks later...
Posted

no joy no one ever played this plsssssssss im desperate gota get the namco emu up n running cheers baz

Posted

It only emulates 3 ROM sets? Weak. But I'll screw around with it and see if I can get it running.

BBIAB. :)

.:.EDIT.:. My ROM sets have changed alot since this emulator was last released, therefore I can't get this EMU to run my new ROM sets for these games. Sorry. :(

  • 2 weeks later...
Posted
It only emulates 3 ROM sets? Weak. But I'll screw around with it and see if I can get it running.

BBIAB. :)

.:.EDIT.:. My ROM sets have changed alot since this emulator was last released, therefore I can't get this EMU to run my new ROM sets for these games. Sorry. :(

Here is a working config I use. It works, but I'm sure there must be a better way to do it.

1. You need AudoItv3 installed on your computer. http://www.autoitscript.com/autoit3/

2. You need to create a separate .exe or au3 file for each game ROM in the main working directory with the vivanonno.exe file. Then you use a lnk (shortcut) to each exe or au3 to run them. the lnk (shortcut) will be considered the "ROM". The properties of the lnk's should be "D:\vivanonno\Rave Racer (World).exe" and "D:\vivanonno\Ridge Racer 2 (Japan-A).exe".

3. The "exe" or "au3" for (Rave Racer (World).exe or au3) file should look like this:

Run ( "vivanonno.exe" )

WinWaitActive("viva nonno")

WinSetState("viva nonno", "", @SW_MAXIMIZE)

MouseClick("left", 24, 28, 1)

MouseClick("left", 21, 47, 1)

MouseClick("left", 362, 423, 1)

MouseClick("left", 639, 340, 1)

MouseClick("left", 639, 340, 1)

sleep(6000)

Send ( "!{ENTER}" )

WinWaitActive("viva nonno - *")

Send ( "{ALT}" )

Send ( "{RIGHT}" )

Send ( "{DOWN}" )

Send ( "{DOWN}" )

Send ( "{ENTER}" )

WinWaitClose("viva nonno - *")

Exit

4. The exe or au3 file for (Ridge Racer 2 (Japan-A).exe or au3) should look like this:

Run ( "vivanonno.exe" )

WinWaitActive("viva nonno")

WinSetState("viva nonno", "", @SW_MAXIMIZE)

MouseClick("left", 24, 28, 1)

MouseClick("left", 21, 47, 1)

MouseClick("left", 389, 352, 1)

MouseClick("left", 639, 340, 1)

MouseClick("left", 639, 340, 1)

sleep(6000)

Send ( "!{ENTER}" )

WinWaitActive("viva nonno - *")

Send ( "{ALT}" )

Send ( "{RIGHT}" )

Send ( "{DOWN}" )

Send ( "{DOWN}" )

Send ( "{ENTER}" )

WinWaitClose("viva nonno - *")

Exit

*5. The cursor coordinates for mouse clicks might need to be adjusted for your monitor depending on your resolution

6. Here is the GameEx config:

[Emulator_27]

Enabled=True

DumbyValue=

STARTPAGENAME=Namco System 22

TITLETEXT=Namco System 22

StartPageLogo=namco

ROMFilter=*.lnk

RomsInFolders=False

RomPath=d:\vivanonno

SnapPath=d:\vivanonno\snap

TitlePath=

BoxPath=

CartPath=

WorkingPath=d:\vivanonno

MapKeys=True

WaitBeforeKeys=

SendKeys=

ReplaceDash=False

ReplaceUnder=True

Capitals=False

RemoveBrackets=False

ShowDesktop=True

Debug=False

MAPFile=

AlsoLaunch=

Command=[ROMPath]\[RomFile]

OLDatZip=

LaunchBefore=

LaunchAfter=

configFile=

ExcludedFiles=

CustomBackground=

PlayMusic=

PCGame=

DATABASE=

GamesIn7Zips=

I hope this helps.

Posted
Here is a working config I use. It works, but I'm sure there must be a better way to do it.

1. You need AudoItv3 installed on your computer. http://www.autoitscript.com/autoit3/

2. You need to create a separate .exe or au3 file for each game ROM in the main working directory with the vivanonno.exe file. Then you use a lnk (shortcut) to each exe or au3 to run them. the lnk (shortcut) will be considered the "ROM". The properties of the lnk's should be "D:\vivanonno\Rave Racer (World).exe" and "D:\vivanonno\Ridge Racer 2 (Japan-A).exe".

3. The "exe" or "au3" for (Rave Racer (World).exe or au3) file should look like this:

Run ( "vivanonno.exe" )

WinWaitActive("viva nonno")

WinSetState("viva nonno", "", @SW_MAXIMIZE)

MouseClick("left", 24, 28, 1)

MouseClick("left", 21, 47, 1)

MouseClick("left", 362, 423, 1)

MouseClick("left", 639, 340, 1)

MouseClick("left", 639, 340, 1)

sleep(6000)

Send ( "!{ENTER}" )

WinWaitActive("viva nonno - *")

Send ( "{ALT}" )

Send ( "{RIGHT}" )

Send ( "{DOWN}" )

Send ( "{DOWN}" )

Send ( "{ENTER}" )

WinWaitClose("viva nonno - *")

Exit

4. The exe or au3 file for (Ridge Racer 2 (Japan-A).exe or au3) should look like this:

Run ( "vivanonno.exe" )

WinWaitActive("viva nonno")

WinSetState("viva nonno", "", @SW_MAXIMIZE)

MouseClick("left", 24, 28, 1)

MouseClick("left", 21, 47, 1)

MouseClick("left", 389, 352, 1)

MouseClick("left", 639, 340, 1)

MouseClick("left", 639, 340, 1)

sleep(6000)

Send ( "!{ENTER}" )

WinWaitActive("viva nonno - *")

Send ( "{ALT}" )

Send ( "{RIGHT}" )

Send ( "{DOWN}" )

Send ( "{DOWN}" )

Send ( "{ENTER}" )

WinWaitClose("viva nonno - *")

Exit

*5. The cursor coordinates for mouse clicks might need to be adjusted for your monitor depending on your resolution

6. Here is the GameEx config:

[Emulator_27]

Enabled=True

DumbyValue=

STARTPAGENAME=Namco System 22

TITLETEXT=Namco System 22

StartPageLogo=namco

ROMFilter=*.lnk

RomsInFolders=False

RomPath=d:\vivanonno

SnapPath=d:\vivanonno\snap

TitlePath=

BoxPath=

CartPath=

WorkingPath=d:\vivanonno

MapKeys=True

WaitBeforeKeys=

SendKeys=

ReplaceDash=False

ReplaceUnder=True

Capitals=False

RemoveBrackets=False

ShowDesktop=True

Debug=False

MAPFile=

AlsoLaunch=

Command=[ROMPath]\[RomFile]

OLDatZip=

LaunchBefore=

LaunchAfter=

configFile=

ExcludedFiles=

CustomBackground=

PlayMusic=

PCGame=

DATABASE=

GamesIn7Zips=

I hope this helps.

worked a treat thanks very much

  • 11 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...