Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-11-2004, 04:55 AM
Kingtofu Kingtofu is offline
Registered User
Join Date: Jan 2004
Posts: 18
Kingtofu is on a distinguished road
Loading Tileset

How exactly do you load a custom tileset into the Graal Level editor? I've always used the original tileset for my levels, so I never learned how. Any help?

(And be sure to explain it well if you would, I'm a bit slow to new things.)
Reply With Quote
  #2  
Old 02-11-2004, 07:44 AM
Geno Geno is offline
Prinking Droblem
Geno's Avatar
Join Date: Jul 2003
Posts: 7,013
Geno has much to be proud ofGeno has much to be proud ofGeno has much to be proud ofGeno has much to be proud ofGeno has much to be proud ofGeno has much to be proud of
Send a message via AIM to Geno
ok go into your graal folder, get into your tiledefs folder. than find the tiledefs text document for whichever server's tiles you want, open it up, copy all of the data, than open your offlinetiledefs text doccument (located in the same folder) and paste all of the data in.


this should work, it is what i did to get the era tileset on my editor.
Reply With Quote
  #3  
Old 02-11-2004, 08:15 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
I used addtiledef... And so does my brother and it works fine for him, He is LAT on era..
addtildef picsname,levelname.nw,1;
__________________
V$:CONFL16T
Reply With Quote
  #4  
Old 02-11-2004, 08:20 AM
Geno Geno is offline
Prinking Droblem
Geno's Avatar
Join Date: Jul 2003
Posts: 7,013
Geno has much to be proud ofGeno has much to be proud ofGeno has much to be proud ofGeno has much to be proud ofGeno has much to be proud ofGeno has much to be proud of
Send a message via AIM to Geno
Quote:
Originally posted by WanDaMan
I used addtiledef... And so does my brother and it works fine for him, He is LAT on era..
addtildef picsname,levelname.nw,1;
also i would like to add if your going to use this method.
what he is giving you there is a script
and it needs to go in a NPC in the level
so basicly make a NPC (the outline of a guy)
double click it, and then paste the addtildef blah blah blah into it
Reply With Quote
  #5  
Old 02-11-2004, 09:01 AM
ETD ETD is offline
VIP runned out
ETD's Avatar
Join Date: Mar 2003
Location: Miami/Virginia
Posts: 1,531
ETD is on a distinguished road
I replace the graal pics1.png with EoA's tileset
XD
true, I then have to use EoA's tileset on classic servers, but I think it just makes them look better
:P
Reply With Quote
  #6  
Old 02-11-2004, 09:02 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Quote:
Originally posted by ETD
I replace the graal pics1.png with EoA's tileset
XD
true, I then have to use EoA's tileset on classic servers, but I think it just makes them look better
:P
I used to deleat pics1.png from my folder and name my pre-made tileset pics1.png, lol...
__________________
V$:CONFL16T
Reply With Quote
  #7  
Old 02-11-2004, 02:30 PM
Kingtofu Kingtofu is offline
Registered User
Join Date: Jan 2004
Posts: 18
Kingtofu is on a distinguished road
Guess what tileset I'm using ETD
Reply With Quote
  #8  
Old 02-11-2004, 02:57 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Quote:
Originally posted by Kingtofu
Guess what tileset I'm using ETD
Era's?, LOL.
__________________
V$:CONFL16T
Reply With Quote
  #9  
Old 02-11-2004, 04:44 PM
Mykel Mykel is offline
:o
Mykel's Avatar
Join Date: May 2002
Location: Canton, Ohio.
Posts: 5,526
Mykel has a spectacular aura about
Send a message via AIM to Mykel Send a message via MSN to Mykel
I have a addtiledef2 tileset tutorial in the GFX Section. It is in the tutorials thread.

Here is the link though....

http://forums.graal2001.com/forums/s...threadid=47038
__________________
(Married to Skyld)
Reply With Quote
  #10  
Old 02-11-2004, 07:03 PM
ETD ETD is offline
VIP runned out
ETD's Avatar
Join Date: Mar 2003
Location: Miami/Virginia
Posts: 1,531
ETD is on a distinguished road
Quote:
Originally posted by Kingtofu
Guess what tileset I'm using ETD

If you mean End of Ages', then awsome

[ramble]
In a week or 2, we will upload a version, with our custom water, and sand tiles (so they match the grass better) so try logging into EoA in about 2 weeks (delete your current eoa_tiles_normal.png, to make sure the newest one loads) and then you can use that

The tileset works fairly well as pics1.png, exept just a few glitches... like, those blue house insides do not transfer over as nicely.... and the caves look scrambled, because we did not place ours in the same order as the classic ones (because our cave tyles are a different style)

also, there is a bug if they use backpals I think... but not too many places use them anyways.

umm... yea o.o *goes back to working on his server*
we'll try to get ready for the hosted tab ASAP... should be on there in 2 weeks, if everything goes right... BUT, we'll only have the events overworld public... but there's still a ton of stuff to do there, and we might let players test new NPC's and stuff

[/ramble]
Reply With Quote
  #11  
Old 02-11-2004, 11:48 PM
Kingtofu Kingtofu is offline
Registered User
Join Date: Jan 2004
Posts: 18
Kingtofu is on a distinguished road
Yeah, I'll be using the End of Ages tileset. Didn't know the server was that close to being public.

EDIT: I loaded the tileset using addtiledef, with the 1 at the end. Doesn't work with the 1 there, so I strongly suggest using 0.

Last edited by Kingtofu; 02-12-2004 at 12:00 AM..
Reply With Quote
  #12  
Old 02-12-2004, 12:37 AM
DarkShadows_Legend DarkShadows_Legend is offline
Cult of the Winky
DarkShadows_Legend's Avatar
Join Date: Apr 2003
Location: Florida
Posts: 614
DarkShadows_Legend is on a distinguished road
Send a message via AIM to DarkShadows_Legend
This might help you.
Also, no we are not even close to going public. We have a long way to go.
Attached Files
File Type: nw eoa_tileset.nw (9.3 KB, 146 views)
__________________
- Criminal X

"I rather be hated for being myself, than be liked for being what you like best. I go above the influence, not under." - Me
Reply With Quote
  #13  
Old 02-12-2004, 02:44 AM
ETD ETD is offline
VIP runned out
ETD's Avatar
Join Date: Mar 2003
Location: Miami/Virginia
Posts: 1,531
ETD is on a distinguished road
Quote:
Originally posted by Kingtofu
Didn't know the server was that close to being public.
Yea, like Prince Dark said, we have a long way to go before we are fully public...
I said we'd allow people on the EVENTS overworld
:P
our events area is very well developed (thanks to prince dark) with great events/games/prizes
:grin:
but as for the main overworld, we still have a little level work to do, and there is still a lot of content that needs to be added


so it might be a few months till we go fully public... but it'll be worth the wait
Reply With Quote
  #14  
Old 02-12-2004, 03:52 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter is on a distinguished road
*points to tutorials sticky* It's in there, bud.
Reply With Quote
  #15  
Old 02-12-2004, 03:13 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
I'll log on and check it out :-).
Post it on here or something?
__________________
V$:CONFL16T
Reply With Quote
  #16  
Old 02-13-2004, 12:16 AM
Kingtofu Kingtofu is offline
Registered User
Join Date: Jan 2004
Posts: 18
Kingtofu is on a distinguished road
Ah, looks as though I read it wrong.

Only problem with the tileset is the bushes just look awkward to me.

And Haunter, that wasn't neccesary.
Reply With Quote
  #17  
Old 02-13-2004, 12:37 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter is on a distinguished road
What are you talking about? It was completely neccesary. He wanted to know how to use custom tilesets... Mmmmkay's FAQ explains how. Very well I might add.
Reply With Quote
  #18  
Old 02-13-2004, 05:00 PM
Mykel Mykel is offline
:o
Mykel's Avatar
Join Date: May 2002
Location: Canton, Ohio.
Posts: 5,526
Mykel has a spectacular aura about
Send a message via AIM to Mykel Send a message via MSN to Mykel
Quote:
Originally posted by haunter
What are you talking about? It was completely neccesary. He wanted to know how to use custom tilesets... Mmmmkay's FAQ explains how. Very well I might add.
Plus mine in the GFX section...
__________________
(Married to Skyld)
Reply With Quote
  #19  
Old 02-13-2004, 05:27 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Quote:
Originally posted by Mykel
Plus mine in the GFX section...
They both are good
__________________
V$:CONFL16T
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 03:00 PM.


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