English Amiga Board


Go Back   English Amiga Board > Support > support.Demos

 
 
Thread Tools
Old 08 August 2014, 23:26   #1
Aezeroony
Registered User
 
Join Date: Jul 2014
Location: Doncaster
Posts: 18
Help Needed - trying to compile an Amiga music disk

Hello all,

Currently I am trying to compile an Amiga music disk with some of my latest work on but for the life of me can't remember how to do it, I did one years ago in about 1991 but long since forgotten, all I want to do is create a basic disk with a permanent background iff then key map mods to F1-F10 & also have text on screen showing which key to press for which mod etc, can anybody help please?

Many thanks,

Aaron.
Aezeroony is offline  
Old 09 August 2014, 17:34   #2
Hewitson
Registered User
 
Hewitson's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Age: 41
Posts: 3,773
I wouldn't bother, I would think that most people would much rather play them in protracker instead of looking at a static picture on the screen.
Hewitson is offline  
Old 10 August 2014, 21:19   #3
4mat_
Demoscene musician
 
4mat_'s Avatar
 
Join Date: May 2010
Location: UK
Posts: 55
It's been about 25 years since I did one of these, but I just tried some stuff out in WinUAE which seems to work. This only has a text menu with remapped keys but adding the rest should be easy-ish.

First thing is to make a bootable disk image with these folders:

Code:
C
DEVS/KEYMAPS
S
I couldn't find the old keymap tool I used but there's one on Aminet called Editkeys163.lha , you'll need to load an existing keymap in from Workbench if you want the rest of your keyboard to work as it doesn't seem to map them all by default.

Click on each function key and in the box at the bottom put EXECUTE 1 for F1, EXECUTE 2 in F2 etc so it'll run a numbered script when you press the key. Also after you type the text click on the RETURN icon next to that box. (it'll add a little command code to the text)

Save that on your disk in DEVS/KEYMAPS as musickeymap

Now we'll need to copy some things from the Workbench's C folder into your C folder. If you don't have wb have a scout around some old cli musicdisks or compilations, everyone basically used the same stuff back then. (remember all those musicdisks with stars on the cli screen?) Copy these:

Code:
Execute
Setmap (or Setkey or something similar name)
Type
Now we need to put the bootup script in that S folder, copy this and save it as startup-sequence in there:

Code:
setmap musickeymap
type menu.txt
If you had a picture viewer you'd stick that in the script, there's probably old iff ones on random musicdisks. (I think the old Slipstream ones did it if they still exist)

Now you need a cli mod player, on Aminet I could only find one for classic OS (lowplay.lha) so we'll use that for now. You can probably find a better one on some old musicdisk. Copy the contents to the C folder.

For each song write a script named 1, 2, 3 etc. and save it in the root with this in it:

Code:
lowplay songname.mod
type menu.txt
Finally save your menu text to a file called menu.txt and put that and your songs in the root of the disk. Hopefully should work, though it'll look a bit messy without a CLS command. (which I remember being a program back then, probably on some old musicdisk somewhere)

One other thing, when I made the text files in PC Notepad they had trouble reading on Amiga so I had to load them into an Amiga editor and save there. (ANSI/ASCII error? Dunno)

Anyway, that's the basics. Was quite funny trying to make one of these again, hope this helps.
4mat_ 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
Cracktro Needed For Music Video Chuckie Miner Amiga scene 11 31 January 2012 20:53
new program for music lovers - testing needed please! snyp News 45 29 July 2011 17:21
Help needed with music player swirlythingy Coders. General 3 22 May 2010 16:24
oryginal disk 1 of cannon fodder 2 amiga game needed bieniu request.Old Rare Games 5 18 May 2010 17:08
plz compile this C-source on Amiga Bernd Coders. General 0 09 January 2006 17:55

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 13:27.

Top

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