English Amiga Board


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

 
 
Thread Tools
Old 16 January 2020, 00:31   #81
agermose
Registered User
 
Join Date: Nov 2019
Location: Odense / Denmark
Posts: 220
Quote:
Originally Posted by DamienD View Post
Well done so far agermose

Stick at it; we all believe in you and know you'll succeed

...who cares if it takes longer than you originally thought; all projects go this way to a certain degree, depending on numerous uncontrollable factors
Thanks man. The support here on the forum means a lot.
agermose is offline  
Old 16 January 2020, 04:44   #82
turrican3
Moon 1969 = amiga 1985
 
turrican3's Avatar
 
Join Date: Apr 2007
Location: belgium
Age: 48
Posts: 3,913
2 things are cool with this project :
1st everything seems smooth and the gfx look good.
2nd : the thread is very good everyone helping each others.
Respect
turrican3 is offline  
Old 17 January 2020, 23:09   #83
str0m
Registered User
 
Join Date: Oct 2016
Location: Newcastle, UK
Posts: 264
Retro Core just did a 1942 video showing a load of different versions

[ Show youtube player ]
str0m is online now  
Old 19 January 2020, 23:16   #84
agermose
Registered User
 
Join Date: Nov 2019
Location: Odense / Denmark
Posts: 220
Quote:
Originally Posted by str0m View Post
Retro Core just did a 1942 video showing a load of different versions

[ Show youtube player ]
Cool video. Amiga version summer 2020, fingers crossed
agermose is offline  
Old 20 January 2020, 15:49   #85
agermose
Registered User
 
Join Date: Nov 2019
Location: Odense / Denmark
Posts: 220
Small update showing enemy bonus wave (using grey coloured planes for now).
Testing out new recording software. No more crappy handheld mobile phone videos.

[ Show youtube player ]
agermose is offline  
Old 04 March 2020, 16:24   #86
agermose
Registered User
 
Join Date: Nov 2019
Location: Odense / Denmark
Posts: 220
It's been quiet on the project for a while due to workload at my day job. Then I had a Linux upgrade to take care of.
Back to development now, and worked on random number generator which is used for spawning enemies in a more random pattern, while still spawning 4 grey planes in each wave.
It's not arcade perfect but hey this is Amiga 1942, if you want arcade perfect get an emulator :-)

Also started working on enemy fire. This needs some tweaking, for now all planes shoot before looping, in the direction of the player plane.

[ Show youtube player ]
agermose is offline  
Old 08 March 2020, 18:55   #87
kriz
Junior Member
 
kriz's Avatar
 
Join Date: Sep 2001
Location: No(R)Way
Age: 41
Posts: 3,185
Its shaping up nicely, good work and best of wishes for the complete port @agermose
kriz is online now  
Old 08 March 2020, 19:46   #88
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
I can only agree, this is looking absolutely superb!
Really pleased I was part of your inspiration of this.
mcgeezer is offline  
Old 08 March 2020, 20:47   #89
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,160
porting arcade games on amiga just rocks.
jotd is offline  
Old 08 March 2020, 21:52   #90
roondar
Registered User
 
Join Date: Jul 2015
Location: The Netherlands
Posts: 3,408
This is looking better all the time. I always liked 1942, looking forward to an Amiga version
roondar is online now  
Old 08 March 2020, 22:53   #91
agermose
Registered User
 
Join Date: Nov 2019
Location: Odense / Denmark
Posts: 220
Quote:
Originally Posted by mcgeezer View Post
I can only agree, this is looking absolutely superb!
Really pleased I was part of your inspiration of this.
Thanks, very much looking forward to your next project.
agermose is offline  
Old 09 March 2020, 22:42   #92
agermose
Registered User
 
Join Date: Nov 2019
Location: Odense / Denmark
Posts: 220
Quote:
Originally Posted by kriz View Post
Its shaping up nicely, good work and best of wishes for the complete port @agermose
Thanks. Summer 2020 may not be possible with current project velocity, but I'll get the job done.
agermose is offline  
Old 22 March 2020, 17:34   #93
buzzybee
Registered User
 
Join Date: Oct 2015
Location: Landsberg / Germany
Posts: 526
Nice project! @agermos: As for VASM vs. AsmPro – I coded RESHOOT R using AsmOne and work on Proxima 3 using a VASM setup. While VASM saves time, a well structured AsmOne-approach can be almost as fast.

I used a combination of FS-UAE and a set of selfmade macros which allowed me to
  • Save Sourcecode to a shared folder
  • Switch to FSUAE
  • Run AsmPro, load sourcecode, assemble it (and run it)

