Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-28-2004, 01:06 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Post pics1.png organized

I think that the tileset should be organized so that two matching tiles are not on either side of the tileset... Its kinda hard for making levels, not that I have a big problem with it, but there is always room for improvement.

Also, mabey make it so you can chose different layers when adding tiles? So you can choose the base, things players can walk over, then you put down the stuff they cant, then you add other things, like chairs and stuff.
Reply With Quote
  #2  
Old 02-28-2004, 01:39 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Re: pics1.png organized

Quote:
Originally posted by zell12
I think that the tileset should be organized so that two matching tiles are not on either side of the tileset... Its kinda hard for making levels, not that I have a big problem with it, but there is always room for improvement.

Also, mabey make it so you can chose different layers when adding tiles? So you can choose the base, things players can walk over, then you put down the stuff they cant, then you add other things, like chairs and stuff.
Get this! You can do it yourself! :o

How? By using tiletype 1 instead of the default 0. GK has a rather blank inside tileset with objects in each section to point out what those sections are for. So why wait for someone else to do it when you can do it yourself? To use it online it would be a very simple script.
__________________
Reply With Quote
  #3  
Old 02-28-2004, 05:35 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
What are you talking about?
Reply With Quote
  #4  
Old 02-28-2004, 09:57 AM
Kappa00p2p Kappa00p2p is offline
Registered theRapist
Kappa00p2p's Avatar
Join Date: Jul 2003
Posts: 198
Kappa00p2p is an unknown quantity at this point
Send a message via AIM to Kappa00p2p
you can re arrange the tiles yourself
__________________

-Kappa
Reply With Quote
  #5  
Old 02-28-2004, 10:53 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'd like a new tileset, but not the actuall graal one right now to be overwrited..
__________________
V$:CONFL16T
Reply With Quote
  #6  
Old 02-28-2004, 02:15 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Re: pics1.png organized

Quote:
Originally posted by zell12
Also, mabey make it so you can chose different layers when adding tiles? So you can choose the base, things players can walk over, then you put down the stuff they cant, then you add other things, like chairs and stuff.
That is the more sensible part of your post that imho would have deserved its own thread.
Reply With Quote
  #7  
Old 02-28-2004, 04:35 PM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
I agree









<3 FTO
Reply With Quote
  #8  
Old 02-28-2004, 05:05 PM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
I've been thinking about converting pics1.png to the new tileset format. I might get bored one day and actually do it
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website

Reply With Quote
  #9  
Old 02-29-2004, 12:59 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Re: Re: pics1.png organized

Quote:
Originally posted by Loriel

That is the more sensible part of your post that imho would have deserved its own thread.
http://forums.graal2001.com/forums/s...threadid=50200
That's somewhat similar to a post I made a long time ago. Except, makes more sense than what I said, and is a lot better, too. I got flamed a lot more on my thread though. Mostly because I'm not very good at explaining myself.
-------------------------------------------------------------------------------
Tileset Maps Idea-
  • You assign a specific color using RGB (or possibly hex) to each type of tile in a text file. (wall,grass,swamp,etc.)
  • You can make new tile types in the text file, that can be read through vars in Graal.
  • You make a map of how you want your tileset to be read using the colors that determine how it's read.

Ex. for the txt file:
[123,123,123,wall]
[124,124,124,swamp]
[125,125,125,newwall1]

Then in Graal you could put (something like):
if (playerontile(newwall1)){
hurt 1;
}
-------------------------------------------------------------
Expanding on Layers Idea-
  • Add a dropdown menu in the level editor for tile layer.
  • You have a set of layers, the lowest layer being 0.
  • When you make a new layer you set a z value to the layer.
  • A layer higher than 0 can have areas without tiles.
-------------------------------------------------------------
I'm not trying to treat this like it's in Stefan's plans or anything, but outlines are fun. :P


Quote:
Originally posted by xManiamaNx
I've been thinking about converting pics1.png to the new tileset format. I might get bored one day and actually do it
I actually think that pics1.png is a little bit bigger than the type 1 tileset.
Reply With Quote
  #10  
Old 02-29-2004, 01:21 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Well if I re arrange the pics1.png to the way I want it, however you do that, then it will mess up my levels when other people view them? o.O

