English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   News (https://eab.abime.net/forumdisplay.php?f=29)
-   -   Exhumed / Powerslave Amiga port (https://eab.abime.net/showthread.php?t=106747)

DamienD 06 May 2021 14:45

@BSzili; no biggie but on occasion I'm getting crashes with "Return to Ruins":
https://i.imgur.com/uws4Lln.png
This happens on the first stage, after the moving platform on rails, and if I fall into the lava / die.

BSzili 06 May 2021 18:06

Oh boy, that doesn't look too good. That error means the player somehow ended up in the void. Could you make a screenshot of the place where this happens?

rabidgerry 06 May 2021 19:04

Runs really good on my Apollo 1260. Probably better than Duke 3d and Shadow Warrior. I aint dabbled with any music files for any of those games but I will get round to it. Amazing work BTW, this game seems really cool. I don't see a save feature, isn't there one? Or am I blind?

BSzili 06 May 2021 19:14

Thanks! Exhumed has a bit simpler levels, and it doesn't use sloped floors, so probably that's why it runs a bit faster. There are no in-level saves, it uses lives and checkpoints similar to Dark Forces. I definitely recommend playing with music, Scott Branston composed some amazing tracks for the game. I could listen to the menu music for hours.

DamienD 06 May 2021 19:54

Quote:

Originally Posted by BSzili (Post 1481821)
Oh boy, that doesn't look too good. That error means the player somehow ended up in the void. Could you make a screenshot of the place where this happens?

Sure ;)

It's basically this part:
https://i.imgur.com/XeWuNfk.png
...and then when I fall into the lava and walk forward I should usually die, which worked this time without the crash:
https://i.imgur.com/UJ8SyXC.png
I guess it occurs sometimes when you hands are morphing into the dead ones.

rabidgerry 06 May 2021 20:10

I just played it for half an hour there, really good game!! Interesting them as well. Ok I shall have to sort the music out then :great

Estrayk 06 May 2021 20:46

Quote:

Originally Posted by BSzili (Post 1481837)
similar to Dark Forces.

:rolleyes:rolleyes:rolleyes
OFFTOPIC:

https://github.com/Mindwerks/XLEngine

I dont like to make requests to the coders, but this time I have to ask, any possibility of having dark forces one day in Amiga BSzili?

BSzili 06 May 2021 21:34

Quote:

Originally Posted by DamienD (Post 1481843)
Sure ;)

It's basically this part:
...and then when I fall into the lava and walk forward I should usually die, which worked this time without the crash:
I guess it occurs sometimes when you hands are morphing into the dead ones.

Drats. As expected it didn't crash for me there. I once encountered this in one of the original levels, so I was hoping I'll be able to catch it this time. I guess the best I can do is add some checks to prevent moving the player's sprite to an invalid sector. Hopefully the side-effects won't be too bad.

Quote:

Originally Posted by Estrayk (Post 1481859)
:rolleyes:rolleyes:rolleyes
OFFTOPIC:

https://github.com/Mindwerks/XLEngine

I dont like to make requests to the coders, but this time I have to ask, any possibility of having dark forces one day in Amiga BSzili?

No, at least not based on XLEngine, as it was built using then modern techniques.

DamienD 06 May 2021 21:35

Quote:

Originally Posted by BSzili (Post 1481890)
Drats. As expected it didn't crash for me there. I once encountered this in one of the original levels, so I was hoping I'll be able to catch it this time. I guess the best I can do is add some checks to prevent moving the player's sprite to an invalid sector. Hopefully the side-effects won't be too bad.

It seems to be intermittent; I guess out of 6 tries it occurred 3 times.

BSzili 06 May 2021 21:38

I tried about a dozen times, but nothing happened. I guess catching it early can't be as bad as exiting the game with the error.

Havie 06 May 2021 22:36

Had a very quick go on my V1200 - really fast and smooth. Will be spending some time on this at the weekend.

utri007 06 May 2021 23:00

Works as expected :) both of my 68060 Amigas Apollo 80mhz and Blizzard 66mhz

Bad that there is no timedemo option. Apollo has a Idefix Express and Blizzard has FastATA so hard drive should not be a limit.

Havie 06 May 2021 23:53

OK - had to have another go before going to bed! Tried 640x480 and seems pretty fast. Enjoying the game and you are right, nothing like the PS1 version I remember.

TjLaZer 07 May 2021 05:43

Nice port and game! Runs very nice on my V2 A1200. But I did notice on the left side of the screen a single white pixel running vertical. (Using NTSC mode)

https://uploads.tapatalk-cdn.com/202...9acadaf67b.jpg
https://uploads.tapatalk-cdn.com/202...fe88b8d7ee.jpg

BSzili 07 May 2021 06:30

Quote:

Originally Posted by utri007 (Post 1481915)
Works as expected :) both of my 68060 Amigas Apollo 80mhz and Blizzard 66mhz

Bad that there is no timedemo option. Apollo has a Idefix Express and Blizzard has FastATA so hard drive should not be a limit.

I don't think any of the Build games had a timedemo or benchmark feature.
If you have enough memory, the game preloads 99% of the graphics by the time you start a level, so disk speed shouldn't be an issue either way.

Quote:

Originally Posted by Havie (Post 1481935)
OK - had to have another go before going to bed! Tried 640x480 and seems pretty fast. Enjoying the game and you are right, nothing like the PS1 version I remember.

The setting, weapons and enemies are the same for the most part, but it has its unique levels and game mechanics. This was also the first version to start development, originally under 3D Realms, but later they split off.

Quote:

Originally Posted by TjLaZer (Post 1481959)
Nice port and game! Runs very nice on my V2 A1200. But I did notice on the left side of the screen a single white pixel running vertical. (Using NTSC mode)
(...)

That's a side effect of color #0 being a bright color in Exhumed's palette. I did my best to get rid of it, I clear the whole native screen with a black color after opening and I turn on the border blanking. My guess is that there's a slight timing issue with the monitor driver that turns on the "electron beam" a little too early. Unfortunately there's not much I can do here, maybe some tweaking of the monitor values can get rid of it, but I never touched those.

AmyMor 07 May 2021 07:51

I played a bit without going into it and I must say it looks very interesting!

Tested on AMIGA1200 with VampireV2 I confirm that both executables 040-060 work in the same way.

Very fast and super-fluid!

Havie 07 May 2021 08:33

Quote:

Originally Posted by AmyMor (Post 1481970)
I played a bit without going into it and I must say it looks very interesting!

Tested on AMIGA1200 with VampireV2 I confirm that both executables 040-060 work in the same way.

Very fast and super-fluid!


I tried both executables and 060 ran in wrong screen mode with doubled graphics. Changed this from the console and it was ok but had graphic glitches appearing. But not really an issue as 040 version is nice and fast.

BSzili 11 May 2021 06:40

A new version is up. I added a workaround against the occasional "DoKenTest" error and fixed the Caps Lock key shifting behavior in the console. Unless any major issues crop up, this is going to be the release candidate.

Evillord68 11 May 2021 09:24

@BSzili: thank you great work.

Havie 11 May 2021 21:40

One question about the CD32 controls! What are they?

I have psx to Amiga adaptor and when I put it in CD32 mode it works but I can only move, fire and if I hold down circle button I can strafe left/right. Should I be able to crouch, jump and pull switches via the pad?


All times are GMT +2. The time now is 01:19.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.07420 seconds with 11 queries