[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.
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.
-
- Posts: 75
- Joined: Mon Jun 12, 2017 5:52 pm
[1.03][RR] Finishing episode 1 bug
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.
-
- Posts: 210
- Joined: Sat Jan 18, 2020 6:10 am
Re: [1.03][RR] Finishing episode 1 bug
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.
-
- Lead GZDoom+Raze Developer
- Posts: 49192
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [1.03][RR] Finishing episode 1 bug
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.
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.
-
- 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
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.
I wonder if GDX supports this, I cross-checked various stuff there but this never crossed my mind. Gonna have a look there later.
-
- 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
Cheated my way through.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.
Yeah GDX supports this, after E1M7's boss battle I got the stats screen and proceeded to E2M1 automatically, with the equipment carrying over.
-
- Lead GZDoom+Raze Developer
- Posts: 49192
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [1.03][RR] Finishing episode 1 bug
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.
-
- Lead GZDoom+Raze Developer
- Posts: 49192
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [1.03][RR] Finishing episode 1 bug
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.
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.