Nicklenpatch: Difference between revisions

From Oshaberi Net
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision 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.


=Patch=
[[ja:ニック文字数パッチ]]
<code>
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.