Home

Saturday, October 23, 2010

Changing to other class weapons in a class

If your in a class such as a Scout, you can make him alot stronger by changing to other class weapons!




Command code: "give tf_weapon_???;wait 20;+use;wait 20;-use;wait 20;use tf_weapon_???"



Ex: "give tf_weapon_knife;wait 20;+use;wait 20;-use;wait 20;use tf_weapon_knife"

---------------------------------------------------------------------------------------------
WEAPONS


SCOUT


Scattergun: "tf_weapon_scattergun"

Pistol: "tf_weapon_pistol_scout"

Baseball Bat: "tf_weapon_bat"



SOLDIER



Rocket Launcher: "tf_weapon_rocketlauncher"

Shotgun: "tf_weapon_shotgun_soldier"

Shovel: "tf_weapon_shovel"



PYRO



Flamethrower: "tf_weapon_flamethrower"

Shotgun: "tf_weapon_shotgun_pyro"

Fire axe: "tf_weapon_fireaxe"



DEMOMAN



Grenade Launcher: "tf_weapon_grenadelauncher"

Sticky Bomb Launcher: "tf_weapon_pipebomblauncher"

Beer Bottle: "tf_weapon_bottle"



HEAVY WEAPONS GUY



Minigun: "tf_weapon_minigun"

Shotgun: "tf_weapon_shotgun_hwg"

Fists: "tf_weapon_fists"



ENGINEER



Shotgun: "tf_weapon_shotgun_primary"

Pistol: "tf_weapon_pistol"

Wrench: "tf_weapon_wrench"

Blueprint: "tf_weapon_pda_engineer_build" To build. "tf_weapon_pda_engineer_destroy" to demolish.



SNIPER



Sniper Rifle: "tf_weapon_sniperrifle"

Submachine Gun: "tf_weapon_smg"

Kukri: "tf_weapon_club"



MEDIC



Syringe Gun: "tf_weapon_syringegun_medic"

Team Healer (Medigun): "tf_weapon_medigun"

Bonesaw: "tf_weapon_bonesaw"



SPY



Revolver: "tf_weapon_revolver"

Sapper: "obj_attatchment_sapper"

Knife: "tf_weapon_knife"

Cloaking Device: (Invisible Watch) "tf_weapon_invis"

Disguise Kit: "tf_weapon_pda_spy"

-----------------------------------------------------------------------------------------

Tuesday, October 19, 2010

Spawning Bots

Want to practice by killing Bots? You may also have other Playstation Network users practice too!
But don't add too much Bots into your server or no one else on Playstation Network would join!




Command code: "bot -name ??? -team ??? -class???"

Ex: bind "STICK2" "bot -name Dummy -team red -class demoman"

Sunday, October 17, 2010

Purple Flame Confetti

Are you on fire? A little? Try impressing your friends with this command!
You can lure enemies, watch out!



Command code: "give env_fire_trail; ent_fire env_fire_trail setparent !activator"

Ex. bind "STICK2" "give env_fire_trail; ent_fire env_fire_trail setparent !activator"

Spawning Objects




Want to make constructions, models, sculptures, etc.?
I got a set of props below. Be sure to follow this blog post for updates!









Command code for removing objects: "ent_remove"
Note: Don't aim at a player and use the Remove command! It will end the server that you are in!
Ex: bind "B_BUTTON" "ent_remove"

Command code for rotating objects: "ent_rotate 10"
Ex: bind "X_BUTTON" "ent_rotate 10"


----------------------------------------------------------------------------------------------

PROPS

----------------------------------------------------------------------------------------------
2FORT'S SNIPER FENCE



Command code: "prop_dynamic_create props_2fort\sniper_fence01"
----------------------------------------------------------------------------------------------

RESUPPLY LOCKER




Command code: "prop_dynamic_create props_gameplay\resupply_locker"

----------------------------------------------------------------------------------------------

CAPTURE POINT ARROW




Command Code (Large): "prop_dynamic_create props_hydro\cap_point_arrow"

Command Code (Small): "prop_dynamic_create props_hydro\cap_point_arrow_small"

----------------------------------------------------------------------------------------------
CAPTURE POINT BASE


Command Code: "prop_dynamic_create props_gameplay/cap_point_base"
------------------------------------------------------------------------------------------------

CLASS DUMMIES


Command code: "prop_dynamic_create player\???"
Ex. bind "Y_BUTTON" "prop_dynamic_create player\spy"

----------------------------------------------------------------------------------------------

FENCE METAL




















Command code: "prop_dynamic_create props_farm\fence_metal01a"


---------------------------------------------------------------------------------------

BARN


























Command code: "prop_dynamic_create props_farm\barn_loft001a"


-------------------------------------------------------------------------------------------


COUNTRY BUILDING
















Command code: "prop_dynamic_create props_farm\building001"

-------------------------------------------------------------------------



TALL TREE








Command code: "prop_dynamic_create props_farm\tree001"


-------------------------------------------------------------------------------------------------


HAYPILE




Command code: "prop_dynamic_create props_farm\haypile001"

----------------------------------------------------------------------------------------------
GRAIN ELEVATOR




Command code: "prop_dynamic_create props_farm\grain_elevator01"


-------------------------------------------------------------------------------------------------








SUPPORT WALL PEICE









Command code: "prop_dynamic_create props_mining\support_wall001a"





----------------------------------------------------------------------------------------------


STAIRS



Command code: "prop_dynamic_create props_farm\stairs_wood001a"





----------------------------------------------------------------------------------------------






DUMPTRUCK







Command code: "prop_dynamic_create props_hydro\dumptruck
-------------------------------------------------------------------------------------------

































Saturday, October 16, 2010

God Mod

