Scriptsize

From EDukeWiki
Revision as of 10:57, 9 July 2010 by CraigFatman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

scriptsize <integer>

Scriptsize allows the user to enforce a solid buffer limit for compiled code size without any progressive buffer increases up to that point that normally occur during startup.

Example of normal buffer setup would be from 16384 to 32768 to 65536 (and doubles for each normal increase to buffer size).

Using scriptsize can bypass this if you're having in-game problems that you suspect are linked to the normal method of code-buffer increases.