0 of 0

File information

Last updated

Original upload

Created by

FCH823

Uploaded by

FCH823

Virus scan

Safe to use

Tags for this mod

Mod articles

  • New modding tools and methods for Bioshock

    Introduction

    So you might have noticed some new texture pack mods recently that require TFC installer
    These mods were made using UPK Explorer, a tool that supports almost all Unreal Engine 3 games, and more recently a bunch of Unreal Engine 2 games, including Bioshock.

    With version 2.3.7.0 of the tools, it is now possible modify class properties and make game patches as a new way to mod the game.

    What is a game patch?

    Unreal engine stores a lot of its game assets and data in package files. These package files contain objects, such as textures, meshes, classes and so on.
    A game patch made with UPK explorer is a patch that you install with TFC installer.
    TFC installer will inject your modifications into the modified package...