Graal Forums  

Go Back   Graal Forums > Gold Servers > Zone
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 10-07-2005, 10:18 PM
Huwajux Huwajux is offline
Zone Oracle
Join Date: Jul 2005
Location: Padded cell
Posts: 3,947
Huwajux will become famous soon enough
Send a message via AIM to Huwajux Send a message via MSN to Huwajux
Zone Tileset

I would post this on the Information board but, nobody ever looks there.
Could someone send me a link to download the Zone tileset, or if it is already in the GraalEditor.exe file could someone point me in the right direction to it?

Raeiphon and I would like to have a go at making a new iricia level. Should be good fun.
__________________
No matter where we go, or what we do, we will always live our lives within the confines of our own head.
Reply With Quote
  #2  
Old 04-09-2007, 06:23 AM
UnknownMasterMind UnknownMasterMind is offline
Desear
UnknownMasterMind's Avatar
Join Date: Oct 2006
Posts: 737
UnknownMasterMind is on a distinguished road
Sorry for Reviving this Huwajux, But seeing as how, You are working on maps, You have found the Tileset, So could you maybe, Post the Script for it here? And Sticky this?(Well, It should be stickied in my opinion.)

Gratefully,
Desear
Reply With Quote
  #3  
Old 04-09-2007, 01:01 PM
Dante55555 Dante55555 is offline
Kds Xanadu
Dante55555's Avatar
Join Date: Apr 2005
Posts: 2,092
Dante55555 is an unknown quantity at this point
Not sure what your intentions are, Chuck. But the way to get zone maps/tilesets, is all explained by stefan, here.
http://forums.graalonline.com/forums...ad.php?t=72107

Its in the information section, that no one ever goes in. Accept maybe, me, Huwa, Davidd and SN.

Also, im taking this as a no but i would like to know some of there zone scripts if its possible? Like the barrel script. Or the lounge door script.
Reply With Quote
  #4  
Old 04-09-2007, 01:09 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Dante55555 View Post
Not sure what your intentions are, Chuck. But the way to get zone maps/tilesets, is all explained by stefan, here.
http://forums.graalonline.com/forums...ad.php?t=72107

Its in the information section, that no one ever goes in. Accept maybe, me, Huwa, Davidd and SN.

Also, im taking this as a no but i would like to know some of there zone scripts if its possible? Like the barrel script. Or the lounge door script.
Hey I was also looking into that thread when I explained SN how to create gmaps with the Zone tileset :P I can give you a fully working script for the snow environment if you dont want to edit your tiledefs.txt Huwa.

Okay here ya go. All the stuff you need is in there.

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

  
setstring this.level,new1.nw;

  
addtiledef tileset_zone-blank.png,#s(this.level),1;
  
addtiledef2 tileset_zone-floor1.png,#s(this.level),1024,0;
  
addtiledef2 tileset_zone-wall1up.png,#s(this.level),1472,256;
  
addtiledef2 tileset_zone-wall1top.png,#s(this.level),1536,256;
  
addtiledef2 tileset_zone-wall2up.png,#s(this.level),1504,304;
  
addtiledef2 tileset_zone-earth_arctic.png,#s(this.level),1024,32;
  
addtiledef2 zone_tiles1.png,#s(this.level),768,48;
  
addtiledef2 zone_tiles2_arctic.png,#s(this.level),1664,256;
  
addtiledef2 zone_tiles3.png,#s(this.level),1504,352;
  
addtiledef2 zone_tiles4-tent.png,#s(this.level),1504,448;
  //addtiledef2 zone_tiles5-paths.png,#s(this.level),768,128;
  //addtiledef2 zone_tiles6-sulfpits.png,#s(this.level),1664,352;

This is just for offline uses though ;o You should ask Stefan or err...well just ask Stefan if its done and ready to get uploaded ;D Just copy the script in an empty npc in your map and replace the "new1.nw" (in the string) with the prefix of your map (for example "zone_iricia_new_" ... dont forget the underscore at the end if there is one ;D). Hope you get it. If you have any problems, tell me.
Reply With Quote
  #5  
Old 04-09-2007, 03:27 PM
Davidd Davidd is offline
quitted an addiction
Join Date: Apr 2006
Location: in a black hole
Posts: 620
Davidd is an unknown quantity at this point
and mayby make a step by step for people like me xD, i need to know what is whats and presise steps or else ill be lost
__________________
Quited
Reply With Quote
  #6  
