Results 1 to 4 of 4

Thread: Moonbrush Wood New game + Glitch?

  
  1. #1

    Default Moonbrush Wood New game + Glitch?

    Hello, today while i was playing YourMaster's campaign i've found another glitch ? i think it is, on the left side of the map there's a White Reinforced wall, with a hero gate inside and a special (dunno which one is i haven't used the editor or anything) Whatever, you can't access it, because you don't have the Destroy Walls Spell, a supposed at first a tunneler should spawn in first after the lord of the land speech but nothing happened, then i thought after i killed all of the heroes on the map and so i did but nothing happened neither, i'm i missing something? is there any steps to follow?

    Click image for larger version. 

Name:	scr00001.png 
Views:	29 
Size:	83.8 KB 
ID:	1644

    Edit: The map is the ninth level, its called moonbrush wood map 09.

  2. #2

    Default Re: Moonbrush Wood New game + Glitch?

    Code:
    REM If player has converted all heroes, spawn the TUNNELLER to transfer creature to next level.
    IF(PLAYER0,FLAG1 == 1)
    	IF(PLAYER_GOOD,TIMER0 <= 100)
    		IF_CONTROLS(PLAYER0,ARCHER >= 9)
    		IF_CONTROLS(PLAYER0,GIANT >= 6)
    		IF_CONTROLS(PLAYER0,MONK >= 4)
    		IF_CONTROLS(PLAYER0,THIEF >= 8)
    		IF_CONTROLS(PLAYER0,SAMURAI >= 4)
    		IF_CONTROLS(PLAYER0,WITCH >= 4)
    			ADD_TUNNELLER_TO_LEVEL(PLAYER_GOOD,1,DUNGEON,0,1,5000)
    		ENDIF
    		ENDIF
    		ENDIF
    		ENDIF
    		ENDIF
    		ENDIF
    	ENDIF
    ENDIF
    Looks like you're supposed to convert all the non-thief/knight heroes if you want that transfer special. Not sure if the script will fire with spacing like that, possibly, but there aren't any messages to the player indicating what the bonus objective is.

    Mark'll fix it Soon™.
    Last edited by Woudo; April 20th, 2016 at 08:38.

  3. #3

    Default Re: Moonbrush Wood New game + Glitch?

    Thanks!

  4. #4

    Default Re: Moonbrush Wood New game + Glitch?

    Woudo's right, that's by design. After the first few levels all the transfer-specials in the campaign have hidden conditions, and indeed there's nothing to tell you what to do. You can cheat and check the script of course, but you should be able to finish the campaign without the transfer specials just fine.

    And there's nothing wrong with my spacing Woudo, I think it helps with the readability.

Similar Threads

  1. New Game + (Glitch?)
    By Maxwell in forum KeeperFX
    Replies: 7
    Last Post: April 20th, 2016, 23:43
  2. Workshop Glitch
    By Metal Gear Rex in forum Dungeon Keeper 2
    Replies: 0
    Last Post: January 1st, 2013, 12:32
  3. Editor glitch.
    By Tacyarts in forum DK2 Troubleshooting
    Replies: 1
    Last Post: December 27th, 2011, 12:54
  4. Invincibility glitch
    By GamingAddict15 in forum Dungeon Keeper 2
    Replies: 13
    Last Post: October 24th, 2011, 15:18
  5. Wood, Braced and Iron doors
    By Mistressmaster in forum KeeperFX
    Replies: 17
    Last Post: March 28th, 2011, 23:49

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •