masterpiece
Account Details | |
---|---|
SteamID64 | 76561198110126405 |
SteamID3 | [U:1:149860677] |
SteamID32 | STEAM_0:1:74930338 |
Country | Bhutan |
Signed Up | April 25, 2016 |
Last Posted | October 20, 2017 at 6:39 PM |
Posts | 184 (0.1 per day) |
Game Settings | |
---|---|
In-game Sensitivity | |
Windows Sensitivity | |
Raw Input | |
DPI |
|
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
i like the NARUTO KONICHWA UWUU SENPAI ramen
If you have missed some games, now you can grab them :D
This includes: Prince of Persia: The Sands of Time, Tom Clancy's Splinter Cell, Rayman Origins, The Crew, Beyond Good and Evil, Far Cry 3: Blood Dragon and Assassin's Creed III
UBI30 is ending and they are giving away assassin's creed 3
freelandertf2i'm also getting drops of fps when i damage someone, is there a fix for it yet? i really like this hud
literally above you
fnmI tried to make my crosshair blink on hit by putting this in my hudanimations:
event DamagedPlayer
{
Animate fogCrosshair FgColor "255 255 255 255" Linear 0.0 0.00001
Animate fogCrosshair FgColor "255 0 0 255" Linear 0.10 0.10001
}
However, it does not flash on hit.
are you sure that entry in hudlayout.res is fogCrosshair?
if its not fogCrosshair you need to change it to the name that the crosshair is called
WhitebockI'd like to make small adjustments to the default hud.
I made an account just for this, so I'm new and very sorry if I mess something up.
Mainly, is there a way of renaming the numbered backpack pages?
For example instead of 2 it would say "Scout" and so on.
And how does one remove the sorting dropdown, I don't want to ever click it and have my manual sorting destroyed.
http://imgur.com/bykFTex
as far as i know there isnt a way of changing the names of pages, but you can delete the sorting button
to do so you must take the backpackpanel.res file from github repo which is located resource/ui/econ (just download it and search of the file)
then you must go to your custom folder and create a folder with some name. now in that folder create a folder called resource and i that folder create a folder called ui AND in that folder called ui create a folder called econ.
then you need to create the most important file of the folder called info.vdf, to do so you create a text file.
in this text file you need to paste this code:
{
"ui_version" "1"
}
instead of "customhud" you must type the name of the folder you created in custom (the first folder you created)
and choose in the bar in the upper left "File" then you need to choose "Save as" and you need to change the "Save as type" option to "All files" and save the file as "info.vdf".
place backpackpanel.res in econ folder and open the file with notepad++ (you can download it from here) and search for "ShowRarityComboBox" (press ctrl+f)
under ShowRarityComboBox you will find some definitions like "controlname" and "font", you need to search for a definition called "xpos" or "ypos" change the number next to them to "9999"
I hope this hepled you, if you don't understand something you can add me on steam and talk to me
f2s4x1oHow do I change the color of the overheal cross on hypnotize's m0rehud?
same as before
fnmHow do I remove the killstreak counter in a hud?
in resource/ui/huditemeffectmeter_killstreak search for HudItemEffectMeter and change xpos to 9999