Re-Exhumed [Public Test 1.2]

Projects that have specifically been abandoned or considered "dead" get moved here, so people will quit bumping them. If your project has wound up here and it should not be, contact a moderator to have it moved back to the land of the living.
User avatar
Ral22
Posts: 531
Joined: Sun Sep 05, 2010 12:09 pm
Preferred Pronouns: He/Him
Location: The Fortress of Dr. Radiaki

Re: Re-Exhumed [Public Test 1]

Post by Ral22 »

Astonishing! It's simply brilliant, and shows huge amounts of potential for an amazing full game. Powerslave deserved a tribute like this.

Also, you might like this add-on I did for Nash's Quake-style tilting, it also takes the turning of the player into consideration, like the PSX Powerslave. Here's the download: https://www.mediafire.com/?1mp06lg338i6xhm
User avatar
YukiHerz
Global Moderator
Posts: 1503
Joined: Mon Dec 02, 2013 6:01 pm
Graphics Processor: Intel (Modern GZDoom)
Location: Where corruption is redefined daily.

Re: Re-Exhumed [Public Test 1]

Post by YukiHerz »

The original game doesn't seem to have autoaim, but there's a key that must be hold in order to freelook.
User avatar
phantombeta
Posts: 2123
Joined: Thu May 02, 2013 1:27 am
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: Brazil

Re: Re-Exhumed [Public Test 1]

Post by phantombeta »

Very annoying bug: ExTorchActiveMarker doesn't get removed when the torch powerup runs out.
[edit]The blocks can be destroyed if they get hit too much.[/edit]
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: Re-Exhumed [Public Test 1]

Post by MaxED »

Enjay wrote:Not sure why but there seems to be some random fogginess here:
Spoiler:
I have no clue what's going on with these... the whole underground passage uses the same 3d floor setup, but some sectors have this thick fog, while others don't...
Enjay wrote: Also:

Code: Select all

Warning: ExUnusedMarker1 and PainElemental both have doomednum 71.
Warning: ExUnusedMarker3 and Fatso both have doomednum 67.
Warning: ExUnusedMarker4 and BurningBarrel both have doomednum 70.
Warning: ExGrass2 and DeadLostSoul both have doomednum 23.
Is there a way to tell ZDoom not to load any game specific actors?..
User avatar
Enjay
 
 
Posts: 26642
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Re: Re-Exhumed [Public Test 1]

Post by Enjay »

MaxED wrote:Is there a way to tell ZDoom not to load any game specific actors?..
Not that I know of. Well, I suppose you could "replaces" actors with your ones.

Can you not change the edit numbers that your actors are using?
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: Re-Exhumed [Public Test 1]

Post by MaxED »

Enjay wrote:While swimming I seem to get an occasional burst of speed - not sure if it's intentional (simulating swiming) or not.
Totally intentional :)
Enjay wrote:I don't use WASD but your message told me that I'd mastered using them. :P
Sadly, using the real keys there kinda ruins the joke...
Screenshot_Doom_20150213_115046.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
Enjay
 
 
Posts: 26642
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Re: Re-Exhumed [Public Test 1]

Post by Enjay »

MaxED wrote:I have no clue what's going on with these... the whole underground passage uses the same 3d floor setup, but some sectors have this thick fog, while others don't...
I've had a look myself. I'm not as familiar with GZDB and UDMF as I am with DeePSea and ZDoomHexen but I don't see anything obvious that would be causing those particular areas to be foggy. :?
User avatar
SamVision
Posts: 2425
Joined: Tue Apr 13, 2010 4:47 pm
Location: Behind You

Re: Re-Exhumed [Public Test 1]

Post by SamVision »

I don't think that is fog. It just looks like the screen obtains a filter while the player stands in that particular area.
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: Re-Exhumed [Public Test 1.1]

Post by MaxED »

Public Test 1.1 is now available (you can get it from the 1-st post)

Changelog:
DECORATE:
Anubis Zombie: lowered projectile damage (2 -> 1).
Spider: decreased speed (3.5 -> 3)
Spider: increased actor height (18 -> 24)
Pushable Block: added NODAMAGE flag.
Fixed, Torch powerup: ExTorchActiveMarker was not properly removed from the player's inventory.
Added "replaces" properties to ExUnusedMarker1, ExUnusedMarker3, ExUnusedMarker4 and ExGrass2 to reduce GZDoom complaining about them.

