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

Pages: [1] 2 3 4 5 6
1
Off Topic / Re: Ask Caribou ANYTHING!
« on: August 28, 2014, 03:52:50 PM »
How Donald Duck are the police?

2
Suggestions & Requests / Spawn effect for dieing
« on: January 02, 2014, 09:44:15 AM »
Hai, i just seen MARBLE MAN's Spawn Effect mod, can someone make it so this effect appears if you die too?
Idea kind of taken from RockRaiders.

3
Suggestions & Requests / Pathfinding Bots
« on: November 02, 2013, 04:09:00 AM »
I have seen a mod about letting bots be able to follow path bricks here

Is it possible to have a bot automatically use these paths to find a target?
If it is possible, can someone make a bot wich automatically follows paths or a event to toggle pathfinding on bots?

4
Modification Help / Trying to make the Glowstick one time usable.
« on: August 01, 2013, 05:16:43 AM »
I tried to make the Glowstick (Made by Extrude)   only usable once, so i added the following line of code:
Code: [Select]
package glowstickPackage
{
function Armor::onCollision(%this, %obj, %col, %a, %b, %c, %d, %e, %f)
{
if(%col.dataBlock $= "SmokeGrenadeItem" && %col.canPickup)
{
for(%i=0;%i<%this.maxTools;%i++)
{
%item = %obj.tool[%i];
if(%item $= 0 || %item $= "")
{
%freeSlot = 1;
break;
}
}

if(%freeSlot)
{
%obj.pickup(%col);
return;
}
}
Parent::onCollision(%this, %obj, %col, %a, %b, %c, %d, %e, %f);
}
};
activatePackage(glowstickPackage);

function glowstickImage::onCharge(%this, %obj, %slot)
{
%obj.playthread(2, spearReady);
%obj.lastHESlot = %obj.currTool;
}

function glowstickImage::onAbortCharge(%this, %obj, %slot)
{
%obj.playthread(2, root);
}

function glowstickProjectile::onCollision(%this,%obj,%col,%fade,%pos,%normal)
{
serverPlay3D(glowstickBounceSound,%obj.getTransform());
}

function glowstickImage::onFire(%this, %obj, %slot)
{
%obj.playthread(2, spearThrow);
Parent::OnFire(%this, %obj, %slot);

%currSlot = %obj.lastHESlot;
%obj.tool[%currSlot] = 0;
%obj.weaponCount--;
messageClient(%obj.client,'MsgItemPickup','',%currSlot,0);
serverCmdUnUseTool(%obj.client);
}

function glowstickImage::onDone(%this,%obj,%slot)
{
%obj.unMountImage(%slot);

But it failed, it made it worse.
The glowstick didnīt appear in the item list.
What should i do to fix it?

5
Suggestions & Requests / Re: Killing Floor male1 voice pack
« on: March 12, 2013, 11:53:01 AM »
if you can get me a zip of all the sounds in wav form
I can make you a script that will turn them into /commands
name the files what you want the command to be (medic.wav will be /medic and overwrite other /medic commands)

Sorry for late response, but that is the problem.
I cant find the files, that is the only problem i have for now.

6
Suggestions & Requests / Killing Floor male1 voice pack
« on: March 10, 2013, 09:15:39 AM »
Hai, i am requesting an Killing Floor male1 voice pack, including: Medic, Run, Thanks, Help, Look out, Get inside, Get outside, Weld the doors.
I hope this could be made.
-Dion20531

7
Gallery / Re: The Black Sacrament
« on: March 09, 2013, 04:01:38 PM »
Lol, it looks like it is inside a Igloo

8
Gallery / Re: The Elias express
« on: February 20, 2013, 12:34:08 PM »
1/10 please.
Okay, but i have some ideas to get it better:
Try to use other then 1x1 bricks, they ruin the look
The roof can be more ramped, it should look better
Add tracks to it to give it a full look
!WARNING!: This is just me opinion.

9
Development / Re: 2013/02/04 - Blockland r1808
« on: February 05, 2013, 12:23:02 PM »
This is a awesome update, the only thing that sucks is that it is conflicting with Gravity Cat's Brick Blood, wich fits Blockland better.
 :panda:

10
Music / Re: Jacksaunt's music, suggest songs here too
« on: January 24, 2013, 12:13:36 AM »

11
Music / Music Request
« on: January 21, 2013, 08:32:28 AM »
Could anyone make this song:
http://www.youtube.com/watch?v=m8OlDPqYBLw&list=FL99PEg2poibBY5j2UfQG5_A
Bobby Darin - Beyond the sea
I would really appreciate it.

12
Suggestions & Requests / Adrenaline and Bonk atomic punch
« on: January 03, 2013, 04:45:06 AM »
I seen Alph's colas and that made me think, could there now be a possibility to make Bonk atomic punch (TF2)and Adrenaline (L4D2)?

Bonk: Upon consumption, Bonk! Atomic Punch provides invincibility from most incoming damage to the player for 8 seconds.

Adrenaline: An Adrenaline Shot gives you a fifteen-second health and energy boost that lets you run faster.

13
Suggestion: Cop 357 Four Barrel Derringer
Magazine: capacity:
Designer: Robert Hillberg
Designed: 1983 [1]
Weight: 1.75 lb (0.8 kg) empty.
Length: 5.6 inches (14.2 cm).
Width: 1.062 inches (2.7 cm)
Height: 4.1 inches (10.4 cm) 
Cartridge: .357 Magnum (Can fire .38 Special as well)
Barrels: 4
Action: Break-open with extractors for reloading, double action trigger with rotating firing pin selector.

14
Modification Help / Re: Favorite addon?
« on: December 18, 2012, 08:40:52 AM »
Off Topic:
I think this is the right place for it. I'm not sure.

I think this does more fits in General Discussion

On Topic:   My favorite Add-On is Events_Variable    because you can create anything with that events.

15
Gallery / Re: Western Saloon: Old Timey
« on: December 09, 2012, 01:38:16 AM »
This looks awesome, how you made that torches? can i rate?

Pages: [1] 2 3 4 5 6