Also, if you ever used RPGMaker then you understand what I mean about the layers.
Reply With Quote
  #11  
Old 02-29-2004, 01:38 AM
Polo Polo is offline
Classic Systems Admin
Join Date: Sep 2002
Location: Vancouver, Canada
Posts: 735
Polo is on a distinguished road
Send a message via AIM to Polo
Layers is a good idea, but it would mean cangin the current file format for Graal levels, and thats rarely an easy task.
__________________
Be good little players, or Master Storm will ban you!



Proof that the staff are crazy..
*Ghost Pirate: I'm a little teacup short and stubbe here is my raygun here is my butt
DragonX: Jumping jack rabbits Batman! Our eggo waffles have been stolen! To the batmobile Robin!
X-Mann (RC): I have a head ache
Reply With Quote
  #12  
Old 02-29-2004, 02:18 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Who cares. Delete all the playerworlds and make them make new levels, they won't mind at all.
Reply With Quote
  #13  
Old 02-29-2004, 03:39 AM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
Re: Re: Re: pics1.png organized

Quote:
Originally posted by jake13jake

I actually think that pics1.png is a little bit bigger than the type 1 tileset.
You sure? I thought it was the other way around.
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website

Reply With Quote
  #14  
Old 02-29-2004, 05:23 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
what are you guys talking about: type 0 type 1
Reply With Quote
  #15  
Old 02-29-2004, 05:30 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by zell12
what are you guys talking about: type 0 type 1
Its the tileset definition

0 - Classic/Default definition
1 - New definition. This one is more organized
5 - Used for terrain gmaps
__________________
Reply With Quote
  #16  
Old 02-29-2004, 05:31 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by zell12
Who cares. Delete all the playerworlds and make them make new levels, they won't mind at all.
Uhm, yeah, I will mind.
__________________
Reply With Quote
  #17  
Old 02-29-2004, 08:41 PM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Quote:
Originally posted by G_yoshi


Uhm, yeah, I will mind.
Naw, you can make a new one.
Or we can do it a better way and enable this feature but the old levels dont need it? I dont know.

Also, how do you change the pics1 format
Reply With Quote
  #18  
Old 03-02-2004, 06:07 AM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
Quote:
Originally posted by zell12

Naw, you can make a new one.
Or we can do it a better way and enable this feature but the old levels dont need it? I dont know.

Also, how do you change the pics1 format
Hmmm wonder why its pics1 and it uses 0 format shouldnt it be pics0
Well This might be interesting

hmmmmmmm.. you may see another post from me here soon i have an idea
__________________

To the sun of your age, I arise
Reply With Quote
  #19  
Old 03-03-2004, 04:33 PM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
So you mean something that looks sorta like this ?
Attached Thumbnails
Click image for larger version

Name:	neworder.png
Views:	199
Size:	58.5 KB
ID:	27584  
__________________

To the sun of your age, I arise
Reply With Quote
  #20  
Old 03-04-2004, 08:47 AM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
Well anyways the forums are back up finaly YAY
and i was kinda working on a pics1 type thing
I've been re-editing / recoloring and creating all new tiles for a brand new pics1.png here is a preview ill show another preview in the graphix section l8r
I may have to remove some predefined objects in order to get all of the basic tiles in . if i do ill pull them out into seperate graphix
rar!
[edit]
by getting rid of some objects i mean things like the golden tree and the snow gravestone and the mailbox you know the things that are rarley used and probably better off as an npc with setshape anyways.
[/edit]
Attached Thumbnails
Click image for larger version

Name:	neworder.png
Views:	304
Size:	39.7 KB
ID:	27588  
__________________

To the sun of your age, I arise
Reply With Quote
  #21  
Old 03-04-2004, 09:09 PM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
OMFG cliff tiles are the biggest pain ive ever seen djl;afjdlfjal;sdj ahhhhhh its going to take me longer!!
Anyone realy good with cliff tiles think they can help me?
__________________

To the sun of your age, I arise
Reply With Quote
  #22  
