Blockland Forums > Suggestions & Requests
looking for Quake-Type Weapon Ideas
<< < (7/9) > >>
hodototman:
A 3 - round burst pistol kind of like the Sicarus from warframe would be cool.
RagnaTheBroedge:

--- Quote from: Bushido on May 14, 2013, 01:01:47 AM ---i was toying with this for T+T future, then i realized that i have no idea how the forget to do beams. i'll ask port.

--- End quote ---
datablock StaticShapeData(gc_BulletTrailStatic) { shapeFile = "./bullettrail.dts"; };

function beamStatic::onAdd(%this,%obj)
{
  %obj.playThread(0,root);
  %obj.schedule(100,delete);
}

function VectorRotateAxis(%vector,%axis,%angle)
{
  %x = getWord(%vector,0);
  %y = getWord(%vector,1);
  %z = getWord(%vector,2);
  %u = getWord(%axis,0);
  %v = getWord(%axis,1);
  %w = getWord(%axis,2);
  %ux = %u * %x;
  %uy = %u * %y;
  %uz = %u * %z;
  %vx = %v * %x;
  %vy = %v * %y;
  %vz = %v * %z;
  %wx = %w * %x;
  %wy = %w * %y;
  %wz = %w * %z;
  %sa = mSin(%angle);
  %ca = mCos(%angle);
  %nx = %u*(%ux+%vy+%wz)+(%x*(%v*%v+%w*%w)-%u*(%vy+%wz))*%ca+(-%wy+%vz)*%sa;
  %ny = %v*(%ux+%vy+%wz)+(%y*(%u*%u+%w*%w)-%v*(%ux+%wz))*%ca+(%wx-%uz)*%sa;
  %nz = %w*(%ux+%vy+%wz)+(%z*(%u*%u+%v*%v)-%w*(%ux+%vy))*%ca+(-%vx+%uy)*%sa;
  return(%nx SPC %ny SPC %nz);
}
thanks gcat
Master Shadow Phoenix:
I can only think of one.
Shoulder-Fired Fireball Gun
Designed to look like an anti-tank weapon, it launches a high-velocity projectile in a form of solidified, super-heated balls of metal. Takes away 35-health when hit with a 60% chance of lighting them on fire. Projectiles can bounce off the floors and walls and will eventually disintegrate after 11-seconds. (Based on Donkey Kong Country 3 as a reference)
Honno:
Star trek voyager elite force:
AromaniaFTW:

--- Quote from: Honno on May 15, 2013, 03:41:33 PM ---Star trek voyager elite force:
[img]http://2.bp.blogspot.com/_nHxPUR3bFoc/Sst2FuzaCVI/AAAAAAAAAFA/IeQzPUZVKGY/s1600/phaser_SHEET.jpg[ /img]

--- End quote ---
looks like a remote lol
Navigation
Message Index
Next page
Previous page

Go to full version