Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Stratofortress

Pages: 1 ... 119 120 121 122 123 [124]
1846
Help / Re: Probs with Port Forwarding
« on: November 04, 2007, 12:23:22 PM »
Help?

1847
Mapping Help / Roads?
« on: November 03, 2007, 11:25:01 PM »
Its it possible to make roads realisticly useing terrain editor?

1848
Help / Probs with Port Forwarding
« on: November 03, 2007, 08:05:14 PM »
I went everywhere from PortForward.com to Google and I still cant host a game. I use a EQ660R (The one that the Embarq company gives you when you register) I also run a Windows Vista. And dont tell me to contact the company becaus I already did. Please help. Thanks in Advance.

1849
General Discussion / Re: Helicopter script
« on: November 03, 2007, 12:02:42 AM »
Intresting... Somtimes when I press Shift It hovers up. try to use that.

1850
Help / Re: how install add-ons correctly
« on: November 02, 2007, 10:52:43 PM »
1. Copy and paste add on folder to your blockland addon folder.
2 When you start your server look for the little button that says Addon
3 Look for your addon and check it. Start your mission and thats how you addon your addons.


BTW guys. We payed 20$ for this game, so you guys should help out.

1851
Music / Re: Aqua - Barbie Girl
« on: November 02, 2007, 10:41:41 PM »
Y come here if you dont like music?

1852
Music / Re: Aqua - Barbie Girl
« on: November 02, 2007, 08:36:52 PM »
How about Ugly Girl?

1853
Mapping Help / Tutorial: Moving land
« on: November 02, 2007, 08:33:10 PM »
I dont know if any of you guys know this but you can imitate moving land by using water. In f11 f3 look for/Spawn a water datablock. Change the water textures to a terrain textures. Change the following variables to this
Code: [Select]
     

 
   
      envMapIntensity = "0.4";
      TessSurface = "50";
      TessShore = "60";
      SurfaceParallax = "1";
      FlowAngle = "90";
      FlowRate = "0.3";
      DistortGridScale = "0.1";
      DistortMag = "0";
      DistortTime = "1";
You can modefy the Flowrate to change the speed of the terrain. You can also change the Wave magnitude to make it look like your passing hills

Last step Spawn a /data/interiors/slate.dif slightly above the water.
Have Fun! (Dont get dizzy)

1854
Suggestions & Requests / Vehicle bots?
« on: November 01, 2007, 01:26:26 AM »
Is it a good idea? ill give  :cookie:x inf to the person who makes it

1855
Modification Help / Help with Projectile direction
« on: November 01, 2007, 01:18:27 AM »
How do I change the direction of the Warplane bomb? Im trying to make it fire forward. I tried looking for other Funtion OnFire scripts but I cant find any good ones.

Code: [Select]
function Warplanevehicle::onTrigger(%this, %obj, %triggerNum, %val)
{
if(%triggerNum == 2 && %val && !iseventpending(%obj.rocketreload)){
%obj.client = %obj.getcontrollingclient();
%pos = %obj.getposition();
%client = %obj.client;
%pos = vectoradd(%pos,"0 0 -0.8");
%pos = vectoradd(%pos,%obj.getforwardvector());
%vel = "0 0 -22.5";
%planevz = getword(%obj.getvelocity(),2);
if(%planevz < 0){
%vel = VectorAdd(%vel,"0 0 " @ %planevz);
}
%p = new Projectile()
{
dataBlock = rocketlauncherprojectile;
initialVelocity = %vel;
initialPosition = %pos;
client = %obj.client;
sourceObject = %obj.client.player;
sourceClient = %obj.client;
};

I tried changin %vel = "0 0 -22.5"; to -90 but it dosent seem to work. Thanks in advance.

1856
Gallery / Re: ►Build a Vehicle competition!
« on: October 30, 2007, 06:35:05 PM »
While I was building my hummvee... I Raped, Mutilated, and Cumbusted the rules :-) Hope i wasnt to late...



1857
Modification Help / Vehicles Collision probs
« on: October 29, 2007, 07:50:13 PM »
I can touch my vehicles but i cant make projectiles touch them. I added a Collision group but it dosent work.

1858
Modification Help / Vehicle wheels
« on: October 29, 2007, 04:39:35 PM »
What are the mount points called for mounting wheels? I tried Hub0 but it wont work

Nvm... Wrong datablock


1859
Modification Help / Re: Hi im new
« on: October 28, 2007, 12:51:19 AM »
Donno if I can Double post for more pics...

==Edit==
This gose in the decal section srry

1860
Modification Help / Hi im new
« on: October 28, 2007, 12:50:01 AM »
While I was waiting for my admin's verdefication... I started messing with the decals

Pages: 1 ... 119 120 121 122 123 [124]