Modifying nwn.ini and nwnplayer.ini (nifty tricks)

Moderator: Event DM

User avatar
Defender
Apprentice Scholar
Posts: 530
Joined: Mon Jun 07, 2004 4:20 am
Location: GMT -6

Modifying nwn.ini and nwnplayer.ini (nifty tricks)

Post by Defender » Mon Jan 02, 2006 2:37 am

To modify an .ini file, simply open that file in a text editor, like notepad, and edit as you please. They are simply text files.

nwn.ini:

Under [Display Options] you can add the following lines:
* AllowWindowedMode=1 (will allow you to play in windowed mode if your NWN resolution is smaller than your desktop resolution, remember to change the line FullScreen=1 to FullScreen=0)
* Disable Intro Movies=1 (will stop the intro movies from playing each time you launch NWN)

nwnplayer.ini:

Under [Game Options] you can add the following lines:
* ClientChatLogging=1 (will log chat window text)
* ClientEntireChatWindowLogging=0 (if this is set to 1, it will log the combat text as well as the chat window text)

Under [Control Options] you can add the following line:
EnableDialogZoom=0 (will stop the auto zoom when you start a conversation with an NPC)

Under [Chat Colors] you can add and edit the following lines (if you don't have a [Chat Colors] section you can just add that):
* TalkColor=240,240,240
* ShoutColor=255,239,80
* WhisperColor=128,128,128
* TellColor=32,255,32
* ServerColor=176,176,176
* PartyColor=240,240,240
* DMColor=16,223,255

Changing the numbers will edit the colors that the different chat texts are in, regular RGB values.

Edited 16/05/08: Put all the tips in the first post. - Moredo
Michael K

Image
User avatar
ninja
Legacy DM
Legacy DM
Posts: 6600
Joined: Wed Apr 07, 2004 1:01 am
Timezone: GMT -5
Location: Chicago, IL, USA

Post by ninja » Mon Jan 02, 2006 5:09 am

Another cool trick, which I learned from Demandredd, is that you can click the scrolly thingy on your mouse to reangle your view. Not really an INI trick, but neat nonetheless.

rene
User avatar
Nighthawk4
Assist DM
Assist DM
Posts: 25898
Joined: Fri Feb 07, 2003 8:32 pm
Timezone: GMT
DM Avatar: DruEl
Location: The Home of the Bard of Avon
Contact:

Post by Nighthawk4 » Mon Jan 02, 2006 10:25 am

The second one is quite well known, although I know some of us have to search the Forum every time we need to do a full reinstallation, because we have forgotten the correct syntax - so still worth posting it.

Thanks.

BTW - the other way to get rid of those Intro movies is to use Linux. They don't run on my Linux system and I don't have that line added. Might be a bit excessive unless you actually want Linux of course - the ini-fil option is much quicker :lol:
Life is never as bad as you think it is, although that doesn't help at the time.
Orleron wrote:I think it's a fun idea if you can idiot-proof it. Problem is God always builds a better idiot. :P
User avatar
Naieth
Elder Sage
Posts: 3323
Joined: Tue Aug 24, 2004 8:36 am
Location: Netherlands (GTM +1)

Post by Naieth » Mon Jan 02, 2006 10:29 am

While we are at it, and I am lazy, since I re-installed NWN lately..

How do I make NWN keep logs again? And better, how do I make it generate seperate logs upon new start-up?
Chemical-Burn
Scholar
Posts: 1099
Joined: Mon Jun 07, 2004 11:42 am
Timezone: PST -8
Location: McMinnville, OR GMT-8 (-7)

Post by Chemical-Burn » Mon Jan 02, 2006 10:46 am

nwnplayer.ini

ClientChatLogging = 1
ClientEntireChatWindowLogging=0

i believe thats it. the 1/on logs chat window and the other logs both if on i believe.
User avatar
gutemensch
CCC
CCC
Posts: 11850
Joined: Sun Sep 12, 2004 3:25 am
Timezone: -5
Location: Republic of Texas
Contact:

Post by gutemensch » Mon Jan 02, 2006 10:59 am

i believe thats it. the 1/on logs chat window and the other logs both if on i believe.
Yep, 1 log on and 0 turns off and ClientEntireChatWindowLogging is both windows. Though it gets a little mess when there combat.
Godron
Scholar of Fools
Posts: 360
Joined: Tue Mar 11, 2003 7:26 pm
Location: GMT +1
Contact:

Post by Godron » Mon Jan 02, 2006 11:04 am

Here's my favorite from nwnplayer.ini

under [Control Options] add
EnableDialogZoom=0

this will stop that annoying camera turn and zoom when you start a dialog.
User avatar
KaiRal Windspar
Elder Sage
Posts: 3635
Joined: Fri Jun 11, 2004 5:36 am
Location: Seattle
Contact:

Post by KaiRal Windspar » Mon Jan 02, 2006 11:07 am

Godron wrote:Here's my favorite from nwnplayer.ini

under [Control Options] add
EnableDialogZoom=0

this will stop that annoying camera turn and zoom when you start a dialog.
Oh, SWEET!!
Thanks!
~ Yantri
The most futile thing in this world is any attempt, perhaps, at exact definition of character. All individuals are a bundle of contradictions -- none more so than the most capable. -Theodore Dreiser, author (1871-1945)
_________________
User avatar
Naieth
Elder Sage
Posts: 3323
Joined: Tue Aug 24, 2004 8:36 am
Location: Netherlands (GTM +1)

Post by Naieth » Mon Jan 02, 2006 11:14 am

nwnplayer.ini

ClientChatLogging = 1
ClientEntireChatWindowLogging=0

i believe thats it. the 1/on logs chat window and the other logs both if on i believe.
Thanks!
KaiRal Windspar wrote:
Godron wrote:Here's my favorite from nwnplayer.ini

under [Control Options] add
EnableDialogZoom=0

this will stop that annoying camera turn and zoom when you start a dialog.
Oh, SWEET!!
Thanks!
+1

Damn useful!! :)
User avatar
Heronimous Fox
Elder Sage
Posts: 4984
Joined: Thu Jan 02, 2003 11:12 am
Location: At AGM of Whiners Inc.

