Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-01-2004, 03:16 AM
Arnack Arnack is offline
Kojiro Chang
Arnack's Avatar
Join Date: Oct 2004
Posts: 154
Arnack is on a distinguished road
Questions

2 questions.
How do you make the inside of a house and how would you make yourslef enter the door/ect.
And if you are a leveler for a server, how do you upload it and know where to put all the stuff in the right place?
Reply With Quote
  #2  
Old 12-01-2004, 09:26 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Okay when you open graal. There is an option called "Training" Click on there and press F4. This is where you make the level's them selfs. You click on the a folder located below the player list. In here you should have a file called "levels". If not you can't upload them. You drag the level's from your folder into the RC and it should be uploaded =]
__________________
Reply With Quote
  #3  
Old 12-02-2004, 12:06 AM
Arnack Arnack is offline
Kojiro Chang
Arnack's Avatar
Join Date: Oct 2004
Posts: 154
Arnack is on a distinguished road
How do you edit levels? Like if you ewant to edit a level, and you dont know what the whole thing looks like. And when I put items down there is no grass by it and it doesn't look good.
Reply With Quote
  #4  
Old 12-02-2004, 11:14 AM
syltburk syltburk is offline
shutup ctrl+s
syltburk's Avatar
Join Date: Oct 2001
Location: Sweden, Stockholm
Posts: 3,018
syltburk is an unknown quantity at this point
Send a message via ICQ to syltburk Send a message via AIM to syltburk Send a message via Yahoo to syltburk
Apart from what snake said (which is correct) is that if you want the hole level to be for example (black) then take black and right click, you first need to start with the walls the outline how the level is going to look like, then you can mix up floor styles etc etc.. Try to be creative when you're making insides, try to come up with new stuff that will amaze the viewers eye's.
__________________
Reply With Quote
  #5  
Old 12-03-2004, 12:01 AM
Arnack Arnack is offline
Kojiro Chang
Arnack's Avatar
Join Date: Oct 2004
Posts: 154
Arnack is on a distinguished road
Oh question, how do I make signs work, and I am thinking about leveling for ourtside.
Reply With Quote
  #6  
Old 12-03-2004, 10:21 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
make an npc, better to use script's than the old graal way.

if (created){setshape 1,32,32}

Change the last 4 digits (32,32) but make sure you don't go under 10. It will be hard to locate it. Each tile is 16x16 in pixels. so 32x32 would be a square box. (The size of the sign).
Then you would add a

if (playertouchsme){say2 Your message here#b;}

The #b mean's there is a break. It will go off that line and continue onto the line below.
The whole script:

if (created){setshape 1,32,32;}
if (playertouchsme){say2 Welcome to Graal#b Have fun;}


A reason for the script is because you can also learn graal script. It's better to know the basic's than not know nothing =].

You could also add a

Message, replace this command with the say2 and see what happens =].

message Welcome to Graal =];

This will display the sign saying "Welcome to Graal =]". This can be used for alot of reason's. But if you want a graal char (An NPC) to say something you would use

setcharprop #c,Welcome To Graal;

Play around with this stuff, You will have fun =]
__________________
Reply With Quote
  #7  
Old 12-04-2004, 06:47 AM
Slash-P2P Slash-P2P is offline
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Slash-P2P is on a distinguished road
Quote:
Originally Posted by xAndrewx
make an npc, better to use script's than the old graal way.

if (created){setshape 1,32,32}

Change the last 4 digits (32,32) but make sure you don't go under 10. It will be hard to locate it. Each tile is 16x16 in pixels. so 32x32 would be a square box. (The size of the sign).
Then you would add a

if (playertouchsme){say2 Your message here#b;}

The #b mean's there is a break. It will go off that line and continue onto the line below.
The whole script:

if (created){setshape 1,32,32;}
if (playertouchsme){say2 Welcome to Graal#b Have fun;}


A reason for the script is because you can also learn graal script. It's better to know the basic's than not know nothing =].

You could also add a

Message, replace this command with the say2 and see what happens =].

message Welcome to Graal =];

This will display the sign saying "Welcome to Graal =]". This can be used for alot of reason's. But if you want a graal char (An NPC) to say something you would use

setcharprop #c,Welcome To Graal;

Play around with this stuff, You will have fun =]
He could just use the default sign function, which I bet he would understand better
Reply With Quote
  #8  
Old 12-04-2004, 02:52 PM
Arnack Arnack is offline
Kojiro Chang
Arnack's Avatar
Join Date: Oct 2004
Posts: 154
Arnack is on a distinguished road
And Yes i could, NP already helped me out with signes, but now, how do you put tile over tile without that green patch by it?
Reply With Quote
  #9  
Old 12-04-2004, 03:07 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
I don't understand what you mean :o
__________________
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 07:52 AM.


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