View Single Post
Old 26 March 2013, 13:36   #1
browniesrgut
Registered User
 
Join Date: Mar 2012
Location: saint-etienne/france
Posts: 25
WHDload and FS-UAE command line

Hello all,

I have installed FS-UAE on my HTPC (running ubuntu 12.10 and XBMC on top of that), added a script that allows me to launch executables from there and so I configured the hole thing to run som games (essentially CD-32 games) from bash scripts, like, for example Disposable Hero :

Code:
#!/bin/bash
openbox & fs-uae --amiga_model=CD32 --cdrom_drive_0="Disposable Hero (1994)(Gremlin)[!].zip" --fullscreen=1 --fullscreen_mode=fullscreen --scanlines=1
killall -9 openbox
But, is there is a way to launch my whdload games by the same way ?

This bash script only gave me an AMIGADOS "1>" prompt and nothing more :

HTML Code:
#!/bin/bash
openbox & fs-uae --amiga_model=A600 --fast_memory=8192 --hard_drive_0="BodyBlowsGalactic_v2.1_1231.zip" --fullscreen=1 --fullscreen_mode=fullscreen --scanlines=1 --x_whdload_args="BodyBlowsGalactic.slave PRELOAD"
killall -9 openbox
Maybe I'm missing something. Can somebody help me please ?

Last edited by browniesrgut; 26 March 2013 at 15:35.
browniesrgut is offline  
 
Page generated in 0.05849 seconds with 11 queries