Page 3 of 3 FirstFirst 1 2 3
Results 21 to 23 of 23

Thread: Vuen's Tomb

  
  1. #21

    Default Re: Vuen's Tomb

    Quote Originally Posted by Duke Ragereaver View Post
    Hm that is pretty bothersome.

    I have used the following computer processes regarding attacking.

    The enemy Keeper should become belligerent after 30000 gameturns, or 3 paydays. From there it will check every 1500 turns with a 45% chance to attack, raising the CTA flag for 3000 turns. In the regular Dungeon Keeper the enemy Keeper does behave as it should. According to similar scripts like in level 16, the value with 8 is defined as MinForAttack, which I think is the minimum amount of Creatures needed?
    Code:
    SET_COMPUTER_CHECKS(PLAYER3,"CHECK FOR QUICK ATTACK",1500,45,3000,8,30000)
    These following processes seem to prevent the enemy Keeper from trying to dig and/or bridge towards the Player.
    Code:
    SET_COMPUTER_PROCESS(PLAYER3,"ATTACK SAFE ATTACK",-1,100,335,100,0)
    SET_COMPUTER_PROCESS(PLAYER3,"ATTACK PLAN 1",-1,100,335,100,0)
    Thanks, that's useful. And I believe it's not the creature needed, but a percentage of creatures somehow.

  2. #22

    Default Re: Vuen's Tomb

    Quote Originally Posted by Duke Ragereaver View Post
    Hm that is pretty bothersome.
    I think I managed to (partialy) fix CTA in KeeperFX 0.47U, from alpha 1953 onward.

    Your map now seems to play out as intended. Makes a big difference!

  3. #23
    Dungeon Keeper Duke Ragereaver's Avatar
    Join Date
    Aug 2009
    Location
    The Netherlands
    Posts
    1,080

    Default Re: Vuen's Tomb

    Quote Originally Posted by YourMaster View Post
    I think I managed to (partialy) fix CTA in KeeperFX 0.47U, from alpha 1953 onward.

    Your map now seems to play out as intended. Makes a big difference!
    I am pleased to hear that.


    Dungeon Keeper I campaign: Undead Keeper
    Download it here!

    Dungeon Keeper I campaign: Post Undead Keeper
    Download it here!

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
  •