chevalier
Wed, 19th Jan '05, 9: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">Stanley Woo, Quality Assurance</font>
exist NWN in Portuguese? (http://nwn.bioware.com//forums/viewpost.html?topic=406175&post=3357238&forum=42&highlight=)
No, there are no translators available for NWN. Perhaps you could contact our publisher, Atari, and ask if there is a Portuguese version available?
Extra modules in Platinum edition (http://nwn.bioware.com//forums/viewpost.html?topic=406176&post=3357239&forum=42&highlight=)
NWN Platinum comes with the two released expansions, "Shadow of Undrentide" and "Hordes of the Underdark."
NoCD Legal? (http://nwn.bioware.com//forums/viewpost.html?topic=406074&post=3357247&forum=42&highlight=)
<hr />Atari has provided no-cd cracks to people because of SecuRom.<hr />Then that should be discussed with Atari on an individual basis, and not be seen as tacit acceptance of no-CD cracks in general.
A simple suggest (http://nwn.bioware.com//forums/viewpost.html?topic=406072&post=3357254&forum=42&highlight=)
No, BioWare has no plans to implement this type of system. Once someone purchases the full game, they are able to play online in any capacity they choose: single-player modules, multiplayer modules, persistent worlds, etc. Persistent worlds are not officially supported by NWN, nor does BioWare have any control over their creation or administration. Persistent worlds are free to play, and should not charge any kind of fee to play.
Stat increase (http://nwn.bioware.com//forums/viewpost.html?topic=406137&post=3357259&forum=42&highlight=)
<hr />You can also use the debugmode. The SETability commands modify the base score.<hr />Mortiooze is, as usual, correct. http://forums.bioware.com/_global/images/smiles/icon_smile.gif You can set your stats to whatever you wish using the "SetXXX ###" cheat, where "XXX" is the attribute abbreviation (STR, CON, etc) and "###" is the desired attribute value. Be sure to actually enable your cheats first. The downside to doing this is that your character may no longer be "legal," and will likely be barred from joining any multiplayer game which enforces legal characters.
<font size="3" face="Verdana, Arial" color="#cc6600">James Henley, Technical Designer</font>
Beginner Help (http://nwn.bioware.com//forums/viewpost.html?topic=406286&post=3358235&forum=47&highlight=)
Remember the order in what sense? All code inevitably follows the same three core points: Sequence, Selection, and Repetition. If it helps, one of the simplest (and obviously most important) things to remember when coding is that any variable you want to use must be defined before it can be used.
<font size="3" face="Verdana, Arial" color="#cc6600">Stanley Woo, Quality Assurance</font>
exist NWN in Portuguese? (http://nwn.bioware.com//forums/viewpost.html?topic=406175&post=3357238&forum=42&highlight=)
No, there are no translators available for NWN. Perhaps you could contact our publisher, Atari, and ask if there is a Portuguese version available?
Extra modules in Platinum edition (http://nwn.bioware.com//forums/viewpost.html?topic=406176&post=3357239&forum=42&highlight=)
NWN Platinum comes with the two released expansions, "Shadow of Undrentide" and "Hordes of the Underdark."
NoCD Legal? (http://nwn.bioware.com//forums/viewpost.html?topic=406074&post=3357247&forum=42&highlight=)
<hr />Atari has provided no-cd cracks to people because of SecuRom.<hr />Then that should be discussed with Atari on an individual basis, and not be seen as tacit acceptance of no-CD cracks in general.
A simple suggest (http://nwn.bioware.com//forums/viewpost.html?topic=406072&post=3357254&forum=42&highlight=)
No, BioWare has no plans to implement this type of system. Once someone purchases the full game, they are able to play online in any capacity they choose: single-player modules, multiplayer modules, persistent worlds, etc. Persistent worlds are not officially supported by NWN, nor does BioWare have any control over their creation or administration. Persistent worlds are free to play, and should not charge any kind of fee to play.
Stat increase (http://nwn.bioware.com//forums/viewpost.html?topic=406137&post=3357259&forum=42&highlight=)
<hr />You can also use the debugmode. The SETability commands modify the base score.<hr />Mortiooze is, as usual, correct. http://forums.bioware.com/_global/images/smiles/icon_smile.gif You can set your stats to whatever you wish using the "SetXXX ###" cheat, where "XXX" is the attribute abbreviation (STR, CON, etc) and "###" is the desired attribute value. Be sure to actually enable your cheats first. The downside to doing this is that your character may no longer be "legal," and will likely be barred from joining any multiplayer game which enforces legal characters.
<font size="3" face="Verdana, Arial" color="#cc6600">James Henley, Technical Designer</font>
Beginner Help (http://nwn.bioware.com//forums/viewpost.html?topic=406286&post=3358235&forum=47&highlight=)
Remember the order in what sense? All code inevitably follows the same three core points: Sequence, Selection, and Repetition. If it helps, one of the simplest (and obviously most important) things to remember when coding is that any variable you want to use must be defined before it can be used.