Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-06-2002, 07:55 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Tiles Bug

Every time I goto the go-kart tracks once I leave the place it doesn't set the tileset back to pics1.png it still has it with the go-kart track level tiles (sand, track etc) anyone know how to fix it or is it a bug with the command?
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #2  
Old 02-06-2002, 07:57 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Oh and this has nothing to do with that bug but at the laser tag arena when you come out it doesnt set the map back so the levels arn't connected.
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #3  
Old 02-06-2002, 08:12 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Ditto for the halloween place. I went there yesterday and when I left the tiles didn't change back.
__________________
Reply With Quote
  #4  
Old 02-06-2002, 08:16 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Must be the command addtiledef thats bugged.
At least its not my computer.
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #5  
Old 02-06-2002, 10:11 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Had the same problem at the lightgun thingy...
__________________
No Webhost at the moment
Reply With Quote
  #6  
Old 02-07-2002, 08:53 AM
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
could be that the use of addtiledef is being misused? Like instead of making it have level name prefixes, it has none, so it changes the tiles for all the levels ?

the misuse being

addtiledef tilesimage,levelstart,type;

leaveing the levelstart blank?
__________________

subliminal message: 1+1=3
Reply With Quote
  #7  
Old 02-08-2002, 06:17 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
this shall fix the problems:
Tiles:
insert this into the level they exit into
if (playerenters) {
addtiledef2 LEVEL.nw,pics1.png,0,0;
}
Map:
insert this into the level the exit into:
if (playerenters) {
setmap bigmap.png,bigmap.txt,0,0;
setminimap bigmap.png,bigmap.txt,0,0;
}
Not sure about the maps and the addtiledef2 script being spelled right.
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 03:27 PM.


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