Forum topic replies

Kenny Giles has posted 443 times.

Support

My Follow Mission keeps automatically completing itself when i get in my car.

Posted on (8 years ago)

Anytime. My apologies for making some kind of crappy suggestions earlier. I had an issue earlier with a race crashing because of some AI parameters, which is why I suggested those. Everything else was a potential shot in the dark since I wasn't seeing any issues at that point, but then I looked clos...

0 likes
1,921 views
23 replies
Support

My Follow Mission keeps automatically completing itself when i get in my car.

Posted on (8 years ago)

Looking at this script closer, I've noticed this issue: SetConditionVehicle( "cBlbart" );This isn't a valid function. I believe you were trying to use this: SetCondTargetVehicle("cBlbart");Try that and see if it works. EDIT: Just tested it on my end. This was the issue the whole time!

0 likes
1,921 views
23 replies
Support

My Follow Mission keeps automatically completing itself when i get in my car.

Posted on (8 years ago)

Hmm. Try changing the Objective in the first stage to AddObjective("getin","neither");. Radical sometimes does that for whatever reason, and that might be the source of issues you're having. If not, could you please upload the modified info and load file to a site like pastebin and let me know? I ha...

0 likes
1,921 views
23 replies
Support

My Follow Mission keeps automatically completing itself when i get in my car.

Posted on (8 years ago)

I just noticed something a bit off about your script. AddStageMessageIndex(12);I believe that should be "SetStageMessageIndex(12);". Try that and see if it helps any.

0 likes
1,921 views
23 replies
Support

My Follow Mission keeps automatically completing itself when i get in my car.

Posted on (8 years ago)

It would have no effect. The reason it looked odd was because of the BBCode screwing it up. Try placing the objective bit first so the objective is first and the condition is second. The more I think about it, the more I think that might be causing issues for you since the game might be freaking out...

0 likes
1,921 views
23 replies
Support

My Follow Mission keeps automatically completing itself when i get in my car.

Posted on (8 years ago)

Huh. Strange. Everything appears to be right. SetVehicleAIParams( "cBlbart", 50, 51 ); SetStageAITargetCatchupParams( "cBlbart", 20, 70); The game might be expecting some AI parameters in the second stage. Try placing these in and see if it works (preferably right under the ActivateVehicle bit).

0 likes
1,921 views
23 replies
Support

My Follow Mission keeps automatically completing itself when i get in my car.

Posted on (8 years ago)

Actually, disregard what I said. I confused what Radical said about "target" with "race". I was looking at L1M5's script which seemingly had "race" for the Van's behavior at one point judging by the comments (you can put anything behind "//" and the game will simply ignore it. Useful for making note...

0 likes
1,921 views
23 replies
Support

Add sounds to new cars in SHAR

Posted on (8 years ago)

Try placing the sound script you've edited into CustomFiles/sound/scripts. That should work and allow you to edit the Ferrini's sounds (which I assume is what you're using as a base to create the Ferrari).

0 likes
1,202 views
7 replies
Support

My Follow Mission keeps automatically completing itself when i get in my car.

Posted on (8 years ago)

Anytime. Glad to help someone who is enthusiastic about modding SHAR. Note that in addition to "target" working, "evade" also works. Radical switches between the two, and claims that "target" makes things a bit easier on the player. Apparently "evade" will be slightly faster, but both work fine for...

0 likes
1,921 views
23 replies
Support

My Follow Mission keeps automatically completing itself when i get in my car.

Posted on (8 years ago)

The issue is that cBlbart isn't set to do anything (it's behavior is set to "NULL", which means that it'll just stand still). In the second stage, remove the AddStageVehicle function. Then, in it's place, put this: ActivateVehicle("cBlbart", "NULL", "target"); Since you've already added cBlbart in t...

0 likes
1,921 views
23 replies