Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16

Thread: Test map for Yourmaster

  
  1. #11

    Default Re: Test map for Yourmaster

    Well, that's what it looks like for me when I use windows notepad, if I open other maps included in Keeperfx the whole scripts look like that, no spaces or anything. Still though, they seem to work. And my script works too, except for that CREATE_EFFECT_AT_POS(EFFECT_EXPLOSION_5
    ,43,190) part. But you mean that worked for you?

  2. #12

    Default Re: Test map for Yourmaster

    See, even in your post here, you have an extra enter between
    Code:
    CREATE_EFFECT_AT_POS(EFFECT_EXPLOSION_5
    ,43,190)
    It did not work for me until I changed it to:
    Code:
    CREATE_EFFECT_AT_POS(EFFECT_EXPLOSION_5,43,190)
    Same with:
    Code:
    LEVEL_VERSION(1)SET_GENERATE_SPEED(400)
    START_MONEY(ALL_PLAYERS,2500)
    MAX_CREATURES(ALL_PLAYERS,25)
    Changed it to:
    Code:
    LEVEL_VERSION(1)
    SET_GENERATE_SPEED(400)
    START_MONEY(ALL_PLAYERS,2500)
    MAX_CREATURES(ALL_PLAYERS,25)
    But I remember somebody else who had the same problem with notepad before. If you are unwilling to install a proper replacement for notepad, and you can't fix it, try opening it with wordpad. That comes bundled with windows and it should show you the files correctly so you can identify the missing/extra enters.

  3. #13

    Default Re: Test map for Yourmaster

    That's so weird... I opened my script now and that error doesn't exist for me, at least not visibly. And when I did a backspace it deleted the comma before. I don't know, I haven't been making levels since the late 90's but I never had that sort of problems back then as far as I can remember. I'm not unwilling to install a replacement, I just never thought it was needed for this game, but apparently I'm wrong! Thanks

  4. #14

    Default Re: Test map for Yourmaster

    It's not 'this game', it's just text files that it's not displaying properly. And you're welcome, good luck.

    If you still don't see the explosion, it's because it happens after just 5 seconds, that's really fast so you have to hurry to see it. It's not an explosion that actually breaks the floor, that's `EFFECT_ERUPTION` I believe.

  5. #15

    Default Re: Test map for Yourmaster

    No, that was badly worded of me, of course it's not because of the game. I meant I thought I could count on a simple text editor to show spaces between letters.

    And I do see the explosion after that edit, it worked great. I'm going to do something with that. Thanks for all your help, it's very nice of you. I have a one year old daughter and not that much time to do this stuff at the moment, it's great to get some help with troubleshooting!

  6. #16

    Default Re: Test map for Yourmaster

    Anytime. If you get that discord account working again the direct chat in the mapmaking channel there would probably go smoother without the delays still.

Similar Threads

  1. YourMaster
    By Auxin in forum KeeperFX
    Replies: 8
    Last Post: January 15th, 2018, 21:22
  2. Imp Skeletal rig Test
    By Blutonium in forum War for the Overworld
    Replies: 16
    Last Post: July 25th, 2011, 19:59

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
  •