Can you play the beta and release at the same time?

FAQ and tutorials on how to mod Trespasser. For viewing only.

Moderators: TresCom Support Team, TresCom Webteam, TresCom Board Managers, TresCom Developers

Post Reply
Bryankd2015
Gallimimus
Gallimimus
Posts: 581
Joined: Thu May 07, 2015 7:10 am

Can you play the beta and release at the same time?

Post by Bryankd2015 »

I have been trying to figure out how to use both release and beta versions, but I seem to have to reinstall each time I want one or the other. I am set up with CE so if that makes it easier I dunno.
User avatar
Draconisaurus
T-Rex Killer
T-Rex Killer
Posts: 14046
Joined: Mon Dec 06, 2004 5:21 pm
Antispam: No
Location: Isla Sorna
Contact:

Re: Can you play the beta and release at the same time?

Post by Draconisaurus »

*waits for machf to explain possible registry edit fix*

You can always make a stand-alone engine (by any of multiple ways) and stuff the beta levels into it.. Tres CE carries the various retail functions missing from the demo.
User avatar
Hilwo
Dilophosaurus
Dilophosaurus
Posts: 2644
Joined: Mon Nov 11, 2002 7:06 pm

Re: Can you play the beta and release at the same time?

Post by Hilwo »

I usually do a hard disk retail install. After that, I copy the beta data folder (you'll have to rename it) to the cd folder.
Folder structure would look like this:
c:\Trespasser\cd\data
c:\Trespasser\cd\beta
c:\Trespasser\game

After that, if I want to play the beta levels, I rename "data" to "retail", and rename "beta" to "data".
I usually load some other levels than the last one I played, as I'm not sure there will be swp problems otherwise.
It's probably not the best way, not sure if some music or sounds will be missing... but it's an easy way to switch
playing between retail and beta.
User avatar
Shep
Parasaurolophus
Parasaurolophus
Posts: 359
Joined: Mon Nov 02, 2015 3:48 am
Location: Florida

Re: Can you play the beta and release at the same time?

Post by Shep »

When I open beta it auto finds my install directory and can load it no problems, except if you try to save in beta and play that save in the other one it will be odd.
Oh, a Raptor got 'em!

Image
User avatar
machf
T-Rex Killer
T-Rex Killer
Posts: 12368
Joined: Thu Apr 24, 2003 11:20 pm
Location: Lima, Peru
Contact:

Re: Can you play the beta and release at the same time?

Post by machf »

Draconisaurus wrote:*waits for machf to explain possible registry edit fix*
Yep. You basically have to change the paths in the registry after installing both, depending on which one you want to play. I'ts also necessary for TresEd, as it loads the location of level files from the Tres registry (if you don't do that, you can load a Beta level and have the palettes from a retail one... or worse, overwrite a retail one when saving!).

The entries you have to change are "Data Drive", "Installed Directory", "Run File", and, if you installed the full patch, "Patch". I try to keep the names of the folders similar so that I don't need to change more than one or two letters (for example, installing the retail in the "C:" disk and the beta in the "D:" disk).
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
User avatar
TheIdiot
T-Rex
T-Rex
Posts: 4345
Joined: Thu Feb 20, 2014 9:13 pm
Location: Canada, eh?

Re: Can you play the beta and release at the same time?

Post by TheIdiot »

Or alternately you can just use CE's Modfolder feature and put the retail levels in one folder and the beta once in the other, then simply edit the tp_mod.ini file to swap out the different versions as if they were mods. Works extremely efficiently! Unless you want to actually use the different engines, then you'll want to do what machf suggested.

How to use modfolders:

1. Create a folder called "Mods" in your Tres directory (where the .exe file is located).

2. Inside of this new folder, create folders for all of the different mods you want to install. You should preferably use short names for the folders (ex. JPDS, TCT, B116) when doing this to make it easier when switching.

3. Create an .ini file in each of the mod folders named "fm.ini". Paste this into said file:

Code: Select all

[General]

StartLevel=

EffectsTPA+=
StreamTPA+=
AmbientTPA+=

These settings define TPA files that will be used alongside the normal Effects, Stream and Ambients TPAs. The StartLevel is the level that will be loaded when you hit "New Game" in the menu, so for the original game this would be "BE.scn". You should change these to be appropriate to each mod loaded, or simply make them blank if no extra TPAs are to be used. Make sure you include the .scn extension for the StartLevel and the .tpa extension for any extra TPAs.

4. Install the mods you want to use to the appropriate folders that you've created. All you need to install from each mod is the "Data" folder as ATX-related stuff such as modified EXEs or the MAPS folder are not used in CE (unless you want to use those independently of CE).

5. Go back to your main Tres directory and create a new .ini file called "tp_mod.ini". Paste this in:

Code: Select all

[Paths]

FMPath=Mods

;Change this to the name of the mod folder that you would like to play.
ActiveFM= 
Now, to change the currently active mod, you simply have to input the name of the modfolder that holds the mod you want to play after the "ActiveFM=" line. So if JPDS is installed to a folder called "JPDS", you will put down "ActiveFM=JPDS".

6. Start the game via the regular CE executable and see if your mod is working! You can change the ActiveFM to another mod if you want to play something different. This will allow you do play the different versions of the original game or swap mods without having a bunch of different installs or having to mod the registry. The only setback of using CE is the few missing ATX actions, so if a mod REALLY needs ATX (they all appear to work fine on CE but are missing a couple of features - specifically, JPDS is missing cutscenes and East Dock is missing rain and the spitting dilophosaurus), you shoul;d use ATX instead.

Hope that clears up the use of CE's modfolders so that this feature becomes a bit more popular as I feel that at the moment it isn't quite as popular as it should be. :)
Post Reply