Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   Stefan : Requested Additions to the Level Editor (https://forums.graalonline.com/forums/showthread.php?t=32131)

stefan76 06-23-2002 05:36 AM

Stefan : Requested Additions to the Level Editor
 
Heres mine :

1. "Select All" button. So you can select a whole level at once.
2. Zoom in / Out button. So you can see more than one level at once. (Only works with overworld thing when you use the arrow thing)
3. A button so you can load sets. (So if you have a playerworld and have your own tileset)

Those are somethings I would like to see added. I think they are all possible.
Post some things you want to see added and maybe Stefan will listen :)

haunter 06-23-2002 06:08 AM

LAYERS

Dark-Dragoon 06-23-2002 08:19 AM

Quote:

Originally posted by haunter
LAYERS

stefan76 06-23-2002 09:54 AM

I heard from someone that Stefan cant really add layers because of the way Graal is made. It would be too hard to add them now :(....

Or thats what I heard atleast....

haunter 06-23-2002 09:58 AM

Quote:

Originally posted by stefan76
I heard from someone that Stefan cant really add layers because of the way Graal is made. It would be too hard to add them now :(....

Or thats what I heard atleast....

NW has them. So i want them too.

stefan76 06-23-2002 10:01 AM

Quote:

Originally posted by haunter


NW has them. So i want them too.

:O

Nevermind then....

ADD LAYERS TO THE LIST!11

Link77 06-23-2002 12:29 PM

all of that would be very helpful.:p

Cid_Night 06-23-2002 12:44 PM

an easier way to view and connect levels for smaller projects that arent massive overworld sized

haunter 06-23-2002 10:57 PM

Be able to add more tiles then there are places for tiles on the tiles set AND set if a tile is water, blocking, ect.

Beachbum 06-24-2002 02:30 AM

Re: Stefan : Requested Additions to the Level Editor
 
Quote:

Originally posted by stefan76

3. A button so you can load sets. (So if you have a playerworld and have your own tileset)

YES! ADD THAT PLZ!! Everytime i try to load my custom tileset, it won't load! No matter WHAT i do!!! :-\

haunter 06-24-2002 02:32 AM

Re: Re: Stefan : Requested Additions to the Level Editor
 
Quote:

Originally posted by Beachbum

YES! ADD THAT PLZ!! Everytime i try to load my custom tileset, it won't load! No matter WHAT i do!!! :-\

you must be doing it wrong. its

addtiledef2 filename,level range,0,0;


Thats to change the whole tileset

Beachbum 06-24-2002 12:03 PM

Re: Re: Re: Stefan : Requested Additions to the Level Editor
 
Quote:

Originally posted by haunter


you must be doing it wrong. its

addtiledef2 filename,level range,0,0;


Thats to change the whole tileset

I tryed that already...wait lemme try again....nope still not working...addtiledef2 LT_Tiles,Testing,0,0;...doesn't work...

RavenTelvecho 06-24-2002 08:20 PM

Re: Re: Re: Re: Stefan : Requested Additions to the Level Editor
 
Quote:

Originally posted by Beachbum


I tryed that already...wait lemme try again....nope still not working...addtiledef2 LT_Tiles,Testing,0,0;...doesn't work...

erm for ALL the levels put
addtiledef imagename.png,,0;

Birdbird_0 06-24-2002 08:26 PM

addtiledef replaces the whole tile set such as 2k2's gmap tile set, making each tile not blocking

addtiledef2 draws over the exsisting tile set
the correct way to do addtiledef2 is:

addtiledif2 imagename.extention,level,x,y;

an exsample

addtiledef graal2230_tiles-1b.png,psa_1-,400,1600;

psa_1- that meaning that it starts in every level that contains psa_1- in the first part of the name, same can be done with all level names, such as for a cave cave_ and all levels starting with cave_ have the tile set in them, it adds it to the tiledef text files in your level folder.

SavantMiles 06-24-2002 09:19 PM

also an ip connection, so that 2 ppl could connect and play on a lvl. this would be good for scripts and stuff.

RavenTelvecho 06-24-2002 09:23 PM

Quote:

Originally posted by SavantMiles
also an ip connection, so that 2 ppl could connect and play on a lvl. this would be good for scripts and stuff.
good idea :P

Cid_Night 06-24-2002 10:43 PM

Quote:

Originally posted by SavantMiles
also an ip connection, so that 2 ppl could connect and play on a lvl. this would be good for scripts and stuff.
Ooh, good idea, especially for people without access to ftp, or people making new servers...this would be very helpful, for scipts or for opinions

Poogle 06-25-2002 12:30 AM

Quote:

Originally posted by SavantMiles
also an ip connection, so that 2 ppl could connect and play on a lvl. this would be good for scripts and stuff.
personal sevrers

haunter 06-25-2002 01:02 AM

Quote:

Originally posted by Birdbird_0
addtiledef replaces the whole tile set such as 2k2's gmap tile set, making each tile not blocking

addtiledef2 draws over the exsisting tile set
the correct way to do addtiledef2 is:

addtiledif2 imagename.extention,level,x,y;

an exsample

addtiledef graal2230_tiles-1b.png,psa_1-,400,1600;

psa_1- that meaning that it starts in every level that contains psa_1- in the first part of the name, same can be done with all level names, such as for a cave cave_ and all levels starting with cave_ have the tile set in them, it adds it to the tiledef text files in your level folder.


addtiledef makes all the tiles non blocking? I never knew that. And yeah, that guy forgot the extension on the image name :P

Legondary_MyTH 06-26-2002 11:51 AM

umm
 
i tried addtiledef imagename.png,,0; and my the screen went black x_x

Faheria_LAT3 06-27-2002 12:42 AM

Re: Re: Re: Re: Stefan : Requested Additions to the Level Editor
 
Quote:

Originally posted by Beachbum


I tryed that already...wait lemme try again....nope still not working...addtiledef2 LT_Tiles,Testing,0,0;...doesn't work...

mmmmkay: addtiledef LT_Tiles.png,Testing.nw/graal,0,0;

HidoiSeth 06-28-2002 07:25 AM

1 Attachment(s)
<DarK>

I was thinking about the comment on being able to set the value (water, blocking, etc.) and I had a decent idea on a way to set it. I'm not sure of all the values ... so I only did the I knew and this image was just slopped it together, but here...

</DarK>

edit: You'd create this image and then there would be like some type of selecter. I'll make an image and post it later about this. I don't feel like doing it right now. But anyways... You'd select between:
-Values
-Tileset
And anything else that would be needed.

haunter 06-28-2002 07:32 AM

Re: Re: Re: Re: Re: Stefan : Requested Additions to the Level Editor
 
Quote:

Originally posted by Faheria_LAT3

mmmmkay: addtiledef LT_Tiles.png,Testing.nw/graal,0,0;

He doesn't need the.graal or the .nw but he does need the file extension on the image filename.

Terminator3001 07-07-2002 08:03 AM

Im working on a new Personal Level Editor.
Its just to make it convert into .nw,.graal and so on from a txt file
(if u choose to make it that way)
So all you acually need is a program that u add the functions you want and then make it decrypt into .nw

Bhala 07-08-2002 10:17 AM

your having problems with tiles because your gfx are wrong.... they must be ONLY 250 Colors... Other wise they will never load.....


All times are GMT +2. The time now is 12:01 AM.

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