Author Topic: Brick Physics Preview  (Read 108297 times)

The reason was left on his other add-on that uses the same system:

Oh so I guess this is allowed then.
Found in Weapon_PortalGun:
Code: [Select]
package SpaceTick
{
 function SpaceTick(%ticknum)
 {
  //Controller Ticks
  for(%i=1;(%str = getField($SpaceMods::SpaceTick::Controllers,%i)) !$= "";%i++)
  {
   if(isObject(%str))
   %str.tick();
  }
  $SpaceMods::SpaceTick = schedule(10,0,spacetick);
 }
 function disconnect()
 {
  cancel($SpaceMods::SpaceTick);
  $SpaceMods::SpaceTick = 0;
  for(%i=1;(%str = getField($SpaceTick::SpaceTick::Controllers,%i)) !$= "";%i++)
  {
   if(isObject(%str))
   %str.delete();
  }
  Parent::disconnect();
 }
 function SimSet::tick(%this) //Can't call "XCtrlSO::Tick()" for some reason
 {
  call(%this.callFn,%this);
 }
};activatepackage(SpaceTick);
$SpaceMods::SpaceTick = schedule(10,0,SpaceTick);

script tip of a missle liking modle and FIRE

script tip of a missle liking modle and FIRE
Speak english.

Epic Freaking Win, I Love Blockland

It looks farther then unbelivable its... its....

UnUnBelivable


So now the question that is on everyone's minds:

When will we have the pleasure of using V11?

UnUnBelivable[/center]


Thus meaning it's believable! :D

So now the question that is on everyone's minds:

When will we have the pleasure of using V11?
2012

My god this is epic Baddy :o

Kompressor's got some serious digging skillz.


The reason was left on his other add-on that uses the same system:
Quote from: Ephialtes
Failed for use of constant schedules.
Er, gravity jeep? That hasn't been failed...


Er, gravity jeep? That hasn't been failed...
Along with Portal Gun, as said before.

Along with Portal Gun, as said before.
I need to stop skipping posts when I read topics.

Next there should be brick mass so if we have a planet like build we can have bricks orbit the planet :P

Above poster is an idiot.

Anyways with the obvious said, I think it is because Space guy uses ticks as a universal add-on controller so he can do less scripting and cause less lag overall.

Good Jesus stuff!
I never knew this was possible!
Great work to whomever deserves it.