Old 04-09-2007, 11:34 PM
Tracker180 Tracker180 is offline
Wedge has 7 Rep Points :D
Tracker180's Avatar
Join Date: Apr 2006
Location: Somewhere
Posts: 1,176
Tracker180 is an unknown quantity at this point
Quote:
Originally Posted by Davidd View Post
and mayby make a step by step for people like me xD, i need to know what is whats and presise steps or else ill be lost
and one for Mac users, I don't even know what it is x.x it should have teh same name
__________________


Quote:
This message has been deleted by Chris. Reason: replied to deleted post (don't hurt me Crono =()
Reply With Quote
  #7  
Old 04-10-2007, 12:07 AM
pooper200000 pooper200000 is offline
The Blackswan
Join Date: May 2006
Location: Asylum
Posts: 5,060
pooper200000 will become famous soon enough
Send a message via AIM to pooper200000
Quote:
Originally Posted by Crow View Post
Hey I was also looking into that thread when I explained SN how to create gmaps with the Zone tileset :P I can give you a fully working script for the snow environment if you dont want to edit your tiledefs.txt Huwa.

Okay here ya go. All the stuff you need is in there.

[Hope you get it. If you have any problems, tell me.
thanks your good at that stuff. requires a little more brain that I have.
__________________
Always Watching!
Reply With Quote
  #8  
Old 04-10-2007, 12:11 AM
Dante55555 Dante55555 is offline
Kds Xanadu
Dante55555's Avatar
Join Date: Apr 2005
Posts: 2,092
Dante55555 is an unknown quantity at this point
Quote:
Originally Posted by Crow View Post
(Load of scripting stuff)
Thats a nice little script you got there but i just want to say erm, yea, im not sure you recognised that the post by huwa, was made like a year or so ago.

Quote:
Originally Posted by pooper200000 View Post
thanks your good at that stuff. requires a little more brain that I have.
you have brain?
Reply With Quote
  #9  
Old 04-10-2007, 12:11 AM
pooper200000 pooper200000 is offline
The Blackswan
Join Date: May 2006
Location: Asylum
Posts: 5,060
pooper200000 will become famous soon enough
Send a message via AIM to pooper200000
Quote:
Originally Posted by Dante55555 View Post
Thats a nice little script you got there but i just want to say erm, yea, im not sure you recognised that the post by huwa, was made like a year or so ago.
you have brain?
lets not go there.
__________________
Always Watching!
Reply With Quote
  #10  
Old 04-10-2007, 12:12 AM
Davidd Davidd is offline
quitted an addiction
Join Date: Apr 2006
Location: in a black hole
Posts: 620
Davidd is an unknown quantity at this point
:O stop flaming and help the stupid poeple like me
__________________
Quited
Reply With Quote
  #11  
Old 04-10-2007, 12:12 AM
pooper200000 pooper200000 is offline
The Blackswan
Join Date: May 2006
Location: Asylum
Posts: 5,060
pooper200000 will become famous soon enough
Send a message via AIM to pooper200000
Quote:
Originally Posted by Davidd View Post
:O stop flaming and help the stupid poeple like me
whats your problem?
__________________
Always Watching!
Reply With Quote
  #12  
Old 04-10-2007, 12:13 AM
Davidd Davidd is offline
quitted an addiction
Join Date: Apr 2006
Location: in a black hole
Posts: 620
Davidd is an unknown quantity at this point
Geh i cant get the zone tiles in the edit :X i tried the NPC thing and dosint work
__________________
Quited
Reply With Quote
  #13  
Old 04-10-2007, 12:17 AM
pooper200000 pooper200000 is offline
The Blackswan
Join Date: May 2006
Location: Asylum
Posts: 5,060
pooper200000 will become famous soon enough
Send a message via AIM to pooper200000
Quote:
Originally Posted by Davidd View Post
Geh i cant get the zone tiles in the edit :X i tried the NPC thing and dosint work
you edited the offline tileset?
__________________
Always Watching!
Reply With Quote
  #14  
Old 04-10-2007, 12:19 AM
Dante55555 Dante55555 is offline
Kds Xanadu
Dante55555's Avatar
Join Date: Apr 2005
Posts: 2,092
Dante55555 is an unknown quantity at this point
Quote:
Originally Posted by Davidd View Post
Geh i cant get the zone tiles in the edit :X i tried the NPC thing and dosint work
I could have SWORN me you and SN already discussed this over and over and you finally got it working, PM me or SN about it, im sure we can help.
Reply With Quote
  #15  
Old 04-10-2007, 12:19 AM
Davidd Davidd is offline
quitted an addiction
Join Date: Apr 2006
Location: in a black hole
Posts: 620
Davidd is an unknown quantity at this point
ya
edit or just take my MSn so you can talk it over with me will i do it
__________________
Quited
Reply With Quote
Reply


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 02:29 PM.


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