Welcome to the Gamebase 64 forums.                 An attempt to document ALL Commodore 64 gameware before it's too late!

Neo Geo AES - Script Help Please!

Discuss any other databases that use the GameBase Frontend, whether in pre development, development or publically released.

Moderator: Jimbo

user42
Keen Member
Keen Member
Posts: 178
Joined: Sun Dec 09, 2007 6:13 pm

Neo Geo AES - Script Help Please!

Sun Feb 21, 2010 10:30 pm

I put this on the back burner a long time ago but I would like to come back to it. I need a working script for either Winkawaks or NeoRAGEx. I know that I could run Neo Geo roms out of MAME but I want the games to load in AES (home) mode, not in MVS (arcade) mode.

Here is a early version with Winkawaks and two games for you to play with and see if you can get it working...
http://www.megaupload.com/?d=TH1E4ML9

If you want to try NeoRAGEx, note that it uses a different rom set than Winkawaks so you would need to add a different game to try it out. Here is one. http://www.megaupload.com/?d=AQZS3NH6

Thanks in advance.
Paul Irvine
Cool Member
Cool Member
Posts: 433
Joined: Sat Sep 11, 2004 11:06 am

Mon Feb 22, 2010 5:32 pm

Shame, I'd have said use Final Burn Alpha, it does have a command line usage but you would have to set the AVS via the dipswitches setting in the GUI, I don't think it can be done by command line.

The reason I suggest that is that Winkwaks does not support the parralax layers used by games like Neo Turfmasters..
-------
Loved ones are never gone as long as you remember them....
User avatar
.mad.
Honoured Member
Honoured Member
Location: Lancashire
Posts: 2257
Joined: Sun Jun 19, 2005 3:30 pm

Fri May 06, 2011 11:29 am

well after a year i finally know how to do it. :wink:

setup WinKwakas ROM paths from emulator menu.

WinKwakas.ini

Code: Select all

; Configuration file for WinKawaks 1.62
; May 17 2010:19:48:14
; -------------------------------------

[VideoSettings]


; If you want to use 640x480 in full screen with Capcom games, make sure to set FullScreenCorrectRatio=1


; This is the resolution for non rotated Capcom games
HorizontalFullScreenWidth=800
HorizontalFullScreenHeight=600

; This is the resolution for rotated Capcom games
VerticalFullScreenWidth=1024
VerticalFullScreenHeight=768

; This is the resolution for NeoGeo games
FullScreenWidthNeoGeo=304
FullScreenHeightNeoGeo=224

; Zoom window
; 100: Zoom 100% (default)
; 150: Zoom 150%
; 200: Zoom 200%
; 250: Zoom 250%
; 300: Zoom 300%
ZoomWindow=100

; Windowed mode ratio correction
; 0: no ratio correction
; 1: correct windowed ratio, smaller display (works good for all blitters)
; 2: correct windowed ratio, bigger display (works good for non scanlined blitters)
WindowCorrectRatio=0

; Full screen mode ratio correction
; 0: no ratio correction
; 1: correct full screen ratio, smaller display (works good for all blitters. Allows 640x480)
; 2: correct full screen ratio, bigger display (works good for non scanlined blitters)
; 3: stretch to full screen
FullScreenCorrectRatio=0

; Window position (no need to edit, this is saved automatically)
WindowXposition=1077
WindowYposition=407

; set this to 1 to stop vertical games being rotated (default 0)
NoRotate=0

; setting this to 1 for smooth scrolling (default 0)
TripleBuffer=0

; try setting this to 1 for a potentially big speed boost (default 0)
UseVRAM=1

FrameSkip=0
AutoFrameSkip=1
EnableRowscroll=1
EnableBgHi=1
EnableMasking=1

; set to 1 to have the emu run as fast as it can (bench purposes) or 0 for realtime emulation
Turbo=0

