English Amiga Board


Go Back   English Amiga Board > Other Projects > project.Amiga Game Factory

 
 
Thread Tools
Old 26 June 2013, 01:04   #41
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
Quote:
Originally Posted by tolkien View Post
Damn it! And I with no time to try this baby. Thanks NovaCoder. I invite you to a beer if you come to Spain!
That's funny because the last time I was in Spain all I did was drink beer
NovaCoder is offline  
Old 26 June 2013, 06:56   #42
T_hairy_bootson
Workbitch 1.3
 
T_hairy_bootson's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Age: 46
Posts: 2,084
Hey Nova, do you think it would be possible to port Defendguin to 68k amiga?

Source

Requirements are:
Quote:
libSDL library
SDL_mixer library (optional, for sound and music)
T_hairy_bootson is offline  
Old 26 June 2013, 08:16   #43
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
Quote:
Originally Posted by T_hairy_bootson View Post
Hey Nova, do you think it would be possible to port Defendguin to 68k amiga?

Source

Requirements are:
Hiya,

Yep looks pretty do-able I guess.

I still might add (limited) SDL Mixer support to my library hack. I had a quick look at the mixer source code the other day and it doesn't look too tricky.
NovaCoder is offline  
Old 03 July 2013, 07:50   #44
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
I've been hacking around with my Wolfenstein port, it's turning into a bit of a monster

Basically it's now using the PSP port of SDLWolf as a base with bits of Quake 2 code for file handling and the sound code from both Wolf3DRedux and the Amiga port of DOOM.

So it now contains code from Wolfenstein, DOOM and Quake 2

All sound and music files are first ripped from the WAD files and extracted into WAV files using a utility from Redux. These WAV files are then loaded by AmiWolf on demand (and then cached) , the idea is for this data to then be played with the DOOM asm sound engine mixer.

I'm not sure if it's going to work yet but it sounds like a good plan at least.

Update: Well it's playing something, doesn't sound too pretty but it's a start

Last edited by NovaCoder; 04 July 2013 at 04:36.
NovaCoder is offline  
Old 03 July 2013, 08:42   #45
DDNI
Targ Explorer
 
DDNI's Avatar
 
Join Date: Mar 2006
Location: Northern Ireland
Posts: 5,431
Send a message via ICQ to DDNI Send a message via MSN to DDNI
Wolfenstein? Sounds more like Frankenstein!

Cheers and keep going.
DDNI is offline  
Old 03 July 2013, 09:34   #46
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,624
Quote:
Originally Posted by ddni View Post
wolfenstein? Sounds more like frankenstein!
hooverphonique is offline  
Old 05 July 2013, 04:45   #47
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
Update: Yes my crazy idea to add sound actually works!

Hopefully I can also add music to it.

This is the biggest hack ever

I'm not sure if this will run ok on 030 yet but I'll give it a go.

[ Show youtube player ]
NovaCoder is offline  
Old 05 July 2013, 17:06   #48
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,412
Send a message via MSN to dlfrsilver
You have a 060, considering how fast it runs on your computer, on a 030 it should be really good too !!!

Really wonderful, can't wait to play this one on my miggy.

You did an excellent job !!!
dlfrsilver is offline  
Old 08 July 2013, 06:39   #49
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
Looks like Ultima 7 AGA will work, I don't have a clue about performance yet though.

Last edited by NovaCoder; 14 December 2021 at 00:15.
NovaCoder is offline  
Old 08 July 2013, 16:17   #50
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,412
Send a message via MSN to dlfrsilver
Ultima 7 is also a game that i would want to try on a standard 030 AGA machine
dlfrsilver is offline  
Old 09 July 2013, 14:14   #51
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
It lives!

[ Show youtube player ]
NovaCoder is offline  
Old 09 July 2013, 20:54   #52
tolkien
AmigaMan
 
tolkien's Avatar
 
Join Date: Oct 2012
Location: Castro Urdiales/Spain
Posts: 760
wowwwwww
tolkien is offline  
Old 23 July 2013, 04:18   #53
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
Update:

I've just added (limited) SDL Mixer support to my library.

It's useful for porting games that need SDL Mixer support. I've only given it a very quick test but it seems to work, not sure how slow it would be on real hardware.


I'll upload it to AmiNet when I get the time.


I've stuck the mixer test program in the Zone if anyone wants to have a play.
Attached Thumbnails
Click image for larger version

Name:	sdl_mixer_test.jpg
Views:	639
Size:	51.2 KB
ID:	36149  
NovaCoder is offline  
Old 24 July 2013, 11:16   #54
DDNI
Targ Explorer
 
DDNI's Avatar
 
Join Date: Mar 2006
Location: Northern Ireland
Posts: 5,431
Send a message via ICQ to DDNI Send a message via MSN to DDNI
Nice job Nova, thanks
DDNI is offline  
Old 22 September 2013, 10:54   #55
MiggyLore
 
Posts: n/a
This is great thx!
Noob question: Will I be able to run a program that requires the SDL_Image library for loading images and handling surfaces with your port?
 
Old 22 September 2013, 13:17   #56
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
Quote:
Originally Posted by MiggyLore View Post
This is great thx!
Noob question: Will I be able to run a program that requires the SDL_Image library for loading images and handling surfaces with your port?
I think you'd also need to link with one of these http://aminet.net/search?query=SDL_Image


NovaCoder is offline  
Old 22 September 2013, 14:28   #57
MiggyLore
 
Posts: n/a
Quote:
Originally Posted by NovaCoder View Post
I think you'd also need to link with one of these http://aminet.net/search?query=SDL_Image


Ty, You're the best!
 
Old 14 July 2014, 21:08   #58
tolkien
AmigaMan
 
tolkien's Avatar
 
Join Date: Oct 2012
Location: Castro Urdiales/Spain
Posts: 760
When the next version?
Perhaps one stupid question but why there aren´t timer support? How can you do timers then? Yes, I´m not an expert SDL guy.
tolkien is offline  
Old 16 July 2014, 01:36   #59
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
Quote:
Originally Posted by tolkien View Post
When the next version?
Perhaps one stupid question but why there aren´t timer support? How can you do timers then? Yes, I´m not an expert SDL guy.
Not sure when I'll release another version.

I made a new version based on SDL 1.2.15 for RTG recently. It still needs some testing and enhancing.

The basic idea is to get it working properly then add AGA support to it.

Timer's aren't supported because they slow things down too much on 68k. Most games allow you to use an inbuilt Timer or a Thread so the lack of timers in the 68k SDL isn't really such a big deal.
NovaCoder is offline  
Old 17 July 2014, 14:02   #60
tolkien
AmigaMan
 
tolkien's Avatar
 
Join Date: Oct 2012
Location: Castro Urdiales/Spain
Posts: 760
I have to look at more sdl sources but I dont understand how a thread can replace a timer.
tolkien 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
Nova's Blizzard 1260 NovaCoder Hardware pics 32 09 April 2013 08:17
Nova 9: The Return Of Gir Draxon mai HOL data problems 2 21 November 2009 20:18
Nova's 1200 AGA>VGA ...Zetr0 violated! NovaCoder Hardware pics 20 01 September 2009 09:45
No Love Greater than the Love of Moto Zetr0 Hardware pics 15 05 October 2007 18:42
[Fixed] Hard Nova Uukrul HOL data problems 1 17 December 2002 10:12

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 08:31.

Top

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