Results 1 to 2 of 2

Thread: adding creatures

  
  1. #1

    Default adding creatures

    I've downloaded the latest version of FX 4.8), I did a fresh install, I am trying to add creatures to a level, but it doesn't seem to work
    I added all the necessary things

    LEVEL_VERSION(1)

    then

    ADD_CREATURE_TO_LEVEL(​PLAYER0,SAMURAI,DUNGEON_H EART,12,​8,​0)

    when I try and save it, a dialog box pops up
    "This file contains characters in the Unicode format which will be lost if you save this file as a ANSI encoded text file. To keep the Unicode information click Cancel below and then select one of the Unicode options from the Encoding drop down list"

    thanks for all your continued work!

  2. #2

    Default Re: adding creatures

    What you want is written like this:
    Code:
    ADD_CREATURE_TO_LEVEL(​PLAYER0,SAMURAI,PLAYER0,12,​8,​0)

Similar Threads

  1. Adding Map Help (Skirmish/Multiplayer)
    By Airandius in forum KeeperFX
    Replies: 7
    Last Post: June 27th, 2012, 08:08
  2. adding imps
    By fantasm0 in forum DK1 Mapmaking
    Replies: 8
    Last Post: November 11th, 2010, 14:55
  3. Adding new textures
    By Combat-Enforcer in forum DK1 Mapmaking
    Replies: 31
    Last Post: July 31st, 2010, 01:21
  4. Adding Tunnellers
    By Metal Gear Rex in forum DK1 Mapmaking
    Replies: 1
    Last Post: October 31st, 2009, 20:56
  5. Adding creaures
    By natchoguy in forum Dungeon Keeper 1
    Replies: 9
    Last Post: October 13th, 2009, 22:56

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
  •