English Amiga Board


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

 
 
Thread Tools
Old 10 January 2022, 07:13   #101
Aardvark
Registered User
 
Join Date: Jan 2019
Location: Finland
Posts: 634
Quote:
Originally Posted by BSzili View Post
Could you try the mouse sensitivity with Shift (or run) key pressed? If that's fast enough I could add an always run key to Caps Lock for example.
Running doesn't effect mouse turning speed, only forward/backward movement, which i would prefer to have disabled.
Aardvark is offline  
Old 10 January 2022, 08:05   #102
BSzili
old chunk of coal
 
BSzili's Avatar
 
Join Date: Nov 2011
Location: Hungary
Posts: 1,289
I see, thanks for testing. I'll check later if I can get the mouse sensitivity slider to go higher.
BSzili is offline  
Old 10 January 2022, 12:19   #103
BSzili
old chunk of coal
 
BSzili's Avatar
 
Join Date: Nov 2011
Location: Hungary
Posts: 1,289
Quote:
Originally Posted by Valken View Post
Great performance! Can you add modern FPS WASD controls so we can keyboard strafe with 1 key instead of 2 keys?
Sorry I missed this post. That's unlikely to happen without a rewrite of the input code. The game has only two variables, controlx and controly that contain the merged input from various devices, and controlx is later interpreted differently whether you have the strafe button held or not. This is why you can't turn and strafe at the same time, even when you use different devices at the same time.
BSzili is offline  
Old 21 January 2022, 07:19   #104
BSzili
old chunk of coal
 
BSzili's Avatar
 
Join Date: Nov 2011
Location: Hungary
Posts: 1,289
The new versions are out on Aminet. There are no new features other than the slightly larger mouse sens range, but it hopefully fixes all the issues reported here and via e-mail.
BSzili is offline  
Old 21 January 2022, 21:38   #105
Udderdude
Registered User
 
Udderdude's Avatar
 
Join Date: Apr 2021
Location: Canada
Posts: 2
Latest version works in WinUAE. Thanks!
Udderdude is offline  
Old 10 March 2022, 08:39   #106
BSzili
old chunk of coal
 
BSzili's Avatar
 
Join Date: Nov 2011
Location: Hungary
Posts: 1,289
I started to backport some of the code I wrote for Wolfenstein 3D and discovered a serious problem, which affects Kickstart 3.0. With AllocBitMap only the first 5 bitplanes are allocated in a contiguous block of memory, the rest are allocated separately. My hunch is that this is some ECS legacy that got fixed in KS 3.1. This by itself wouldn't be a problem, but C2P function the game uses expected all the bitplanes to be one block of memory, so it ended up corrupting the memory after the first block
I'll switch to the C2P routines designed for bitmaps that can cope with these situations.
BSzili is offline  
Old 13 March 2022, 05:31   #107
BSzili
old chunk of coal
 
BSzili's Avatar
 
Join Date: Nov 2011
Location: Hungary
Posts: 1,289
The new versions are now out on Aminet. Besides fixing the Kickstart 3.0 compatibility, AHI is no longer needed, neither is the extra memory for the music. The new sound code plays back the AdLib sounds at full volume, so I recommend redoing the sound conversion again. Sorry about this, this is probably the last time it'll be needed to be done. I also switched back to DBOPL for the music tracks as they took forever to convert.
I backported the scalers from Wolfenstein 3D, so it should run a bit faster too. Don't expect it to be playable at 14 MHz though, this game is a bit more complex, it required a 386 on the PC as well.
BSzili is offline  
Old 13 March 2022, 06:47   #108
AmyMor
Registered User
 
Join Date: Apr 2020
Location: Calvi Risorta
Posts: 167
Floppy disk

Quote:
Originally Posted by BSzili View Post
The new versions are now out on Aminet. Besides fixing the Kickstart 3.0 compatibility, AHI is no longer needed, neither is the extra memory for the music. The new sound code plays back the AdLib sounds at full volume, so I recommend redoing the sound conversion again. Sorry about this, this is probably the last time it'll be needed to be done. I also switched back to DBOPL for the music tracks as they took forever to convert.
I backported the scalers from Wolfenstein 3D, so it should run a bit faster too. Don't expect it to be playable at 14 MHz though, this game is a bit more complex, it required a 386 on the PC as well.
The work you do for the AMIGA community is priceless!
A thousand thanks!
AmyMor 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
Stone Age - stuck on level 37 PopoCop support.Games 3 31 May 2021 22:27
Algebra by Dragon Stone Retroplay request.Demos 1 05 August 2016 12:52
Sound Issue with Moon Stone WHDLOAD lordofchaos support.WinUAE 28 18 December 2011 18:15
Gem Stone Legend Cheat mai support.Games 1 06 August 2011 06:23
Stone Oakvalley's Amiga Music Collection Avanze Amiga scene 2 29 February 2008 00:16

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

Top

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