Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-03-2002, 06:21 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Addtiledef


Quote:
- addtiledef tilesimage,levelstart,type;
uses the file 'tilesimage' in replacement of
'pics1.png' in all levels that start with 'levelstart';
type: 0-old graal, 1-new order(description later)
In newfeatures2001.txt it says that when you put 1 in the type it has a new order i already knew this...but after new order it says description later..does anyone know the description? If you do please post it.
Also...
I think there should be a new command,
addtiledef3
it should be used like this....
addtildef3 <height of tileset>,<width of tileset>,{<Shallow Water Tiles>},{<Swimming Tiles>},{<Deepwater Tiles>},{<Grass Tiles>},{<Blocking Tiles>},{<Swamp Tiles>},{<Animated Tiles Tiles>};
and so on...so this way the game would translate that script into your tileset..instead of using addtiledef2 and following a special way to do it, or addtiledef and following the old way of doing it.
__________________
Reply With Quote
  #2  
Old 10-03-2002, 07:51 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
Why isnt this in future improvements?
__________________
- R0bin
Reply With Quote
  #3  
Old 10-04-2002, 05:07 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Because i asked for help in part of the post
__________________
Reply With Quote
  #4  
Old 10-04-2002, 06:14 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
Off Topic

Liek my sig!!?!
__________________
- R0bin
Reply With Quote
  #5  
Old 10-04-2002, 06:22 AM
Googi Googi is offline
A Serious Epidemic
Googi's Avatar
Join Date: Oct 2001
Location: Canada
Posts: 18,866
Googi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud of
Send a message via AIM to Googi
Eh, this wouldn't work, because your tileset is just an image placed "on top of" the "real" tileset.
__________________
Reply With Quote
  #6  
Old 10-05-2002, 05:38 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
do you know what your talking about googi?
__________________
Reply With Quote
  #7  
Old 10-05-2002, 06:38 PM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
Why's that?
__________________
- R0bin
Reply With Quote
  #8  
Old 10-05-2002, 06:40 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
Quote:
Originally posted by Goboom
do you know what your talking about googi?

Indeed he does.
__________________
[signature]insert here[/signature]
Reply With Quote
  #9  
Old 10-05-2002, 08:37 PM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
But....you could trick the engine to thinking that say...tile 0,0 is a water tile when it should be a walking tile.
__________________
Reply With Quote
  #10  
Old 10-05-2002, 09:12 PM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
YOU COULD??????
__________________
- R0bin
Reply With Quote
  #11  
Old 10-05-2002, 09:36 PM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
sure...couldnt you use the the board[index] variable...and have it check if your on tile 0,0 then set the ani to swim if you want it to be a water tile....VERY POSSIBLE....I would post the script but i dont want script stealers to go happy with my ideas.
__________________
Reply With Quote
  #12  
Old 10-05-2002, 09:40 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Its not a new idea, its just makeing your own variable array to check for certain tiletypes... I'm not sure it would be a wise choice though.
__________________

subliminal message: 1+1=3
Reply With Quote
  #13  
Old 10-06-2002, 12:24 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
yes i know it wouldnt be the best way...but i got ahold of the type 1 layout...so i dont need this anymore...bye bye
__________________
Reply With Quote
  #14  
Old 10-06-2002, 08:11 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
R0bin wants the type 1 layout also... :-D
__________________
- R0bin
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 06:18 AM.


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