Moin,
Wenn ich bei PboProject die PBO packe kommt Folgender Fehler:
Wenn ich bei dem Dateipfad dass "\" durch dass "/" ersetze dann Funktioniert es,
aber meines Wissens nach verwendet Arma dass "/" Dateisystem nicht.
Spoiler anzeigen
17:35:27: Extensions:
"</texheaders>"
"MakePbo.exe "-Psg" "-X=thumbs.db,*.txt,*.h,*.dep,*.cpp,*.bak,*.png,*.log,*.pew, *.hpp,source" "Work\ZH\yk_main" "P:\Work\@ZH\Addons""
<adding entries:...>
abc.ogg :scanning
config.cpp :compiling...class CfgPatches
{
class yk_main_test
{
units[] = {};
weapons[] = {};
requiredAddons[]=
{
"gm_core_vehicles"
};
};
};
class gm_licenseplates
{
class yk_DIN_DE // can be named whatever
{
name = "DIN Kennzeichen | Civ"; // name of license plate in editor, not actually displayed anywhere currently.
value = "yk_DIN_DE"; // same as this item's classname
Texture = "\yk_main\schild.paa"; // Path to the license image plate template
FontDigits = "gm_din_norm_blk"; // classname of the type of font this license plate style should use. See above for configuring custom fonts.
DefaultDigits = " $ $$ ###"; // Default mask for license plates. Use $ as a placeholder for letters, # as placeholder for numbers, * as placeholder for letter/numbers.
};
class yk_DIN_DE_BW // can be named whatever
{
name = "DIN Kennzeichen | BW "; // name of license plate in editor, not actually displayed anywhere currently.
value = "yk_DIN_DE_BW"; // same as this item's classname
Texture = "/yk_main/schild.paa"; // Path to the license image plate template
FontDigits = "gm_din_norm_blk"; // classname of the type of font this license plate style should use. See above for configuring custom fonts.
DefaultDigits = "$ $$ ###"; // Default mask for license plates. Use $ as a placeholder for letters, # as placeholder for numbers, * as placeholder for letter/numbers.
};
class yk_DIN_THW // can be named whatever
{
name = "THW Kennzeichen | Civ"; // name of license plate in editor, not actually displayed anywhere currently.
value = "yk_DIN_THW"; // same as this item's classname
Texture = "/yk_main/thw.paa"; // Path to the license image plate template
FontDigits = "gm_din_norm_blk"; // classname of the type of font this license plate style should use. See above for configuring custom fonts.
DefaultDigits = " THW #####"; // Default mask for license plates. Use $ as a placeholder for letters, # as placeholder for numbers, * as placeholder for letter/numbers.
};
class yk_DIN_THW_BW // can be named whatever
{
name = "THW Kennzeichen | BW"; // name of license plate in editor, not actually displayed anywhere currently.
value = "yk_DIN_THW_BW"; // same as this item's classname
Texture = "/yk_main/thw.paa"; // Path to the license image plate template
FontDigits = "gm_din_norm_blk"; // classname of the type of font this license plate style should use. See above for configuring custom fonts.
DefaultDigits = "THW #####"; // Default mask for license plates. Use $ as a placeholder for letters, # as placeholder for numbers, * as placeholder for letter/numbers.
};
};
Warning: rapWarning: **********missing file(s)***************
Warning: \Work\ZH\yk_main\config.cpp circa Line 20: \yk_main\schild.paa
rapWarning: **********missing file(s)***************
schild.paa :scanning
texHeaders.bin :scanning
thw.paa :scanning
</end entries>
Missing File Summary
config.cpp : \yk_main\schild.paa
"yk_main.pbo not produced due to error(s)"