UT3 Unrealscript tutorial - Decompiling mutators
Uploader Comments (Hackerx72)
Video Responses
All Comments (33)
-
hey Hackerx72? thanks for this info! I'm finding writing and learning mutators complicated. making a simple weapon or doing other elementary stuff is easy, but to make a full project start to finish is baffling to me cause the .uc files like Mutator, UTGame, etc, etc have so many lines of code! you don't know what needs to be extended (inherited) or what needs to be called 1st! It can be a nightmare and frustrating! Seeing how other people did there is great info and I really appreciate it! thx
-
Does this also work with UT2004? They seem pretty much the same, but I was just wondering about what to type in order into Notepad to decompile it...
-
@TiagoTiagoT Thanks for your reply, but its one year ago. I ended up just using Context, as i was more familiar with the environment, and had a rather good highlighter there.
-
@xGodHunDx it's a XML file, right? Click on the button with a window with a lightining on top (the tooltip says "User Defined Dialog...") then click the import button in the window that opens and import the XML for the language you downloaded.
-
ok so how do you now... recompile all of this?....and also im working to with UE2.5 .u files.... sooo the very same should apply to the extracting of UE2.5 .u files no?
-
eat3d unreascript
megaupload. com/?d=KNT3BKNH
megaupload. com/?d=ASAFF4NP
megaupload. com/?d=EYSY98Y8
delete the space between the dot and com
-
"Notepad++" Sourceforge
-
now what do you do with .uc files????
-
use this one instead
"C:\Program Files\Unreal Tournament 3\Binaries\UT3.exe" batchexport %1 class .uc "%USERPROFILE%\My Documents\My Games\Unreal Tournament 3\UTGame\ExportedScript\%~n1\C
lasses\" by using %USERPROFILE% you dont have to type your pc profile name
-
Woohoo...nice useful tool to have Hackerx72..I have a question for you. How do we re-compile uc.files back to the original .u format!?..I managed to to weak those Script files for Vegas 2..but have no idea how to recompile them back to .u. I even tried UDK3 but the it crashed..thanks in advance..
I see you use Notepad++
Is there a plugin or a language file for unrealscript for Notepad++? i found one on their homepage, but i dont know how to install it (its not a setup file)
xGodHunDx 2 years ago
You can always go for unrealEditor (or somethin) or others. There are a few other code editors that supports the unrealscript syntax.
Hackerx72 2 years ago
Nice man, thanks a lot, looking at various mutator sourcecode can teach me a lot i hope :)
Good for reference :)
mpgaming 2 years ago
Np man, I'm happy I can help y'all out :)
Hackerx72 2 years ago
thank you im have unreal tounament 3 and gears of war, but do open for gears of war?
helldoom3x 2 years ago
I don't really understand that sentence but this is only tested for Ut3 so idk how to do it with GOW
Hackerx72 2 years ago