These steps took about 2s. While VASM can be faster and more versatile in certain cases, I do not find the difference as big. I also liked not only using FSUAEs debugger, which does a great job, but also AsmOnes builtin debugger within the Amiga-emulation.

So if you enjoy your setup and you find it fast and convenient enough for such a large project (it´s going to grow A LOT, you will see!) – why not stick with it.
buzzybee is offline  
Old 23 March 2020, 18:41   #94
agermose
Registered User
 
Join Date: Nov 2019
Location: Odense / Denmark
Posts: 220
Quote:
Originally Posted by buzzybee View Post
Nice project! @agermos: As for VASM vs. AsmPro – I coded RESHOOT R using AsmOne and work on Proxima 3 using a VASM setup. While VASM saves time, a well structured AsmOne-approach can be almost as fast.

I used a combination of FS-UAE and a set of selfmade macros which allowed me to
  • Save Sourcecode to a shared folder
  • Switch to FSUAE
  • Run AsmPro, load sourcecode, assemble it (and run it)

These steps took about 2s. While VASM can be faster and more versatile in certain cases, I do not find the difference as big. I also liked not only using FSUAEs debugger, which does a great job, but also AsmOnes builtin debugger within the Amiga-emulation.

So if you enjoy your setup and you find it fast and convenient enough for such a large project (it´s going to grow A LOT, you will see!) – why not stick with it.

I have all my code in a folder based hard drive, so I can edit the files in Linux. And just do the assembly and testing in AsmOne. I'm running the development on a emulated A1200 with lots of fast ram. Compilation is pretty fast. Boot from HD is only a few seconds as well.
I like my current setup, and as you say, why not stick with it.

I downloaded the VASM source, and compiled it for 68k on my system. Will give it a spin later. Maybe I'll change my mind, once I start using it
agermose is offline  
Old 23 March 2020, 20:24   #95
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,331
This was an interesting read, good stuff being done, but did anyone else come here thinking this would be a thread about monitors?
alexh is offline  
Old 29 March 2020, 20:46   #96
agermose
Registered User
 
Join Date: Nov 2019
Location: Odense / Denmark
Posts: 220
Good weekend, got lot's of stuff done.
Did a lot of work on game logic. Player now has three lives and three loops, and can get hit by enemy planes.
I fixed the rest of the player sprites, and used then them in player explosion when hit, and for animating the loop.
Nightshift made some samples for player getting hit and player looping. These are now also used in the game.

I plan to work on completing stage 32, then get it to some testers, and get some feedback.
Check out latest progress video here:

[ Show youtube player ]
agermose is offline  
Old 29 March 2020, 21:26   #97
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
that is brilliant! Well done mate.
mcgeezer is offline  
Old 29 March 2020, 22:58   #98
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Good work agermose
DamienD is offline  
Old 29 March 2020, 23:01   #99
buzzybee
Registered User
 
Join Date: Oct 2015
Location: Landsberg / Germany
Posts: 526
Looks promising, great work!
buzzybee is offline  
Old 19 June 2020, 18:00   #100
agermose
Registered User
 
Join Date: Nov 2019
Location: Odense / Denmark
Posts: 220
So it's been a long time since my last post. The project is alive and well in case you were starting to wonder what happened to us.

I've been really busy with other things, and what development time I did have went into "non-visible" things in 1942.

Fortunately Nightshift had some spare time. He added the few missing tiles that were missing from the tileset, and then completed all the tile maps in ProMotion, a huge task.
Originally I had planned to go without a black colour, using the transparent as black. During work with the sprites Nightshift made me aware there are too many blacks in there, so I had too loose another green colour in favour of black. This required changing the palette and reworking the existing graphics to the changed palette.

With Nightshifts new maps I exported everything into stages, and then wrote the stage engine, which takes care of reading the correct map files for the correct stages. The carrier has it's own map, since it's reused in all stages. All 32 stages are now done, and the game can scroll through all of them correctly. I can also start the game at any stage, and at any point within the stage.

Landing animation of the player plane has been implemented, when a stage is ending.

A few other things were worked on during the last 2 months, including the red variant of enemy planes (Nightshift).

I will upload a video later showing some of the later stages.

Last edited by agermose; 20 June 2020 at 01:27.
agermose 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
1942 monitor mabus MarketPlace 4 20 March 2009 20:27
Schematic diagram of an Amiga 1942 or Amiga 1940 monitor Vaclav support.Hardware 0 18 May 2006 05:18
Any good 1942 conversions? Maverick Retrogaming General Discussion 9 04 September 2005 00:40
Looking for Battlehawks 1942 micktheodor request.Old Rare Games 1 03 September 2004 12:20

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

Top

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