(adsbygoogle = window.adsbygoogle || []).push({});
Step 1 - Copy your TF2 Settings Data off your PS3 with any usb drive
Step 2 - Download BruteCRC32 (
You must login or register to view this content.)
Step 3 - Open BruteCRC32 (Press "Select" to choose "TF2-0", then "Examine" to get the HEX value of your save)
Step 4 - Open your CFG File (TF2-0) with notepad
Step 5 - Edit your CFG File and save it
Step 6 - Go back to BruteCRC32 and copy the value you got before into the spot above "Do It!"
Step 7 - Press "Do It!" and wait for a while..
Step 8 - Copy your TF2 Settings Data back to your PS3
Below is what your Settings Data should look like before you mod.
unbindall
bind "A_BUTTON" "+jump"
bind "B_BUTTON" "+reload"
bind "X_BUTTON" "taunt"
bind "Y_BUTTON" "changeclass"
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 "31"
joy_pitchsensitivity "-3.122093"
joy_yawsensitivity "-3.122093"
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 "0.651163"
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"
Here are some codes and an example. (Use ; to have multiple commands for one button)
bind "X_BUTTON" "taunt"
to
bind "X_BUTTON" "noclip"
Instant Respawn
ent_fire tf_gamerules setblueteamrespawnwavetime 0; ent_fire tf_gamerules setredteamrespawnwavetime 0
Name Change
setinfo name "WhateverYouWant"
Here's the command for coloring objects/players.. The numbers at the end are the RGB value, so you can mess with them to make original colors.. If you want to change your color, use !self instead of !picker. (Only put the ent_fire !picker color #+#+# part in your code) **NOTE: The color white is the default color of models..**
black ent_fire !picker color 0+0+0
blue ent_fire !picker color 0+0+255
cyan ent_fire !picker color 0+255+255
green ent_fire !picker color 0+255+0
orange ent_fire !picker color 255+128+1
pink ent_fire !picker color 255+0+255
purple ent_fire !picker color 140+3+253
red ent_fire !picker color 255+0+0
white ent_fire !picker color 255+255+255
yellow ent_fire !picker color 255+255+0
Here's a good wall to use for building/blocking paths..
prop_dynamic_create props_mining\support_wall001a
You'll probably want to rotate it..
ent_rotate 30
You may want to remove it..
PLEASE BE SUPER FUC*ING CAREFUL WITH THIS SH*T AS BY REMOVING A PLAYER YOU BREAK THE SERVER. HOPEFULLY NO ONE IS RETAR*ED ENOUGH TO DO THIS ON PURPOSE LIKE PEOPLE ON XBOX 360, AND HOPEFULLY NOBODY WILL ATTEMPT TO FIGURE OUT HOW TO CRASH PEOPLE'S CONSOLE, CAUSE THAT'S ANNOYING AS FUC*. Thank you.
ent_remove
Hope you found this tutorial useful.