;  0 = Normal (very fast)
;  1 = Scanlines
;  2 = Scanlines 50%
;  3 = Alternate scanlines (very fast) (default)
;  4 = 2xSai
;  5 = Super2xSai
;  6 = SuperEagle
;  7 = Scanlined 2xSai
;  8 = Zoom 2x software (no blur)
;  9 = Monitor dot matrix blitter
; 10 = KScale (very fast edge enhancer)
; 11 = KScale with 25% scanlines (very fast edge enhancer)
; 12 = KScale with 50% scanlines (very fast edge enhancer)
; 13 = KScale with 75% scanlines (very fast edge enhancer)
VideoEngine=0

; Inter-frame blending (motion blur. reduces flickering)
; 0 = None (default)
; 1 = Yes
; 2 = Yes, with MMX (faster)
BlendFrames=0

; Enable sprite transparencies (BLD files in BLEND directory)
; 0 = No (default)
; 1 = Yes
EnableTransparencies=0

; color settings CPS2(prefered values 15..17)
GammaRed=16
GammaGreen=16
GammaBlue=16

; gamme settings (prefered values 0..512, 256=normal)
TrueGammaRed=256
TrueGammaGreen=256
TrueGammaBlue=256

; color for the background (usefull for the gfx rippers out there. values 0..255, -1=no force color)
BgRed=-1
BgGreen=-1
BgBlue=-1

; color for on screen display (values 0..255)
OSDRed=147
OSDGreen=207
OSDBlue=228


[NeoGeo]

; Hardware type
; 0 = Console
; 1 = Arcade (default)
NeoGeoSystem=0

; Country
; 0 = Japan
; 1 = USA
; 2 = Europe (default)
NeoGeoCountry=0

; Freeplay
; 0 = Off (default)
; 1 = On
NeoGeoFreeplay=1


[Misc]

; Name of the language pack (no .lng extension)
LanguagePack=English

RunCount=24

; Auto start game after load
AutoStartGame=1

; Games to enable
EnableCPS1=0
EnableCPS2=0
EnableMVS=1
NoClones=0

; 0 Show all
; 1 Show only available
; 2 Show only missing
ShowOnlyAvailable=1

; Set to 1 to disable emu text on screenshots
NoMsgScreenShots=1

; Set to 0 to disable menu shortcuts (handy for Hotrod players)
EnableHotKeys=1

; Set to 1 if you have joysticks/joypads attached to your PC, but don't want to use them in Kawaks
DisableJoystick=0

AutoPause=1
AlwaysOnTop=0


; Sound frequency. The higher, the better the quality. Values : 11025, 22050, 44100, 48000
SoundFreq=22050

; Sound segments. if sound gets choppy, try fiddling with those (SoundSegLag < SoundSegs)
SoundSegs=6
SoundSegLag=5

; Interpolate sound. Affects NeoGeo only
InterpolateSound=0

LowPassFilter=0

; CPS1 sound. YM2151=music, OKI=SFX
EnableOKI=1
EnableYM2151=1

; QSound
; Auto start game after load
; 0=Normal, -1=Softer, 1=Louder
QSoundAmplification=0

PlayMusic=1
PlaySFX=1
PlaySFA3Announcer=1

; NeoGeo sound. YM2610=music+speech+sfx, AY-3-8910=noise
EnableYM2610=1
EnableAY38910=1

DisplayTrackName=0

; set to 1 for mono sound
MonoSound=0

; set to 1 to reverse right and left channels
ReverseStereo=0

; Task priority. Valid values are the following :
; HIGH_PRIORITY     : 128    Use this for slower machines
; NORMAL_PRIORITY   : 32     Fast machines (full frame) use this (default setting)
; IDLE_PRIORITY     : 64     Not really useful...
; REALTIME_PRIORITY : 256    Using this one will disable multitasking. CAUTION
TaskPriorityLevel=128

; Try changing this (0/1) if Kawaks is slow :
MultiTaskFriendly=1

; Same, for Netplay :
MultiTaskFriendlyNetplay=1

