Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I had one situation when a dog grabbed me and pressing the shown button didn't help me at all.
But that just could've been the game and how it sometimes doesn't react to input.
The port is horrible. XD
In the meantime I was grabbed by several needlers and everything worked fine.
EDIT:
I made a new version of this.
Update:
- New custom button icons for flash scenes ( enemy grab and so on ).
- Restored animation in flash scenes
Download[mega.co.nz]
A Playstation version is possible.
If I have the time I'll make one.
@djshauny1
As far as I know that's not possible.
There are some fps settings in one of the config files, but they don't do anything.
And with the scarlet pak viewer you can look into some of the scripts.
Many of them have exact frame values for certain events.
It's just how the game was programmed.
I'm pretty sure even if it was possible to remove the lock it would most certainly break the whole game.
I added a Playstation Version.
Download[mega.co.nz]
I would still recommend my patcher though.
I mean if you just want the xbox buttons this is fine but the patcher does more stuff, is smaller and can revert the changes with a simple click.
https://www.dropbox.com/s/v6hf6j9mneyame2/Buttons%20textures.rar?dl=0
Pain in the ass.
The Patcher basically does the same thing by opening the file and replacing the necessary bytes.
I don't really intend to work on this again and I don't have the time right now anyways.
If you want to make your own modded file:
- Open the GLOBAL.PAK as well as your button image with a hexeditor.
The data for the flash buttons are on the following positions:
105156744 ( XBOX A / PS X )
105166984 ( XBOX B / PS O )
105177224 ( XBOX X / PS Square )
105187464 ( XBOX Y / PS Triangle )
( You can't make it compatible to both, so you got to decide or make two versions XD )
- Be careful with the file headers. The flash buttons actually have the data of two images but only one file header
One thing though: According to the PAK file the images seem to be tga files but really they are png files if I remember correctly.