English Amiga Board


Go Back   English Amiga Board > Other Projects > project.WHDLoad

 
 
Thread Tools
Old 07 February 2013, 18:38   #1
TroelsDK
Registered Amiga Maniac
 
TroelsDK's Avatar
 
Join Date: Dec 2011
Location: Denmark
Age: 40
Posts: 385
WHDLoad Game Menu

Running CWB what line can I add to start-up sequence to load the "game menu" on startup, instead of selecting it through several steps?
( RUN -> WHDLoad -> Games )
TroelsDK is offline  
Old 08 February 2013, 12:47   #2
olesio
Registered User
 
Join Date: Apr 2007
Location: Poland
Posts: 337
I recommend you TinyLauncher by GIBS. Easy to use. Only joystick/keyboard needed to navigate after setup. It is better than messing with CWB features to launch games. On my real Amiga 1200 I use ClassicWB Lite as system and I remember there was some method to display GamesMenu by choosing some option after some mouse press. But if you like show GamesMenu only once before loading system you can add following lines to your S:startup-sequence file:
Code:
C:Assign >NIL: ENV: RAM:
C:Assign >NIL: T: RAM:
FailAt 21
C:Assign >NIL: LAUNCH: DH0:System/BMenu/Files
C:Execute S:Assign-Startup
C:WBRun DH0:System/BMenu/Boot/GamesMenu
FailAt 21 is very important because my S:Assign-Startup can contain line like "Assign >NIL: A-Programs: SYS:Programs" and SYS: is not recognized. I do not have knowledge how to add it. Normal assign SYS: DH0: do not help. So FailAt 21, skips error lower than 21. Maybe someone other here, can recommand you other and better method. But the best way in my opinion is use TinyLauncher in S:startup-sequence in following method:
Code:
LAB LOADTL
Set >NIL: Reply `DH0:TINYLAUNCHER/TinyLauncher.exe`
IF $Reply not eq "5"
Skip LOADTL BACK
EndIf
And when you will press F10 in TinyLauncher you can break that loop and continue loading lines below EndIf.
olesio is offline  
Old 20 June 2013, 18:53   #3
TroelsDK
Registered Amiga Maniac
 
TroelsDK's Avatar
 
Join Date: Dec 2011
Location: Denmark
Age: 40
Posts: 385
I never remembered to thank you for you guide

Thanks!
TroelsDK is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Atari ST game collections, menu disks and C64 emulators Bloodwych Retrogaming General Discussion 44 24 February 2013 00:11
help me executing an whdload-installed game without whdload Gaula92 support.Games 7 26 January 2011 21:44
creating menu option in Winuae for WHDload game configs kipper2k support.WinUAE 30 11 October 2008 22:25
Amiga single game cracks or ST menu disks Ian Retrogaming General Discussion 15 24 June 2008 10:35
have u got a whdload game? jibos71 support.Games 6 11 May 2007 23:27

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 21:13.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08093 seconds with 15 queries