View Full Version : The skies of New York
link102
03-26-2003, 12:03 AM
I there a secret with skyboxes? every time I use em I only get a blur.
ShadyC
03-26-2003, 12:07 AM
Originally posted by LJHalfbreed:
Heh... I know the problem your having.
In your level.txt file, there should be an entry for 'worldsphere'. Whenever you use remedy's tutorial level, for some reason they have the worldsphere info commented out (Comment= // or /* */).
Because it's commented out, it's not read by the engine, and therefore, doesn't get shown. So, when you look at the sky in game, it shows up all freakish.
Get rid of the commenting and you should be ok.
-LJ
PS. This also happens if you mess up making exits. <font size="2" face="Verdana, Arial">I hope that maybe helps alittle?
LJHalfbreed
03-26-2003, 12:11 AM
If not, here's something I just pulled off the levels.txt file:
</font><blockquote><font size="1" face="Verdana, Arial">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">// ----------------------------------------------
// Part 0 - This is where actual game levels start
// ----------------------------------------------
// Max Payne's House
[part0_level1]
{
[Properties]
LevelName = LNID_PART1_PROLOGUE;
Directory = part1;
Level = part0_level1.ldb;
Gravity = ( 0, GRAVITY_VALUE , 0 );
AmbientColor = ( 30, 20, 10);
DebrisProjectileCountInLevel = 400;
DebrisProjectileCountPerRoom = 50;
PlayerSkinName = "young_max_payne";
LoadingScreen = "..\autosave\P0L1.jpg";
EnableAI = TRUE;
PlayerStartingPlace = "::StartRoom::Jumppoint 00";
Fogging = false;
WorldSphere = "sunset";
FogColor = ( 19, 20, 21 );
FogStart = -200.0;
FogEnd = 500.0;
StartupLevel = false;
ExitLevel = false;
AINodeCastHeight= 0.0; // zero uses room bounding box height[/code]</blockquote><font size="2" face="Verdana, Arial">See where it says 'worldsphere'? that's your skybox. Sometimes on some levels, it's commented out, with either doubleslash ( // for single lines) or Slash-star ( /* and */ for paragraphs). Remove that commenting, and set up the skybox to use whichever one you want. It should help you out.
-LJ
link102
03-26-2003, 02:03 PM
Yup found it, thanx
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.