[1.03][RR] Finishing episode 1 bug

Moderator: Raze Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Fat_Angus
Posts: 75
Joined: Mon Jun 12, 2017 5:52 pm

[1.03][RR] Finishing episode 1 bug

Post by Fat_Angus »

When you finish episode 1, you are supposed to start at the beginning of episode 2. Instead, the game cuts to the opening screen, and you can only play through episode 2 from scratch.
markanini
Posts: 210
Joined: Sat Jan 18, 2020 6:10 am

Re: [1.03][RR] Finishing episode 1 bug

Post by markanini »

Watching playthroughs I did notice the weapons the palythrougher had after beating ep1 were carried over to the start of ep2. After I beat ep1 it put me back to the main menu, I had to start ep2 with a loadout.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49192
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [1.03][RR] Finishing episode 1 bug

Post by Graf Zahl »

I thought I had it handled but at some point it must have broken.
Even then, it was still broken in RR. The entire logic is so screwed up that it would skip E2L2 and directly go to E2L3 when continuing from E1.
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

Re: [1.03][RR] Finishing episode 1 bug

Post by sinisterseed »

Interesting, I had no idea this was supposed to be a feature, dang.

I wonder if GDX supports this, I cross-checked various stuff there but this never crossed my mind. Gonna have a look there later.
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

Re: [1.03][RR] Finishing episode 1 bug

Post by sinisterseed »

sinisterseed wrote:Interesting, I had no idea this was supposed to be a feature, dang.

I wonder if GDX supports this, I cross-checked various stuff there but this never crossed my mind. Gonna have a look there later.
Cheated my way through.

Yeah GDX supports this, after E1M7's boss battle I got the stats screen and proceeded to E2M1 automatically, with the equipment carrying over.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49192
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [1.03][RR] Finishing episode 1 bug

Post by Graf Zahl »

Since its code is mostly faithful recreation it surely should. I shitcanned the entire mess of level progression code here and cleaned it up. But apparently I set the episode change only for RRRA, not for regular RR.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49192
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [1.03][RR] Finishing episode 1 bug

Post by Graf Zahl »

Fixed in a work branch.

The problem here was that this level uses an 'end the game' command to finish the level and then added some crude and hideous half-broken hackery to handle the progression. When cleaning out that hackery I missed the 'end the game' bit.

Return to “Closed Bugs [Raze]”