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 - Kqgqn

Pages: 1 [2] 3 4 5 6 7 ... 107
16
Drama / Re: GoldTits - Mini Empire's Host
« on: April 13, 2014, 06:02:09 AM »
Yeah I never expected Gold to get dramad, haha

Never take him seriously ever, he's literally the community jester.

17
Drama / Re: Zapk Spamming
« on: April 12, 2014, 07:51:23 PM »
How can you possibly defend yourself in this situation?
How can you not think your actions were bad?
he loving apologised omfg lol calm down and get over it

19
General Discussion / Re: Doctor Who In Blockland (ACTORS NEEDED!)
« on: April 10, 2014, 02:47:49 PM »
I'd also like to apply

My name is Drew Pearooster

20
Forum Games / Re: [150x100] Fa♦Te (Bylyn Village)
« on: April 09, 2014, 04:51:31 AM »
Exposition is hard

21
Drama / Re: Zapk Spamming
« on: April 06, 2014, 09:47:08 AM »
yeah i kicked somebody in the balls to show them their cup didn't work
is telling him it's broken seriously beyond your mental capacity?
He's already apologised, calm down dude.

22
Gallery / Re: [VIDEO] Blockland - Port's Survival
« on: March 18, 2014, 02:00:35 PM »
i bet you dont even smoke weed

weed+piloting must be hard

23
Gallery / Re: [VIDEO] Blockland - Port's Survival
« on: March 17, 2014, 06:15:00 PM »
I can barely hear my British accent.

needmorebrit
apologies

"Light the forgeters" -Furdle, Saint Patrick's Day

24
Gallery / Re: [VIDEO] Blockland - Port's Survival
« on: March 17, 2014, 06:13:11 PM »
level the sounds right next time please

PILOT FURDLE BEST HELICOPTER PILOT 2014
maybe next time port can actually use height controls with his server

There was one clip where the audio levels were okay.. No idea why It was like this. I'll look into it.

25
Gallery / Re: [VIDEO] Blockland - Port's Survival
« on: March 17, 2014, 05:47:47 PM »
Oh my god is this one of the desert musics from Trackmania Original? Wow I'd never expect that

Yes. While editing I thought. Quick, needs music.. What was I listening to recently? YES. Filipe.

26
Gallery / [VIDEO] Blockland - Port's Survival
« on: March 17, 2014, 05:30:19 PM »
CLICK IMAGE FOR VIDEO



27
Add-Ons / Re: Farla͉̙̱̣͕ͯͣ̒̓͆̐nds
« on: March 17, 2014, 10:31:23 AM »
Extreme version
Replace minimum_vert.glsl in shaders
Code: [Select]
	

    #version 120
    
    // Varying.
    varying vec3 worldNormal;
    varying vec3 worldPos;
    
    // Misc uniforms.
    uniform vec3 camPos;
    uniform mat4 obj2World;
    uniform mat4 world2Cam;
    
    // Surface calculations, including specular power.
    varying vec2 texCoord;
    vec4 viewDelta;
    
    // Fogging.
    uniform vec4 fogBaseColor;
    uniform vec4 fogConsts;
    uniform sampler2D fogTex;
    varying vec2 fogCoords;
    
    void main()
{
 // Bricks always in world space.
  worldPos = (obj2World * vec4(gl_Vertex.xyz, 1.0f)).xyz;
  worldNormal = ((obj2World * vec4(gl_Normal.xyz, 0.0f)).xyz);

  if(length(gl_Normal.xyz) < 1.1f)
   worldNormal.xyz = normalize(worldNormal.xyz);

 // Do some camera delta math.
 viewDelta.xyz = worldPos - camPos;
 viewDelta.w   = length(viewDelta.xyz);
 viewDelta.xyz = -normalize(viewDelta.xyz);

 // Fog can be done per-vertex.
 fogCoords.x = clamp((fogConsts.y - viewDelta.w) * fogConsts.x, 0.0f, 1.0f);
 fogCoords.y = clamp((worldPos.z - fogConsts.z) * fogConsts.w, 0.0f, 1.0f);

  // Project the brick pos and normal.
 gl_Position = gl_ProjectionMatrix * world2Cam * vec4(worldPos, 1.0f);

 gl_Position.xyz = vec3(gl_Position.x + sin(gl_Position.z), gl_Position.y + sin(gl_Position.z), gl_Position.z);

 // Pass color through.
 gl_FrontColor = gl_Color;
 
 // Pass texcoords through.
 texCoord = gl_MultiTexCoord0.st;
}

28
Drama / Re: Book (ID: 21841) - Admin abuse, deliberate team-killing
« on: March 16, 2014, 07:29:57 PM »
Then maybe you could state those reasons in your ban messages like a loving normal person.
I was unaware he meant the ban reasons! My bad, dude.

29
Drama / Re: Book (ID: 21841) - Admin abuse, deliberate team-killing
« on: March 16, 2014, 07:27:21 PM »
Nevermind, I understand what you are trying to say now.

Alright, I'll keep that in mind.

30
Add-Ons / Re: Farla͉̙̱̣͕ͯͣ̒̓͆̐nds
« on: March 16, 2014, 07:26:09 PM »
Zapk takin' a selfie lel #selfieolympics

Pages: 1 [2] 3 4 5 6 7 ... 107