Cloning Facility

Creating new content for Trespasser!

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

User avatar
TheIdiot
T-Rex
T-Rex
Posts: 4345
Joined: Thu Feb 20, 2014 9:13 pm
Location: Canada, eh?

Re: Cloning Facility

Post by TheIdiot »

Draconisaurus wrote:Huh I like it, I like it. TI it occurs to me we are both having difficulty modding at this time. Here's to better times. Heh you don't drink do you?
It's not so much diffculty as feeling like doing other things. :wink: Currently running another role-playing game and also playing a weekly board game of Europe Engulfed (which tends to be a five-day excurision), which is keeping me occupied.
Nope, don't drink at all. I'll still join you in that toast, though - a few sips of vodka is okay with me for those occasions which require it. :wink:
User avatar
TheIdiot
T-Rex
T-Rex
Posts: 4345
Joined: Thu Feb 20, 2014 9:13 pm
Location: Canada, eh?

Re: Cloning Facility

Post by TheIdiot »

Quick question: I'm trying to make one of those ladders which is in two halves, the lower part of which is meant to be able to slide vertically downward in order to climb to the top part (which isn't at ground level). I can't get the bottom part to slide down. I've got it attached to a magnet, but can't work out what direction should be free to translate? I've tried X, Y and Z yet they all seem to cause it to glitch out and start drifting off in a different direction. Anyone got any idea how to solve this? If push comes to shove, an ASA will always do the trick.
User avatar
machf
T-Rex Killer
T-Rex Killer
Posts: 12368
Joined: Thu Apr 24, 2003 11:20 pm
Location: Lima, Peru
Contact:

Re: Cloning Facility

Post by machf »

Do you have an image?
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: Cloning Facility

Post by TheIdiot »

machf wrote:Do you have an image?
I don't want to give any spoilers, but it's one of these:
Click on Image
(Click on thumbnail for full size)
Image
The lower part is supposed to drop down while the upper part remains stationary.
User avatar
TrespasserGuy
Parasaurolophus
Parasaurolophus
Posts: 359
Joined: Sun Mar 08, 2015 9:54 pm
Location: North America

Re: Cloning Facility

Post by TrespasserGuy »

Hmm, could this be as simple as making the lower part of the ladder drop freely without a magnet, and then, when the rungs reach an appropriate height, you add a bool Frozen=true trigger to the ladder?
User avatar
TheIdiot
T-Rex
T-Rex
Posts: 4345
Joined: Thu Feb 20, 2014 9:13 pm
Location: Canada, eh?

Re: Cloning Facility

Post by TheIdiot »

TrespasserGuy wrote:Hmm, could this be as simple as making the lower part of the ladder drop freely without a magnet, and then, when the rungs reach an appropriate height, you add a bool Frozen=true trigger to the ladder?
It doesn't work properly without a magnet because the lower part becomes misaligned from the upper part, and the player could bump into it and cause the ladder to malfunction in some way. The magnet is only there to keep it aligned while it drops, and when it hits the ground a trigger fires which freezes it. The problem I'm having is that the magnet allows it to drop properly downward as intended, but the lower part also "drifts" off in a direction that isn't in the vertical and essentially breaks.
I think I might just use an ASA, it's much easier that way and I don't have to fight the game's physics.
User avatar
Rebel
-=TresCom Developer=-
-=TresCom Developer=-
Posts: 6119
Joined: Sun Nov 10, 2002 10:26 pm
Location: That country nobody likes (you know the one)
Contact:

Re: Cloning Facility

Post by Rebel »

ZTFree, XTFree aren't very reliable if the physics of the object interacts with another solid object. I use those settings alot,
but when you need something like what you're trying to do and it needs to work every time, I'd go with the ASA
User avatar
machf
T-Rex Killer
T-Rex Killer
Posts: 12368
Joined: Thu Apr 24, 2003 11:20 pm
Location: Lima, Peru
Contact:

Re: Cloning Facility

Post by machf »

TheIdiot wrote:
machf wrote:Do you have an image?
I don't want to give any spoilers, but it's one of these:
Click on Image
(Click on thumbnail for full size)
Image
The lower part is supposed to drop down while the upper part remains stationary.
Looks somewhat like the ones I've made for The Pens and The Fort... (EDIT: and there's one place in The Pens where I could just test that arrangement, though I hadn't considered a sliding lower part, I had a broken one instead)

However, I needed to see your mesh. Assuming the meshe's axes are aligned with the world's axes, and in the same position and orientation as the one in the photo, that would require bool ZTFree = true (movement along the Z axis).
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: Cloning Facility

Post by TheIdiot »

machf wrote: However, I needed to see your mesh. Assuming the meshe's axes are aligned with the world's axes, and in the same position and orientation as the one in the photo, that would require bool ZTFree = true (movement along the Z axis).
I've already checked the axes in order to make sure they were aligned properly. The strange thing is that I have ZTFree = true, yet it also seems to drift somewhat off to either side. Might it just be the mesh clipping with the upper part and forcing the two meshes apart?
User avatar
machf
T-Rex Killer
T-Rex Killer
Posts: 12368
Joined: Thu Apr 24, 2003 11:20 pm
Location: Lima, Peru
Contact:

Re: Cloning Facility

Post by machf »

Maybe. Give it some berth.
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: Cloning Facility

Post by TheIdiot »

machf wrote:Maybe. Give it some berth.
I believe that may have been the problem. I moved the lower part elsewhere on its own and it worked properly. I can't really give it any berth without ruining the look of the model, so ultimately I've just used an ASA, which works well enough.
User avatar
Draconisaurus
T-Rex Killer
T-Rex Killer
Posts: 14045
Joined: Mon Dec 06, 2004 5:21 pm
Antispam: No
Location: Isla Sorna
Contact:

Re: Cloning Facility

Post by Draconisaurus »

I might have made mention about giving all the objects the same, and I guess world-oriented, axes. Hadn't fully tested it - interesting that neighboring objects may pose such issue. How did TptDac get his elevators to work? Sounds a bit complex. If ASA works, that's cool..
User avatar
TheIdiot
T-Rex
T-Rex
Posts: 4345
Joined: Thu Feb 20, 2014 9:13 pm
Location: Canada, eh?

Re: Cloning Facility

Post by TheIdiot »

Another quick sneak peek...
Click on Image
(Click on thumbnail for full size)
Image
I replaced CE's native antialiasing and texture filtering with NVdia's as I think it makes the edges look a bit nicer. A bit of image sharpening also helps to make the image look nice and crisp.

EDIT: After posting this, I ended up darkening the glass texture so it isn't so flourescent. Looks much better now.
User avatar
Rebel
-=TresCom Developer=-
-=TresCom Developer=-
Posts: 6119
Joined: Sun Nov 10, 2002 10:26 pm
Location: That country nobody likes (you know the one)
Contact:

Re: Cloning Facility

Post by Rebel »

Sharp image isn't the word, T.I. Even with my crappy eyesight I can tell it looks great.
User avatar
tatu
-=TresCom Website Manager=-
-=TresCom Website Manager=-
Posts: 5088
Joined: Fri Jun 24, 2005 9:40 pm
Antispam: No
Location: Sweden
Contact:

Re: Cloning Facility

Post by tatu »

Looks great! It is still so nice to see what the engine can do. Often mods for other games still look overall the same as the OG game, Trespasser not as much. :)
Active project: Trespasser: Isla Sorna
Status:
BE-PH1: Released
PH2-IT: Pre-released
PL-SUM: In production

"...there used to be more benches, but InGen's workers removed them during the evacuation in the name of framerate."
Post Reply