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

Thread: Tileset problem

  1. #1
    Big Cheese 3.X's Avatar
    Join Date
    Jun 2013
    Location
    Texas
    Posts
    1,638

    Tileset problem

    Recently I tried to make a level and followed guides to get the tileset, but all guides I followed didnt work and only gave me black lines across the level. Can anyone help me?
    Live your life, enjoy it while it lasts. Don't give it up when you are down, you are a light like the stars in a sky.

  2. #2
    Computer Science major? I don't know. What's GS2?
    日本語が少し出来ます。でも、「Weeb? ??じゃないですよ!

  3. #3
    Big Cheese 3.X's Avatar
    Join Date
    Jun 2013
    Location
    Texas
    Posts
    1,638
    Still havin troubles :/

    This is starting to piss me off, why isnt there an easier way to make the era tileset. Ive tried every damn guide known to mankind and did it about 100 times each and still got nothin
    Last edited by SnakeRekon; 08-20-2013 at 08:57 PM. Reason: Double-post.
    Live your life, enjoy it while it lasts. Don't give it up when you are down, you are a light like the stars in a sky.

  4. #4
    ok 3.X mi hermano! ok so u have downloaded grallainas blah blah have u used the npc code? the script that it tells u?
    Computer Science major? I don't know. What's GS2?
    日本語が少し出来ます。でも、「Weeb? ??じゃないですよ!

  5. #5
    Big Cheese 3.X's Avatar
    Join Date
    Jun 2013
    Location
    Texas
    Posts
    1,638
    Yep ive used everything every guide that they said and still nothing
    Live your life, enjoy it while it lasts. Don't give it up when you are down, you are a light like the stars in a sky.

  6. #6
    Street Boss
    Join Date
    Jun 2013
    Location
    United States
    Posts
    529
    PHP Code:
    //#CLIENTSIDE
    if (created) {
      
    removetiledefs;
      
    addtiledef ("YourTilesetHere" ,"",1);

    Else, if you want to do it online, you would change
    PHP Code:
    if (created) { 
    to
    PHP Code:
    function onCreated() { 

  7. #7
    Big Cheese 3.X's Avatar
    Join Date
    Jun 2013
    Location
    Texas
    Posts
    1,638
    Quote Originally Posted by Peter View Post
    PHP Code:
    //#CLIENTSIDE
    if (created) {
      
    removetiledefs;
      
    addtiledef ("YourTilesetHere" ,"",1);

    Else, if you want to do it online, you would change
    PHP Code:
    if (created) { 
    to
    PHP Code:
    function onCreated() { 
    Still didnt work :/ idk whats wrong

    ON the bottom when I select test it says:
    Error: Expected format addtiledef string,string,real;
    Help lol
    Last edited by SnakeRekon; 08-20-2013 at 08:57 PM. Reason: Double-post.
    Live your life, enjoy it while it lasts. Don't give it up when you are down, you are a light like the stars in a sky.

  8. #8
    do you have the photo loaded in the npc action script? If not, at the top it says "image" then "browse", click that, if you have the era tileset you should have a folder called "Era Development" or something like that. Load the tileset image, double click "Test" and check for any errors on the yellow bar at the bottom. If theres no errors, click the bubble near "select tile" then you will see it. Make sure to put the script code Peter said.
    .

  9. #9
    Big Cheese 3.X's Avatar
    Join Date
    Jun 2013
    Location
    Texas
    Posts
    1,638
    :0 how do I get the folder maybe thats why its not working
    Live your life, enjoy it while it lasts. Don't give it up when you are down, you are a light like the stars in a sky.

  10. #10
    Street Boss
    Join Date
    Jun 2013
    Location
    United States
    Posts
    529
    Your graal client>Era PC>Start tab at the bottom>Install Packages>Era Development Kit

Posting Permissions

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