View Single Post
Old 11 October 2008, 20:05   #4
kipper2k
Registered User
 
Join Date: Sep 2006
Location: Thunder Bay, Canada
Posts: 4,323
looks like i am having problems with file paths... here is my attempt....

startup-sequence is...

C:SETPATCH quiet
C:Assign > NIL: ENV: RAM:
C:Assign > NIL: T: RAM:
FailAt 21
IF EXISTS S:User-Startup
Execute S:User-Startup
EndIF
uae-configuration SPC_QUIT 1
______________________________

my user-startup is....

echo "";
echo "";
echo "";
echo " Frenetic (HD edition)";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
jmenu TestMenu.jm TestVar >NIL:
cd dh1:Frenetic;
if $TestVar EQ 1
PPMore manual
endif
whdload frenetic.slave PRELOAD;

______________________________

I placed...

- ppmore in the WHD\C directory
- jmenu also in WHD\C directory
- testmenu.jm in whd\s (and also whd\C directory
- the txt file "manual" is in the frenetic folder


the contents of testmenu.jm is...

TITLE Would you like to read the docs or continue to load the game?

MENU Read the docs
MENU Load the game

_______________________________________________________

I also tried placing the files in other directories too.

When i run the original frenetic.uae config file without any changes the game runs fine, as soon as i tried applying these changes Winuae shuts down, i can see an error message about unable to open redirection file or something before Winuae closes

Any pointers ?

Thanks
kipper2k is offline  
 
Page generated in 0.04392 seconds with 11 queries