Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Family Guy: Back to the Multiverse"

From PCGamingWiki, the wiki about fixing PC games
(clarified a lot more information, mainly in the input and audio boxes but also put some new information in issues fixed)
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
{{Infobox game/row/publisher|Activision}}
 
{{Infobox game/row/publisher|Activision}}
 
|engines      =  
 
|engines      =  
{{Infobox game/row/engine|GoodEngine|ref=<ref>{{Refsnip|url=https://himodding.miraheze.org/wiki/Category:GoodEngine|title=Category:GoodEngine|date=2022-12-18}}</ref>}}
+
{{Infobox game/row/engine|GoodEngine|ref=<ref>{{Refsnip|url=https://heavyironmodding.org/wiki/Category:GoodEngine|title=Category:GoodEngine|date=2022-12-18}}</ref>}}
 
|release dates=  
 
|release dates=  
 
{{Infobox game/row/date|Windows|November 20, 2012}}
 
{{Infobox game/row/date|Windows|November 20, 2012}}
Line 59: Line 59:
 
# Delete or rename <code>V100.BIK</code>.
 
# Delete or rename <code>V100.BIK</code>.
 
}}
 
}}
 
  
 
==Game data==
 
==Game data==
Line 98: Line 97:
 
|4k ultra hd wsgf award    = incomplete
 
|4k ultra hd wsgf award    = incomplete
 
|widescreen resolution      = true
 
|widescreen resolution      = true
|widescreen resolution notes=  
+
|widescreen resolution notes= See [[#Widescreen resolution|Widescreen resolution]].
 
|multimonitor              = hackable
 
|multimonitor              = hackable
|multimonitor notes        = See the [https://www.wsgf.org/dr/family-guy-back-multiverse/en WSGF entry].
+
|multimonitor notes        = See [[#Widescreen resolution|Widescreen resolution]].
 
|ultrawidescreen            = hackable
 
|ultrawidescreen            = hackable
|ultrawidescreen notes      = See the [https://www.wsgf.org/dr/family-guy-back-multiverse/en WSGF entry].
+
|ultrawidescreen notes      = See [[#Widescreen resolution|Widescreen resolution]].
 
|4k ultra hd                = true
 
|4k ultra hd                = true
|4k ultra hd notes          = [https://www.pcgamingwiki.com/wiki/Family_Guy:_Back_to_the_Multiverse#Change_Resolution Requires Registry Edit]
+
|4k ultra hd notes          = See [[#Widescreen resolution|Widescreen resolution]].
 
|fov                        = hackable
 
|fov                        = hackable
 
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]].
 
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]].
 
|windowed                  = true
 
|windowed                  = true
|windowed notes            =  
+
|windowed notes            = Has issues. See [[#Windowed mode doesn't persist|Windowed mode doesn't persist]].
|borderless windowed        = hackable
+
|borderless windowed        = false
|borderless windowed notes  = Use Borderless Gaming ([https://store.steampowered.com/app/388080/Borderless_Gaming/ Steam] or [https://github.com/Codeusa/Borderless-Gaming/releases GitHub]).
+
|borderless windowed notes  =  
 
|anisotropic                = false
 
|anisotropic                = false
 
|anisotropic notes          =  
 
|anisotropic notes          =  
Line 128: Line 127:
 
|color blind                = false
 
|color blind                = false
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Widescreen resolution|Widescreen resolution]]===
 +
{{Fixbox|description=Use [https://community.pcgamingwiki.com/files/file/1656-family-guy-back-to-the-multiverse-fov-fix/ Family Guy: Back to the Multiverse FOV Fix]|ref=|fix=
 +
}}
 +
{{Fixbox|description=Set in registry|ref=|fix=
 +
# Open the [[#Game data|configuration file(s) location]] with the [[Registry Editor]].
 +
# Set {{code|ScreenWidth}} and {{code|ScreenHeight}} accordingly. Byte order is inverted. 2560 ({{code|0A00}} in hex) would correspond to {{code|00 0A 00 00}}. 1440 ({{code|05A0}} in hex) would correspond to {{code|A0 05 00 00}}.
 
}}
 
}}
  
 
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 
{{Fixbox|description=Change FOV with hex edit|ref={{cn|date=May 2017}}|fix=
 
{{Fixbox|description=Change FOV with hex edit|ref={{cn|date=May 2017}}|fix=
# Download one of the archive attachments containing fixed exes from [https://www.wsgf.org/dr/family-guy-back-multiverse/en WSGF].
+
# Download [https://community.pcgamingwiki.com/files/file/1656-family-guy-back-to-the-multiverse-fov-fix/ Family Guy: Back to the Multiverse FOV Fix].
 
# Open <code>FGUY.exe</code> with a hex editor such as [https://mh-nexus.de/en/downloads.php?product=HxD HxD].
 
# Open <code>FGUY.exe</code> with a hex editor such as [https://mh-nexus.de/en/downloads.php?product=HxD HxD].
 
# Go to offset <code>0x5DB32E</code>.
 
# Go to offset <code>0x5DB32E</code>.
 
# Replace bytes <code>00 00 80 3F</code> with bytes representing your float value multiplier (default multiplier is 1.0). Remember to invert the byte order to Little Endian.
 
# Replace bytes <code>00 00 80 3F</code> with bytes representing your float value multiplier (default multiplier is 1.0). Remember to invert the byte order to Little Endian.
 
}}
 
}}
 
==Change Resolution==
 
Change Resolution with regedit
 
#Open Registry Editor
 
#Navigate to "Computer\HKEY_CURRENT_USER\SOFTWARE\Heavy Iron Studios Inc.\Family Guy\Settings"
 
#Set Width and Height Accordingly. Byte order is inverted. 2560(hex:0A00) would correspond to 00 0A 00 00. 1440(hex:05A0) would correspond to A0 05 00 00.
 
  
 
==Input==
 
==Input==
 
{{Input
 
{{Input
 
|key remap                = true
 
|key remap                = true
|key remap notes          =  
+
|key remap notes          = Most keys can be remapped, others can't be changed.
 
|acceleration option      = always on
 
|acceleration option      = always on
 
|acceleration option notes = Negative acceleration. No option to turn it off.
 
|acceleration option notes = Negative acceleration. No option to turn it off.
Line 174: Line 175:
 
|impulse triggers          = false
 
|impulse triggers          = false
 
|impulse triggers notes    =  
 
|impulse triggers notes    =  
|dualshock 4              = unknown
+
|dualshock 4              = false
 
|dualshock 4 notes        =  
 
|dualshock 4 notes        =  
 
|dualshock prompts        = unknown
 
|dualshock prompts        = unknown
Line 186: Line 187:
 
|tracked motion prompts    = unknown
 
|tracked motion prompts    = unknown
 
|tracked motion prompts notes =  
 
|tracked motion prompts notes =  
|other controllers        = unknown
+
|other controllers        = false
 
|other controllers notes  =  
 
|other controllers notes  =  
 
|other button prompts      = unknown
 
|other button prompts      = unknown
Line 222: Line 223:
 
|eax support              =  
 
|eax support              =  
 
|eax support notes        =  
 
|eax support notes        =  
|royalty free audio        = unknown
+
|royalty free audio        = false
 
|royalty free audio notes  =  
 
|royalty free audio notes  =  
 
}}
 
}}
Line 256: Line 257:
 
  |audio    = false
 
  |audio    = false
 
  |subtitles = hackable
 
  |subtitles = hackable
  |notes    = Fan translation by rubinho146, [https://www.romhacking.net.br/index.php?topic=1770.0\ download].
+
  |notes    = Fan translation by rubinho146, [https://www.romhacking.net.br/index.php?topic=1770.0\ download]. Replaces Spanish.
 
  |fan      = true
 
  |fan      = true
 
}}
 
}}
Line 274: Line 275:
 
|local play players  = 4
 
|local play players  = 4
 
|local play modes    =  
 
|local play modes    =  
|local play notes    = Split-screen. 2 players co-op. Up to 4 players competitive.
+
|local play notes    = Split-screen. 2 players only in Story Mode. Up to 4 players in the Multiplayer section.
 
|lan play            = false
 
|lan play            = false
 
|lan play players    =  
 
|lan play players    =  
Line 342: Line 343:
  
 
==Issues fixed==
 
==Issues fixed==
===The game freezes or doesn't proceed with the next event===
+
===Game launches into a white screen and then crashes===
{{Fixbox|description=Alt+tab out and back in the game '''OR''' play in window mode.|ref={{cn}}|fix=
+
{{Fixbox|description=Fix in registry|ref=<ref>https://steamcommunity.com/sharedfiles/filedetails/?id=2870275341</ref>|fix=
 +
# Open the [[#Game data|configuration file(s) location]] with the [[Registry Editor]].
 +
# Set {{code|ScreenWindowed}} from {{code|01 00 00 00}} to {{code|00 00 00 00}}.
 +
# When the game launches, it will go immediately into fullscreen. If the screen resolution is labelled as undefined, do not switch back to windowed mode, as the game window shrinks and can no longer be interacted with, making the process needed to be redone.
 +
}}
 +
===Windowed mode doesn't persist===
 +
{{Fixbox|description=Use [https://community.pcgamingwiki.com/files/file/1656-family-guy-back-to-the-multiverse-fov-fix/ Family Guy: Back to the Multiverse FOV Fix]|ref=|fix=
 +
{{--}} The normal {{file|FGUY.exe}} is bugged and resets back to fullscreen each time you boot up the game, despite the settings being set to windowed.
 +
{{ii}} If the screen resolution is labelled as undefined, follow the steps to set up [[#Widescreen resolution|Widescreen resolution]] to get the correct resolution.
 
}}
 
}}
  

Revision as of 21:23, 11 November 2023

Family Guy: Back to the Multiverse
Family Guy: Back to the Multiverse cover
Developers
Heavy Iron Studios
Publishers
Activision
Engines
GoodEngine[1]
Release dates
Windows November 20, 2012
Reception
Metacritic 42
Taxonomy
Monetization DLC
Microtransactions None
Modes Singleplayer, Multiplayer
Pacing Real-time
Perspectives Third-person
Controls Direct control
Genres Shooter
Art styles Cartoon
Themes Comedy
Series Family Guy
Family Guy: Back to the Multiverse on HowLongToBeat
Family Guy: Back to the Multiverse on IGDB
Family Guy: Back to the Multiverse guide on StrategyWiki
Family Guy: Back to the Multiverse on MobyGames
Family Guy: Back to the Multiverse on Wikipedia
Family Guy
Family Guy: Back to the Multiverse 2012
Warped Kart Racers 2022

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Amazon.com
Icon overlay.png
Keys only work in the US.
Windows
Steam (unavailable)
Icon overlay.png
Windows
All versions require Steam DRM.

DLC and expansion packs

Name Notes
Peter Griffin's Man Boob Mega Sweat Pack
Windows

Essential improvements

Skip intro videos

Skip intro videos[2]
  1. Go to <path-to-game>\FMV\
  2. Delete or rename V100.BIK.

Game data

Configuration file(s) location

System Location
Windows HKEY_CURRENT_USER\Software\Heavy Iron Studios Inc.\Family Guy\Settings\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/214230/pfx/[Note 1]

Save game data location

System Location
Windows <path-to-game>\Save\[Note 2]
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/214230/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video

Widescreen resolution

Use Family Guy: Back to the Multiverse FOV Fix
Set in registry
  1. Open the configuration file(s) location with the Registry Editor.
  2. Set ScreenWidth and ScreenHeight accordingly. Byte order is inverted. 2560 (0A00 in hex) would correspond to 00 0A 00 00. 1440 (05A0 in hex) would correspond to A0 05 00 00.

Field of view (FOV)

Change FOV with hex edit[citation needed]
  1. Download Family Guy: Back to the Multiverse FOV Fix.
  2. Open FGUY.exe with a hex editor such as HxD.
  3. Go to offset 0x5DB32E.
  4. Replace bytes 00 00 80 3F with bytes representing your float value multiplier (default multiplier is 1.0). Remember to invert the byte order to Little Endian.

Input

Keyboard and mouse State Notes
Remapping
Most keys can be remapped, others can't be changed.
Mouse acceleration
Negative acceleration. No option to turn it off.
Mouse sensitivity
Mouse input in menus
Mouse Y-axis inversion
Controller
Controller support
Full controller support
Controller must be enabled manually.
Controller remapping
See the glossary page for potential workarounds.
Controller sensitivity
Controller Y-axis inversion
Controller types
XInput-compatible controllers
Xbox button prompts
Impulse Trigger vibration
PlayStation controllers
See the glossary page for potential workarounds.
Generic/other controllers
See the glossary page for potential workarounds.
Additional information
Controller hotplugging
Haptic feedback
Digital movement supported
Simultaneous controller+KB/M

Audio

Audio feature State Notes
Separate volume controls
Music, Effects, Dialogues, Movies
Surround sound
Subtitles
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
German
Italian
Portuguese
Fan translation by rubinho146, download. Replaces Spanish.
Spanish

Network

Multiplayer types

Type Native Players Notes
Local play
4 Split-screen. 2 players only in Story Mode. Up to 4 players in the Multiplayer section.
LAN play
Online play

VR support

Issues fixed

Game launches into a white screen and then crashes

Fix in registry[3]
  1. Open the configuration file(s) location with the Registry Editor.
  2. Set ScreenWindowed from 01 00 00 00 to 00 00 00 00.
  3. When the game launches, it will go immediately into fullscreen. If the screen resolution is labelled as undefined, do not switch back to windowed mode, as the game window shrinks and can no longer be interacted with, making the process needed to be redone.

Windowed mode doesn't persist

Use Family Guy: Back to the Multiverse FOV Fix
The normal FGUY.exe is bugged and resets back to fullscreen each time you boot up the game, despite the settings being set to windowed.
If the screen resolution is labelled as undefined, follow the steps to set up Widescreen resolution to get the correct resolution.

Other information

API

Technical specs Supported Notes
Direct3D 9
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Physics Havok
Audio FMOD
Interface Scaleform
Cutscenes Bink Video

System requirements

Windows
Minimum Recommended
Operating system (OS) XP
Processor (CPU) Intel Core 2 Duo E2180 2.0 GHz
AMD Athlon 64 X2 4000+
System memory (RAM) 2 GB
Hard disk drive (HDD) 6 GB
Video card (GPU) Nvidia GeForce 7900 GS
ATI Radeon HD 3450
256 MB of VRAM
DirectX 9.0c compatible


Notes

  1. 1.0 1.1 Notes regarding Steam Play (Linux) data:
  2. When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).

References