Nitpicking
Moderators: TresCom Support Team, TresCom Board Managers
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
Dan, considering that you're having trouble in hardware mode, I'd probably go with the more compact, less taxing levels first. I don't think you'd have much trouble with JR+, Nem's level or even PVRun, though the others (tc level included) are a bit more demanding in terms of hardware requirements.
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Re:
Sorry for resurrecting a thread from 2003.

Did you ever figure it out? Now that we have the game's source code and production documents, surely we must have a better idea what SORT is supposed to do.machf wrote:And still trying to figure out what SORT does... maybe it works in combination with FTB and BTF?
- Draconisaurus
- T-Rex Killer
- Posts: 13670
- Joined: Mon Dec 06, 2004 5:21 pm
- Antispam: No
- Location: Isla Sorna
- Contact:
Re: Nitpicking
machf isn't around much atm, but are you referring to ActionType 12?
https://www.trescom.org/files/docs/tscr ... SortAction
https://www.trescom.org/files/docs/tscr ... SortAction
->Tres2020 Starter Kit
"Well, as long as you're under there, you can check the breakers," Thorne said. ... "There's a box right behind the front bumper. Over on the left."
"I see it." [said Sarah]
...
"The box is in backward. Flip all the switches the other way. Are you dry?"
"No, Doc. I'm soaking wet, lying in the damn mud."
~Michael Crichton
"Well, as long as you're under there, you can check the breakers," Thorne said. ... "There's a box right behind the front bumper. Over on the left."
"I see it." [said Sarah]
...
"The box is in backward. Flip all the switches the other way. Are you dry?"
"No, Doc. I'm soaking wet, lying in the damn mud."
~Michael Crichton
- TrespasserGuy
- Parasaurolophus
- Posts: 331
- Joined: Sun Mar 08, 2015 9:54 pm
- Location: North America
Re: Nitpicking
People have been born, had children, and DIED in the time since this thread was first created.
Re: Nitpicking
I know machf has a hard time connecting to the site lately, but my question goes for anyone who might know. I'm talking about the cheat code, SORT.Draconisaurus wrote:machf isn't around much atm, but are you referring to ActionType 12?
TrespasserGuy wrote:People have been born, had children, and DIED in the time since this thread was first created.

- tatu
- -=TresCom Website Manager=-
- Posts: 4941
- Joined: Fri Jun 24, 2005 9:40 pm
- Antispam: No
- Location: Sweden
- Contact:
Re: Re:
Nick3069 wrote:Did you ever figure it out? Now that we have the game's source code and production documents, surely we must have a better idea what SORT is supposed to do.machf wrote:And still trying to figure out what SORT does... maybe it works in combination with FTB and BTF?
Code: Select all
case CHEAT_SORT:
{
char sz[50];
sscanf(psz, "%s", &sz);
if (strcmpi(sz, "BTF") == 0)
{
prenMain->pSettings->esSortMethod = esPresortBackToFront;
}
else if (strcmpi(sz, "FTB") == 0)
{
prenMain->pSettings->esSortMethod = esPresortFrontToBack;
}
}
break;

When used in-game (with either "sort ftb" or "sort btf"):
Before: After using the cheat, and moving a back and fourth 3-4 times: It is some kind of "Sorting method" with the rendering. Maybe used a bit to gain some FPS back in the day, when testing stuff?
Active project: Trespasser: Isla Sorna - Working on PL-SUM.
"...there used to be more benches, but InGen's workers removed them during the evacuation in the name of framerate."
"...there used to be more benches, but InGen's workers removed them during the evacuation in the name of framerate."
Re: Nitpicking
Thanks, tatu!
So using the code "SORT BTF" turns on the mode Presort Back to Front and using the code "SORT FTB" turns on the mode Presort Front to Back?
Which screenshot is in which mode?
So using the code "SORT BTF" turns on the mode Presort Back to Front and using the code "SORT FTB" turns on the mode Presort Front to Back?
Which screenshot is in which mode?
- tatu
- -=TresCom Website Manager=-
- Posts: 4941
- Joined: Fri Jun 24, 2005 9:40 pm
- Antispam: No
- Location: Sweden
- Contact:
Re: Nitpicking
The first one is before the cheat itself, both FTB and BTF appears to do the same thing (seen in the 2nd image). Later they used Depth Sort, so it is possible it is some earlier thing they used? I didn't find a way to change back to Depth Sort however. It is possible this "cheat" is more helpful or noticeable between BTF and FTB on older system as well.
Active project: Trespasser: Isla Sorna - Working on PL-SUM.
"...there used to be more benches, but InGen's workers removed them during the evacuation in the name of framerate."
"...there used to be more benches, but InGen's workers removed them during the evacuation in the name of framerate."
Re: Nitpicking
Yep. The cheat was probably used for testing purposes by the devs. Well, actually, all those cheats were meant for that use, and likewise in other games.Nick3069 wrote: So using the code "SORT BTF" turns on the mode Presort Back to Front and using the code "SORT FTB" turns on the mode Presort Front to Back?
Visit The Carnivores Saga - a forum devoted to modding Action Forms' Carnivores, Carnivores 2 and Carnivores: Ice Age games
Tres WIP: updated T-Script Reference and File Formats documents
Sound name listings for the Demo (build 117), Retail (build 116), Beta 103, Beta 99, Beta 97, Beta 96, Build 55, PC Gamer Alpha (build 32) and E3 1998 Alpha (build 22) TPA files
Tres WIP: updated T-Script Reference and File Formats documents
Sound name listings for the Demo (build 117), Retail (build 116), Beta 103, Beta 99, Beta 97, Beta 96, Build 55, PC Gamer Alpha (build 32) and E3 1998 Alpha (build 22) TPA files
- Draconisaurus
- T-Rex Killer
- Posts: 13670
- Joined: Mon Dec 06, 2004 5:21 pm
- Antispam: No
- Location: Isla Sorna
- Contact:
Re: Nitpicking
Well, certainly a lot of them. What about BIONICWOMAN...
->Tres2020 Starter Kit
"Well, as long as you're under there, you can check the breakers," Thorne said. ... "There's a box right behind the front bumper. Over on the left."
"I see it." [said Sarah]
...
"The box is in backward. Flip all the switches the other way. Are you dry?"
"No, Doc. I'm soaking wet, lying in the damn mud."
~Michael Crichton
"Well, as long as you're under there, you can check the breakers," Thorne said. ... "There's a box right behind the front bumper. Over on the left."
"I see it." [said Sarah]
...
"The box is in backward. Flip all the switches the other way. Are you dry?"
"No, Doc. I'm soaking wet, lying in the damn mud."
~Michael Crichton