TSE Starter.fps download
by Joseph Euan · in Torque Game Engine Advanced · 08/19/2005 (6:09 pm) · 183 replies

I got the starter.fps folder ported over to TSE (TSE water and Atlas are working in the starter.fps as well), and I wanted to upload it for people to play around with/use if they want too...
Update:
v1.3 for TSE projects using MS2 or below "here" (23MB)
v1.3.5 for TSE projects using MS3 "here" (18MB)
(the file size is smaller because I used a better compression setting)
More details of v1.3 and v.13.5 can be found here www.garagegames.com/blogs/18010/10218
You can find links for the older versions on my .plan
At the moment it contains 2 maps....
Stronghold: just the same old stronghold mission, but with the TSE water.
Simple testbed: Just TSE water and Atlas terrain, it has 2 platforms and an AI player running around...



About the author
#182
Here the result:
with DRL
with DRL+HDR
It look better with this code:
result:
with DRL
with DRL+HDR
As you can see in both cases there are some issues when HDR is enabled...
Anyone has suggestions?
Tnx,
JoZ :)
04/23/2007 (1:22 pm)
Tried your suggestion using this code:new Material(oak_bark)
{
baseTex[0] = "~/data/shapes/trees/oak_bark";
};
new Material(oak_branch)
{
baseTex[0] = "~/data/shapes/trees/oak_branch";
translucent = true;
translucentZWrite = true;
alphaRef = 20;
};to port the oaks shapes from TGE 1.5 demo...Here the result:
with DRL
with DRL+HDR
It look better with this code:
new Material(oak_bark)
{
baseTex[0] = "~/data/shapes/trees/oak_bark";
};
new Material(oak_branch)
{
baseTex[0] = "~/data/shapes/trees/oak_branch";
translucent = true;
};result:
with DRL
with DRL+HDR
As you can see in both cases there are some issues when HDR is enabled...
Anyone has suggestions?
Tnx,
JoZ :)
#183
It's far to be perfect perfect but it work mostly, the only problem seems to be in the simple2 mission where the crossbow bolt explosions light the altas landscape way too much and on the other side the legacy engine isn't getting lit at all by these.
you can grab it here:
http://www.ethernia.net/starter-fps-TGEA-1-0-1.zip
image here:
http://ethernia.net/tse.jpg
04/26/2007 (5:57 pm)
I made a little update of the starter.fps kit for TGEA 1-0-1 it use the terrain from the water demo of 1-0-1It's far to be perfect perfect but it work mostly, the only problem seems to be in the simple2 mission where the crossbow bolt explosions light the altas landscape way too much and on the other side the legacy engine isn't getting lit at all by these.
you can grab it here:
http://www.ethernia.net/starter-fps-TGEA-1-0-1.zip
image here:
http://ethernia.net/tse.jpg
Torque Owner Wissam Kasmi
{
baseTex[0] = "foliage";
translucent = true;
translucentZWrite = true;
alphaRef = 20;
};