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 "Super Meat Boy"

From PCGamingWiki, the wiki about fixing PC games
m
(Moved Linux install issues into a Linux section, added game pad control)
Line 89: Line 89:
 
|minGPU1 = Graphics Card that supports Pixel Shader 2.0 and Vertex Shader 2.0
 
|minGPU1 = Graphics Card that supports Pixel Shader 2.0 and Vertex Shader 2.0
 
|recGPU1 = Graphics Card made within the last 4 years  
 
|recGPU1 = Graphics Card made within the last 4 years  
 +
}}
 +
 +
== Linux ==
 +
=== Installation problems ===
 +
If you purchased a Humble Indie Bundle that included Super Meat Boy and downloaded the Linux version you may have an issue installing it. In Ubuntu 12.04 the file has no default program and running it in terminal causes an error.
 +
 +
This can be remedied by opening your terminal and navigating to the folder containing the Super Meat Boy file. Once there use:
 +
<pre>chmod 700 [name of file]</pre>
 +
 +
This will change the permissions and allow you to use:
 +
<pre>./[name of file]</pre>
 +
which opens an installation window. You might need root access to complete the installation. Simply add "sudo" before your input and input your root password when requested.
 +
 +
=== Game pad control ===
 +
{{--}} Menu controls are non-configurable
 +
{{--}} Axis (analog) triggers do not seem to be supported
 +
In game controls are edited though the buttonmap.cfg file, found right under the Super Meat Boy folder.
 +
{{Fixbox|1=
 +
{{Fixbox/instructions|Analog trigger support}}
 +
:# Analog trigger support can be added though [http://qjoypad.sourceforge.net/ qjoypad]
 
}}
 
}}
  

Revision as of 06:20, 26 December 2012

This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.

Template:Infobox

Super Meat Boy is a retro-style platformer developed by Team Meat and is known for its difficult gameplay.

Versions

Super Meat Boy can be bought from Steam, Humble Store, GamersGate.

The Humble Store version has the advantage of containing copies without DRM and includes the game for Windows, Linux and Mac OS X. It also contains a key that can activate the game on Steam.

Issues and Fixes

Crashing Steam version

If the game crashes on launch, right-click the game in your Steam Library, click on properties and then 'Set Launch options...', and type the following:

-windowed -<YOUR RESOLUTION> -lowdetail

or:

  • Navigate to your Steamapps folder.
  • Go to 'Common', and scroll down to 'super meat boy'.
  • Right click the game file and go to the compatibility tab.
  • Check "Run this program in compatibility mode for" and select from the drop box "Windows XP (Service Pack 3)
  • Check "Run this program as an administrator"
  • Click OK.

Humble Indie Bundle Linux version

If you purchased a Humble Indie Bundle that included Super Meat Boy and downloaded the Linux version you may have an issue installing it. In Ubuntu 12.04 the file has no default program and running it in terminal causes an error.

This can be remedied by opening your terminal and navigating to the folder containing the Super Meat Boy file. Once there use:

chmod 700 [name of file]

This will change the permissions and allow you to use:

./[name of file]

which opens an installation window. You might need root access to complete the installation. Simply add "sudo" before your input and input your root password when requested.

Command Line Options

Tommy Refines stated that the following command line parameters work.

  • The command line allows you to change detail, resolution, and windowed/fullscreen status. When setting multiple options they must be separated with a space.
  • In order to modify your command line parameters, go into your Steam library, right click "Super Meat Boy", click Properties, and then click "Set Launch Options". Please note that all parameters must be defined with a "-" in order to operate properly.

Fullscreen / Windowed

  • -fullscreen Sets the game to run in full screen mode
  • -windowed Sets the game to run in windowed mode

Resolutions

  • -640x480 Sets the game to run at 640x480
  • -800x600 Sets the game to run at 800x600
  • -1024x768 Sets the game to run at 1024x768
  • -1280x720 Sets the game to run at 1280x720
  • -1920x1080 Sets the game to run at 1920x1080
  • These are the only supported resolutions from the command line.

Detail Settings

This will help address lag issues if you are experiencing them.

  • -ultralowdetail - Runs the game at the lowest detail, parallax is taken out, particle effects are ignored, animals are missing, set pieces are gone, lighting is ignored, images are lowest possible resolution (made for integrated graphics though not officially supported)
  • -lowdetail - Runs the game with with lowest resolution images, lighting is ignored, particle effects are ignored (use this if you are having lag on CHAD, Dr. Fetus, or levels where you die from moving platforms)
  • -meddetail - Runs the game with medium resolution images (mid range setting, run this if you are having slight lag)
  • -highdetail - Runs the game with highest resolution images (run this if you meet my minimum requirements listed above)

If you wanted to run in fullscreen at the highest resolution at the highest detail, your command line parameters should be:

-fullscreen -highdetail -1920x1080
  • If you have framerate issues, your command line parameters should be:
-windowed -lowdetail -640x480

These command lines also work for the Mac and Linux version of the game.

System Requirements

Template:SysReq

Linux

Installation problems

If you purchased a Humble Indie Bundle that included Super Meat Boy and downloaded the Linux version you may have an issue installing it. In Ubuntu 12.04 the file has no default program and running it in terminal causes an error.

This can be remedied by opening your terminal and navigating to the folder containing the Super Meat Boy file. Once there use:

chmod 700 [name of file]

This will change the permissions and allow you to use:

./[name of file]

which opens an installation window. You might need root access to complete the installation. Simply add "sudo" before your input and input your root password when requested.

Game pad control

Menu controls are non-configurable
Axis (analog) triggers do not seem to be supported

In game controls are edited though the buttonmap.cfg file, found right under the Super Meat Boy folder.

Instructions

Useful Links

  • supermeatboy.com, the official blog. Contains helpful technical posts among other things.

See Also