Old 03-04-2004, 09:57 PM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
n/m I did it myself..
but let me know what objects you think are better off left as an npc and not in tileset (Tileset is supposed to be a tileset not an object set so ill make object npc set in a sprite set instead of a tileset)
Cause im out of block tile space on the tileset lolz
But ive allready removed the ice gravestone , the bomy gravestones , the big green statue, the mailbox , what else should i be gone with ?

[edit]
I wish setbacktile worked on graal i could have made tree's and such look awesome with layering. It would be nice to maybe have a new level format a .lnw or .lgl (layered new world)/(layeredgraallevel) and have it use different layers for tiles that would be pretty cool ill post that in future improvments when i get home tonight l8r gone to work
[/edit]
__________________

To the sun of your age, I arise
Reply With Quote
  #23  
Old 03-04-2004, 10:28 PM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
We alreadly talked about that
Reply With Quote
  #24  
Old 03-06-2004, 08:03 AM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
The hard thing to do is distinguish what should be left in tileset and what should be seperated as an object because some objects and or their parts make good ineteresting tiles. But im still out of room to fit the rest of the blocking tile parts in. What else should I seperate from the bottom of this tileset as an object to put in an object image file instead of the TILESET ?
Attached Thumbnails
Click image for larger version

Name:	neworder.png
Views:	200
Size:	47.5 KB
ID:	27599  
__________________

To the sun of your age, I arise
Reply With Quote
  #25  
Old 03-06-2004, 04:14 PM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
Trees, They arent needed in the tileset, Tree images can be put next to each other (overlapping) and still look good,
trees on the tileset do not join properly.
Reply With Quote
  #26  
Old 03-06-2004, 04:35 PM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
Quote:
Originally posted by R0bin
Trees, They arent needed in the tileset, Tree images can be put next to each other (overlapping) and still look good,
trees on the tileset do not join properly.
Im putting all but the green tree (because its tiled so often) into the objects image.

How bout anymore you think should be moved? (from that picture of course) id move the light but i wasnt sure if ne one tiled it much
There is also the problem with lag if you lag into a level a little you can run by some npcs before they load so I will make a blocking tile with each ground color so when you know where you want to place an object and you want it permanently blocked off you can make sure they can't sneak past.
__________________

To the sun of your age, I arise
Reply With Quote
  #27  
Old 03-06-2004, 09:10 PM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Can I add a plea for the type 1 tileset to be fixed so that you can lift signs, pot, stones, bushes, etc. like on a type 0 tileset?
Reply With Quote
  #28  
Old 03-06-2004, 10:57 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by jake13jake
Can I add a plea for the type 1 tileset to be fixed so that you can lift signs, pot, stones, bushes, etc. like on a type 0 tileset?
Have you checked all the locations on the type1 definition? I'm sure its there if you look
__________________
Reply With Quote
  #29  
Old 03-06-2004, 11:20 PM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
I don't know what you're talking about with this filetype 1 and 0
Reply With Quote
  #30  
Old 03-07-2004, 01:48 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by zell12
I don't know what you're talking about with this filetype 1 and 0
filetype?

Do you never bother to read the newfeatures200X.txt files?

addtiledef tilesetimage,levelstartname,type

tilesetimage - the .png format image for the tileset (example: pics1.png)
levelstartname - part of the level name or entire level name (example: part of levelname - dk_ | levelname - dk_house_c-32.nw)
type - the tileset definition (example: type 0 is the default, type 1 is the new definition, type 5 is for terrain)

Please read before responding.
__________________
Reply With Quote
  #31  
Old 03-07-2004, 04:30 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
I am responding to get help. I dont read the new features, I hardly play graal.
Reply With Quote
  #32  
Old 03-07-2004, 08:53 AM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
Here is latest work on pics1 new order
I removed most all of the objects and im putting them in an objects graphix file
Attached Thumbnails
Click image for larger version

Name:	neworder.png
Views:	188
Size:	68.3 KB
ID:	27607  
__________________

To the sun of your age, I arise
Reply With Quote
  #33  
Old 03-07-2004, 04:35 PM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally posted by G_yoshi


Have you checked all the locations on the type1 definition? I'm sure its there if you look
Well... The map for the type1 tileset that TB3 is using is the one I used. When I use a type 1 tileset, only one flower dances when i put more than one dancing flower. You can't pick anything up, nope. You can slash a few things, but not even the same kind of things as if you used a type 0 tileset. Other things can be bombed, but they never grow back. Etc.
Reply With Quote
  #34  
