Question Waw overflow?

vampytwist

"Don't you trust me?"
Messages
645
Reaction score
624
Points
758
I know COD4 on the PC crashes at around 90 unique Strings so I'm guessing waw will be roughly around the same.

This may help to free up more space.

  • Convert all uses of add_zombie_hint() to use hardcoded script strings instead of precached localized strings.
  • Convert all uses of &"" localized strings to use hardcoded script strings.
  • Remove all unnecessary SP localizedStrings which are still being precached.
  • Remove all unnecessary PrecacheShellshock()'s which are still being precached.
  • Remove all unnecessary PrecacheShader()'s which are still being precached.
  • Remove all unnecessary PrecacheMenu()'s which are still being precached.
  • Remove all unnecessary csc channels
  • Remove all unnecessary model precaches
  • Merge all custom animtrees into a single custom animtree file.
    • Also there's one called 'animated_props' that is loaded but not used - and '_jukebox' is not currently being used - also 'dog' and 'multiplayer'?
 
Top