Check out our discord at https://discord.gg/3u69jMa
User contributions for Plasma
Jump to navigation
Jump to search
19 May 2024
- 12:2112:21, 19 May 2024 diff hist +10,082 Replication De-Obfuscation No edit summary
- 12:1812:18, 19 May 2024 diff hist +3,552 Replication De-Obfuscation No edit summary
- 12:1412:14, 19 May 2024 diff hist +4,305 Replication De-Obfuscation No edit summary
- 12:1212:12, 19 May 2024 diff hist −27 Replication De-Obfuscation →Replication Overview
- 12:1112:11, 19 May 2024 diff hist +22,091 N Replication De-Obfuscation Created page with "== Replication De-Obfuscation Introduction == Ask any halfway decent UnrealScript programmer what the most confusing aspect of Unreal coding, and he'll be sure to tell you replication. (or perhaps PlayerMovement or pawn/bot AI :) I've been there myself, and I still have trouble with it sometimes, but I think I know enough to write some documentation. Lots of trial and error helped me get far, along with various insights from people that had the source code to the engin..."
- 12:0112:01, 19 May 2024 diff hist −2 Writing Native Code →Writing Actual Code current
- 12:0112:01, 19 May 2024 diff hist +3 Writing Native Code No edit summary
- 12:0012:00, 19 May 2024 diff hist +6,252 Writing Native Code No edit summary
- 11:5811:58, 19 May 2024 diff hist 0 N File:Result.PNG No edit summary current
- 11:5311:53, 19 May 2024 diff hist +4,047 Writing Native Code No edit summary
- 11:5011:50, 19 May 2024 diff hist +682 Writing Native Code No edit summary
- 11:4811:48, 19 May 2024 diff hist +480 Writing Native Code No edit summary
- 11:4811:48, 19 May 2024 diff hist 0 N File:ProjectProperties.PNG No edit summary current
- 11:4611:46, 19 May 2024 diff hist +2,186 Writing Native Code No edit summary
- 11:4411:44, 19 May 2024 diff hist +303 Writing Native Code No edit summary
- 11:4411:44, 19 May 2024 diff hist 0 N File:FolderLayout.PNG No edit summary current
- 11:4311:43, 19 May 2024 diff hist +1,325 Writing Native Code No edit summary
- 11:4211:42, 19 May 2024 diff hist +28 Writing Native Code No edit summary
- 11:4111:41, 19 May 2024 diff hist +10 Writing Native Code No edit summary
- 11:4111:41, 19 May 2024 diff hist +2 Writing Native Code No edit summary
- 11:4111:41, 19 May 2024 diff hist +336 Writing Native Code No edit summary
- 11:4011:40, 19 May 2024 diff hist +490 Writing Native Code No edit summary
- 11:3911:39, 19 May 2024 diff hist −2 Writing Native Code No edit summary
- 11:3911:39, 19 May 2024 diff hist +1,274 N Writing Native Code Created page with "Note: Some C++ and UnrealScript knowledge is required. === Introduction === Native coding in the Unreal Engine refers to code that is written in C++ instead of UnrealScript. This C++ code can be called from a script to execute tasks that are either too slow in UnrealScript (about 20 times slower than C++) or are not possible at all due to the limited features of the language. Native coding is only officially supported by Unreal Tournament from 1999 since it is the onl..."
18 May 2024
- 17:1817:18, 18 May 2024 diff hist +2 Republic Commando UCC No edit summary current
- 17:1817:18, 18 May 2024 diff hist +348 Republic Commando UCC No edit summary
- 16:5316:53, 18 May 2024 diff hist +1 Compiling with MS Visual Studio 2017 No edit summary current
- 16:5316:53, 18 May 2024 diff hist +58 Compiling with MS Visual Studio 2017 No edit summary
- 16:5216:52, 18 May 2024 diff hist 0 N File:ImplementClassFix.JPG No edit summary current
- 16:5216:52, 18 May 2024 diff hist 0 N File:BspNodeFix.JPG No edit summary current
- 16:5016:50, 18 May 2024 diff hist +1,358 N Compiling with MS Visual Studio 2017 Created page with "After following the Writing Native Code guide, you may want to get the project up and running with a more modern IDE. You can find the download for the latest version of Microsoft Visual Studio Community edition Download: [https://visualstudio.microsoft.com/downloads/ here]. This guide assumes you are using Microsoft Visual Studio 2017. == Opening the Project in VS2017 == '''NOTE: The 2003->2017 project conversion process is one way and cannot be undone. It might b..."
- 16:4516:45, 18 May 2024 diff hist +33 Republic Commando UCC No edit summary Tag: Visual edit: Switched
- 16:4316:43, 18 May 2024 diff hist −29 Republic Commando UCC No edit summary
- 16:4316:43, 18 May 2024 diff hist +1 Republic Commando UCC No edit summary
- 16:4216:42, 18 May 2024 diff hist +933 N Republic Commando UCC Created page with "UCC is a command line utility for early Unreal Engine games to execute Commandlets. Star Wars Republic Commando ships without one, but a custom one has been made available as a result of reverse engineering. Latest UCC build included in Fix: [https://github.com/SWRC-Modding/CT/releases here] File:Uccshow.PNG '''Batchexport Commandlet''' This commandlet can parse the games resource archives in order to export any exportable type in bulk. Here is the syntax for co..."
- 16:4116:41, 18 May 2024 diff hist 0 N File:Uccshow.PNG No edit summary current
- 16:3016:30, 18 May 2024 diff hist 0 N File:DotNet1.zip No edit summary current
- 15:5815:58, 18 May 2024 diff hist +1 MS Visual Studio 2003 No edit summary
- 15:5815:58, 18 May 2024 diff hist +3 MS Visual Studio 2003 No edit summary
- 15:5715:57, 18 May 2024 diff hist +2 MS Visual Studio 2003 No edit summary
- 15:5715:57, 18 May 2024 diff hist +1,370 N MS Visual Studio 2003 Created page with "Republic Commando was developed using Microsoft Visual Studio .NET 2003 which makes it the best version to use to make sure native mods are as compatible as possible with the game. It should work fine on newer versions of Windows if you follow the installation steps on this page. Download: [https://getintopc.com/softwares/development/visual-studio-net-2003-free-download/ here] Take a look at Writing Native Code for a detailed guide on how to use it for Republic Com..."
- 15:5715:57, 18 May 2024 diff hist 0 N File:MsVisualStudio2003.png No edit summary current
- 15:4915:49, 18 May 2024 diff hist −8 Hardware Shaders No edit summary current
- 15:4615:46, 18 May 2024 diff hist +1 Hardware Shaders No edit summary
- 15:4515:45, 18 May 2024 diff hist +42 Hardware Shaders No edit summary Tag: Visual edit: Switched
- 15:4115:41, 18 May 2024 diff hist −9 Hardware Shaders No edit summary
- 15:3815:38, 18 May 2024 diff hist +2 Hardware Shaders No edit summary
- 15:3715:37, 18 May 2024 diff hist +1 Hardware Shaders No edit summary
- 15:3615:36, 18 May 2024 diff hist 0 N File:ShaderProperties.jpg No edit summary current
- 15:3615:36, 18 May 2024 diff hist 0 N File:CreateShader.jpg No edit summary current