Skip to content

Files

Latest

Choose a tag to compare

@BLACKujira BLACKujira released this 09 Dec 16:30
· 18 commits to master since this release

Chapter 1.0 - Manual UE4SS Injection

  • setdll.exe : A DLL injector built from the Detours source code, used when UE4SS cannot automatically inject into the game process.
  • ManuallyInjectUE4SS.bat : A script for manually injecting UE4SS. Place this file along with setdll.exe in the RTypeFinal2\Binaries\Win64 folder. Ensure that setdll.exe, ManuallyInjectUE4SS.bat, RTypeFinal2-Win64-Shipping.exe, and UE4SS.dll are all in the same folder.

Chapter 4.0 - Analyzing Blueprints with kismet-analyzer

  • kismet-analyzer.zip : A precompiled kismet-analyzer. Requires graphviz to function.

Extra Chapter: Unpacking R-Type Tactics II - Unpacking Main Resource Files

  • extract_rtt2_dat.py : A script for unpacking CMN.DAT from R-Type Tactics II. Modify the three variables as instructed in the tutorial.

Chapter 1.0 - 手动注入UE4SS

  • setdll.exe : 使用Detours源代码生成的DLL注入器,在UE4SS无法自动注入游戏进程时使用。
  • ManuallyInjectUE4SS.bat : 用于手动注入UE4SS的脚本,请将这个文件和 setdll.exe 一起放到 RTypeFinal2\Binaries\Win64 文件夹,确保 setdll.exeManuallyInjectUE4SS.batRTypeFinal2-Win64-Shipping.exeUE4SS.dll 这四个文件在同一个文件夹中。

Chapter 4.0 - 使用kismet-analyzer分析蓝图

  • kismet-analyzer.zip : 编译好的 kismet-analyzer ,需要配合 graphviz 使用

特殊章节:解包 R-Type Tactics II - 解包主资源文件

  • extract_rtt2_dat.py : 用于解包 R-Type Tactics IICMN.DAT 的脚本,请按教程提示修改三个变量。

Chapter 1.0 - 手動UE4SS注入

  • setdll.exe : Detoursのソースコードから作成されたDLLインジェクターで、UE4SSがゲームプロセスに自動で注入できない場合に使用します。
  • ManuallyInjectUE4SS.bat : UE4SSを手動で注入するためのスクリプトです。このファイルと setdll.exeRTypeFinal2\Binaries\Win64 フォルダに配置してください。setdll.exeManuallyInjectUE4SS.batRTypeFinal2-Win64-Shipping.exeUE4SS.dll の4つのファイルが同じフォルダ内にあることを確認してください。

Chapter 4.0 - kismet-analyzerでブループリントを分析する

  • kismet-analyzer.zip : ビルド済みの kismet-analyzer。使用には graphviz が必要です。

特殊章:R-Type Tactics IIの解包 - メインリソースファイルの解包

  • extract_rtt2_dat.py : R-Type Tactics IICMN.DAT を解包するためのスクリプトです。チュートリアルに従って3つの変数を編集してください。