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.


Topics - Aware14

Pages: 1 2 3 4 [5] 6
61
Modification Help / DTloveporter help
« on: August 30, 2009, 09:42:40 PM »
i use blender and i tryed to use a older version and the Python script error still pups up!
HELP ME!!!
idk what the problem is :/

Code: [Select]
LookupError: no codec search function registered: can't find encodeing

62
Drama / People crashing servers!
« on: August 29, 2009, 12:11:54 PM »
i know of 3 people that have the script to crash servers
1.Woodland_Creature : 646
2.Captmeat : 241
3.Taxie_man : ????
those are 3 pople that i know have the crash script
We need and end to this script and the people that have it should be banned from BL!

63
Modification Help / Nameing shapes:Blender (help)
« on: August 28, 2009, 05:51:06 PM »
Ok when i try to name a few shapes the same it wont let me. =/ like if i call it Shape1 then ext will be Shape1.001 help me i want to know how to name them the same! plz help me!


WARNING:I'm not going to give you cookies i ate them all! >=D

64
Off Topic / Youtube Vidios (i found these)
« on: August 26, 2009, 03:39:44 PM »
http://www.youtube.com/watch?v=AD2TMCP1AYU&feature=related
i laughed when i saw this XD
http://www.youtube.com/watch?v=oraONu7Jp_Y
its just a STICK FIGHT!
http://www.youtube.com/watch?v=wSx3ySvsHn0
this is fairly long but entertaining
i looked these because i was board

65
Mapping Help / Water messed up
« on: August 26, 2009, 01:34:55 PM »
When i make the water it looks all messed up :/
here's a pic:



whats up with it there are gaps in the water and wight lines in random places!

66
Faces, Decals, Prints / Smiley Face Edits
« on: August 24, 2009, 10:17:21 AM »
Smiley Face Edits
These are just edits of the default smiley face
                                        PICS




                                   DOWNLOAD
                                            -TAKEN BECUSE OF JERKS-

67
Modification Help / When i use my addon
« on: August 20, 2009, 12:35:12 PM »
ok when i was testing this modle that i used i packaged it and every thing it came up as the default gun >:/
why is this!!! D:


68
Suggestions & Requests / Grapple rope
« on: August 19, 2009, 08:26:58 AM »
could i have a link with the grapple rope on it?? plz!

69
Modification Help / Painting a modle after makeing, Blender
« on: August 16, 2009, 07:47:54 PM »
how do  you paint the modle after you make it??
how come my torqu exporter dosnt work.

70
Suggestions & Requests / Medival like healing weapon
« on: August 15, 2009, 03:49:46 PM »
I know we have the TF2medigun but its ot medival like  we need something like a spell that heals kinda like Legendspellpack but it heals you.

71
Modification Help / Need help with my scripting for addon
« on: August 11, 2009, 06:23:33 PM »
im trying to make frogme command and i use the ffc's dog mod and changed it so it would work with my frog i need help.

Code: [Select]
if($AddOn__Vehicle_Horse){exec("Add-Ons/Vehicle_Horse/Server.cs");}
exec("./Support.cs");

function serverCmdNormalMe(%Client)
{
NormalMe(%Client);
%Player = %Client.player;
%Player.playthread(0,root);
%Player.setScale("1 1 1");
}

{
clearAllPlayerNodes(%Client.player);
if(%Client.player.getDataBlock() $= "HorseArmor")
{
%Client.Player.hideNode(head);
%Client.Player.hideNode(body);
}
%Client.player.setShapeName("");
}
function serverCmdFrogMe(%Client,%Color)
{
if(FrogConditionsCheck(%Client,'',"Frog",%Color))
{
NormalMe(%Client);
%Client.isFrog = 1;
%Client.FrogColor = %Color;
%Player = %Client.player;
clearAllPlayerNodes(%Player);
%Player.setDataBlock("SmallAnimalArmor");
%Player.hideNode(head);
%Player.hideNode(body);
if(%Player.getScale() $= "1 1 1"){%Player.setScale("0.5 0.5 0.5");}
switch$(%Color)
{
case "":%Player.mountimage(FrogImage,1);
case "red":%Player.mountimage(FrogRedImage,1);
case "blue":%Player.mountimage(FrogBlueImage,1);
case "pink":%Player.mountimage(FrogPinkImage,1);
case "green":%Player.mountimage(FrogGreenImage,1);
case "black":%Player.mountimage(FrogBlackImage,1);
case "white":%Player.mountimage(FrogWhiteImage,1);
case "yellow":%Player.mountimage(FrogYellowImage,1);
case "orange":%Player.mountimage(FrogOrangeImage,1);
case "purple":%Player.mountimage(FrogPurpleImage,1);
}
}
}

function serverCmdFrogHelp(%Client,%Arg)
{
switch(%Arg)
}
function serverCmdFrogSetMiniGameData(%Client,%Info1,%Info2,%Info3)
{
%Minigame = %Client.minigame;

%Minigame.Frog = %Info3;
}

package FrogServer
{
function GameConnection::OnClientEnterGame(%this)
{
Parent::OnClientEnterGame(%this);
cacheAvatarColor(%this);
}

function GameConnection::createplayer(%this,%spawnpoint)
{
Parent::createplayer(%this,%spawnpoint);
else if(%this.isFrog){serverCmdFrogMe(%this,%this.FrogColor);}
}

function serverCmdUpdateBodyColors(%Client,%a,%b,%c,%d,%e,%f,%g,%h,%i,%j,%k,%l,%m,%n,%facedecal)
{
Parent::serverCmdUpdateBodyColors(%Client,%a,%b,%c,%d,%e,%f,%g,%h,%i,%j,%k,%l,%m,%n,%facedecal);
cacheAvatarColor(%Client);
}
};
ActivatePackage(FrogServer);

}


if you can help plz help me tell me whats wrong plz

72
Mapping Help / I cant edit slate
« on: August 11, 2009, 08:00:52 AM »
How come when i try to use the texture editor and paint the ground it wont load??
it worked for every map but slate.
HELP ME PLZ

73
Modification Help / Need Scripting help
« on: July 30, 2009, 10:25:28 PM »
Could someone plz give me a link to a good scripting totorial  that starts with basics?

74
Help / Zombie face change
« on: July 26, 2009, 12:20:06 AM »
How do you make a zombie face look like a normal smily face?

75
Mapping Help / Packageing maps
« on: July 22, 2009, 02:37:00 PM »
When a package it it still wont show. its Map_******** as the zip it has 2 jpg files a .mis file but it still wont show. and the .dif files do you need them? if you do tell me how i make them so there not bare.
plz help me.

Pages: 1 2 3 4 [5] 6