Post by Heronimous Fox » Mon Jan 02, 2006 2:49 pm

Control options? :?

...canne find this in my ini file?
Use Gnome Machine Time, support your local gnome
Unoffical supporter of the unoffical sponsor of Nirika
Manuel the White wrote: Just do a search for "you are going to die motherfucker" and you'll probably find it.
Player of: Heronimous Fox - politician and diplomat; Nia D'Joon - knitter and midwife; Zavnuk - Dubunat pastry chef and racontuer 'Flambes a speciality'; Deek Kurandas - "I taught everything Zach nose", seeker of Mistys secret passage and best friend of Krack Hamster
User avatar
Nighthawk4
Assist DM
Assist DM
Posts: 25898
Joined: Fri Feb 07, 2003 8:32 pm
Timezone: GMT
DM Avatar: DruEl
Location: The Home of the Bard of Avon
Contact:

Post by Nighthawk4 » Mon Jan 02, 2006 3:00 pm

Heronimous Fox wrote:Control options? :?

...canne find this in my ini file?
You are looking in the correct file?

If so, then you might need to add a section called [Control Options]

Mine has this in it:

Code: Select all

[Control Options]
Zoom Speed=4.000000
CameraTurnSpeed=1.000000
Enable ScreenEdgeCameraTurn=1
UnlockCamera=1
CameraMode=1
EnableDialogZoom=0
I don't think I added all of that manually.

Perhaps if you try editing one of those options in the Options Panel in the game, that might add the entry to the nwnplayer.ini file for you - thus creating the section you need.

Hope that makes sense. :wink:
Life is never as bad as you think it is, although that doesn't help at the time.
Orleron wrote:I think it's a fun idea if you can idiot-proof it. Problem is God always builds a better idiot. :P
Snow
Team Member; Retired with Honors
Posts: 5819
Joined: Sun Jul 11, 2004 2:27 am

Post by Snow » Mon Jan 02, 2006 3:00 pm

It's in nwnplayer.ini not nwn.ini :)
User avatar
xarthna
Team Member; Retired with Honors
Posts: 3213
Joined: Thu Jan 20, 2005 5:55 pm
Location: OH GMT-5 (-4:DST)

Post by xarthna » Mon Jan 02, 2006 3:03 pm

Godron wrote:Here's my favorite from nwnplayer.ini

under [Control Options] add
EnableDialogZoom=0

this will stop that annoying camera turn and zoom when you start a dialog.
AWESOME! Fox, try the nwnPLAYER.ini :)

and thanx Godron!
User avatar
Ghostie
Elder Sage
Posts: 4969
Joined: Sun Dec 18, 2005 10:06 pm

Post by Ghostie » Mon Jan 02, 2006 6:05 pm

Any chance of stickying this?
User avatar
white-black
Scholar of Fools
Posts: 342
Joined: Wed Aug 04, 2004 6:19 am
Location: GMT - The Centre of the World
Contact:

Post by white-black » Mon Jan 02, 2006 6:34 pm

Godron wrote:Here's my favorite from nwnplayer.ini

under [Control Options] add
EnableDialogZoom=0

this will stop that annoying camera turn and zoom when you start a dialog.
I actually have an option for that in the options box when you start up nwn... :P But thanks anyway! *hadn't noticed it before :wink: *
Ssshh! You are in the presence of a superior being. Do not risk his wrath!

You're just jealous because the little voices talk to me and not to you...
User avatar
slave_of_emotions
Scholar of Fools
Posts: 470
Joined: Sun Sep 05, 2004 10:04 pm
Location: The European Union(Germany)
Contact:

Post by slave_of_emotions » Mon Jan 02, 2006 8:15 pm

Godron wrote:Here's my favorite from nwnplayer.ini

under [Control Options] add
EnableDialogZoom=0

this will stop that annoying camera turn and zoom when you start a dialog.
you can change that easy in NWN options screen.
Moredo
Team Member; Retired with Honors
Posts: 8330
Joined: Mon May 26, 2003 3:47 pm
Timezone: +2
Location: Norway (GMT +2)

Post by Moredo » Mon Jan 02, 2006 8:28 pm

