Halo,
Ich hab wieder mal einen Windows-Server mit MAP aufgesetzt und es läuft auch alles perfekt bis auf die MapAdverts. Auch das hab ich schon öfter gemacht und hat funktioniert, nur momentan stehe ich aufn Schlauch.
Die *.vtf Datei wird beim betreten des Servers heruntergeladen. Wenn man allerdings dann auf der map ist, wird es nicht angezigt. Nichtmal ein Texturfehler! (Schwarz-Rosane Kästchen)
Wenn ich in der mapadverts.txt das logo auf lambda setze wird das hl2-logo allerdings schon angezeigt. Ich verstehs nicht!
mfg
Mani
------========= Infos ======================>
] plugin_print
Loaded plugins:
---------------------
0: "Cvarblock Server Plugin 1.4.1 CSS Version - by bi0"
1: "Mani Admin Plugin 2007 V1.2BetaS VSP, http://www.mani-admin-plugin.com">http://www.mani-admin-plugin.com</a>"
2: "zBlock Server Plugin [4.2]"
---------------------
------========= Files ======================>
Decallist.txt
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
|
"decallist.txt"
{
"lambda" "decals/lambdaspray_2a"
"nt" "decals/custom/mani_admin_plugin/nt"
"downloads"
{
"nt.vmt" "materials/decals/custom/mani_admin_plugin/nt.vmt"
"nt.vtf" "materials/decals/custom/mani_admin_plugin/nt.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
25
26
27
28
|
"mapadverts.txt"
{
// Map name
"de_dust"
{
"nt"
{
// X Y Z coordinates of each decal position
"x" "266.19424" // x position
"y" "-1855.96875" // y position
"z" "218.25949" // z position
"x" "-1279.96875" // x position
"y" "1198.67468" // y position
"z" "194.21437" // z position
"x" "1020.94836" // x position
"y" "3615.96875" // y position
"z" "228.66261" // z position
}
}
[...]
}
|
Downloads.txt
|
Source code
|
1
2
3
4
5
6
7
8
|
"downloads.txt"
{
"downloads"
{
"nt" "materials/decals/custom/mani_admin_plugin/nt.vmt"
"nt" "materials/decals/custom/mani_admin_plugin/nt.vtf"
}
}
|
nt.vmt
|
Source code
|
1
2
3
4
5
6
7
|
"LightmappedGeneric"
{
"$basetexture" "decals/custom/mani_admin_plugin/nt"
"$decal" 1
"$decalscale" 0.5
"$translucent" 1
}
|