Scarface The World is Yours

File information

Last updated

Original upload

Created by

ermaccer

Uploaded by

ermaccer

Virus scan

Safe to use

Tags for this mod

About this mod

ScarfaceHook is a plugin for PC version of Scarface: The World Is Yours. It adds an ImGui powered menu with access to many features that allow customizing the gameplay experience. Any type of vehicle can be created, camera can be fully controlled and its also possible to play the game in first person perspective!

Requirements
Permissions and credits
Mirrors
Changelogs
Donations


ScarfaceHook is a plugin for PC version of Scarface: The World Is Yours. It adds an ImGui powered menu with access to many features that allow
customizing the gameplay experience. Any type of vehicle can be created, camera can be fully controlled and its also possible to play the game
in first person perspective!


Features
  • Player Skin Changer
    • Allows to play as any valid character skin
  • Weapon Spawner
  • Infinite Ammo and Invincibility cheats
  • Airbreak
    • Use keys to move player, default NUMPAD section (check Settings->Keys)
  • Values Control (Gang Heat, Cop Heat etc.)
  • Vehicle Spawner
  • Character Spawner
  • Teleporter (with preset locations)
  • Gamespeed Control
  • Free Camera (FOV customization too)
  • First Person Mode
    • Use keys to move camera, default NUMPAD section (check Settings->Keys)
  • Time Control
  • Weather Control
  • Cutscene Player
  • Mission Player
  • Simple Script Interpreter
  • Original Debug Menu shortcuts (if debug menu plugin is installed)
Notes

  • If you can move around with the menu active, that might mean the DirectInput8 hook has failed, to change the input lock method set
    “bUseAlternateMethodToDisableInput” to true in .ini. This will unfortunately disable mouse wheel support.
  • Invincibility doesn’t seem to affect fall damage when using Airbreak, it “fixes” itself after dying though
  • High Priority loading option should be used only if something really doesn’t want to load
  • Planes/Helicopters can be spawned but they cannot be controlled, do not enter planes, it’s not possible to exit them
  • Script interpreter does not allow creating new objects, only edit existing ones, example script:
$character = FindObject("MainCharacter");
if ($character)
{
$character.AddWeaponTemplateToInventory("WeaponTemplateMachete");
$character.position = "0 0 0";
$character.ApplyChanges();
}



FAQ


    Q: Can't spawn vehicles or characters.
    A: Try to spawn the object again, if it still won't spawn use the High Priority option, remember to disable it when selected object was created. Some objects might not be possible to create in certain areas.
    Q: How to play in First Person?
    A: Enable First Person in the camera tab or use a dedicated hotkey to toggle between 1st and 3rd person gameplay. It is not set by default so go to Settings and choose any key you wish. Change FOV in camera tab to values between 95-110 for best experience.

Installation

1. SilentPatch
SilentPatch is required for the game to work properly on modern operating systems,
it also comes with ASI loader which is needed for ScarfaceHook.
SilentPatch for Scarface

2. ScarfaceHook
Extract scarfacehook.zip to root folder of Scarface: The World Is Yours.
Archive breakdown:
  • ScarfaceHook.asi
  • ScarfaceHook.ini - configuration file
  • scfhook_locations.ini - locations file for teleporter
If installed correctly, a command line prompt should appear and an in-game notification should also confirm correct installation.
3. (Optional) Debug Menu
Debug Menu plugin is required if you wish to use original debug menu features.
Debug Menu Unlock