Author Topic: Does having many and/or large hakpak files influence performance?  (Read 355 times)

Legacy_Grani

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


                I'm working on a module that's mostly supposed to be for my friends. I might release it for the community, but that's not my "target audience", so I normally wouldn't mind the size of the module and its contents to be very large, even if it would keep potential players at bay.

But I'm worried about another thing - does having many hakpaks influence performance of the module in one way or another? For example, by causing some random crashes during gameplay?

I'm asking this, because if the only downside of having more haks is the size, then I can add more custom content without worry. If it's not the case, however, then I'll try to keep it to minimum.

At the moment I have about 600MB of custom content, excluding CEP.
               
               

               
            

Legacy_Zwerkules

  • Hero Member
  • *****
  • Posts: 1997
  • Karma: +0/-0
Does having many and/or large hakpak files influence performance?
« Reply #1 on: October 13, 2013, 10:37:14 am »


               Since you're excluding the CEP you'll probably not have any trouble as long as you've merged the 2da files properly if you use two different placeable haks for example.
It's more how many placeables you use that causes lag then where they come from.
More haks means longer loading times, but that's about all.
               
               

               
            

Legacy_Grani

  • Hero Member
  • *****
  • Posts: 1040
  • Karma: +0/-0
Does having many and/or large hakpak files influence performance?
« Reply #2 on: October 13, 2013, 10:52:56 am »


               Don't get me wrong, I AM using CEP, by "excluding" I meant that other custom content is about 600MB.

Well, 90% or so of the custom content I use are tilesets, so there are no placeables that should conflict with each other.

But if that's so, then longer loading times are a price I can pay for having more diverse world in the game, thanks. '<img'>

And, by the way, your Medieval City tileset is on the list of the content I'm using. Thank you for such a great contribution!
               
               

               
            

Legacy_The Amethyst Dragon

  • Hero Member
  • *****
  • Posts: 2981
  • Karma: +0/-0
Does having many and/or large hakpak files influence performance?
« Reply #3 on: October 13, 2013, 11:15:50 am »


               I'd say go ahead and add custom stuff to your heart's content.  I use CEP, Project Q, and my own personalized haks, and it all weighs in at about 8.75 GB.  

The longest "loading time" for me just seems to be with the toolset (opening the module, then loading in the initial area screen with palettes), nothing too noticeable on the players' side.
               
               

               
            

Legacy_Grani

  • Hero Member
  • *****
  • Posts: 1040
  • Karma: +0/-0
Does having many and/or large hakpak files influence performance?
« Reply #4 on: October 13, 2013, 12:27:25 pm »


               I'll do just that, thanks for the reply. '<img'>
               
               

               
            

Legacy_Ssythilac

  • Full Member
  • ***
  • Posts: 239
  • Karma: +0/-0
Does having many and/or large hakpak files influence performance?
« Reply #5 on: October 13, 2013, 03:56:42 pm »


               A good topic here. I want to ask a question in this matter; the NWN modules have any limits? I mean, the size of the module, the number of areas, haks, number of tilesets, etc.

One of the modules in what I`m working now have a size of 55 Mb (still under constuction) and a multiple haks and tilesets merged, maybe a 5 Gb in hak size, a lot of 2das... The module seems to play fine, unless the load times, but I am afraid that someday crashes or something...
               
               

               
            

Legacy_henesua

  • Hero Member
  • *****
  • Posts: 6519
  • Karma: +0/-0
Does having many and/or large hakpak files influence performance?
« Reply #6 on: October 13, 2013, 06:28:29 pm »


               Ssythilac: I have worked with much larger modules and not had any troouble - other than general slowness in toolset.

The issue with resources is how many items are in your Temp0 folder, and how many items are on the Palette that a DM sees.

Some Links for more reading:
               
               

               
            

Legacy_Ssythilac

  • Full Member
  • ***
  • Posts: 239
  • Karma: +0/-0
Does having many and/or large hakpak files influence performance?
« Reply #7 on: October 13, 2013, 08:01:25 pm »


               Thanks for the reply and the links, henesua!