Query?

Creating new content for Trespasser!

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

Post Reply
User avatar
Draconisaurus
T-Rex Killer
T-Rex Killer
Posts: 14032
Joined: Mon Dec 06, 2004 5:21 pm
Antispam: No
Location: Isla Sorna
Contact:

Query?

Post by Draconisaurus »

I am sifting through PV scripting for the first time, since when the beta came out I was too busy with JPDS... And I have found a value that gets no mention in the Trespasser Script Reference. "Query" (a string for AT20 "CMagnetAction").

Code: Select all

group TrigGaugeFourTurn-00 = {
    string Class = "CLocationTrigger"
    string FireExpression = "!@TrigResetLatch-00"
    int BoundVol = 1
    bool PlayerInTrigger = true
    group Action00 = {
        int ActionType = 20
        string MasterObject = "PNeedleGauge01-00"
        string Query = "PValveHandle-00"
        float Drive = -4.000000
        bool Enable = true
        bool Merge = true
    }
}
I'm pretty sure this means that the Query object is to guide the motions of the MasterObject... But I'm not quite sure how drive affects this... That needle is not always moving as one with the handle. I have a feeling the Query value was created specifically for the Turbine puzzle. Anyway, would someone care to clarify how this works, and/or update the Reference page?
User avatar
tatu
-=TresCom Website Manager=-
-=TresCom Website Manager=-
Posts: 5087
Joined: Fri Jun 24, 2005 9:40 pm
Antispam: No
Location: Sweden
Contact:

Re: Query?

Post by tatu »

After Draco's latest exploration post, I am gonna bump this as this went unanswered 8)
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."
User avatar
Draconisaurus
T-Rex Killer
T-Rex Killer
Posts: 14032
Joined: Mon Dec 06, 2004 5:21 pm
Antispam: No
Location: Isla Sorna
Contact:

Re: Query?

Post by Draconisaurus »

lol Tatu... I'm a bit saddened that I found this in the past, and 100% forgot.
Post Reply