Game Development Community

Cactus Math Tm Skybox Problem Solved (Solution inside!)

by Matan · in Marble Blast · 07/05/2006 (12:59 pm) · 5 replies

Guess who solved what :P

(Solution is at my next post, 3/4 from here)

Video:

http://www.youtube.com/watch?v=bg2P88YRy6Q

f10.putfile.com/7/18508582921.jpg

#1
07/06/2006 (1:46 am)
Very random.
#2
07/10/2006 (5:12 pm)
When I play Cactus Masth, I just get "Error: invalid Packet." Does this have anything to do with that?
#3
07/13/2006 (4:35 pm)
I get that too
#4
07/13/2006 (9:23 pm)
Solution:

Enter the .mis file and you'll see this

fogVolume1 = "0 0 0";
      fogVolume2 = "0 0 0";
      fogVolume3 = "0 0 0";
[B]      materialList = "~/data/skies/west/skywest_day.dml"; [/B]
      windVelocity = "1 1 0";
      windEffectPrecipitation = "1";

1) When you install the Skyfiles, install them to the desktop or any other place. Leave them next to you.
2) Go to the skies folder and make a new folder called west.
3) Put the files there with according to the materialList above. It will look for skywest_day.dml in that folder. Once it found it, it will find the rest of the files in the west folder.

Enjoy the Skybox. :)
#5
07/13/2006 (10:13 pm)
Oops, I think that when I put this level back together after it was lost I forgot to double check how it worked on windows. Thanks for the fix Matan!