View Single Post
  #28  
Unread 1st April, 2012, 05:20 PM
player's Avatar
player player is offline
Rampage
 
Join Date: Feb 2012
Posts: 52
Default

Quote:
Originally Posted by TNSe View Post
In order to compile them, you need to
i finally figured it out!
for those who don't wanna mess with editing default packages
download this & copy to ut system dir (backup first & restore them after compiling)
http://www.mediafire.com/?qiu52rk6ba5945p

i have successfully compiled UTPureRC6A.u & UTPureRC7F.u with them so it should work for all most version!

manually doing it:
====================
use Choco Package Editor
package.u->export table->class->variable->raw object
replace the bytes 00 00 00 02 with 00 00 00 00

variables to edit:
Engine.u->Actor ->bAlwaysTick
Engine.u->Player ->Console
UWeb.u->WebResponse ->IncludePath

source: http://www.unrealadmin.org/forums/showthread.php?t=190
====================
or you may use UTPT + Hex Editor.
open package.u with UTPT, expand class tree, right click on variable, click Analize Raw Object, jot down address of code, change it in hex editor.

Last edited by player : 1st April, 2012 at 05:53 PM.
Reply With Quote