I have unpacked the
TS2Prototype-WindowsNoEditor.pak file and here is how I done that.
First you will need an Unnreal Engine Account and you can get that here
https://www.unrealengine.com/Create an account and download the latest UE4 Engine, Unreal Engine 4.15, that is free. Install that engine (12GB) using the default settings unless you absolutely need to install the files elsewhere.
Make a copy of the
TS2Prototype-WindowsNoEditor.pak file, it can be found here:
*\Steam\steamapps\common\Train Sim World\WindowsNoEditor\TS2Prototype\Content\Paks where * is your Steam Installation HDD.
Put the copied file in a new directory on its own, D:\tswextract for example
Navigate to the Unreal Engine
'UnrealPak.exe' file, that should be found here
'c:\Program Files\Epic Games\UE_4.15\Engine\Binaries\Win64\' if you have a standard installation.
Whilst in that directory you need to open a command prompt. I just
right click on empty space in the directory and select
'command prompt here' from the context menu.
Click on your command prompt window and either type or copy this command into it.
UnrealPak.exe H:\#Extractor\TS2Prototype-WindowsNoEditor.pak -extract
You can use 'CTRL V' to paste the command into the cmd window.
Hold On... don't press anything yet, you need to tell the command where to extract the pak FROM and TO , I use 'H:\#Extractor' for my pak file copy so my command looks like this
UnrealPak.exe H:\#Extractor\TS2Prototype-WindowsNoEditor.pak -extract H:\#Extractor
You need to get the directory correct for your extraction. So the
H:\#Extractor part of the command at the beginning and the end of that command needs to be unique to your setup.
Now get a cup of tea and a slice of cake, as per ALL Marleyman tutorials and sit back and wait for the files to extract.
Here you can see the command and the Engine, and TS2Prototype folders that were extracted from the pak.
extracted.JPG
You do not have the required permissions to view the files attached to this post.