Ch 18.
by Sam M · in Torque Game Engine · 03/22/2005 (7:49 pm) · 6 replies
Okay. when i make my own sky map in ch 18, make a copy of the sky_day file and rename it sky_book, i run the game and everything looks exactly the same.
I've made it through this book error after error, it's great to learn all this stuff but i really shouldn't have to be going onto this forum to ask a dumb question about it.
Anyway can anyone help me out?
I've made it through this book error after error, it's great to learn all this stuff but i really shouldn't have to be going onto this forum to ask a dumb question about it.
Anyway can anyone help me out?
#2
04/08/2005 (1:57 pm)
Anyone at all wanna help me out?
#3
You could:
1) Dig through the code to find were the file sky_day is loaded and change it to find sky_book.
or
2) Take the sky_book file that you've made and rename it sky_day.
Hope that helps.
05/01/2005 (6:26 pm)
Sounds like you haven't changed the code to look for sky_book so it's still looking for sky_day.You could:
1) Dig through the code to find were the file sky_day is loaded and change it to find sky_book.
or
2) Take the sky_book file that you've made and rename it sky_day.
Hope that helps.
#4
05/15/2005 (10:03 am)
Ah that makes sense, thanks
#5
Have a look on page 518 at instruction number 22 ;)
That tells you where you need to change the mission file so that your new sky will show up. Trazlos suggestion number 2 is good as well but it is better if you know where to actually change things.
05/15/2005 (1:15 pm)
SamHave a look on page 518 at instruction number 22 ;)
That tells you where you need to change the mission file so that your new sky will show up. Trazlos suggestion number 2 is good as well but it is better if you know where to actually change things.
#6
05/15/2005 (1:19 pm)
Yeah, i know what to fix now.
Ben