Scriptsize: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
CraigFatman (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''scriptsize''' <integer> | '''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 | Example of normal buffer setup would be from 16384 to 32768 to 65536 (and doubles for each normal increase to buffer size). | ||
Using | 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. | ||
[[Category:EDuke32 specific commands]] | [[Category:EDuke32 specific commands]] |
Latest revision as of 09:57, 9 July 2010
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.