Hello guys and gals
I am freaking out with the map adverts.
I read already the tutorial in the mani admin plugin forum, but I must be doing something wrong.
so I am here to ask for help.
my server has zblock enabled and sv_pure 1... however I already edited the whishlist to allow decals. I know so, because I tested it with ma_decal mani_logo and it worked fine.
here are my files:
Decallist.txt
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
"decallist.txt"
{
"mani_logo" "decals/custom/mani_admin_plugin/mani_logo"
"og_logo" "decals/custom/og_logo/og_logo"
"downloads"
{
"mani_logo.vmt" "materials/decals/custom/mani_admin_plugin/mani_logo.vmt"
"mani_logo.vtf" "materials/decals/custom/mani_admin_plugin/mani_logo.vtf"
"og_logo.vmt" "materials/decals/custom/og_logo/og_logo.vmt"
"og_logo.vtf" "materials/decals/custom/og_logo/og_logo.vtf"
}
}
|
Downloads.txt:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
|
"downloads.txt"
{
"downloads"
{
"chicken" "sound/ql/chicken.wav"
"beacon" "sound/schu/beacon.wav"
"og_logo" "materials/decals/custom/og_logo/og_logo.vmt"
"og_logo" "materials/decals/custom/og_logo/og_logo.vtf"
}
}
|
Mapadverts.txt
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
"mapadverts.txt"
{
"aim_deagle"
{
"og_logo"
{
"x" "159.19362"
"y" "91.23252"
"z" "294.18958"
"x" "440.38876"
"y" "-928.09064"
"z" "292.09470"
"x" "1258.08411"
"y" "-446.48456"
"z" "194.39662"
"x" "-544.77100"
"y" "-545.79272"
"z" "172.50719"
}
}
}
|
og_logo.vmt
|
Source code
|
1
2
3
4
5
6
7
|
"LightmappedGeneric"
{
"$basetexture" "decals/custom/og_logo/og_logo"
"$decal" 1
"$decalscale" 0.5
"$translucent" 1
}
|
Since the problem could be the vtf file, here is the link:
http://www.offensivegaming.de/downloads/og_logo.vtf, in case someone is willing to test it.