; Number of frames to display chat text
NetChatDuration=300

; Number of chat text lines to display
NetChatSize=5

; Autoscroll Net chat text
NetChatAutoscroll=0

; Auto switch to full screen when net game starts
NetAutoFullscreen=0



[Path]

; path for your zipped roms
RomPath1=.\roms\cps2
RomPath2=.\roms\cps1
RomPath3=.\roms\neogeo
RomPath4=.\roms
RomPath5=.\roms

SavesPath=.\saves
EEPROMPath=.\eeprom
INIPath=.\ini
TracklistPath=.\tracklst
CheatPath=.\cheats
ScreenShotPath=.\sshots
CapturePath=.\capture
LanguagePath=.\lang
RecordPath=.\recinput
BlendPath=.\blend
create a batch file for each game, and put them it in the same folder as the WinKwakas.exe.


3countb.cmd

Code: Select all

"winkawaks.exe" 3countb
*This needs the "quotes" for it to work.

set the game file type as CMD or BAT

Emulators.ini

Code: Select all

[Emulators]
1=WinKawaks
2=

[WinKawaks]
UseShortFilenames=1
SupportedTypes=bat;cmd
EmulatorPathFile=C:\GameBase\NeoGeo\Emulators\winkawaks162\winkawaks.exe
ScriptFile=winkawaks.txt
UseDefaultTypes=0
WaitFinish=1
1=C:\GameBase\NeoGeo\Emulators\winkawaks162\WinKawaks.ini
2=
Script
WinKwakas.txt

Code: Select all

Run_GameFile()
user42
Keen Member
Keen Member
Posts: 178
Joined: Sun Dec 09, 2007 6:13 pm

Fri Jun 10, 2011 3:05 pm

Sorry for the slow reply, I don't check this site as often as I used to...

I am excited that you got it working. I tried what you said but I am still having problems. I am sure I am doing some thing wrong...

Where are your roms at? Are they zipped? In gamebase are you linking to the rom file or the cmd file that you create for each game? In fact, could you send me your working copy of this gamebase (to save file size just include one game and leave out the screenshots) ? That would prob help me alot.

Thanks for the help.
User avatar
.mad.
Honoured Member
Honoured Member
Location: Lancashire
Posts: 2257
Joined: Sun Jun 19, 2005 3:30 pm

Sat Jun 11, 2011 8:19 am

This is setup ready to go.
http://www.multiupload.com/FQ5I5NHK21

All roms must be in this folder...
NeoGeo\Emulators\winkawaks162\roms\neogeo

and they MUST be winkawaks162 ROM version.
(use Rom Center dat in roms folder)

if you are missing roms, use latest MAME set to create a few.
User avatar
Pugsy
GB64 Team
Contact:
Location: North Wales, UK
Posts: 594
Joined: Thu Feb 13, 2003 7:58 pm

Sat Jun 11, 2011 12:52 pm

Alternatively, you can play the AES roms in MESS - it's now quite easy with the software list. And the new HLSL screen filters in MESS help it look closer to how the original AES would appear on a CRT....though personally I prefer to play it without the filters.
Gamebase64 Team Member http://www.gamebase64.com
Ex-freelance cheat listing/pokes contributer to Zzap, CF, CU & ACE
MAME Cheat File Maintainer http://www.mamecheat.co.uk
user42
Keen Member
Keen Member
Posts: 178
Joined: Sun Dec 09, 2007 6:13 pm

Sat Jun 11, 2011 2:55 pm

Thanks guys. I will work on it this weekend.
user42
Keen Member
Keen Member
Posts: 178
Joined: Sun Dec 09, 2007 6:13 pm

Thu Jun 16, 2011 8:30 pm

Huge thanks .mad.! All I needed to do was use your emu folder, add roms and link to the bat files. Works great.

I will upload my Neo Geo AES GB soon. Too bad I am missing most of the manuals...

Return to “Other GameBase Projects”

Who is online

Users browsing this forum: No registered users and 44 guests