Author Topic: Numbers of lines in the informations window in the left bottom corner  (Read 511 times)

Legacy_Massimo

  • Newbie
  • *
  • Posts: 38
  • Karma: +0/-0


                  Hello,
for default the numbers of lines in the informations window in the left bottom main screen is equal to 4.

So, wanting the informations window taller it is necessary to drag up its cursor letting to set so it with more lines.

Then, how is it possible to set prior the numbers of lines of the informations window by default ? Does it exist an option for this ?


Greetings and Thanks
               
               

               
            

Legacy_HipMaestro

  • Hero Member
  • *****
  • Posts: 2849
  • Karma: +0/-0
Numbers of lines in the informations window in the left bottom corner
« Reply #1 on: August 27, 2013, 05:03:58 am »


               I am assuming you are referring to a single-player screen in regards to your question(s)...

Maxim30 wrote...
for default the numbers of lines in the informations window in the left bottom main screen is equal to 4.

...if you say so.  I never checked but that seems about right.  It's possible this can be modified via one of the ini's but what the keyword might be... can't help there.

So, wanting the informations window taller it is necessary to drag up its cursor letting to set so it with more lines.

Yes... and you can use the slider on the right of the window to scroll through any section of log text that remains in the buffer. Again, the max buffer size may be adjustable via some ini tweak but never investigated that prospect myself.  

Also, you can close the window completely if you prefer not to view any log info for a time by just dragging all the way down.  Your session log info will remain in the buffer viewable any time just by opening the window back up again, under the constraints of the buffer size of course (not sure how many lines are stored, (I'm guessing around 100 or so???).

Then, how is it possible to set prior the numbers of lines of the informations window by default ? Does it exist an option for this ?

I doubt it.  But why would you even want to chase a default setting if all you need do is adjust it yourself as needed?  (I may be missing something in my translation.)

Multiplayer works essentially the same except all the NPC convos, party shouts & whispers, etc. are in the left window and the combat log is in the right.

If you would like a copy of the entire latest session you can view your
nwclientLog1.txt
file in your logs folder. (Save it as another name if you intend to keep it for future reference.)

Perhaps one of custom utility folks knows how to change the GUI architecture and may stop by with instructions?
               
               

               
            

Legacy_Massimo

  • Newbie
  • *
  • Posts: 38
  • Karma: +0/-0
Numbers of lines in the informations window in the left bottom corner
« Reply #2 on: August 27, 2013, 06:37:53 pm »


                  Hello,
well, it seems you know where the option can be, then in which ".ini" file is it ?

Or perhaps is it in the Windows Registry ?


Greetings and Thanks
               
               

               
            

Legacy_HipMaestro

  • Hero Member
  • *****
  • Posts: 2849
  • Karma: +0/-0
Numbers of lines in the informations window in the left bottom corner
« Reply #3 on: August 27, 2013, 09:48:23 pm »


               

Maxim30 wrote...

   Hello,
well, it seems you know where the option can be, then in which ".ini" file is it ?

Or perhaps is it in the Windows Registry ?

Greetings and Thanks

No, I don't know where that option would be.  I only suggested that if there were a unique keyword not normally included in the ini (in this case, probably the nwnplayer.ini) that would "freeze" the chat window to a specific non-default size, I have no idea what it might be or if such an adjustment even exists.  After checking the full list of keywords in the
nwnplayer.ini
and
nwn.ini
I haven't noticed any that would control the default GUI.  I suspect the default load size of the chat window(s) is hard-coded and beyond a typical player's control.  I wouldn't recommend fumbling around with changing the registry settings because you could cause unanticipated problems that way.

I believe the default size was set as a starting point just as a matter of screen aesthetics... what seems a "comfortable" setting for most situations.  I myself will often downsize the chat log if it seems to be concealing some areas of the screen I would like to view easier, for one example.   Other times, when examining the results of combat debugging I may stretch it all or most of the way up the left side of the screen so I can more easily view an entire combat session and dice rolls to spot instances that interest me.

The point is: the size of the chat window is fully customizable to suit whatever purpose you may desire.  At least that's been my own experience.  We have all resized it at one time or another and it is fairly straight-forward in  effect IMO.

What EXACTLY are you trying to achieve by changing the size of the log window on game load?  Just avoiding a few seconds to adjust it yourself?  It's not clear to me what your goal is, so if you explain further perhaps I, or others, could make a more worthwhile suggestion you could use to make your NWN gaming more enjoyable.
               
               

               


                     Modifié par HipMaestro, 27 août 2013 - 08:50 .
                     
                  


            

Legacy_MagicalMaster

  • Hero Member
  • *****
  • Posts: 2712
  • Karma: +0/-0
Numbers of lines in the informations window in the left bottom corner
« Reply #4 on: August 27, 2013, 10:38:31 pm »


               By the way, just so it's clear: you can separate the window in single player to make it like multiplayer and combine the window in multiplayer to make it like single player if you want.
               
               

               
            

Legacy_HipMaestro

  • Hero Member
  • *****
  • Posts: 2849
  • Karma: +0/-0
Numbers of lines in the informations window in the left bottom corner
« Reply #5 on: August 28, 2013, 01:55:33 am »


               ...also, you may find a more suitable GUI for your tastes installing an override or hak.

There is a partial list of such GUI customizations here and possibly more of them if you surf the original IGN Vault and/or the new sparkly Vault.  They do require some DL effort but you may prefer one of them better than the original.
               
               

               
            

Legacy_Massimo

  • Newbie
  • *
  • Posts: 38
  • Karma: +0/-0
Numbers of lines in the informations window in the left bottom corner
« Reply #6 on: August 29, 2013, 01:50:26 pm »


               

HipMaestro wrote...

...also, you may find a more suitable GUI for your tastes installing an override or hak.

There is a partial list of such GUI customizations here and possibly more of them if you surf the original IGN Vault and/or the new sparkly Vault.  They do require some DL effort but you may prefer one of them better than the original.


Well, in those links I have found indeed some GUI customizations in the "Full Game GUI" section, but all them are simple graphic, not scripting, skins.

Investigating further I have found the console function that sets the number of lines for the chat window: it is "setchatbuffersize <N>" (without quotes) where N is the integer for the total number of lines.

So, to avoid to enter this command in the console every time I load a savegame or begin a module, is it possible to write a script, that would be loaded at every Nwn startup, to make to run by it the console command "setchatbuffersize <N>" ?

If yes, which is the body/construc for this script and how should it be loaded at every Nwn startup ? Currently I have the Lilac Soul's NWN Script Generator v. 2.3 and its enhancement version TK.0 release year 2011.


Greetings and Thanks