Nicklenpatch: Difference between revisions

From Oshaberi Net
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by one other user not shown)
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.


<code>
[[ja:ニック文字数パッチ]]
174c174
< #define      NICKLEN        9      /* Eduted by ulterior to comply with original spec and to stop retardedly long nicknames. Seriously. */
---
> #define      NICKLEN        30
</code>

Latest revision as of 19:20, 5 February 2014

Purpose

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