:
Destination Time
:
Present Time
:
Last Time Departed
Sign in to follow this  
iMaster

Faithful companion

Recommended Posts

Could someone please post the code to allow the NPC to time travel with CJ?

And while I am on it, how do I enable Mr. Fusion?

Share this post


Link to post
Share on other sites

If you aren't comfortable using the source code, perhaps you should just wait until the next official release of the mod?

Share this post


Link to post
Share on other sites

or tonight when I release the next source with the new coils and probably some features unfinished because I forgot what I was doing on the one week hiatus.

And the NPC should be able to time travel with you anyway.

Except I think they can escape when you time travel

Share this post


Link to post
Share on other sites

That's not faithful :P

Share this post


Link to post
Share on other sites

Question from the club:

Which global variables do you need to use to let the actor time travel?

-Bogodarov.

Share this post


Link to post
Share on other sites

I have no idea what you're saying but bdodude you got pwned again... I think.

Share this post


Link to post
Share on other sites

I translated that from Russian it makes no hell of a sense to me.

Share this post


Link to post
Share on other sites

does to me. But like i said, its not the variable that controls it but the semantics.

Though I don't know if you know what semantics is, much less translate it xD

Share this post


Link to post
Share on other sites

OK, so the backfire question is... what is semantics? :P

Share this post


Link to post
Share on other sites

Any

examples?

Share this post


Link to post
Share on other sites

umm, tons? Heres one

if(actor.InCar()) displaySpeed();

else clearScreen()
Heres another
while(dtime < currtime) wait 0;

reenter();

And tons more. Its just the way you do it.

Share this post


Link to post
Share on other sites
Ок but when I create the delorean even the player in it cannot move in time.

well, its up to you to figure out how.

Share this post


Link to post
Share on other sites

I think I got some of that.

Like...

If (actor.incar()) changetime ()

Or something...?

If I got it right, you need to set the time vehicle to transport the actor with it on temporal displacement with the use of an IF command, right?

Edited by iMaster

Share this post


Link to post
Share on other sites

ok, in plain English

This is correct semantics

The dog fetched the ball
Incorrect semantics
The fetched dog ball the

What I'm saying is that its not a simple variable, but you have to think it through logically in order to make it work.

Share this post


Link to post
Share on other sites

In other words you have to think of the game engine as of a blonde who only understands SLOOOW and logically... scrap that idea.

So how long approx does it take to master the semantics?

Edited by iMaster

Share this post


Link to post
Share on other sites

About 2 years to me. Depends on experience.

В общем надо тренироваться, тренироваться, и еще раз тренироваться.

Edited by iMaster

Share this post


Link to post
Share on other sites
Sign in to follow this