Upvote Upvoted 44 Downvote Downvoted
1 2 3 4
HOWTO: Use yz50/clockwork KonrWings in any HUD
posted in Customization
91
#91
1 Frags +

http://i.imgur.com/mUGtZxs.jpg

Why are the wings so thin? I tried changing label text to 6, and it looks really compressed and weird. Any help? :D

[IMG]http://i.imgur.com/mUGtZxs.jpg[/IMG]

Why are the wings so thin? I tried changing label text to 6, and it looks really compressed and weird. Any help? :D
92
#92
0 Frags +
Azrax[IMG]http://i.imgur.com/mUGtZxs.jpg[/IMG]

Why are the wings so thin? I tried changing label text to 6, and it looks really compressed and weird. Any help? :D

Change the weight to value greater then 600.

[quote=Azrax][IMG]http://i.imgur.com/mUGtZxs.jpg[/IMG]

Why are the wings so thin? I tried changing label text to 6, and it looks really compressed and weird. Any help? :D[/quote]
Change the weight to value greater then 600.
93
#93
0 Frags +
TreshAzrax[IMG]http://i.imgur.com/mUGtZxs.jpg[/IMG]

Why are the wings so thin? I tried changing label text to 6, and it looks really compressed and weird. Any help? :D
Change the weight to value greater then 600.

Thx, I forgot to set the crosshair to defaut also :D Problem solved.

[quote=Tresh][quote=Azrax][IMG]http://i.imgur.com/mUGtZxs.jpg[/IMG]

Why are the wings so thin? I tried changing label text to 6, and it looks really compressed and weird. Any help? :D[/quote]
Change the weight to value greater then 600.[/quote]

Thx, I forgot to set the crosshair to defaut also :D Problem solved.
94
#94
0 Frags +

I keep getting this message in console and I'm guessing that this is why the wings aren't working:

KeyValues Error: RecursiveLoadFromBuffer: got EOF instead of keyname in file resource/ClientScheme.res
Scheme, (*CrossHairKonrWings*), (*1*), (*antialias*), (*turkish*), (*range*), (*1*),
Couldn't find custom font file 'resource/Cerbetica_bold_medic.otf'

Any help would be appreciated.

I keep getting this message in console and I'm guessing that this is why the wings aren't working:

KeyValues Error: RecursiveLoadFromBuffer: got EOF instead of keyname in file resource/ClientScheme.res
Scheme, (*CrossHairKonrWings*), (*1*), (*antialias*), (*turkish*), (*range*), (*1*),
Couldn't find custom font file 'resource/Cerbetica_bold_medic.otf'

Any help would be appreciated.
95
#95
0 Frags +

(I think)

In your resource/ClientScheme.res (the file that you are editing), one of the keyvalue is missing a closing character } at the end of it. Those words will navigate where its missing, just use CTRL+F and put one of those words in box to find and correct the missing code by putting } at the end of it.

Also you are missing Cerbetica_bold_medic.otf font file, make sure its in resource folder.

(I think)

In your resource/ClientScheme.res (the file that you are editing), one of the keyvalue is missing a closing character } at the end of it. Those words will navigate where its missing, just use CTRL+F and put one of those words in box to find and correct the missing code by putting } at the end of it.

Also you are missing Cerbetica_bold_medic.otf font file, make sure its in resource folder.
96
#96
-1 Frags +

What fg color would I need to make the wings green?

see this picture

What fg color would I need to make the wings green?

