:
Destination Time
:
Present Time
:
Last Time Departed
Edfake

Coils

Recommended Posts

blue will most likely know that.

try searching for time/time mod something like that

actually, other then what fuzion said, I don't ^^;

Share this post


Link to post
Share on other sites
Guest Ganapi

Search for: "RGB" (w/ out " ")

U'll find something like this:

on 0.2d:

RGB 0 0 64
this means: Red=0 Green=0 Blue=64 open paint > more colors > personalized color > pick a color and paint will give you a value for RGB. Ex.: Red coils will be
RGB 255 0 0
beacuse Red=255 green=nothing blue=nothing. Ex.: purple will be
RGB 255 0 255
because Red=255 green=nothing Blue=255, Red+Blue=Purple. Got it? Make sure you replace each RGB with the same code for RGB or you'll find some other color in the middle of the coil. WARNING: this RGB will be at :T_Trav label the RGB values at :Glow(s) are for.....the glows. Note: 0.2e have variables:
RGB @2 @4 @6

just remove these variables and insert your RGB value

Edited by Ganapi

Share this post


Link to post
Share on other sites
doesn't the code move when the script is compiled/decompiled?

no, just the no. change like :blah_12 ---compile--> :blah_43

or something like that

once a guy tell me search for something called "Corona"

you would come up with millions of results

thanks ganapi, ill try it right away

Share this post


Link to post
Share on other sites

$R1 = 64  // integer values

$G1 = 128 // integer values

$B1 = 255 // integer values

$R2 = 64  // integer values

$G2 = 128 // integer values

$B2 = 255 // integer values
These are the values for at least the BTTF2 DeLorean, I think. In my decompiled main.scm, the code is a :TIME_2828
$TR = 145 // integer values 

$TG = 135 // integer values 

$TB = 235 // integer values 

$04R = 50 // integer values 

$04G = 75 // integer values 

$04B = 150 // integer values

These lines are in the main section where most values are defined (If you use the search function, it is the first result you get) and are responsible for the TimeTrain and the DMC-13 (which was the 04-DeLorean once, to explain why it is $04).

So if you want the coils'-glows to be in other colors, change these values.

Note: Directly above these values, there at least seem to be values for at least the BTTF2 DeLorean, but they get changed later on!

Here's an example for purple coil-glows:

gta-vc2009-01-1917-26-32-21.jpg

And a video in that I put an opcode that stores random numbers to the values in that place, instead of fix numbers:

*vid is still uploading - post to be edited >69Mb? What a huge file for a 10 seconds video :( <*

And Gnapis tip with MS Paint is good to find out some RGB values.

Share this post


Link to post
Share on other sites

you have to do more for the bttf3 delorean. That code works for the bttf1 delorean. But as you see, there are some blue parts, which is because there weren't enough coronas to go around, so I had to use the spark particles instead. You'd need to change those values too. The reason it gets changed is so the bttf3 coils flicker.

if you do a search for those variables, you'd fine them. Just don't change the ones that say 0, as thats for coil particles off.

I redid these later for my addon, turning the front coil into particles and the rear ones into coronas.

Share this post


Link to post
Share on other sites
actually, other then what fuzion said, I don't ^^;

You didn't know about that anymore? Ah, I see blum1.gifwink.gif

you have to do more for the bttf3 delorean

That's why I said at least for the BTTF2 DeLorean (It's the DeLorean with that I got the fastest to the airport to test it)

The reason it gets changed is so the bttf3 coils flicker.

Yup, that's what the code told me ;)

Share this post


Link to post
Share on other sites
he asked where it was, not how to change it =P

true, but i found them anyways. thanks mini-me! i would of never looked for a code like that!

Share this post


Link to post
Share on other sites
I help where I can ;)

thanks, im going to post a vid of your help (compressed a bit) under screenshots and vids right now

Edited by edfake

Share this post


Link to post
Share on other sites