node graph out of date

node graph out of date

Re: node graph out of date Posted by Snpbond on Mon Jan 31st 2005 at 3:05am
Snpbond
7 posts
Posted 2005-01-31 3:05am
Snpbond
member
7 posts 1 snarkmarks Registered: Jan 31st 2005 Occupation: Student Location: Canada
Wheh I load my map "node graph out of date...rebuilding" appears on the
screen. This is really annoying and makes the map look un-professional.
How can I fix this so it doesn't show the message?
Re: node graph out of date Posted by satchmo on Mon Jan 31st 2005 at 4:09am
satchmo
2077 posts
Posted 2005-01-31 4:09am
satchmo
member
2077 posts 1809 snarkmarks Registered: Nov 24th 2004 Occupation: pediatrician Location: Los Angeles, U.S.
This will always happen the first time you load a map, because the info_node data do not exist yet.

However, on subsequent loads, the message should not appear anymore. If it does, then you're doing something wrong.
Re: node graph out of date Posted by Campaignjunkie on Mon Jan 31st 2005 at 4:29am
Campaignjunkie
1309 posts
Posted 2005-01-31 4:29am
1309 posts 329 snarkmarks Registered: Feb 12th 2002 Occupation: Student Location: West Coast, USA
Satchmo is correct. Also remember to include the graph file in a .zip along with the .bsp, otherwise players will
have to generate the graph themselves as well. (The graph file should
be mapsgraphs[map_name].ain )
Re: node graph out of date Posted by Natus on Mon Jan 31st 2005 at 1:49pm
Natus
570 posts
Posted 2005-01-31 1:49pm
Natus
member
570 posts 76 snarkmarks Registered: Jan 28th 2005 Location: Denmark
i had that problem with the un-profesional looking, have you put an env_cubemap in your map?
Re: node graph out of date Posted by Snpbond on Mon Jan 31st 2005 at 2:00pm
Snpbond
7 posts
Posted 2005-01-31 2:00pm
Snpbond
member
7 posts 1 snarkmarks Registered: Jan 31st 2005 Occupation: Student Location: Canada
I thought that it would only do it once after I compiled it but it does
it everytime. I dont have an environment cube in my map as Im not sure
what exactly it does and didnt think I needed one. Why? Do I need one
in my map?
Re: node graph out of date Posted by Natus on Mon Jan 31st 2005 at 4:01pm
Natus
570 posts
Posted 2005-01-31 4:01pm
Natus
member
570 posts 76 snarkmarks Registered: Jan 28th 2005 Location: Denmark
im not exactly sure about what it does either, but the non proffesional looking seemed to disapear when i placed one in my map
Re: node graph out of date Posted by uberDingo on Mon Jan 31st 2005 at 4:13pm
uberDingo
72 posts
Posted 2005-01-31 4:13pm
72 posts 17 snarkmarks Registered: Dec 21st 2004
env_cubemaps have nothign to do with your info_node problem. env_cubemaps help light reflect off of surfaces correctly.

As far as your navigation mesh problem... it should only have to generate that once. If you save your map with a different name then when you run it with the new name it will have to recreate the navigation mesh. When it's done creating the navigation mesh you should have a file in the same directory as your .bsp that has the same name as your map except it's a .nav. Make sure that file is in the same directory.
Re: node graph out of date Posted by magnus on Wed Mar 16th 2005 at 8:14am
magnus
7 posts
Posted 2005-03-16 8:14am
magnus
member
7 posts 1 snarkmarks Registered: Mar 15th 2005
that does not solve the problem

i renamed my .bsp (i also tried saving the .vmf file) ran it on hl2

but no .nav file with the same name

can anyone help?
Re: node graph out of date Posted by omegaslayer on Wed Mar 16th 2005 at 5:30pm
omegaslayer
2481 posts
Posted 2005-03-16 5:30pm
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
Never rename the bsp, rename the .vmf then recompile, renaming the bsp messes a lot of things up, like cube maps for one, and probably the npc navigations.
Re: node graph out of date Posted by OtZman on Wed Mar 16th 2005 at 5:36pm
OtZman
1890 posts
Posted 2005-03-16 5:36pm
OtZman
member
1890 posts 218 snarkmarks Registered: Jul 12th 2003 Occupation: Student Location: Sweden
im not exactly sure about what it does either, but the non
proffesional looking seemed to disapear when i placed one in my map
I'll have to try one of those :rolleyes:
Re: node graph out of date Posted by magnus on Fri Mar 18th 2005 at 9:20am
magnus
7 posts
Posted 2005-03-18 9:20am
magnus
member
7 posts 1 snarkmarks Registered: Mar 15th 2005
filenames and cubemaps dont make the annoying text dissappear

oh well I guess no one really knows how to avoid this problem