[url=http://steamcommunity.com/sharedfiles/filedetails/?id=347287543]see this picture[/url]
97
#97
2 Frags +
aslypancakeWhat fg color would I need to make the wings green?

see this picture

"0 255 0 255" for straight green

[quote=aslypancake]What fg color would I need to make the wings green?

[url=http://steamcommunity.com/sharedfiles/filedetails/?id=347287543]see this picture[/url][/quote]

"0 255 0 255" for straight green
98
#98
-13 Frags +

DEH?!?!?!?!?! I'm just getting a Z in the middle of my screen when I do this. Sorry for the necropost, but eye wan dis so bad :((((((

DEH?!?!?!?!?! I'm just getting a Z in the middle of my screen when I do this. Sorry for the necropost, but eye wan dis so bad :((((((
99
#99
0 Frags +
MightyDEH?!?!?!?!?! I'm just getting a Z in the middle of my screen when I do this. Sorry for the necropost, but eye wan dis so bad :((((((

try "tall" "12"

[quote=Mighty]DEH?!?!?!?!?! I'm just getting a Z in the middle of my screen when I do this. Sorry for the necropost, but eye wan dis so bad :(((((([/quote]

try "tall" "12"
100
#100
0 Frags +
mousiopeMightyDEH?!?!?!?!?! I'm just getting a Z in the middle of my screen when I do this. Sorry for the necropost, but eye wan dis so bad :((((((
try "tall" "12"

Just changed the position

[quote=mousiope][quote=Mighty]DEH?!?!?!?!?! I'm just getting a Z in the middle of my screen when I do this. Sorry for the necropost, but eye wan dis so bad :(((((([/quote]

try "tall" "12"[/quote]
Just changed the position
101
#101
0 Frags +

Actually, can someone explain to me where to put this?

which should be found under the font section of the file

and check for this

"12"
{
"font" "resource/Garm3nFont.ttf"
"name" "Garm3nFont"
}
which should be found under the custom fonts section, at the bottom of the file
note:the number 12 is subjective here to ordering
Actually, can someone explain to me where to put this?
[quote]
which should be found under the font section of the file

and check for this

"12"
{
"font" "resource/Garm3nFont.ttf"
"name" "Garm3nFont"
}
which should be found under the custom fonts section, at the bottom of the file
note:the number 12 is subjective here to ordering[/quote]
102
#102
1 Frags +
MightyActually, can someone explain to me where to put this?which should be found under the font section of the file

and check for this

"12"
{
"font" "resource/Garm3nFont.ttf"
"name" "Garm3nFont"
}
which should be found under the custom fonts section, at the bottom of the file
note:the number 12 is subjective here to ordering

Should be at the bottom of resource\clientscheme.res

I'm pretty sure you're getting a Z because of either an uninstalled font or an undefined font - the latter would be the case if you don't have Garm3nFont defined. If you Do have that, make sure you Have Garm3nFont.ttf and double-click on that.

[quote=Mighty]Actually, can someone explain to me where to put this?
[quote]
which should be found under the font section of the file

and check for this

"12"
{
"font" "resource/Garm3nFont.ttf"
"name" "Garm3nFont"
}
which should be found under the custom fonts section, at the bottom of the file
note:the number 12 is subjective here to ordering[/quote][/quote]

Should be at the bottom of resource\clientscheme.res

I'm pretty sure you're getting a Z because of either an uninstalled font or an undefined font - the latter would be the case if you don't have Garm3nFont defined. If you Do have that, make sure you Have Garm3nFont.ttf and double-click on that.
103
#103
0 Frags +

will you still be able to switch crosshairs for different classes if you use this hud crosshair?

will you still be able to switch crosshairs for different classes if you use this hud crosshair?
104
#104
0 Frags +

yes ofc

yes ofc
105
#105
-1 Frags +

Can someone tell me why it still shows as a Z???
http://pastebin.com/5v6j8cVa
http://pastebin.com/MYK4kYGJ
http://pastebin.com/bxpeFrf2

I also have the font installed.
Am using the default hud straight out from the vpk files.

Can someone tell me why it still shows as a Z???
http://pastebin.com/5v6j8cVa
http://pastebin.com/MYK4kYGJ
http://pastebin.com/bxpeFrf2

I also have the font installed.
Am using the default hud straight out from the vpk files.
106
#106
0 Frags +
sevennnyes ofc

like can i enable the konr wings hud crosshair for only scout and then disable it for every other class because i like tf2 crosshairs for them?

[quote=sevennn]yes ofc[/quote]
like can i enable the konr wings hud crosshair for only scout and then disable it for every other class because i like tf2 crosshairs for them?
107
#107
1 Frags +
MightyCan someone tell me why it still shows as a Z???
http://pastebin.com/5v6j8cVa
http://pastebin.com/MYK4kYGJ
http://pastebin.com/bxpeFrf2

I also have the font installed.
Am using the default hud straight out from the vpk files.

for the first picture, where the stuff is, that is uneeded, it should just be "tall" "12"

[quote=Mighty]Can someone tell me why it still shows as a Z???
http://pastebin.com/5v6j8cVa
http://pastebin.com/MYK4kYGJ
http://pastebin.com/bxpeFrf2

I also have the font installed.
Am using the default hud straight out from the vpk files.[/quote]
for the first picture, where the [b] stuff is, that is uneeded, it should just be "tall" "12"
108
#108
1 Frags +
Voldymortsevennnyes ofclike can i enable the konr wings hud crosshair for only scout and then disable it for every other class because i like tf2 crosshairs for them?

yes, there is a thread about it and how you can make toggleable hud crosshairs, the easiest way to do it in your situation is to do minmode, so go find that old thread on toggling hud crosshairs, there is actually several of them

[quote=Voldymort][quote=sevennn]yes ofc[/quote]
like can i enable the konr wings hud crosshair for only scout and then disable it for every other class because i like tf2 crosshairs for them?[/quote]
yes, there is a thread about it and how you can make toggleable hud crosshairs, the easiest way to do it in your situation is to do minmode, so go find that old thread on toggling hud crosshairs, there is actually several of them
109
#109
0 Frags +
Mr_HarvardVoldymortsevennnyes ofclike can i enable the konr wings hud crosshair for only scout and then disable it for every other class because i like tf2 crosshairs for them?yes, there is a thread about it and how you can make toggleable hud crosshairs, the easiest way to do it in your situation is to do minmode, so go find that old thread on toggling hud crosshairs, there is actually several of them

can i also switch by classes using the achievement tracker method? i dont want to have the lag that comes with minmode

[quote=Mr_Harvard][quote=Voldymort][quote=sevennn]yes ofc[/quote]
like can i enable the konr wings hud crosshair for only scout and then disable it for every other class because i like tf2 crosshairs for them?[/quote]
yes, there is a thread about it and how you can make toggleable hud crosshairs, the easiest way to do it in your situation is to do minmode, so go find that old thread on toggling hud crosshairs, there is actually several of them[/quote]
can i also switch by classes using the achievement tracker method? i dont want to have the lag that comes with minmode
110
#110
whitelist.tf
8 Frags +

Someone asked me to add these KonrWings to their hud and figured out a way so you can add them to any hud by simply adding a single line to your clientscheme.res and hudlayout.res!

By creating a file to define and load the font and putting this in the /resource folder with the font file & another in the /scripts folder to define the crosshair element in the hud. These are then included by adding 1 line to the core hud files clientscheme.res and hudlayout.res

Download & extract contents to your /custom folder + add the following as first line to clientscheme & hudlayout of your/any hud.

#base "KonrWings.res"

This should help players who just want the crosshair added to their hud(s) without having to keep updating files; now you only need to add 1 line to 2 files!

Change size of crosshair: /resource/KonrWings.res (included in clientscheme)
Change position of crosshair: /scripts/KonrWings.res (included in hudlayout.res)

Someone asked me to add these KonrWings to their hud and figured out a way so you can add them to [b]any hud[/b] by simply adding a [u]single line[/u] to your clientscheme.res and hudlayout.res!

By creating a file to define and load the font and putting this in the /resource folder with the font file & another in the /scripts folder to define the crosshair element in the hud. These are then included by adding 1 line to the core hud files clientscheme.res and hudlayout.res

[url=http://wiethoofd.info/other/konrwings.zip]Download[/url] & extract contents to your /custom folder + add the following as first line to clientscheme & hudlayout of your/any hud.
[code]#base "KonrWings.res"[/code]

This should help players who just want the crosshair added to their hud(s) without having to keep updating files; now you only need to add 1 line to 2 files!

Change size of crosshair: /[b]resource[/b]/KonrWings.res (included in clientscheme)
Change position of crosshair: /[b]scripts[/b]/KonrWings.res (included in hudlayout.res)
111
#111
-4 Frags +
WiethoofdSomeone asked me to add these KonrWings to their hud and figured out a way so you can add them to any hud by simply adding a single line to your clientscheme.res and hudlayout.res!

By creating a file to define and load the font and putting this in the /resource folder with the font file & another in the /scripts folder to define the crosshair element in the hud. These are then included by adding 1 line to the core hud files clientscheme.res and hudlayout.res

Download & extract contents to your /custom folder + add the following as first line to clientscheme & hudlayout of your/any hud.
#base "KonrWings.res"

This should help players who just want the crosshair added to their hud(s) without having to keep updating files; now you only need to add 1 line to 2 files!

Change size of crosshair: /resource/KonrWings.res (included in clientscheme)
Change position of crosshair: /scripts/KonrWings.res (included in hudlayout.res)

Whenever I try this the crosshair wings dont appear..

[quote=Wiethoofd]Someone asked me to add these KonrWings to their hud and figured out a way so you can add them to [b]any hud[/b] by simply adding a [u]single line[/u] to your clientscheme.res and hudlayout.res!

By creating a file to define and load the font and putting this in the /resource folder with the font file & another in the /scripts folder to define the crosshair element in the hud. These are then included by adding 1 line to the core hud files clientscheme.res and hudlayout.res

[url=http://wiethoofd.info/other/konrwings.zip]Download[/url] & extract contents to your /custom folder + add the following as first line to clientscheme & hudlayout of your/any hud.
[code]#base "KonrWings.res"[/code]

This should help players who just want the crosshair added to their hud(s) without having to keep updating files; now you only need to add 1 line to 2 files!

Change size of crosshair: /[b]resource[/b]/KonrWings.res (included in clientscheme)
Change position of crosshair: /[b]scripts[/b]/KonrWings.res (included in hudlayout.res)[/quote]

Whenever I try this the crosshair wings dont appear..
112
#112
3 Frags +

I think I found close to the best settings for a 1920x1080 resolution.
When I originally tried out this crosshair I had similar problems like this person http://imgur.com/Tx2EB40

Since the KonrWings were always a little off-centerd I added the wings a second time and made them overlap each other.

Scattergun

Pistol

Here is a download with my settings which are simply an edited version of Wiethoofd's great update.

https://www.dropbox.com/s/1ydovscynzsf0ly/KonrWings.rar?dl=0

I think I found close to the best settings for a 1920x1080 resolution.
When I originally tried out this crosshair I had similar problems like this person http://imgur.com/Tx2EB40

Since the KonrWings were always a little off-centerd I added the wings a second time and made them overlap each other.

[url=https://i.imgur.com/5Ht2H9v.jpg]Scattergun[/url]

[url=https://i.imgur.com/nzAoSHN.jpg]Pistol[/url]


Here is a download with my settings which are simply an edited version of Wiethoofd's great update.

https://www.dropbox.com/s/1ydovscynzsf0ly/KonrWings.rar?dl=0
113
#113
5 Frags +

Can't get this to work for some reason

Can't get this to work for some reason
114
#114
0 Frags +

I followed the instructions but the crosshair didn't apper I saw only letter " i " in game. Did I do something wrong?

I followed the instructions but the crosshair didn't apper I saw only letter " i " in game. Did I do something wrong?
115
#115
0 Frags +
ZwocklI think I found close to the best settings for a 1920x1080 resolution.
When I originally tried out this crosshair I had similar problems like this person http://imgur.com/Tx2EB40

Since the KonrWings were always a little off-centerd I added the wings a second time and made them overlap each other.

Scattergun

Pistol

Here is a download with my settings which are simply an edited version of Wiethoofd's great update.

https://www.dropbox.com/s/1ydovscynzsf0ly/KonrWings.rar?dl=0

Here is the same thing on 1024x768 resolution
https://imgur.com/a/eEdUzvY
looks much better, thanks for this method

[quote=Zwockl]I think I found close to the best settings for a 1920x1080 resolution.
When I originally tried out this crosshair I had similar problems like this person http://imgur.com/Tx2EB40

Since the KonrWings were always a little off-centerd I added the wings a second time and made them overlap each other.

[url=https://i.imgur.com/5Ht2H9v.jpg]Scattergun[/url]

[url=https://i.imgur.com/nzAoSHN.jpg]Pistol[/url]


Here is a download with my settings which are simply an edited version of Wiethoofd's great update.

https://www.dropbox.com/s/1ydovscynzsf0ly/KonrWings.rar?dl=0[/quote]
Here is the same thing on 1024x768 resolution
https://imgur.com/a/eEdUzvY
looks much better, thanks for this method
1 2 3 4
Please sign in through STEAM to post a comment.