Forum
[HUD] M0rehud 2.0
Created 20th February 2011 @ 14:41
Add A Reply Pages: « Previous 1 ... 19 20 21 ... 26 Next »
Quoted from Chux
game seems to instantly crash to desktop when i bring the scoreboard up, dunno if its a known problem or just me.
I’m having no problems with it, try reinstalling?
Quoted from Chux
game seems to instantly crash to desktop when i bring the scoreboard up, dunno if its a known problem or just me.
it’s a known problem for the game to crash when pressing tab. if your scoreboard is bound to tab, that might be it.
luv it <3
Is there any way I can use the dot crosshair on another hud?
Quoted from Brynsi Prins
Is there any way I can use the dot crosshair on another hud?
Bumping this question. Anyone know how you can use m0re’s crosshairs on other huds?
Copy font, put :
“M0rexhairCross”
{
“1”
{
“name” “Courier”
“tall” “20”
“weight” “0”
“range” “0x0000 0x017F”
“outline” “1”
}
}
“M0rexhairCircle”
{
“1”
{
“name” “taller evolution”
“tall” “36”
“weight” “0”
“antialias” “1”
}
}
“M0rexhairDot”
{
“1”
{
“name” “Astro 867”
“tall” “19”
“weight” “0”
“additive” “0”
“outline” “1”
}
}
in clientscheme.res, font section then add
M0rexhairCross
{
“xpos” “c-7”
“ypos” “c-7”
“wide” “12”
“tall” “12”
“fgcolor” “255 255 255 255”
“controlName” “ceXLabel”
“fieldName” “M0reXhairCross”
“visible” “0”
“visible_minmode” “0”
“enabled” “1”
“zpos” “1”
“font” “M0rexhairCross”
“labelText” “+”
“textAlignment” “center”
}
M0rexhairCircle
{
“xpos” “c-100”
“ypos” “c-100”
“wide” “200”
“tall” “200”
“fgcolor” “255 255 255 100”
“controlName” “ceXLabel”
“fieldName” “M0reXhairCircle”
“visible” “0”
“visible_minmode” “0”
“enabled” “1”
“zpos” “1”
“font” “M0rexhairCircle”
“labelText” “o”
“textAlignment” “center”
}
M0rexhairDot
{
“xpos” “c-12”
“ypos” “c-17”
“wide” “26”
“tall” “26”
“fgcolor” “255 255 255 255”
“controlName” “ceXLabel”
“fieldName” “M0reXhairDot”
“visible” “0”
“visible_minmode” “0”
“enabled” “1”
“zpos” “1”
“font” “M0rexhairDot”
“labelText” “.”
“textAlignment” “center”
}
HudPlayerStatus
{
“fieldName” “HudPlayerStatus”
“visible” “1”
“enabled” “1”
“xpos” “0”
“ypos” “0”
“wide” “f0”
“tall” “480”
}
in hudlayout.res
Hmmm, that worked. But is it not possible to use these crosshairs with a crosshair switcher? Since this doesn’t seem to be an actual in-game ‘crosshair’. Just a hud image on the center of the screen…
Quoted from cmd
Hmmm, that worked. But is it not possible to use these crosshairs with a crosshair switcher? Since this doesn’t seem to be an actual in-game ‘crosshair’. Just a hud image on the center of the screen…
Not possible, it would require hud_reloadscheme each time you switch weapons and that freezes your game for a sec when it reloads the HUD.
Edit: You can still have the default crosshair underneath the hud crosshair and make it change colour on switch. Like here
Can someone upload the latest version if anyone has it? Website appears to be down
Quoted from Mits
Can someone upload the latest version if anyone has it? Website appears to be down
nvm
the site doesn’t work anymore. NOoooOooOo!
Add A Reply Pages: « Previous 1 ... 19 20 21 ... 26 Next »