Main Menu

AMCAF extension and AMOS 1.3

Started by KevG, 15 Nov, 2009, 06:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

KevG

Hello folks.

Has anyone managed to get the AMCAF extension to work in AMOS 1.3? I have tried but it failed. I think its for AMOS Pro only.

Thanks, Kev G

SamuraiCrow


KevG


SamuraiCrow

Is there a reason you don't want to use AmosPro?  I realize that the downloads area here glitches with 0k downloads sometimes but we do have AmosPro and the compiler downloadable here.

KevG

I use AMOS1.3 because you can disable multitasking properly which gives you a speed boost.

skateblind

#5
It is probably far to late for you to change, but I am sure there was an extension or something that made AP multi-task properly. I have a feeling it was on aminet.

[EDIT] I found it, http://aminet.net/package/dev/amos/AMOS_Patch
What are you looking at?

Sidewinder

I think the Turbo Plus extension also has a few commands that turn off multitasking in AMOS Pro.
- Sidewinder

SamuraiCrow

Quote from: skate on 15 Nov, 2009, 10:24 PM
It is probably far to late for you to change, but I am sure there was an extension or something that made AP multi-task properly. I have a feeling it was on aminet.

[EDIT] I found it, http://aminet.net/package/dev/amos/AMOS_Patch

That enables multitasking.  He wants to disable it, Skate.

skateblind

Quote from: SamuraiCrow on 16 Nov, 2009, 03:00 PM
Quote from: skate on 15 Nov, 2009, 10:24 PM
It is probably far to late for you to change, but I am sure there was an extension or something that made AP multi-task properly. I have a feeling it was on aminet.

[EDIT] I found it, http://aminet.net/package/dev/amos/AMOS_Patch

That enables multitasking.  He wants to disable it, Skate.

Whoops, once again I fail... ;D
What are you looking at?

KevG

Hi folks.

The Turbo Extension command doesn't really turn multi-tasking off in AMOS Pro. I think all it does is change its task priority. It does do it in AMOS1.3 though which is kind of strange but I think this is due to the way that AMOS1.3 was designed.

Thanks for your help chaps but I think I am going to have to figure a way around it.

Kev G.

SamuraiCrow

If you're going to disable multitasking, you're also going to slow down the system.  Normally the blitter runs asynchronously while the CPU is doing other stuff.  Unless you do all of the blitting at the beginning of the game loop you're going to spend a lot of time waiting for the blitter to finish its previous operation.

KevG

Thats a new one on me  ???  I have done lots of demos/games and I have found that you get far better speed results when you disable multi-tasking. The sonic demo that I did was only possible because I disabled multi-tasking and I used a lot of screen copying to create the parallax effects. With multi-tasking enabled it is jerko-vision!

However, I take on board what you have said regarding the blitter and will look into it.

On another note, I am seriously thinking of migrating to AMOS Pro simply because of the extra features and the ability to use the AMCAF extension. Maybe I will gain more speed using the AMCAF extension in AMOS Pro than I would by disabling multi-tasking in AMOS1.3.

Cheers, Kev G.

Lonewolf10

Quote from: KevG on 15 Nov, 2009, 06:58 PM
Hello folks.

Has anyone managed to get the AMCAF extension to work in AMOS 1.3? I have tried but it failed. I think its for AMOS Pro only.

Thanks, Kev G


It isn't possible to get AMCAF working with AMOS 1.3 without the aid of Chris Hodges (the author). Even then it requires taking the original source code, turning it upsidedown and removing the extra code which AMOS Pro requires (and makes things alot easier).
Even then the code may require recoding in places and I can't see anyone taking on that mammoth project or Chris giving up the source code (if he even has it still).


Regards,
Lonewolf10

PS. Sorry I have been absent lately. Didn't have the new URL for the forum and only found it by searching for the site on Google. I have changed my bookmark now :)


Zybex

Quote from: KevG on 15 Nov, 2009, 09:44 PM
I use AMOS1.3 because you can disable multitasking properly which gives you a speed boost.

Which command do you use to disable multitasking in AMOS-TC 1.3?

gibs

Hello KevG,

Still on AMOS1.3 or AMOSPro ?

I found this post because I wanted to found a way to disable completely the multitasking too... Maybe for coding arcade games and demos, it's better to use Amos 1.3...