Advanced Search

Author Topic: MM1DW2 gets skipped by the main game  (Read 1621 times)

0 Members and 1 Guest are viewing this topic.

May 17, 2014, 06:21:12 PM
Read 1621 times

Offline Quyzbuk

  • Standard Member
  • Date Registered: May 17, 2014, 06:06:15 PM

    • View Profile
MM1DW2 gets skipped by the main game
« on: May 17, 2014, 06:21:12 PM »
In v3b, you beat MM1DW1 like a normal stage, then you go to MM1DW2, where if you hit 16 kills, you fight the Yellow Devil. But uh...now it does that when you're in MM1DW1 (I believe it was like that in the beginning where MM1DW2 wasn't a thing). So I effectively SKIP MM1DW2 (it doesn't even show up in the stage select. It goes MM1DW1 -> Yellow Devil fight -> Bubble Man's stage.)

I looked in the file and it seems that the SCRIPTS file for mm1w1.wad has this line of code (there may be more to this code than just this, I don't know jack about coding in ZDoom, sorry).

Code: [Select]
}
if(PlayerFrags() > GetCVar("fraglimit") - 5){
if(!PlayerIsBot(PlayerNumber())){
SetPlayerProperty(1,1,4);
SetPlayerProperty(1,2,5);
SetFont("BIGFONT");
SetHudSize(200,150,0);
Hudmessage(s:"cgA NEW CHALLENGER!";HUDMSG_PLAIN,44,CR_RED,100.0,30.0,5.0);
SetMusic("MM3SEL");
Delay(35*1);
Delay(15);
SetPlayerProperty(1,1,4);
SetPlayerProperty(1,2,5);
Delay(35*5);
ConsoleCommand("set secret_devilunlock 1");
delay(1);
Teleport_NewMap(98,0);
}

I reckon this is supposed to be in the SCRIPTS file for mm1w2.wad? I mean, I changed map in-game to check it out, and it has been changed since v3b, so we WERE meant to play this, right?

It's probably not worth mentioning that I was playing this with a .pk3 added to it that replaces music files, because I seriously doubt that would affect anything that isn't an .ogg file, but just in case...

May 17, 2014, 06:22:29 PM
Reply #1

Offline Ivory

  • MM8BDM Extender
  • *********
  • Date Registered: August 25, 2009, 08:17:59 AM

    • View Profile
    • http://www.cutstuff.net/
Re: MM1DW2 gets skipped by the main game
« Reply #1 on: May 17, 2014, 06:22:29 PM »
Not a bug, we took some maps out of the campaign in order to make it less tedious. Most notably, 3 of the MM7 castle stages.

May 17, 2014, 06:26:16 PM
Reply #2

Offline Quyzbuk

  • Standard Member
  • Date Registered: May 17, 2014, 06:06:15 PM

    • View Profile
Re: MM1DW2 gets skipped by the main game
« Reply #2 on: May 17, 2014, 06:26:16 PM »
Oh.

Yeah, that makes more sense. I looked in the main thread to see if the changelog mentioned that, but didn't find anything (unless I just didn't look hard enough.)

Thanks for the quick answer!