READ THIS. 1.1a Installer Updated.
by James Ford · in Torque 3D Professional · 11/20/2009 (6:29 pm) · 11 replies
=Edited=
If you downloaded 1.1a prior to Friday night you should redownload it at this time to get the correct version.
The following problems indicate you should redownload:
1. Forest rendering / culling problems
2. Missing Forest 'Meshes'
3. No Player v Forest collision
( not an inclusive list )
If you are not sure which version you have you can do this.
1. Open this file: Templates/Full/game/scripts/server/game.cs
2. Look at function onServerCreated()
3. ...
If you are missing the last 2 lines which execute art/forest/managedItemData.cs then you should re-download.
Apologies to everyone for the inconvenience.
If you downloaded 1.1a prior to Friday night you should redownload it at this time to get the correct version.
The following problems indicate you should redownload:
1. Forest rendering / culling problems
2. Missing Forest 'Meshes'
3. No Player v Forest collision
( not an inclusive list )
If you are not sure which version you have you can do this.
1. Open this file: Templates/Full/game/scripts/server/game.cs
2. Look at function onServerCreated()
3. ...
// Load up any objects or datablocks saved to the editor managed scripts
if (isFile("art/shapes/particles/managedParticleData.cs"))
exec("art/shapes/particles/managedParticleData.cs");
if (isFile("art/decals/managedDecalData.cs"))
exec("art/decals/managedDecalData.cs");
if (isFile("art/datablocks/managedDatablocks.cs"))
exec("art/datablocks/managedDatablocks.cs");
if (isFile("art/forest/managedItemData.cs"))
exec("art/forest/managedItemData.cs");If you are missing the last 2 lines which execute art/forest/managedItemData.cs then you should re-download.
Apologies to everyone for the inconvenience.
About the author
http://jamesdev.info
#2
11/20/2009 (6:43 pm)
Thanks James! Hopefully some of those fixes will correct my skybox! (hope hope pray pray) :)
#3
I am most aware of my own last minute work on Forest and its editor. So, if it does not, you may want to make a 1.1a bug report in the forums.
11/20/2009 (6:51 pm)
@ChrisI am most aware of my own last minute work on Forest and its editor. So, if it does not, you may want to make a 1.1a bug report in the forums.
#4
@Chris
Skybox has been a reported issue since Release on some cards (7series), go bump the bug report if you want, but I guess that they do know.
11/20/2009 (7:01 pm)
That's why it's called alpha ...@Chris
Skybox has been a reported issue since Release on some cards (7series), go bump the bug report if you want, but I guess that they do know.
#5
I did not have the issue on my series 7 card until the 1.0 release. So with Tom aware of the situation I was hoping/praying maybe a fix had been put in for 1.1 :)
James,
Just a lot of praying on my part :)
11/20/2009 (7:27 pm)
Steve, I did not have the issue on my series 7 card until the 1.0 release. So with Tom aware of the situation I was hoping/praying maybe a fix had been put in for 1.1 :)
James,
Just a lot of praying on my part :)
#7
11/22/2009 (4:30 pm)
I think that right now, all of GG are crammed into a beat up old Campervan, driving around in circles trying to find Nevada.
#8
11/22/2009 (5:52 pm)
I have heard that the installer has been updated but I am downloading it now to verify.
#9
11/22/2009 (6:33 pm)
The installer was updated around Friday night.
#10
11/22/2009 (6:39 pm)
Editing my initial post and the thread name to be more useful.
Associate Josh Engebretson