Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple Issues Help InteractConnectPropWithMoveObject
DanielRand47 Away
Member

Posts: 109
Threads: 16
Joined: Mar 2012
Reputation: 3
#2
RE: InteractConnectPropWithMoveObject

(07-08-2016, 01:32 AM)serbusfish Wrote: I am trying to replicate a wheel pulley mechanism from AMFP (in the Cellar level, map 3). I have the crank wheel, the ropes and the pulley. The mechanism works, the ropes move when I turn the wheel and the door I have connect opens, but the problem is the pulley wheel doesnt spin like it does in AMFP. I have virtually an identical script to what they used, which is:

Quote:void OnStart()
{

//SETUP CONNECTIONS//
InteractConnectPropWithMoveObject("barrelcranktoslope", "CrankWheel_1", "castle_portcullis_4", false, false, 0);
InteractConnectPropWithMoveObject("barrelcranktopulley", "CrankWheel_1", "CrankPulley_1", false, true, 0);
InteractConnectPropWithMoveObject("barrelcranktoropes1", "CrankWheel_1", "slope_ropes_1", false, true, 0);
InteractConnectPropWithMoveObject("barrelcranktoropes3", "CrankWheel_1", "slope_ropes_3", false, true, 0);
}

Is there something else I need to do to get this working in the Dark Descent?

It's been awhile since I've played AMFP, but it's possible that the pulley is a different entity in AMFP than it is in the Dark Descent. Reason why it rotates. I could be wrong though. Sorry I can't be of much help.
07-08-2016, 02:26 AM
Find


Messages In This Thread
InteractConnectPropWithMoveObject - by serbusfish - 07-08-2016, 01:32 AM
RE: InteractConnectPropWithMoveObject - by DanielRand47 - 07-08-2016, 02:26 AM



Users browsing this thread: 1 Guest(s)