what does this mean?

If you're looking for mapping help or you reckon you're a mapping guru, post your questions / solutions here

Moderator: Moderators

Post Reply
XKA Murdock
Sergeant
Posts: 59
Joined: Wed Mar 12, 2003 7:28 pm

what does this mean?

Post by XKA Murdock »

when i compile my map it says this:

Code: Select all

WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Entity 1 of type 'func_window' leaked
WARNING: Entity 34 of type 'light' leaked
WARNING: Entity 55 of type 'light' leaked
WARNING: Entity 59 of type 'light' leaked
WARNING: Entity 63 of type 'light' leaked
WARNING: Entity 67 of type 'light' leaked
WARNING: Entity 71 of type 'light' leaked
WARNING: Entity 75 of type 'light' leaked
WARNING: Entity 79 of type 'light' leaked
WARNING: Entity 83 of type 'light' leaked
WARNING: Entity 87 of type 'light' leaked
WARNING: Entity 91 of type 'light' leaked
WARNING: Entity 95 of type 'light' leaked
WARNING: Entity 107 of type 'func_window' leaked
WARNING: Entity 108 of type 'func_window' leaked
WARNING: Entity 109 of type 'func_window' leaked
WARNING: Entity 110 of type 'func_window' leaked
WARNING: Entity 115 of type 'func_window' leaked
WARNING: Entity 116 of type 'func_window' leaked
WARNING: Entity 117 of type 'func_window' leaked
WARNING: Entity 118 of type 'func_window' leaked

how do i fix these? are they "nocive" to my map? :(
I love when a plan comes toghether!
User avatar
General Death
Moderator
Posts: 1116
Joined: Thu Nov 21, 2002 2:33 am
Location: NC, USA
Contact:

Post by General Death »

Some errors are common...some are not.

Those are very common errors. If you are not experenceing grave errors when you are playing your compiled map then I would worry about it.
Image
XKA Murdock
Sergeant
Posts: 59
Joined: Wed Mar 12, 2003 7:28 pm

Post by XKA Murdock »

but these errors are due to what? how do i fix them?

my map does'nt have any grave errors by the way i think...
I love when a plan comes toghether!
User avatar
General Death
Moderator
Posts: 1116
Joined: Thu Nov 21, 2002 2:33 am
Location: NC, USA
Contact:

Post by General Death »

leaking lights usally means that the inner sphere in the mohr is intersecting a brush or more....doesnt really mean anything....you can have it without any interesctions.

The model issue I have had before and it didnt make a diff.
Image
Bjarne BZR
Site Admin
Posts: 3298
Joined: Wed Feb 05, 2003 2:04 pm
Location: Sweden
Contact:

Post by Bjarne BZR »

I think the

Code: Select all

WARNING: Could not find 'models/static/static_cagelight.map'
means that the model will not be blocking ( you can walk through it in the game just like that Girl in X-Men ( Rogue was it? ) ).

I may be wrong here.
Admin .MAP Forums
Image
Head above heels.
Bjarne BZR
Site Admin
Posts: 3298
Joined: Wed Feb 05, 2003 2:04 pm
Location: Sweden
Contact:

Post by Bjarne BZR »

Oh, I just remembered; I made tut on how to avoid the

Code: Select all

WARNING: Entity 59 of type 'light' leaked
...its here.
Admin .MAP Forums
Image
Head above heels.
jv_map
Site Admin
Posts: 6521
Joined: Tue Sep 03, 2002 2:53 pm
Location: The Netherlands
Contact:

Post by jv_map »

Bjarne BZR wrote:I think the

Code: Select all

WARNING: Could not find 'models/static/static_cagelight.map'
means that the model will not be blocking ( you can walk through it in the game just like that Girl in X-Men ( Rogue was it? ) ).

I may be wrong here.
You're right :wink:. See Innkeeper's model maps tutorial 8).
Image
Post Reply