Fehler beim Reflektionen-Compile

jtms
Hallo Leute,

wir haben grade unsere Map vollendet und wollten sie jetzt kompilieren.
Wenn ich die Reflektionen kompilieren will, steht da nur wieder diese unlesbare Fehlermeldung, bei Compile FastFile steht das:

Code einblendenCode angehängt. Klicke hier zum Ein-/Ausblenden

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:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
Fastfile 1 of 2, "mp_oversea": [ver. 5] process...
ERROR: no physics preset specified for the DynEntity at [2301.0,1157.9,1070.5] with xModel [com_office_book_black_open]
ERROR: no physics preset specified for the DynEntity at [71.4,-116.0,569.5] with xModel [com_office_book_red_flat]
ERROR: no physics preset specified for the DynEntity at [1423.4,154.5,564.9] with xModel [com_pallet_destroyed]
ERROR: no physics preset specified for the DynEntity at [1370.1,157.4,571.0] with xModel [com_pallet]
ERROR: no physics preset specified for the DynEntity at [323.4,-1056.6,578.7] with xModel [com_spray_can02]
ERROR: no physics preset specified for the DynEntity at [369.3,-1015.2,574.9] with xModel [com_bike_destroyed]
ERROR: no physics preset specified for the DynEntity at [332.3,-1061.9,574.0] with xModel [com_spray_can01]
ERROR: no physics preset specified for the DynEntity at [1925.0,-602.3,1068.5] with xModel [com_office_book_black_open]

********************************************************************************
UNRECOVERABLE ERROR:
  Dyn Entity xmodel [cs_vodkabottle01] has no collision LOD set.


Linker will now terminate.
********************************************************************************

==================================================
Linker summary:

There were 0 warnings and 9 errors.

Errors:
  ERROR: no physics preset specified for the DynEntity at [2301.0,1157.9,1070.5] with xModel [com_office_book_black_open]
  ERROR: no physics preset specified for the DynEntity at [71.4,-116.0,569.5] with xModel [com_office_book_red_flat]
  ERROR: no physics preset specified for the DynEntity at [1423.4,154.5,564.9] with xModel [com_pallet_destroyed]
  ERROR: no physics preset specified for the DynEntity at [1370.1,157.4,571.0] with xModel [com_pallet]
  ERROR: no physics preset specified for the DynEntity at [323.4,-1056.6,578.7] with xModel [com_spray_can02]
  ERROR: no physics preset specified for the DynEntity at [369.3,-1015.2,574.9] with xModel [com_bike_destroyed]
  ERROR: no physics preset specified for the DynEntity at [332.3,-1061.9,574.0] with xModel [com_spray_can01]
  ERROR: no physics preset specified for the DynEntity at [1925.0,-602.3,1068.5] with xModel [com_office_book_black_open]
  (!) UNRECOVERABLE ERROR: Dyn Entity xmodel [cs_vodkabottle01] has no collision LOD set.

Arguments passed to linker:
  -language english mp_oversea mp_oversea_load

==================================================

Press any key to continue.
language is not english
copying fast files to german folder
Ein Unterverzeichnis oder eine Datei mit dem Namen "C:\Users\Thomas\Desktop\Euro2\zone\german" existiert bereits.
Drücken Sie eine beliebige Taste . . .



Falls einer weiß, wie ich das wegkriege, soll ers mir bitte sagen unglücklich

LG
JTMS
Extinction
Lösch mal die Whiskeyflasche aus deiner Map und probiere es dann nochmal. Das sollte diesen Error beseitigen:

Code einblendenCode angehängt. Klicke hier zum Ein-/Ausblenden

code:
1:
(!) UNRECOVERABLE ERROR: Dyn Entity xmodel [cs_vodkabottle01] has no collision LOD set.



Die anderen Fehler kannst du dadurch beheben, dass du den genannten Objekten einen neuen Key im Entity Fenster hinzufügst:

key: phys_preset
value: brick

Wenns dann nicht funktioniert weiß ich auch nicht weiter grosses Grinsen
jtms
Ok fehler gelöst. Ich hatte um Ordnung zu bewahren im ordner map_source eine Ordner namens mp_oversea erstellt und darin befanden sich die mp_oversea_geo.map und mp_oversea.map.
Jedoch hatte ich von irgendwann früher direkt im Ordner map_source ebenfalls die Dateien mp_oversea_geo.map und mp_oversea.map in der noch der alte Fehler mit der Vodkaflasche existierte. Da die compile tools aber nur die .map Dateien erkennt die sich direkt im Ordner map_source befinden habe ich ikmer wieder die selbe alte map kompiliert, auch wenn die aktuellere Version keine Fehlermeldungen mehr hatte.