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

Commodore Amiga

Discuss the Commodore Amiga database that uses the GameBase Frontend.

Moderator: Jimbo

Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Tue Jan 31, 2023 7:39 pm

@OX
now the link works.
User avatar
OX
Ice Cool Member
Ice Cool Member
Posts: 638
Joined: Thu Jun 24, 2010 9:05 pm

Re: Commodore Amiga

Tue Jan 31, 2023 9:28 pm

Seiya wrote:
Tue Jan 31, 2023 7:39 pm
@OX
now the link works.
Thanks Seiya, I don't know if you ever shared the CD-ROM games but I get 42 missing games when I verify available files (all of them cd games), or maybe you haven't included the files yet?
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Wed Feb 01, 2023 4:36 pm

do you have download update 2 that i send you in PM?
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Wed Feb 01, 2023 4:42 pm

i need assistance in this script value that i have error in too many parameters:

Code: Select all

If Key_3dfx CONTAINS(yes)
   Set_CFG_Value(%dbpath%\Scripts\Commodore Amiga.uae||gfxcard_size||16)
   Set_CFG_Value(%dbpath%\Scripts\Commodore Amiga.uae||gfxcard_type||V3_3000)
   Set_CFG_Value(%dbpath%\Scripts\Commodore Amiga.uae||vooodoo3_3k_rom_file||voodoo3.rom)
   SET_CFG_Value(%dbpath%\Scripts\Commodore Amiga.uae||mediator_rom_file||ENABLED)
   SET_CFG_Value(%dbpath%\Scripts\Commodore Amiga.uae||mediator_rom_options||1200)
end if
if i use only the first 4 lines is ok. Mediator is mounted. The the 5th line should be important for choose the model. If i want mount A4000 Mediator how i can do?

i tried to make 2 scripts (one for 3dfx and one for mediator), but give me error for "mediator_rom_options||1200"
In uae config i have "mediator_rom_options=subtype=1200
User avatar
OX
Ice Cool Member
Ice Cool Member
Posts: 638
Joined: Thu Jun 24, 2010 9:05 pm

Re: Commodore Amiga

Wed Feb 01, 2023 7:19 pm

Seiya wrote:
Wed Feb 01, 2023 4:36 pm
do you have download update 2 that i send you in PM?
Sorted :wink:
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Wed Feb 01, 2023 8:52 pm

if you have download every update you should have every files: total updates are 6.
User avatar
.mad.
Honoured Member
Honoured Member
Location: Lancashire
Posts: 2256
Joined: Sun Jun 19, 2005 3:30 pm

Re: Commodore Amiga

Wed Feb 01, 2023 9:35 pm

Seiya wrote:
Wed Feb 01, 2023 4:42 pm
if i use only the first 4 lines is ok. Mediator is mounted. The the 5th line should be important for choose the model. If i want mount A4000 Mediator how i can do?

i tried to make 2 scripts (one for 3dfx and one for mediator), but give me error for "mediator_rom_options||1200"
In uae config i have "mediator_rom_options=subtype=1200
It's not an option i have ever used.

have you read these...
www.amiga-news.de/en/news/AN-2021-12-00063-EN.html
https://eab.abime.net/showthread.php?t=104983

you can't have two equals == in one script line
so this config line is corrupt.
mediator_rom_options=subtype=1200

this script line
"mediator_rom_options||4000"

will make this config line
"mediator_rom_options=4000"

i would delete your gamebase config file and make a new one.
if you can get it working manually, show me the config and i will script it.
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Thu Feb 02, 2023 1:49 am

at the end, i found the solution and the config works good. Of course it was an ambitious idea to have also warp3D emulation. But for now i'm working, but it will be a very optional thing.
Commodore Amiga for now is finished
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Thu Feb 02, 2023 12:02 pm

voodoo3 + Warp3D working good with A4000 and Mediator A4000. I found the solution and it works.

SET_CFG_Value(%dbpath%\Scripts\3dfx.uae||mediator_rom_file||ENABLED)
SET_CFG_Value(%dbpath%\Scripts\3dfx.uae||mediator_rom_options||subtype=4000mkii)

Glquake (the only that run good is perfect now!)
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Thu Feb 02, 2023 1:39 pm

@Ox
when you copy file, you always have to overwrite everything. Tell me if you missing yet those 47 games
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Thu Feb 02, 2023 4:26 pm

update 7 optional and very experimental!
Before to copy these file you must make a backup of:

amigawhd.txt
overlay.txt
commodore amiga.mdb


this archive of course not contain the rom, but you must use your Amiga 4000 rom that must be renamed in kick31-4068.rom.
(i have also included a script for A4000T that you must rename your rom in kick31-4070.rom (rom id: 75932C3A), but not really need for the moment.
I included also 3dfx emulator that i used for specific configurations, but for the moment not need to be configured in gemus).

when you copy your rom of course you have to make "rescan rom" from your WinUAE to able to use it.
The game included in this update is GLQuake that run marvellously

if this update don't work replace your backup and be happy with Commodore Amiga :)

https://drive.google.com/file/d/1GAYA06 ... share_link
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Thu Feb 02, 2023 5:11 pm

Onother thing about this update 7 is that the same config on a PC is ok with deafult 128 MB of Z3 memory. But on my other PC i forced to put 256 MB otherwise you have HALT10 error.
If you have a old slow PC, glquake run good, but with too many artifact on screen.

It is an esperiment so try and then decide if you want to keep or delete it.
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Sat Feb 11, 2023 1:58 am

winUAE 4.10.1 has some problems with mounting some Cd-rom. For the moment only Exodus the LAst War cannot be mounted.
Old WinUAE 4.9.2 and 4.9.1 works perfectly.
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Wed Feb 15, 2023 4:52 pm

update 7:
- OpenGL games (GLquake, Quake 2, Hexen 2)
- Out Run (CannonBall)
- Turrican 2 AGA (latest update: whdload, floppy, Harddisk and CD32)
- Maria Renard's Revenge (2023 game)
Last edited by Seiya on Tue May 23, 2023 12:17 pm, edited 1 time in total.
Seiya
Commended Member
Commended Member
Posts: 1127
Joined: Sat Aug 02, 2008 2:08 am

Re: Commodore Amiga

Tue Feb 21, 2023 4:06 pm

update 8:
Fun School 3 & 4 (Manuals only)
10 out 10 - Words (+ Manuals)
Learn to Read (+ Manuals)
Galileo 1.0
Galileo 2.0
Kid Disk 5
Kid Disk 6
Kid Disk 7
Magic Story Book
Last edited by Seiya on Tue May 23, 2023 12:17 pm, edited 1 time in total.

Return to “Commodore Amiga - GameBase Amiga”

Who is online

Users browsing this forum: Ahrefs [Bot] and 33 guests