:
Destination Time
:
Present Time
:
Last Time Departed
BTTFModMachine

BTTF: SA Doc Follow Script Help

Recommended Posts

Hello again.

I am trying to compile a script for Doc Brown to follow Marty McFly (you) in GTA SA. I knew this could be done in VC.

I succeeded in creating 2 scripts to spawn Doc Brown to follow. Here's the video.

And here's the download: http://goo.gl/aJjQTV

These scripts use Doc Brown as a different ped ID than the one Trance originally put them in. Please read the readme!

See you in the future...

-BTTFModMachine

Edited by BTTFModMachine
  • Like 2

Share this post


Link to post
Share on other sites

I know nearly nothing about ingame cutscenes but I think some cutscenes destroy and recreate the player.

Do default cutscenes make Doc ignore you?

For the DeLorean spawn cutscene you might have to check your script code. One way would be to only run your 'Doc follow script' while having any other script diabled (rename CLEO folder - make a new empty one and just put in the scripts you want to test).

-

Maybe it works if you regroup the ped to the player if a cutscene starts.

WHILE TRUE
    ...
    0A8D: 0@ = read_memory 0xB6F065 size 1 virtual_protect 0  //->  Widescreen (the view that is displayed during cutscenes, not the display option)
    IF OR
    not 0@ == 0 
    016B:   fading
    06B9:   cutscene_data_loaded 
    THEN
        CONTINUE
    END
    ...
    ...
    ...
END

Or

    if 
    06B9:   cutscene_data_loaded 
    then
        if 
        82E9:   not cutscene_reached_end
        THEN
            continue
        END
    end
  • Like 1

Share this post


Link to post
Share on other sites

Could you post a video, perhaps? :P

This I would really like to see working. :D

Share this post


Link to post
Share on other sites

Thanks this will come in handy for a video I have plained in the future didn't know 1980s Doc was released until today lol I mostly check trance's youtube channel for newly uploaded models on bttf tt but there wasn't one on Doc so I'll check his gtagarage page more often.

Share this post


Link to post
Share on other sites

Maybe I should make Tell Tale Doc's truck.

  • Like 2

Share this post


Link to post
Share on other sites

Do you also have plans to convert props, houses etc? Like Doc's house & Marty's, Marty's guitar, Doc's notebook etc? Sorry if some words maybe spelled wrong I'll fix them when I get on pc cell phone corrector keeps making mistakes :doh:

Edited by Doc-Holliday-
  • Like 2

Share this post


Link to post
Share on other sites

Maybe I should make Tell Tale Doc's truck.

Oooh, please do! :D

It would be nice to see how it looks other than in Telltale.

Maybe I'll do Marty's 4x4 when I get around to it. :P

Edited by RobertBlox
  • Like 1

Share this post


Link to post
Share on other sites

Is everyone trying to kill me with their work here???!!?!?

Come on people! I only went to Africa to FORGET my Computer , not go CRAZY about it.

But still, Nice Mod!

Edited by StevenLovBttf
  • Like 1

Share this post


Link to post
Share on other sites

Steve, chill out and enjoy the amazing mods! :facepalm:

Share this post


Link to post
Share on other sites