Hard Light Productions Forums
Hosted Projects - Standalone => The Babylon Project => Topic started by: hamaxp on December 01, 2006, 10:00:41 am
-
were can i download 3.6.9 i have 3.6.7 please some body tell. :)
-
Have you checked the recent builds forum?
I believe the latest that your looking for is 3.6.9rc7dot9x :nod:
-
http://www.hard-light.net/forums/index.php/board,97.0.html
Here is the link to the aforementined "Recent build" subforum of the SCP.
Right the firs non-sticky thread is the one you're looking for (3.6.9 Release Candidate 7....)
-
dot9x? :wtf:
-
THX :yes:
-
dot9x? :wtf:
RC7dot9x is the latest build of 3.6.9
http://icculus.org/~taylor/fso/testing/rc7dot9x.rar
-
When I try to use that exe with TBP I get a lot of Error messages.
When I start the game I see the loading screen for a second and then I get an error message window telling me this:
Error: ships.tbl(line 1537:
Error: Required token = [#End], [$Subsystem:] or [$Name], found [$animation=triggered].
File:J:\src\cvs\fs2_open_3_6_9.rc7dot9x\code\Parse\PARSELO.CPP
Line: 656
[This filename points to the location of a file on the computer that built this executable]
Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
After approximately 200 such messages (I just kept on my return key for over a minute until the messages stopped coming) the game finally runs without problems.
I tried the same with the debug build, but no change. Only that the Error then put some lines into the Call stack field too.
With normal FS2 it isn't that way, only with TBP.
Other than the exe my TBP is version 3.3a plus some mods, but they are all in their own folders, so they can't interfere. And I also made sure no mod was enabled in the Launcher (version 5.5) when I tested this.
The exe I used before this was called "fs2_open_Red_2005-12-22_r.exe".
Any ideas what's wrong and how I can fix it?
-
I think there is an option that requires ticking within the features tab for TBP. IIRC it's under the Gameplay section? :nervous:
-
'Basic' tables in TBP use older submodel animation syntax. Fixed tables are actually included in the vp files and require using some of the various VP (volition package) browsers.
Download these files:
hud_gauges.tbl (http://koti.mbnet.fi/vekkup/FS2/TBP/hud_gauges.tbl)
ships.tbl (http://koti.mbnet.fi/vekkup/FS2/TBP/ships.tbl)
stars.tbl (http://koti.mbnet.fi/vekkup/FS2/TBP/stars.tbl)
And place those to TBP/data/tables directory - create the required directories if they do not exists yet.
-
That solved the problem.
Thanks :)