|
06-10-2016
|
47
|
|
Banned
Join Date: Oct 2015
Location: Mom's basement
Posts: 1,358
|
How to make the Tileset work with the offline editor:
Spoiler
1. Close GraalEditor
2. Navigate to Graal/Levels/tiles/
3. Place tileset_olwest_application_inside.png and tileset_olwest_application_outside.png in that folder
4. Open GraalEditor
5. Make a new NPC and make sure this is the code depending on which tileset you are trying to load:
PHP Code:
//For the inside tiles
removetiledefs;
addtiledef tileset_olwest_application_inside.png,(Type your level name here),1;
PHP Code:
//For the outside tiles
removetiledefs;
addtiledef tileset_olwest_application_outside.png,(Type your level name here),1;
6. Close the Script Editor
7. If the tileset didn't already pop up in your GraalEditor, move the npc a tile or 2 and it should pop up.
If that doesn't work, PM me. You can use my dev server to make your levels on. 
|
Please
|
|
|
|