Hey can someone (or Defender) edit the first post and put all the nifty tricks in there?

I knew most but that dialogue zoom wasn't one of them! Thanks :)
Always consider alignment as a tool, not a straitjacket that restricts the character.
— AD&D, 2nd Edition Player's Handbook
Hert Snyder
Sage
Posts: 2080
Joined: Thu Dec 16, 2004 2:09 pm

Post by Hert Snyder » Mon Jan 02, 2006 8:30 pm

I require all our Adherents to map a Walk key as well...

It's in Options, control, advanced (I think).

I set my spacebar to Walk.
Godron
Scholar of Fools
Posts: 360
Joined: Tue Mar 11, 2003 7:26 pm
Location: GMT +1
Contact:

Post by Godron » Mon Jan 02, 2006 8:37 pm

white-black wrote:
Godron wrote:Here's my favorite from nwnplayer.ini

under [Control Options] add
EnableDialogZoom=0

this will stop that annoying camera turn and zoom when you start a dialog.
I actually have an option for that in the options box when you start up nwn... :P But thanks anyway! *hadn't noticed it before :wink: *
Ah, thats right, they put it into the options menu some time back I think. Had forgotten about that. Anywho, works both ways.
User avatar
Defender
Apprentice Scholar
Posts: 530
Joined: Mon Jun 07, 2004 4:20 am
Location: GMT -6

Post by Defender » Mon Jan 02, 2006 9:35 pm

Hert Snyder wrote:I require all our Adherents to map a Walk key as well...

It's in Options, control, advanced (I think).

I set my spacebar to Walk.
For "walk" I actually use the "F" button, since it's right next to all the other movement buttons, and since it isnt used for anything else.
Michael K

Image
User avatar
tindertwiggy
Legacy DM
Legacy DM
Posts: 6905
Joined: Tue Jul 16, 2002 12:20 am
Location: Newish England
Contact:

Post by tindertwiggy » Mon Jan 02, 2006 11:39 pm

Nighthawk4 wrote:The second one is quite well known, although I know some of us have to search the Forum every time we need to do a full reinstallation, because we have forgotten the correct syntax - so still worth posting it.

Thanks.

BTW - the other way to get rid of those Intro movies is to use Linux. They don't run on my Linux system and I don't have that line added. Might be a bit excessive unless you actually want Linux of course - the ini-fil option is much quicker :lol:
Or just delete them from the \NWN\movies folder.
User avatar
terror2001
Scholar
Posts: 1149
Joined: Wed Jun 22, 2005 1:48 am
Location: Colorado

Post by terror2001 » Tue Jan 03, 2006 6:34 pm

This application is very easy to use to let you modify several of the settings in the INI file.

http://www.avlis.org/viewtopic.php?p=68 ... ht=#681947
Last edited by terror2001 on Thu Apr 04, 2019 10:37 pm, edited 1 time in total.
Terror2001
Playing:
Vicky - Warrior Maiden of Dre'Ana
Delcina Le'te'te'fer - Verossa's Flame-thrower
Sally (Nadiya) Silverbreeze - Indeed
Brandon (Bobb) *grins*
Olivia Stonebridge - Holy imbiber of Mishlekh
Brittany Powers - You gonna die!
EvokedShade
Scholar of Fools
Posts: 429
Joined: Sun Sep 26, 2004 10:13 am
Location: Spokane, WA
Contact:

Post by EvokedShade » Sun Feb 19, 2006 7:25 pm

Defender wrote:
Hert Snyder wrote:I require all our Adherents to map a Walk key as well...

It's in Options, control, advanced (I think).

I set my spacebar to Walk.
For "walk" I actually use the "F" button, since it's right next to all the other movement buttons, and since it isnt used for anything else.
This is my setup:
W= Run Forward
s= Walk Forward
x= Walk Backwords

and the turning and sidestepping are default.
Learn, adapt, and repeat.
User avatar
IceThorn
Team Member; Retired with Honors
Posts: 5291
Joined: Mon Jan 10, 2005 2:06 pm
Location: Austin, Tx. (Central Time; GMT-6)
Contact:

Post by IceThorn » Sun Feb 19, 2006 7:59 pm

Thanks for posting the tips & tricks here. The skipping movies one is good.
Hert Snyder wrote:I require all our Adherents to map a Walk key as well...
And if you're going to DM remap the pause and save buttons! To Ctrl-P or something odd.
User avatar
Marleh
Demigod of Posts
Posts: 8650
Joined: Mon Jun 07, 2004 5:34 pm
Location: GMT -8

Post by Marleh » Sun Feb 19, 2006 8:20 pm

I have my keys remapped so that I can completely control the camera and my character using the keys.

The right hand 9-keys control my character.
walk is 5
run is 8
turn is 4 and 6
sidestep is 7 and 9

the left hand keys control the camera zoom in and out, pan, etc.

WHy did I move my movement keys to the right hand? Sometimes the battery in my mouse runs out in the middle of whatever is going on, so I abandon the thing and use the number keys until I get a break in the action, then swap batteries.

Have I mentioned that rechargable batteries are the schnitz?
Post Reply