ACS:
Changed underwater player status update logic from using inventory items to direct player class checks.
Random view rotation when player takes damage is now twice weaker.

MAPS:
Cosmetic changes in MAP01 (mostly texture alignment)
Training map's movement input hint now displays real keys instead of WASD.
User avatar
YukesVonFaust
Posts: 1350
Joined: Mon Feb 09, 2015 9:00 am
Location: in an undisclosed location that is the philippines

Re: Re-Exhumed [Public Test 1.1]

Post by YukesVonFaust »

sweet! NEW UPDATE. gotta download it now.
User avatar
Enjay
 
 
Posts: 26642
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Re: Re-Exhumed [Public Test 1.1]

Post by Enjay »

I have tried a few things to figure out why that corridor is foggy in certain sectors: I retagged the area, I remade the control sectors, I messed with brightness and fade, I deleted your playpal lump, I looked for something obvious in the scripts... nothing. The corridor is still foggy in some places under the 3D floors.

Oh, and 1.1 still gives me:

Code: Select all

Warning: ExUnusedMarker1 and PainElemental both have doomednum 71.
Warning: ExUnusedMarker3 and Fatso both have doomednum 67.
Warning: ExUnusedMarker4 and BurningBarrel both have doomednum 70.
Warning: ExGrass2 and DeadLostSoul both have doomednum 23.
I didn't check your code but I *think* if you want to use "replaces" to get rid of the error message, then you'll need to inherit from the actors with that ednum then not include the ednum in your code. Is there a reason that you can't just give them their own unique ednum?

And a request: the status bar is authentic and all, but I much prefer numbers for my health indicators. Any chance of a full screen HUD with numbers?
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: Re-Exhumed [Public Test 1.1]

Post by MaxED »

Enjay wrote:Is there a reason that you can't just give them their own unique ednum?
I don't want to mess with ednums atm, because new ones can potentially clash with the rest of the maps (which I haven't converted yet). I'll do that closer to the release.
Enjay wrote:And a request: the status bar is authentic and all, but I much prefer numbers for my health indicators. Any chance of a full screen HUD with numbers?
I will try to add Alternative HUD at some point...
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: Re-Exhumed [Public Test 1.1]

Post by MaxED »

Also, before I add another unneeded feature request, is there a way to make the main menu size more consistent across different resoulutions?..

Because right now it looks like this:
Spoiler:
You do not have the required permissions to view the files attached to this post.
User avatar
Enjay
 
 
Posts: 26642
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Re: Re-Exhumed [Public Test 1.1]

Post by Enjay »

To be fair, the altHUD is already usable (just the numbers look odd because the graphics were intended for the Doom palette). There isn't actually an awful lot of customisation that can be done for the altHUD. IIRC, you can specify which icons will be used for particular items and you can prevent items being shown but the basic functionality and element positioning is fairly untouchable. I'm pretty sure that this is deliberate because IIRC one of it's main reasons to exist is to ensure certain things appear on the HUD even if some mods mess with the regular displays.

As for the menu size, how about using hi-res or scaled graphics? Use your own graphics but scale them to a size similar to the original Doom font and it should look OK.


[edit]
Just for info, by making completely new play sectors (and not touching the control sectors) and then moving them on to the patchy foggy tunnel to replace the old sectors, I was able to make the fog effect go away. I'm not really sure why this is, especially as areas under 3D floors are normally controlled by the 3D model sector properties but, whatever the reason, replacing the sectors gets rid of the fog. The only properties from the original sectors that I copied across to my new ones was their height and tags so I haven't narrowed it down much but, well, maybe it helps.
User avatar
Nash
 
 
Posts: 17468
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Re: Re-Exhumed [Public Test 1.1]

Post by Nash »

MaxEd - Randi said somewhere that the menu scaling code uses clean scaling so it will always look inconsistent between resolutions. There's nothing you can do about it...

Return to “Abandoned/Dead Projects”