Nicklenpatch: Difference between revisions

From Oshaberi Net
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Purpose==
==Purpose==
Patch to change nicklen to nine characters, applies to Unreal 3.2.10.2
[[File:Nicklen.diff]] patches Unreal 3.2.10.2 source code to only allow up to nine characters in nicknames.
 
=Patch=
<code>
174c174
< #define      NICKLEN        9      /* Eduted by ulterior to comply with original spec and to stop retardedly long nicknames. Seriously. */
---
> #define      NICKLEN        30
</code>

Revision as of 23:46, 15 January 2014

Purpose

File:Nicklen.diff patches Unreal 3.2.10.2 source code to only allow up to nine characters in nicknames.