chevalier
Fri, 21st Jan '05, 10:15pm
Here are today's Neverwinter Nights forum highlights, collected by NWVault (http://nwvault.ign.com). Please take into account that these are only single parts of various threads and should not be taken out of context. Bear in mind also that the posts presented here are copied as-is, and that any bad spelling and grammar does not get corrected on our end.
<font size="3" face="Verdana, Arial" color="#cc6600">Derek French, Live Team Producer</font>
Collision Detection Test Module--Please Report Your Findings (http://nwn.bioware.com//forums/viewpost.html?topic=402909&post=3363144&forum=42&highlight=)
We should have some news for you about this issue today. Stay tuned...
<font size="3" face="Verdana, Arial" color="#cc6600">Jay Watamaniuk, Community Manager</font>
Platinum Edition only on Mac (http://nwn.bioware.com//forums/viewpost.html?topic=406447&post=3363636&forum=71&highlight=)
Howdy- I am taking a look into it at the moment. Sounds very wierd.
More: I'm no lawyer but it seems to be that if you have purchased a legal copy of NWN then I don't think too many people can get excited about what is done with it as long as the EULA is followed.
<font size="3" face="Verdana, Arial" color="#cc6600">James Henley, Technical Designer</font>
19 Jan 2005 - AIAS Kingmaker Nomination Interview (http://nwn.bioware.com//forums/viewpost.html?topic=406592&post=3363185&forum=41&highlight=)
Congratulations, Dan and Cori! Killer work.
Beginner Help (http://nwn.bioware.com//forums/viewpost.html?topic=406286&post=3363647&forum=47&highlight=)
<hr />For those that don't know, like me 20 minutes ago, "oDireRat1" can be anything you want, the only thing is that the "o" has to be there.<hr />Actually, the "o" doesn't NEED to be there, but it's extremely good coding etiquette to earmark any type of variable, object, etc. with a letter indicative of what it is.
<hr />I was confused by this at first and actually put in "float fFollowDistance=1.4f", that doesn't work.<hr />Did you put that directly into the function, or did you declare it elsewhere first? If you declared it first (float fFollowDistance = 1.4;) then you could have just put fFollowDistance into the function.
<font size="3" face="Verdana, Arial" color="#cc6600">Derek French, Live Team Producer</font>
Collision Detection Test Module--Please Report Your Findings (http://nwn.bioware.com//forums/viewpost.html?topic=402909&post=3363144&forum=42&highlight=)
We should have some news for you about this issue today. Stay tuned...
<font size="3" face="Verdana, Arial" color="#cc6600">Jay Watamaniuk, Community Manager</font>
Platinum Edition only on Mac (http://nwn.bioware.com//forums/viewpost.html?topic=406447&post=3363636&forum=71&highlight=)
Howdy- I am taking a look into it at the moment. Sounds very wierd.
More: I'm no lawyer but it seems to be that if you have purchased a legal copy of NWN then I don't think too many people can get excited about what is done with it as long as the EULA is followed.
<font size="3" face="Verdana, Arial" color="#cc6600">James Henley, Technical Designer</font>
19 Jan 2005 - AIAS Kingmaker Nomination Interview (http://nwn.bioware.com//forums/viewpost.html?topic=406592&post=3363185&forum=41&highlight=)
Congratulations, Dan and Cori! Killer work.
Beginner Help (http://nwn.bioware.com//forums/viewpost.html?topic=406286&post=3363647&forum=47&highlight=)
<hr />For those that don't know, like me 20 minutes ago, "oDireRat1" can be anything you want, the only thing is that the "o" has to be there.<hr />Actually, the "o" doesn't NEED to be there, but it's extremely good coding etiquette to earmark any type of variable, object, etc. with a letter indicative of what it is.
<hr />I was confused by this at first and actually put in "float fFollowDistance=1.4f", that doesn't work.<hr />Did you put that directly into the function, or did you declare it elsewhere first? If you declared it first (float fFollowDistance = 1.4;) then you could have just put fFollowDistance into the function.