:
Destination Time
:
Present Time
:
Last Time Departed

bluespace88

Mod Team
  • Content Count

    3,193
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by bluespace88


  1. uh oh, back to the drawing board. effects don't totally agree with C++ ^^;

    EDIT: did a compromise. main.scm controls the effects and C++ does everything else. Not sure about animations yet, but we'll see. To communicate between C++ and main.scm, I used the car's health as a medium, so once time travel sequence starts, the car will automatically be healed to 1200, which is code for time circuits are on (default health is 1000).

    As of now, time travel works, and if you guys wish, i can release a beta within a day or so. You just get an ugly text at the upper left saying Beta or something similar.


  2. ok, so 0, 1, 10, and 11 were to get an area around the point to see if any cars were nearby, so don't need them.

    9 is used to find the unit vector from (2,3,4) to (5,6,7), so you need the distance then. Might want to play around with how many gosubs, as this laser is meant to fire to 150 meters ahead and only stop when theres a car in the way. Some more stuff, but that should get you started.