Author Topic: replacement swirly image shown during character creation and MP login ?  (Read 625 times)

Legacy_MrZork

  • Hero Member
  • *****
  • Posts: 1643
  • Karma: +0/-0


               

There was a replacement or bypass for fog_genm.tga that is shown/animated while a character is being created and during MP login (and possibly elsewhere). It is referred to in this thread, but the given link is dead. Can someone please post a link to a replacement or perhaps describe how to change the image manually or how the game uses it? I found the original image in the data/textures.bif, but I am not sure how to modify it.



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
replacement swirly image shown during character creation and MP login ?
« Reply #1 on: June 04, 2014, 02:39:15 am »


               

just replace this file by a empty/null one



               
               

               
            

Legacy_The Amethyst Dragon

  • Hero Member
  • *****
  • Posts: 2981
  • Karma: +0/-0
replacement swirly image shown during character creation and MP login ?
« Reply #2 on: June 04, 2014, 03:23:13 am »


               

Here you go: No More Swirl at Character Creation


 


Just something I whipped up a while back for someone else asking about the same thing (except their reason was vertigo, rather than lag).



               
               

               
            

Legacy_MrZork

  • Hero Member
  • *****
  • Posts: 1643
  • Karma: +0/-0
replacement swirly image shown during character creation and MP login ?
« Reply #3 on: June 04, 2014, 05:42:59 am »


               

Thanks, guys. Both of those approaches are better than the default swirl, IMO. I think I prefer the flat black to the blank white, personally.


 


But, neither really cuts into the GPU load. Even in the empty fog_genm.tga file, one can see the white background transition in intensity. So, I suppose all of the computation behind the animation of fog_genm.tga is something that the client does regardless of whether that image file actually has anything in it. Not especially surprising, on consideration. Is there a setting or client hex that turns that off?


 


BTW, my purpose here isn't really related to the aesthetics of the swirl. I have a slightly older laptop that I sometimes leave on the login screen to PWs, so that I have some idea whether my teammates have logged in. But, that laptop starts to heat up a bit and I would like to minimize that, just to prolong the life of the machine and its components (especially the battery).



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
replacement swirly image shown during character creation and MP login ?
« Reply #4 on: June 05, 2014, 02:55:24 am »


               

Weird. Ive made this modification for a first time for an user that had extreme graphic lags with it. My empty file (white screen) helped him...


 


(maybe you can find original thread, I believe it was at 2nd gen bioware forums in a first years...)



               
               

               
            

Legacy_Frush O'Suggill

  • Jr. Member
  • **
  • Posts: 71
  • Karma: +0/-0
replacement swirly image shown during character creation and MP login ?
« Reply #5 on: June 07, 2014, 07:48:56 pm »


               

Have your tried just substituting a null model for pnl_fog.mdl? I think that's what Shadooow was getting at... The default one does has an animesh on it, and that might be what's causing your problems.



               
               

               
            

Legacy_MrZork

  • Hero Member
  • *****
  • Posts: 1643
  • Karma: +0/-0
replacement swirly image shown during character creation and MP login ?
« Reply #6 on: June 10, 2014, 07:53:03 pm »


               

That's a good idea. Is the null model the same one used for "invisible" things like hidden door triggers?



               
               

               
            

Legacy_Frush O'Suggill

  • Jr. Member
  • **
  • Posts: 71
  • Karma: +0/-0
replacement swirly image shown during character creation and MP login ?
« Reply #7 on: June 11, 2014, 08:29:10 am »


               

The easiest way to do it would probably be to extract the file "pnl_fog.mdl" from NWN Main Data > data/aurora_gui.bif > Models with NWExplorer as an ascii text file, and delete everything except the dummy node. Then save it with just the .mdl extension.



               
               

               
            

Legacy_MrZork

  • Hero Member
  • *****
  • Posts: 1643
  • Karma: +0/-0
replacement swirly image shown during character creation and MP login ?
« Reply #8 on: June 13, 2014, 10:33:16 pm »


               

Thanks. I will give that a shot.