Want to be more unstoppable than Unlimited Health? You now can't die with a backstab!
It is very difficult to tell if the code is activated or deactivated! Being a Demoman or a Soldier is quite handy for testing.






Command code: "buddha"

Ex. bind "B_BUTTON" "buddha"

Wednesday, October 13, 2010

In Game Text

Instead of talking in the game, you can send little messages while playing the game with this command!




Command code: "say ??????"

Ex. bind "Y_BUTTON" "say What's up?"

Sunday, October 10, 2010

Texture Hacks (Colors)

Wanna color something? Have the commands to make everything colorful!
I got a set of colors below.




Command code for coloring: "ent_fire !picker color ?+?+?"

Command code for self coloring: "ent_fire !self color ?+?+?"

List of color commands below are numbers, pick the color you want and fill in the question marks.

Black: 0+0+0

Blue: 0+0+255

Aqua: 0+255+255

Green: 0+255+0

Orange: 255+128+1

Magenta: 255+0+255

Purple: 140+3+253

Red: 255+0+0

Turquoise:
0+255+255

Yellow:
255+255+0

Light Green:
172+254+1

Pink:
255+0+128

Brown:
115+124+3

Normal Color: 255+255+255



Ex. bind "STICK2" "ent_fire !picker color 0+255+0"

Ex. bind "Y_BUTTON" "ent_fire !self color 0+0+255"

Saturday, October 9, 2010

Unlimited Health

With this command.....you are unstoppable!

Note: Avoid backstabs! It's the only way to be killed by an enemy!




Command code: "hurtme -999999"


Ex. bind "STICK1" "hurtme -999999"



No Clip

This command is the most trickiest thing. Watch the video wisely.
You are faster than a speeding bullet with this!

Command code: "noclip" or "NOCLIP"

Bind this command code to any button!

Ex: bind "B_BUTTON" "noclip"

Wednesday, October 6, 2010

A new CRC on the internet


Without downloading BruteCRC32, (Optional) you can go to this site.




It's a CRC website if you want to try it there.


Be sure to look at the tutorials!
-------------------------------------------------------------------------------------------------

Friday, October 1, 2010

Modding Team Fortress 2 (PS3) Non video

Want to learn it without video? Feel free to!

You are going to need these items listed below
---------------------------------------------------

a USB Flash Drive (Memory Stick)

a Computer

and a Playstation 3
----------------------------------------------------------------------------------------

TUTORIAL

While on your Playstation 3, scroll to the "Game" category,

Click on "Save Data Utility (PS3)",

While you have your USB Flash Drive connected to your Ps3, copy the "TEAM FORTRESS 2" save data to your USB Flash Drive,
---------------------------------------------------------------------------------------

YOU NEED TO DOWNLOAD BRUTECRC32 FOR THIS TO WORK!

BruteCRC32 link : http://www.mediafire.com/?2tniq1nk2t4
----------------------------------------------------------------------------------------

Connect the USB Flash Drive to your computer,

Once you have BruteCRC32 downloaded, open the program and click "Select".

Go to "My Computer",

Click on the program that supports the USB Flash Drive,

Click on the "PS3" folder,

Click on the "SAVEDATA" folder,

Click on the "BLUS30055-TF2CONF-0" folder,

And select the "TF2-0" CFG file.

Once you select the "TF2-0" CFG file, click "Examine" and you will receive a CRC32 code.

BEFORE you type in the CRC32 code, you may edit the "TF2-0" CFG file.
---------------------------------------------------------------------------------------------

EXAMPLE

The "TF2-0" CFG file should look like this.

unbindall
bind "A_BUTTON" "+jump"
bind "B_BUTTON" "+reload"
bind "X_BUTTON" "taunt"
bind "Y_BUTTON" "+voicerecord
bind "L_SHOULDER" "invprev"
bind "R_SHOULDER" "invnext"
bind "BACK" "togglescores"
bind "STICK1" "+duck"
bind "STICK2" "voicemenu 0 0"
bind "UP" "slot1"
bind "RIGHT" "slot2"
bind "DOWN" "slot3"
bind "LEFT" "slot4"
bind "S1_UP" "xmove"
bind "L_TRIGGER" "+attack2"
bind "R_TRIGGER" "+attack"
bind "S2_UP" "xlook"
tf_viewedmapmovies "0"
joy_pitchsensitivity "-1.0"
joy_yawsensitivity "-1.0"
joy_inverty "0"
joy_inverty_default "0"
joy_movement_stick_default "0"
joy_movement_stick "0"
cl_rumblescale "1.0"
hud_fastswitch "2"
cc_subtitles "0"
commentary "0"
volume "1.0"
snd_musicvolume "1.0"
voip_HeadsetVolume "12.0"
voip_MicAGCLevel "13240.0"
voip_MicBackroundLevel "3.0"
voip_MicReverbMS "240.0"
r_gamma "0.5"
closecaption "0"
skill "1"
sv_unlockedchapters "99"
lastquicksaveslotused "1"
---------------------------------------------------------------------------------------------

You can replace any command!

EXAMPLE: Replace the word "+reload" to "NOCLIP"
(This command will allow you to fly around, go through everything, and confuse players!)
---------------------------------------------------------------------------------------------

TUTORIAL

Once you are done editing, save the file.

NOW type in the CRC32 code you have received and then click "Do it!"
(This might take about 5 minuets or more to finish so please be patient.)

When it finishes, it will say "Add bytes to file?", then click "Yes".

Reconnect your USB Flash Drive back to the Playstation 3,

And copy the edited "TEAM FORTRESS 2" save data to your Playstation 3.
(You must delete, or overwrite your previous "TEAM FORTRESS 2" save data.)

And you are done.