Map stockt sehr oft.. |
SB*Silen.Ced
Tele-Tubbie
Dabei seit: 22.06.2010
Beiträge: 147
|
|
hast du denn auch den Terrain und so also Detail gemacht?
MfG SB*Silen.Ced
__________________
|
|
|
|
|
|
Terrain is von Grund her eh immer Detail (kann man garnicht Structural machen), also kümmer dich nicht weiter drum.
Aber wenn ich mir dein gepostetes Bild anschaue, da gibt es nichts zu portalen. Die, die auf dem Bild zu sehen sind (der Ausschnitt zeigt leider nicht wirklich alles), sind jedenfalls vollkommen nutzlos (wie gesagt, aufgrund der Informationen, die man deinem geposteten Bild entnehmen kann).
Portale liegen grundsätzlich immer zwischen Structural Brushes. Die Structural Brushes, wie z.B. Häuserwände, werden zum portalen benötigt. Eine Portalzelle im freien Gelände die durch keinerlei sichtbare Wände begrenzt wird, hat keinerlei Funktion (ob sie da ist oder nicht, wäre also vollkommen egal).
__________________
Da die Lichtgeschwindigkeit höher ist als die Schallgeschwindigkeit,
hält man so manchen für einen hellen Kopf, bis man ihn reden hört.
Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von OLD MAN WITH GUN: 26.07.2010 16:18.
|
|
|
|
|
|
Mmmh, habe nochmal nachgeschaut. Anscheinend nur SP only....
In CoD5 klappt das auch in MP-Maps
__________________
|
|
|
|
|
|
Original von Banana2077
Es kommt unknown function..
Ist ja auch logisch, setculldist ist "SP only" und funktioniert bei MP Maps nicht.
Edit: bangingbernie war schneller.
__________________
Da die Lichtgeschwindigkeit höher ist als die Schallgeschwindigkeit,
hält man so manchen für einen hellen Kopf, bis man ihn reden hört.
Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von OLD MAN WITH GUN: 26.07.2010 17:53.
|
|
|
|
|
Verni@hter
*bM.Verni@hter~
Dabei seit: 24.01.2006
Beiträge: 1.461
|
|
Wenn deine Portale im Game nicht angezeigt werden dann stimmt was mit den Portalen nicht und du bekommst Fehlermeldungen. Ich hab mir dein Haus mal angeschaut......Ich bin jetzt mal ganz ehrlich. Es ist kein Wunder das deine Map stockt auch wenn sie so klein ist. Entferne erst einmal alle deine Portale aus dem Haus und schaue dir mal mein Bild an, Achtung animiert:
Hier siehst du was man ausblenden kann um nacher seine Portale ordentlich platzieren zu können. Bevor du dann überhaupt anfängst Portale in deine Map zu hauen würde ich dir empfehlen alle Fehler beim compilieren zu beachten ansonsten hat das kein Zweck. Diese Fehler sind schon sehr heftig.
__________________
Frauen sind wie Signaturen, haste keine willste eine, haste eine willste ne andere.
My Facebook
Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von Verni@hter: 28.07.2010 17:07.
|
|
|
|
|
Verni@hter
*bM.Verni@hter~
Dabei seit: 24.01.2006
Beiträge: 1.461
|
|
200 mal in eine Map??? Ich baue nur dein haus in ne Map die ich dann compiliere und das Tool springt mich fast an. Da kommen so viele Fehler das das ganze auf 2 Seite geschrieben werden muss und das ist nur das Haus.
Hier mal 10% vom Vorgang:
Code 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:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
|
WARNING: node without a volume
node has 0 tiny portals
node reference point 0.00 0.00 0.00
WARNING: node without a volume
node has 0 tiny portals
node reference point 0.00 0.00 0.00
WARNING: node without a volume
node has 0 tiny portals
node reference point 0.00 0.00 0.00
================================
WROTE PORTAL LEAKFILE: F:\Modtools\cod4_ohne_mods\map_source\mp_bfmap.lin
================================
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1053 at 1289 -5272 111
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1052 at 1289 -5272 255
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1054 at 953 -5272 117
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1055 at 665 -5272 117
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1043 at 889 -5272 255
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1071 at 1413 -5520 254
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1112 at 1413 -6096 254
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1058 at 1168 -6191 255
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1057 at 856 -6191 255
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1056 at 632 -6191 255
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1059 at 578 -6080 248
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1042 at 578 -5671 112
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1044 at 1054 -5293 -11
ERROR: portal has the same cell on both sides, portal ignored
In map prefabs/bfmap/forest_house.map on entity 0 brush 1113 at 952 -6191 -4
writing F:\Modtools\cod4_ohne_mods\raw\maps\mp\mp_bfmap.d3dprt
In map prefabs/bfmap/forest_house.map on entity 0 brush 80 at 792 -6168 47
ERROR: Surface 'ap_wood_tile_big' is affected by more than one primary light: sp
otlight at 744 -6079 151 and spotlight at 865 -6087 151
In map prefabs/bfmap/forest_house.map on entity 0 brush 199 at 792 -6013 46
ERROR: Surface 'me_woodboard_02' is affected by more than one primary light: spo
tlight at 779 -5384 309 and spotlight at 673 -5378 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 668 at 802 -5356 191
ERROR: Surface 'ap_wood_smalltile_brown' is affected by more than one primary li
ght: spotlight at 779 -5384 309 and spotlight at 673 -5378 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 541 at 803 -5365 188
ERROR: Surface 'ap_wood_tile_big' is affected by more than one primary light: sp
otlight at 779 -5384 309 and spotlight at 673 -5378 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 541 at 808 -5370 188
ERROR: Surface 'me_woodboard_02' is affected by more than one primary light: spo
tlight at 673 -5378 309 and spotlight at 779 -5384 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 662 at 802 -5356 188
ERROR: Surface 'ap_wood_smalltile_brown' is affected by more than one primary li
ght: spotlight at 779 -5384 309 and spotlight at 673 -5378 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 729 at 648 -5294 235
ERROR: Surface 'me_floor_concrete' is affected by more than one primary light: s
potlight at 673 -5378 309 and spotlight at 779 -5384 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 671 at 778 -5356 205
ERROR: Surface 'me_woodboard_02' is affected by more than one primary light: spo
tlight at 779 -5384 309 and spotlight at 673 -5378 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 666 at 648 -5295 232
ERROR: Surface 'me_woodboard_02' is affected by more than one primary light: spo
tlight at 779 -5384 309 and spotlight at 673 -5378 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 666 at 603 -5356 230
ERROR: Surface 'me_floor_concrete' is affected by more than one primary light: s
potlight at 673 -5378 309 and spotlight at 779 -5384 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 663 at 648 -5350 190
ERROR: Surface 'me_woodboard_02' is affected by more than one primary light: spo
tlight at 673 -5378 309 and spotlight at 779 -5384 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 663 at 778 -5356 188
ERROR: Surface 'me_floor_concrete' is affected by more than one primary light: s
potlight at 673 -5378 309 and spotlight at 779 -5384 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 670 at 763 -5356 226
ERROR: Surface 'ap_wood_smalltile_brown' is affected by more than one primary li
ght: spotlight at 695 -5834 309 and spotlight at 699 -5719 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 540 at 803 -5752 216
ERROR: Surface 'ap_wood_tile_big' is affected by more than one primary light: sp
otlight at 673 -5378 309 and spotlight at 779 -5384 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 93 at 632 -5368 184
ERROR: Surface 'ap_wood_tile_big' is affected by more than one primary light: sp
otlight at 673 -5378 309 and spotlight at 707 -5572 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 92 at 599 -5480 184
ERROR: Surface 'ch_concretewall06' is affected by more than one primary light: s
potlight at 810 -6117 -2 and spotlight at 837 -5967 26
In map prefabs/bfmap/forest_house.map on entity 0 brush 571 at 838 -6008 -8
ERROR: Surface 'ch_concretewall06' is affected by more than one primary light: s
potlight at 810 -6117 -2 and spotlight at 837 -5967 26
In map prefabs/bfmap/forest_house.map on entity 0 brush 483 at 838 -6011 -24
ERROR: Surface 'ch_concretewall06' is affected by more than one primary light: s
potlight at 810 -6117 -2 and spotlight at 837 -5967 26
In map prefabs/bfmap/forest_house.map on entity 0 brush 479 at 782 -6008 -34
ERROR: Surface 'ch_concretewall06' is affected by more than one primary light: s
potlight at 810 -6117 -2 and spotlight at 837 -5967 26
In map prefabs/bfmap/forest_house.map on entity 0 brush 486 at 792 -6014 -34
ERROR: Surface 'ch_concretewall06' is affected by more than one primary light: s
potlight at 810 -6117 -2 and spotlight at 837 -5967 26
In map prefabs/bfmap/forest_house.map on entity 0 brush 481 at 780 -6008 -33
ERROR: Surface 'ch_concretewall06' is affected by more than one primary light: s
potlight at 693 -5967 26 and spotlight at 810 -6117 -2
In map prefabs/bfmap/forest_house.map on entity 0 brush 226 at 769 -5927 -47
ERROR: Surface 'ch_factory_diamondplate2' is affected by more than one primary l
ight: spotlight at 693 -5967 26 and spotlight at 810 -6117 -2
In map prefabs/bfmap/forest_house.map on entity 0 brush 10 at 772 -5929 -48
ERROR: Surface 'ch_concretewall06' is affected by more than one primary light: s
potlight at 693 -5967 26 and spotlight at 837 -5967 26
In map prefabs/bfmap/forest_house.map on entity 0 brush 482 at 774 -6005 -41
ERROR: Surface 'ap_wood_smalltile_brown' is affected by more than one primary li
ght: spotlight at 673 -5378 309 and spotlight at 707 -5572 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 23 at 597 -5576 216
ERROR: Surface 'ap_wood_smalltile_brown' is affected by more than one primary li
ght: spotlight at 699 -5719 309 and spotlight at 707 -5572 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 543 at 597 -5640 200
ERROR: Surface 'ap_wood_smalltile_brown' is affected by more than one primary li
ght: spotlight at 695 -5834 309 and spotlight at 699 -5719 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 15 at 597 -5730 185
ERROR: Surface 'ap_wood_smalltile_brown' is affected by more than one primary li
ght: spotlight at 699 -5719 309 and spotlight at 707 -5572 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 17 at 597 -5667 185
ERROR: Surface 'ap_wood_smalltile_brown' is affected by more than one primary li
ght: spotlight at 695 -5834 309 and spotlight at 699 -5719 309
In map prefabs/bfmap/forest_house.map on entity 0 brush 21 at 597 -5752 216
finished in 6 seconds
finding sun shadow casters...
splitting large windings...
merging into concave windings...
finished in 6 seconds
fixing t-junctions...
tethering holes to their concave windings...
building lightmap groups...
finished in 23 seconds
assigning lightmaps...
finding index mapping and snapping vertices...
ERROR: surface 'ch_dec_wallwhitegreen01_center' is partially floating or needs t
o be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 299 at 659 -5914 6
ERROR: surface 'ch_dec_wallwhitegreen01_center' is partially floating or needs t
o be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 291 at 661 -5914 -7
ERROR: surface 'ch_dec_wallwhitegreen01_center' is partially floating or needs t
o be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 230 at 712 -5914 31
ERROR: surface 'ch_dec_wallwhitegreen01_center' is partially floating or needs t
o be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 229 at 710 -5914 33
ERROR: surface 'ch_dec_wallwhitegreen01_center' is partially floating or needs t
o be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 294 at 715 -5914 24
ERROR: surface 'ch_dec_wallwhitegreen01_center' is partially floating or needs t
o be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 514 at 821 -5294 14
ERROR: surface 'ch_dec_wallwhitegreen01_center' is partially floating or needs t
o be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 514 at 821 -5293 14
ERROR: surface 'me_decal_wallcorner_01' is partially floating or needs to be ali
gned
In map prefabs/bfmap/forest_house.map on entity 0 brush 196 at 608 -6005 -51
ERROR: surface 'ch_dec_concrete02' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 189 at 1201 -5927 -50
ERROR: surface 'icbm_decal_bloodsplat4' is partially floating or needs to be ali
gned
In map prefabs/bfmap/forest_house.map on entity 0 brush 524 at 802 -5294 0
ERROR: surface 'icbm_decal_bloodsplat4' is partially floating or needs to be ali
gned
In map prefabs/bfmap/forest_house.map on entity 0 brush 524 at 802 -5293 0
ERROR: surface 'killhouse_marks' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 465 at 908 -5436 154
ERROR: surface 'killhouse_marks' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 465 at 908 -5400 165
ERROR: surface 'ch_rubble_conc01_decal' is partially floating or needs to be ali
gned
In map prefabs/bfmap/forest_house.map on entity 0 brush 442 at 680 -6008 -48
ERROR: surface 'ch_rubble_conc01_decal' is partially floating or needs to be ali
gned
In map prefabs/bfmap/forest_house.map on entity 0 brush 442 at 697 -6008 -48
ERROR: surface 'ch_rubble_conc01_decal' is partially floating or needs to be ali
gned
In map prefabs/bfmap/forest_house.map on entity 0 brush 442 at 705 -6008 -48
ERROR: surface 'ch_rubble_conc01_decal' is partially floating or needs to be ali
gned
In map prefabs/bfmap/forest_house.map on entity 0 brush 442 at 1138 -5544 -48
ERROR: surface 'ch_rubble_conc01_decal' is partially floating or needs to be ali
gned
In map prefabs/bfmap/forest_house.map on entity 0 brush 442 at 1144 -5537 -48
ERROR: surface 'ch_rubble_conc01_decal' is partially floating or needs to be ali
gned
In map prefabs/bfmap/forest_house.map on entity 0 brush 442 at 1145 -5527 -48
ERROR: surface 'me_trash01' is partially floating or needs to be aligned
In map prefabs/bfmap/bf_house_23_destroy.map on entity 0 brush 220 at -1098 -529
0 108
ERROR: surface 'icbm_decal_bloodpool' is partially floating or needs to be align
ed
In map prefabs/bfmap/forest_house.map on entity 0 brush 519 at 753 -5312 -49
ERROR: surface 'icbm_decal_bloodpool' is partially floating or needs to be align
ed
In map prefabs/bfmap/forest_house.map on entity 0 brush 523 at 761 -5356 -49
ERROR: surface 'ch_dec_burntstain_01' is partially floating or needs to be align
ed
In map prefabs/bfmap/forest_house.map on entity 0 brush 190 at 1270 -5831 -49
ERROR: surface 'ch_dec_darkstain_01' is partially floating or needs to be aligne
d
In map prefabs/bfmap/forest_house.map on entity 0 brush 852 at 553 -5457 343
ERROR: surface 'ch_dec_darkstain_01' is partially floating or needs to be aligne
d
In map prefabs/bfmap/forest_house.map on entity 0 brush 554 at 578 -5671 -123
ERROR: surface 'ch_dec_darkstain_01' is partially floating or needs to be aligne
d
In map prefabs/bfmap/forest_house.map on entity 0 brush 554 at 582 -5671 -125
ERROR: surface 'ch_dec_darkstain_01' is partially floating or needs to be aligne
d
In map prefabs/bfmap/forest_house.map on entity 0 brush 554 at 585 -5671 -123
ERROR: surface 'ch_dec_darkstain_01' is partially floating or needs to be aligne
d
In map prefabs/bfmap/forest_house.map on entity 0 brush 889 at 848 -5175 -12
ERROR: surface 'ch_dec_darkstain_01' is partially floating or needs to be aligne
d
In map prefabs/bfmap/forest_house.map on entity 0 brush 885 at 961 -5175 -49
ERROR: surface 'ch_dec_darkstain_01' is partially floating or needs to be aligne
d
In map prefabs/bfmap/forest_house.map on entity 0 brush 890 at 961 -5077 -12
ERROR: surface 'ch_dec_darkstain_01' is partially floating or needs to be aligne
d
In map prefabs/bfmap/forest_house.map on entity 0 brush 891 at 1074 -5175 -12
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 703 at 581 -5709 720
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 605 at 589 -6094 -120
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 610 at 578 -6080 304
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 613 at 578 -5844 501
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 613 at 578 -5844 500
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 615 at 578 -5714 656
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 615 at 578 -5714 655
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 615 at 578 -5582 610
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 616 at 578 -5524 499
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 616 at 578 -5524 499
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 613 at 579 -5844 501
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 615 at 579 -5714 656
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 616 at 579 -5524 499
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 575 at 986 -6011 32
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 575 at 986 -6009 23
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 575 at 986 -6007 32
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 708 at 1392 -6201 335
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 708 at 1408 -6210 327
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 708 at 1410 -6037 463
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 708 at 1412 -5709 720
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 922 at 1408 -5861 424
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 922 at 1408 -5860 424
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 915 at 1408 -5758 504
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 918 at 1411 -5609 634
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 915 at 1408 -5670 504
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 922 at 1411 -5860 424
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 915 at 1411 -5758 504
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 915 at 1411 -5670 504
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 922 at 1413 -5861 424
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 968 at 1413 -5498 254
ERROR: surface 'com_stain_01' is partially floating or needs to be aligned
In map prefabs/bfmap/forest_house.map on entity 0 brush 708 at 1424 -5960 524
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/bf_house_23_destroy.map on entity 0 brush 277 at -708 -5096
100
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 288 at 661 -5927 22
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 288 at 661 -5926 18
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 288 at 662 -5927 14
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 288 at 662 -5927 14
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 288 at 662 -5927 15
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 288 at 662 -5927 21
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 285 at 713 -5927 29
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 285 at 710 -5927 33
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 285 at 713 -5926 29
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 583 at 986 -6006 30
ERROR: surface 'me_decal_adobe_top_01' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 583 at 985 -6005 28
ERROR: surface 'me_decal_darkstain_05' is partially floating or needs to be alig
ned
In map prefabs/bfmap/forest_house.map on entity 0 brush 195 at 1100 -6005 -48 |
|
Hier muss dann das Tool neu anfangen zu schreiben und es kommen die nächsten Fehler. Da musste unbedingt was machen da wird dir keiner weiter helfen können denn dann müsste man schon das Haus neu bauen.
__________________
Frauen sind wie Signaturen, haste keine willste eine, haste eine willste ne andere.
My Facebook
Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von Verni@hter: 28.07.2010 17:38.
|
|
|
|
|
Verni@hter
*bM.Verni@hter~
Dabei seit: 24.01.2006
Beiträge: 1.461
|
|
1.) alle Fehler in deiner Map wegmachen! ALLE
2.) mein Bild angucken und für dein Haus nachmachen und Dinge die man schreibt auch mal umsetzen ansonsten sehe ich da schwarz.
3.) überdenke dein Haus da kann dir wirklich keiner helfen
__________________
Frauen sind wie Signaturen, haste keine willste eine, haste eine willste ne andere.
My Facebook
|
|
|
|
|
Verni@hter
*bM.Verni@hter~
Dabei seit: 24.01.2006
Beiträge: 1.461
|
|
2.) Wenn du das was du für Portale nicht brauchst zb. Detailbrushes ausblendest sieht man meistens auch seine Fehler.
zu 3.) zb. Fußleisten, Mauern die man wohl kaputt machen kann das ist alles so winzig das es kein Wunder ist das die Map stock und an Limits kommt, Wände die aus 4 Brushes bestehen obwohl nur einer benötigt wird. Dein Haus besteht aus fast 7000 Brushes zum vergleich...meine Map an der ich da so bastle hat 33 MB und hat 16ooo Brushes und davon sind es 23 Gebäude.
__________________
Frauen sind wie Signaturen, haste keine willste eine, haste eine willste ne andere.
My Facebook
|
|
|
|
|
|
|
|
Impressum ||Datenschutzerklärung
|