Old 03-07-2004, 06:32 PM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
Quote:
Originally posted by jake13jake


Well... The map for the type1 tileset that TB3 is using is the one I used. When I use a type 1 tileset, only one flower dances when i put more than one dancing flower. You can't pick anything up, nope. You can slash a few things, but not even the same kind of things as if you used a type 0 tileset. Other things can be bombed, but they never grow back. Etc.
I have the same problem its wierd and using some of the animated tiles shows a different animate section tile but just doesnt show it actualy animated
__________________

To the sun of your age, I arise
Reply With Quote
  #35  
Old 03-07-2004, 08:21 PM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally posted by TB3

I have the same problem its wierd and using some of the animated tiles shows a different animate section tile but just doesnt show it actualy animated
yea, exactly. I think the tilemap idea would be very good, though.
Quote:
Somewhat Originally posted by jake13jake (bullets didn't carry over through clipboard)

Tileset Maps Idea-



You assign a specific color using RGB (or possibly hex) to each type of tile in a text file. (wall,grass,swamp,etc.)

You can make new tile types in the text file, that can be read through vars in Graal.

You make a map of how you want your tileset to be read using the colors that determine how it's read.



Ex. for the txt file:
[123,123,123,wall]
[124,124,124,swamp]
[125,125,125,newwall1]

Then in Graal you could put (something like):
if (playerontile(newwall1)){
hurt 1;
}
-------------------------------------------------------------
Expanding on Layers Idea-



Add a dropdown menu in the level editor for tile layer.

You have a set of layers, the lowest layer being 0.

When you make a new layer you set a z value to the layer.

A layer higher than 0 can have areas without tiles.

Reply With Quote
  #36  
Old 03-07-2004, 11:35 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by jake13jake


Well... The map for the type1 tileset that TB3 is using is the one I used. When I use a type 1 tileset, only one flower dances when i put more than one dancing flower. You can't pick anything up, nope. You can slash a few things, but not even the same kind of things as if you used a type 0 tileset. Other things can be bombed, but they never grow back. Etc.
Its probably better that you script that stuff anyway
__________________
Reply With Quote
  #37  
Old 03-08-2004, 03:00 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally posted by G_yoshi


Its probably better that you script that stuff anyway
so, let's make a to-do list:[list=1][*]script swamp tiles[*]script pots[*]script signs[*]script blue stones[*]script black stones[*]script flowers[/list=1]
But that's like... wierd... I don't get the BOARD script stuff.
Reply With Quote
  #38  
Old 03-08-2004, 07:59 AM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
Quote:
Originally posted by jake13jake

so, let's make a to-do list:[list=1][*]script swamp tiles[*]script pots[*]script signs[*]script blue stones[*]script black stones[*]script flowers[/list=1]
But that's like... wierd... I don't get the BOARD script stuff.
For the flowers make an animated image and tiledef2 over top of the old ones
The other stuff will take some time
__________________

To the sun of your age, I arise
Reply With Quote
  #39  
Old 03-08-2004, 11:32 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally posted by TB3

For the flowers make an animated image and tiledef2 over top of the old ones
The other stuff will take some time
With the line "canbecarried," it would be very simple to make NPC versions of the stones, signs, and pots... except it wouldn't follow the conditions for carrying stones, pots, etc. Somebody really ought to change the carry gani so that the object being carried is a gani attribute. That way it would be much easier to check for what's being carried.
Reply With Quote
  #40  
Old 03-08-2004, 08:35 PM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
Quote:
Originally posted by jake13jake

With the line "canbecarried," it would be very simple to make NPC versions of the stones, signs, and pots... except it wouldn't follow the conditions for carrying stones, pots, etc. Somebody really ought to change the carry gani so that the object being carried is a gani attribute. That way it would be much easier to check for what's being carried.
looking at my carry gani someone allready did attr3
Attached Files
File Type: gani carry.gani (4.7 KB, 149 views)
__________________

To the sun of your age, I arise
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:54 AM.


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