Graal Forums  

Go Back   Graal Forums > Gold Servers > Graal Kingdoms
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-12-2013, 06:43 PM
Todd45 Todd45 is offline
Registered User
Todd45's Avatar
Join Date: Jun 2003
Posts: 44
Todd45 is on a distinguished road
Post Looking for GK Level Design tutorial

I wasn't sure where to put this so I'll just post it here. I am looking for some type of tutorial to have the tilesets and gk items appear in my level editor as I am unable to see a lot of the walls and ground textures for indoors in my level editor.

If anyone has a quick tutorial or quick explanation of how to do so, I would greatly appreciate it.
Reply With Quote
  #2  
Old 11-12-2013, 07:00 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Quote:
Originally Posted by Todd45 View Post
I wasn't sure where to put this so I'll just post it here. I am looking for some type of tutorial to have the tilesets and gk items appear in my level editor as I am unable to see a lot of the walls and ground textures for indoors in my level editor.

If anyone has a quick tutorial or quick explanation of how to do so, I would greatly appreciate it.
Logon GK, click start and install packages. Should have levels for you to use the tile sets with.. tho terrain i do not know how to do sorry.. well i understand little about it but not enough to explain
Reply With Quote
  #3  
Old 11-12-2013, 10:40 PM
Torankusu Torankusu is offline
Elite Member
Torankusu's Avatar
Join Date: Jun 2001
Posts: 10,065
Torankusu is a jewel in the roughTorankusu is a jewel in the rough
Many inside levels are actually tiledefs added and not stored on the tileset image itself.

As scriptless said, t he GK dev kit will have what it needs to set the tileset as well as give you specific yileset examples of kingdom houses. (Pirates, forest, etc.)

If this does not work for you, let me know and I will throw something together and post it.
__________________
Quote:
Originally posted by Spark910
Think befreo you type.
Reply With Quote
  #4  
Old 11-15-2013, 09:56 PM
Todd45 Todd45 is offline
Registered User
Todd45's Avatar
Join Date: Jun 2003
Posts: 44
Todd45 is on a distinguished road
Thanks for the responses. Right now im having trouble loading the maps I create. they always load with a default tileset. Anyway to change that?
Reply With Quote
  #5  
Old 11-17-2013, 07:53 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by Todd45 View Post
Thanks for the responses. Right now im having trouble loading the maps I create. they always load with a default tileset. Anyway to change that?
Make a new NPC script and add the code enclosed in the PHP tags below. It will add the Graal Kingdoms tileset and terrain markers for the map, but make sure you delete the NPC script before you upload it to any server because it will spam RC text with errors when anyone enters the level.

PHP Code:
//#CLIENTSIDE  
if (created) {  
  
removetiledefs;  
  
addtiledef picso2.png,,0;  
  
loadmap <mapname>; 

If you are working on inside levels add the script below to the level:

PHP Code:
//#CLIENTSIDE
if (playerenters) {
  
addtiledef tiles_inside.png,inside,1;
  
addtiledef2 tiles_wallspirates.png,#L,1024,224;

This will add the GK inside tiles to any level that starts with the word "inside" and the pirate wall tiles. If you want different wall tiles just change the "tiles_wallspirates.png" string to your preferred tileset. Also, unlike the outside tileset you won't need to delete this script from the level if you upload it to any servers.

If this script doesn't work add a new script and add the code in the PHP tags below to clear the current tileset and then delete it again.

PHP Code:
//#CLIENTSIDE  
if (created) {  
  
removetiledefs;


Last edited by cyan3; 11-17-2013 at 09:45 PM..
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:25 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.