UE2 - UT2kX UT2004NativeSource3339

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Zur

surrealistic mad cow
Jul 8, 2002
11,708
8
38
49
I found a file with this name somewhere on the web. It contains cpp files. Any idea what it is ?

Code:
 Directory of F:\UT2004NativeSource3339

03/04/2009  03:28       <DIR>          .
03/04/2009  03:28       <DIR>          ..
03/04/2009  03:28                   20 dirlist.bat
30/11/2004  13:51       <DIR>          engine
03/04/2009  03:28                    0 list.txt
30/11/2004  13:53       <DIR>          onslaught
               2 File(s)             20 bytes

 Directory of F:\UT2004NativeSource3339\Engine

30/11/2004  13:51       <DIR>          .
30/11/2004  13:51       <DIR>          ..
30/11/2004  13:51       <DIR>          src
               0 File(s)              0 bytes

 Directory of F:\UT2004NativeSource3339\Engine\Src

30/11/2004  13:51       <DIR>          .
30/11/2004  13:51       <DIR>          ..
30/11/2004  13:48                5.860 ungame.cpp
30/11/2004  13:48                5.370 unlevact.cpp
30/11/2004  13:49                4.259 unlevtic.cpp
30/11/2004  13:50               15.459 unpawn.cpp
30/11/2004  13:51                8.649 unvehicle.cpp
               5 File(s)         39.597 bytes

 Directory of F:\UT2004NativeSource3339\Onslaught

30/11/2004  13:53       <DIR>          .
30/11/2004  13:53       <DIR>          ..
30/11/2004  13:52       <DIR>          inc
30/11/2004  13:52       <DIR>          src
               0 File(s)              0 bytes

 Directory of F:\UT2004NativeSource3339\Onslaught\Inc

30/11/2004  13:52       <DIR>          .
30/11/2004  13:52       <DIR>          ..
30/11/2004  11:28               34.553 onslaughtclasses.h
30/11/2004  11:28                1.393 onslaughtprivate.h
               2 File(s)         35.946 bytes

 Directory of F:\UT2004NativeSource3339\Onslaught\Src

30/11/2004  13:52       <DIR>          .
30/11/2004  13:52       <DIR>          ..
30/11/2004  11:28               12.016 onschoppercraft.cpp
30/11/2004  11:28               10.053 onshovercraft.cpp
30/11/2004  11:28               12.083 onslaught.cpp
30/11/2004  11:28               13.077 onsplanecraft.cpp
30/11/2004  11:28                7.044 onstreadcraft.cpp
30/11/2004  11:28               12.456 onsvehicle.cpp
30/11/2004  11:28               27.422 onsweapon.cpp
30/11/2004  11:28               22.216 onswheeledcraft.cpp
               8 File(s)        116.367 bytes

     Total Files Listed:
              17 File(s)        191.930 bytes
              17 Dir(s)  54.911.475.712 bytes free
 

meowcat

take a chance
Jun 7, 2001
803
3
18
The UT2k4 source posted over on the UnrealWiki contains some very limited C++ source code. Iirc it was released to help mod authors understand what was going on "under the hood" on some key actors. The code snippets include the native pawn animation code, how WeaponFires worked, the order of game startup events and the beginning of script execution, and a bunch of useful stuff for the vehicles classes (very, very handy examples involving rotators...). Well worth a review if you feel that your script code is fighting the native code.
 

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
Epic released some native code snippets for a few Engine classes and the complete native code for Onslaught classes. You should find the exact same files in the 3369 UnrealScript sources posted on the Unreal Wiki.
 

Sektor

New Member
Feb 8, 2016
2
0
1
35
Thank you for the link! I could download latest script for UT2004?
Do know any link, where can I download UT native source codes (*.cpp files)?

Thank you for any reply and helps.