Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 28

Thread: Easter Eggs

  
  1. #11
    Dragon DragonsLover's Avatar
    Join Date
    Aug 2009
    Location
    Quebec
    Posts
    1,490
    Gamer IDs

    Steam ID: dragonslover

    Default Re: Easter Eggs

    In DK2, yeah. But in DK1, I don't think so.
    I like dragons! They're the center of my life! I'll never forget them...



  2. #12

    Default Re: Easter Eggs

    I remember, if I had a printer connected to the PC that at some point in the game while playing, a message from the enemy keeper was printed on a paper and I was like WTF LOL

    anyway, DK have the funniest easter-eggs in a game ever

  3. #13
    Beetle
    Join Date
    Sep 2009
    Posts
    137
    Gamer IDs

    XFIRE ID: Xfireisdeadlol

    Default Re: Easter Eggs

    Quote Originally Posted by DragonsLover View Post
    In DK2, yeah. But in DK1, I don't think so.
    i rarely ever played DK2, so i doubt it.

  4. #14
    Elite Dragon Mothrayas's Avatar
    Join Date
    Nov 2009
    Location
    The Netherlands
    Posts
    1,635

    Default Re: Easter Eggs

    I don't recall DK2 having been translated to Dutch, so I doubt it as well.

    The Awakening


  5. #15
    Demon Spawn Necror's Avatar
    Join Date
    Feb 2010
    Location
    qqluqq
    Posts
    199
    Gamer IDs

    Steam ID: qqluqq

    Default Re: Easter Eggs

    according to this file found in FrontEnd.WAD they were planing to make it in dutch but they never did

    uch attaching files to post seems to be a lot harder since the new vBulletin I'll upload it elsewere


  6. #16
    Beetle
    Join Date
    Sep 2009
    Posts
    137
    Gamer IDs

    XFIRE ID: Xfireisdeadlol

    Default Re: Easter Eggs

    Quote Originally Posted by Necror View Post
    according to this file found in FrontEnd.WAD they were planing to make it in dutch but they never did

    uch attaching files to post seems to be a lot harder since the new vBulletin I'll upload it elsewere

    orly? thats interesting! are there many files in dutch or just some empty folders? curious ^^

  7. #17
    Dragon DragonsLover's Avatar
    Join Date
    Aug 2009
    Location
    Quebec
    Posts
    1,490
    Gamer IDs

    Steam ID: dragonslover

    Default Re: Easter Eggs

    Quote Originally Posted by Dominus
    I remember, if I had a printer connected to the PC that at some point in the game while playing, a message from the enemy keeper was printed on a paper and I was like WTF LOL
    Yes, that was with the PRINT command line. This works with the BETA versions if I'm not wrong. I guess this command was used to help Bullfrog about the scripting.

    Quote Originally Posted by Pizu
    i rarely ever played DK2, so i doubt it.
    Quote Originally Posted by M othrayas
    I don't recall DK2 having been translated to Dutch, so I doubt it as well.
    Then perhaps it's one of the DK1 silly mentor quotes, only translated differently. Anyway, you can easily listen to them and extract them by using Danrhan's DKSound utility.
    I like dragons! They're the center of my life! I'll never forget them...



  8. #18

    Default Re: Easter Eggs

    Actually, I've played DK2 in Dutch ages and ages ago. There was definitely a Dutch translation of it.

    I could probably find it again, but I've got a stable installation with Windows 7 64-bit now, and I don't want to jeopardize it :P

  9. #19
    Keeper of Keepers dotted's Avatar
    Join Date
    Jun 2009
    Location
    Denmark
    Posts
    1,151
    Gamer IDs

    Steam ID: dotted

    Default Re: Easter Eggs

    Quote Originally Posted by Lasharus View Post
    Actually, I've played DK2 in Dutch ages and ages ago. There was definitely a Dutch translation of it.
    Yup http://webseed.keeperklan.com/DK2/data/dk2v170nl.zip <- Dutch 1.7 patch.
    "The essence of religion: Fear God and obey God. The quintessence of spirituality: Love God and become another God." -- Sri Chinmoy

  10. #20
    KeeperFX Author mefistotelis's Avatar
    Join Date
    Sep 2009
    Location
    Poland
    Posts
    1,242

    Default Re: Easter Eggs

    On request of DragonsLover, here's some code
    Code:
      // Rare message easter egg
      if ((game.play_gameturn != 0) && ((game.play_gameturn % 20000) == 0))
      {
          if (ACTION_RANDOM(2000) == 0)
          {
            k = UNSYNC_RANDOM(10);
            if (k == 7)
            {
              output_message(SMsg_PantsTooTight, 0, 1);
            } else
            {
              output_message(91+k, 0, 1);
            }
          }
      }

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
  •