Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16

Thread: Level Editor-Change Tileset

  1. #1

    Level Editor-Change Tileset

    Hello John98 here.
    Title Says it all.

    If you don't have the tile editor, please click on the link below.
    http://www.era-go.com/forum/showthre...aal-Shop(Ganis)


    Here is the tileset if you don't have it

    tileset_era01-summer.jpg


    Step 1:

    -Open your File Explorer
    -Click On DeskTop
    -(Right Click)Graal
    -Open File Location
    -Click Levels
    -Click Tiles
    -Find The Tileset Or Add The Tileset Into That Folder.

    Step 2:
    -Now Open Paint.Net Or Paint
    -Drag The Tileset Or Find It In your File Explorer
    -Then Open it.
    -Save Image Name As(Don't Change The Name)
    -Save As .png (8Bit) And Close Paint.



    Step 3: Open your (Offline) tile editor{Graal Editor}

    Step 4rag a Npc Out Into The Green Zone.(Where The Arrow Is)
    (Pictures Below show you what the npc looks like and where it is)
    http://gyazo.com/837f846c76a951a9f9d6fc794c0ba7a0
    http://gyazo.com/1850d130540ffc966fb9f98be8bb402b

    This will show Once you Drag The Npc Out
    http://gyazo.com/ecd6a57015ef1e8829df9b6c4e94b062


    Step 6:
    Copy And Paste This HTML Code Below

    HTML Code:

    if (created) {
    removetiledefs;
    addtiledef (TilesetName).png,,1;
    }

    Don't Forget To add The Tileset Name!

    Into This
    Example:
    http://gyazo.com/9aadb34a2bf9539be83ff98204e63a2b

    Then Click Test And Close.


    The Tileset should load and you will see this
    http://gyazo.com/39f980f044983f5e9c8d17f284ca0947

    Once you see it, you are done ^.^

    You can delete that Npc and start making Era Levels


    I hope this helps ^.^
    __________________________________________________ _________________

    To Add The Classic Tileset Back
    Add this into the Npc

    HTML Code
    if (created) {
    removetiledefs;
    addtiledef pics1.png,,0;
    }
    And you have your classic tileset again.
    Ex iEra Lat
    Ex iZone Lat Admin.

    Level Thread: http://www.era-go.com/forum/showthre...z-level-thread

    Skype: Ask For It.

    Xbox User Name: Ask

    Twitch User Name: BrokenJay
    https://www.twitch.tv/brokenjay

    YouTube User Name:BrokenJay (Was Clueless)
    https://www.youtube.com/channel/UCzF...gBcXS1_0105hnw

  2. #2
    Veteran WwW's Avatar
    Join Date
    May 2015
    Location
    Philippines
    Posts
    430
    Is it normal that When you close the Apps. It says RUNTIME ERROR 216 at 00005AF2?

    - - - Updated - - -

    Black out. Always Happen sometimes it Works. Why?

    Do you know why people like Violence?

    It is because it feels good. Humans find violence deeply satisfying. But remove the satisfaction, and the act becomes... Hollow
    .

  3. #3
    Quote Originally Posted by WwW View Post
    Is it normal that When you close the Apps. It says RUNTIME ERROR 216 at 00005AF2?

    - - - Updated - - -

    Black out. Always Happen sometimes it Works. Why?
    Black out happens when you did something wrong
    Ex iEra Lat
    Ex iZone Lat Admin.

    Level Thread: http://www.era-go.com/forum/showthre...z-level-thread

    Skype: Ask For It.

    Xbox User Name: Ask

    Twitch User Name: BrokenJay
    https://www.twitch.tv/brokenjay

    YouTube User Name:BrokenJay (Was Clueless)
    https://www.youtube.com/channel/UCzF...gBcXS1_0105hnw

  4. #4
    Veteran WwW's Avatar
    Join Date
    May 2015
    Location
    Philippines
    Posts
    430
    I do it step by step It still black. Idk why.

    - - - Updated - - -

    if (created) {
    removetiledefs;
    addtiledef (TilesetName).png,,1;
    }

    this code wont work.

    - - - Updated - - -

    I even Uninstall all. and Reinstall back all.

    Do you know why people like Violence?

    It is because it feels good. Humans find violence deeply satisfying. But remove the satisfaction, and the act becomes... Hollow
    .

  5. #5
    Quote Originally Posted by WwW View Post
    I do it step by step It still black. Idk why.

    - - - Updated - - -

    if (created) {
    removetiledefs;
    addtiledef (TilesetName).png,,1;
    }

    this code wont work.

    - - - Updated - - -

    I even Uninstall all. and Reinstall back all.
    if (created) {
    removetiledefs;
    addtiledef (TilesetName).png,,1;
    }


    Remember you need to change the (Tilesetname) and put the name of your tileset
    Example:

    if (created) {
    removetiledefs;
    addtiledef (TilesetName).png,,1;
    }


    if (created) {
    removetiledefs;
    addtiledef JohnYest-Summero987.png,,1;
    }
    Ex iEra Lat
    Ex iZone Lat Admin.

    Level Thread: http://www.era-go.com/forum/showthre...z-level-thread

    Skype: Ask For It.

    Xbox User Name: Ask

    Twitch User Name: BrokenJay
    https://www.twitch.tv/brokenjay

    YouTube User Name:BrokenJay (Was Clueless)
    https://www.youtube.com/channel/UCzF...gBcXS1_0105hnw

  6. #6
    Veteran WwW's Avatar
    Join Date
    May 2015
    Location
    Philippines
    Posts
    430

    Nailed it.

    - - - Updated - - -

    I thnk you should Put some Pictures on Step 1 and 2. Maybe I'm wrong.

    Do you know why people like Violence?

    It is because it feels good. Humans find violence deeply satisfying. But remove the satisfaction, and the act becomes... Hollow
    .

  7. #7
    Street Boss Power5327's Avatar
    Join Date
    Apr 2014
    Location
    Lebanon
    Posts
    633
    Enter this code and especially, browse the tileset image..

    if (created) {
    removetiledefs;
    addtiledef (image name).png,,1;
    }
    Like in this image: image.jpg
    Note: I got this from Dark Ice Cream Leveling Guide

  8. #8
    Veteran WwW's Avatar
    Join Date
    May 2015
    Location
    Philippines
    Posts
    430
    Quote Originally Posted by Power5327 View Post
    Enter this code and especially, browse the tileset image..

    if (created) {
    removetiledefs;
    addtiledef (image name).png,,1;
    }
    Like in this image: image.jpg
    Note: I got this from Dark Ice Cream Leveling Guide
    You save my Life xD

    Do you know why people like Violence?

    It is because it feels good. Humans find violence deeply satisfying. But remove the satisfaction, and the act becomes... Hollow
    .

  9. #9
    Veteran Ganza's Avatar
    Join Date
    Sep 2013
    Location
    GraalEditor
    Posts
    234
    Also, if its still not working, place your tileset with your Editor, had too much complaints, and they were using custom tilesets not uploaded tilesets.

  10. #10

Posting Permissions

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