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

Back to the Future SA Mini Mod 0.1.3.2 released

Recommended Posts

Will download and try this now ;).

@Mike/Orgcon:

What's wrong with the video embed?

Share this post


Link to post
Share on other sites

its fixed, i think. Dunno why the error occurs though, but I just kill any fire trails when it fades out, instead of killing car specific ones. If you want to test it, go to this section

0169: set_fade_color 0 0 0 

fade 0 750

wait 750

0650: destroy_particle 11@

if 

  not Car.Model(0@) == #SPARROW

then					  

  0650: destroy_particle 16@ 

  0650: destroy_particle 17@ 

  0650: destroy_particle 18@ 

  0650: destroy_particle 19@

end
and change it to this
0169: set_fade_color 0 0 0 

fade 0 750

wait 750			

0650: destroy_particle 16@ 

0650: destroy_particle 17@ 

0650: destroy_particle 18@ 

0650: destroy_particle 19@

Share this post


Link to post
Share on other sites

how would that happen? Only way I can think of is if you type in the "Destroy All Vehicles" cheat.

Share this post


Link to post
Share on other sites

im still pretty new to all this coding stuff i found the

0169: set_fade_color_RGB 0 0 0

fade 0 750

wait 750

0650: destroy_particle 11@

if

not Car.Model(0@) == #SPARROW

else_jump @TIME_1528

0650: destroy_particle 16@

0650: destroy_particle 17@

0650: destroy_particle 18@

0650: destroy_particle 19@

being "else_jump@time_1528" rather than "then" (which is what u said)which i changed to

0169: set_fade_color 0 0 0

fade 0 750

wait 750

0650: destroy_particle 16@

0650: destroy_particle 17@

0650: destroy_particle 18@

0650: destroy_particle 19@

still same problem.

I could be completely in the wrong place and if i am then just ignore me !

Share this post


Link to post
Share on other sites

ah, another reason could be that there are too many effects, because this is the same bug I had with the coils and firetrail.

Share this post


Link to post
Share on other sites

O_O!!!!!!!!!

omg....I know how to do VC style sparks now!!!!!! O_O O_O O_O

ok, screw cold effects for now. We're going sparking.

Share this post


Link to post
Share on other sites
O_O!!!!!!!!!

omg....I know how to do VC style sparks now!!!!!! O_O O_O O_O

ok, screw cold effects for now. We're going sparking.

sweet

Share this post


Link to post
Share on other sites

yep i tried the source code changed it to what you said replaced it but still same problem ,no bother im happy with it anyway and it only happens if i over do it! just thought it might have been a simple fix like telling it to destroy the particles attached to the car ,dont mind me iv no idea what im going on about anyway!

Share this post


Link to post
Share on other sites

I just hope my idea works.

Involves creating a particle that doesn't loop and then dereferencing it, then create more.

Share this post


Link to post
Share on other sites

Maybe not movie accurate but can be fun!!(seems more i use the cut scene tt more it happens!

ft

Share this post


Link to post
Share on other sites

Yeah, that looks cool :lol:.

Uhm, as it seems we have a new video hoster now :D. Shall I add that to the embeddable? Would use a more up to date version of JWs player then, would be inside the post:

- See next post. -

Share this post


Link to post
Share on other sites

Here an example of what would be inside the post:

Blue, does that cause a lag in your browser?

Note that this yet is NOT implemented in the board!

Share this post


Link to post
Share on other sites

This works faster than photobucket or YT on mine :S

Share this post


Link to post
Share on other sites

Yeah, Jeroen Wijerin's player is the best open source I know. He's done it twice, once for flash player (supports FLV, MP4, MP3, AAC, JPG, PNG & GIF) and once for MS Silverlight (supports WMV and WMA). It has a plugin dock, support for skins an various other preferences ;).

Oh and if it works better for all of you I can use that for the photobucket videos as well if you like ;).

Share this post


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