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 "12 Is Better than 6"

From PCGamingWiki, the wiki about fixing PC games
(Removed IGDB rating (fewer than 4 critics))
m (→‎Save game data location: Remove extra braces)
 
(12 intermediate revisions by 8 users not shown)
Line 6: Line 6:
 
{{Infobox game/row/publisher|HypeTrain Digital}}
 
{{Infobox game/row/publisher|HypeTrain Digital}}
 
|engines      =  
 
|engines      =  
{{Infobox game/row/engine|GameMaker|ref=<ref>[https://steamcommunity.com/games/12isBetterThan6/announcements/detail/840295827271626083 Gamepad in Beta! - Steam Community :: Group Announcements :: 12 is Better Than 6]</ref>}}
+
{{Infobox game/row/engine|GameMaker|ref=<ref>{{Refurl|url=https://steamcommunity.com/games/12isBetterThan6/announcements/detail/840295827271626083|title=Gamepad in Beta! - Steam Community :: Group Announcements :: 12 is Better Than 6|date=May 2023}}</ref>}}
 
|release dates=  
 
|release dates=  
 
{{Infobox game/row/date|Windows|November 20, 2015}}
 
{{Infobox game/row/date|Windows|November 20, 2015}}
Line 51: Line 51:
 
{{ii}} All OS X and Linux versions require {{DRM|Steam}}.
 
{{ii}} All OS X and Linux versions require {{DRM|Steam}}.
  
 +
==Monetization==
 
{{DLC|
 
{{DLC|
{{DLC/row| Art Book |  | Windows, OS X, Linux }}
 
{{DLC/row| Soundtrack |  | Windows, OS X, Linux }}
 
 
{{DLC/row| The Apostles |  | Windows, OS X, Linux }}
 
{{DLC/row| The Apostles |  | Windows, OS X, Linux }}
 
}}
 
}}
Line 62: Line 61:
 
{{Game data/config|Windows|{{p|appdata}}\_12ibt6\settings.ini}}
 
{{Game data/config|Windows|{{p|appdata}}\_12ibt6\settings.ini}}
 
{{Game data/config|OS X|}}
 
{{Game data/config|OS X|}}
{{Game data/config|Linux|}}
+
{{Game data/config|Linux|{{p|linuxhome}}/.config/_12ibt6/settings.ini}}
 
}}
 
}}
 
{{XDG|unknown}}
 
{{XDG|unknown}}
Line 70: Line 69:
 
{{Game data/saves|Windows|{{p|appdata}}\_12ibt6\savedata.ini}}
 
{{Game data/saves|Windows|{{p|appdata}}\_12ibt6\savedata.ini}}
 
{{Game data/saves|OS X|}}
 
{{Game data/saves|OS X|}}
{{Game data/saves|Linux|}}
+
{{Game data/saves|Linux|{{p|linuxhome}}/.config/_12ibt6/savedata.ini}}
 
}}
 
}}
  
Line 118: Line 117:
 
|antialiasing              = false
 
|antialiasing              = false
 
|antialiasing notes        =  
 
|antialiasing notes        =  
 +
|upscaling                  = unknown
 +
|upscaling tech            =
 +
|upscaling notes            =
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
Line 209: Line 211:
 
|mute on focus lost notes =  
 
|mute on focus lost notes =  
 
|eax support              =  
 
|eax support              =  
|eax support notes        =  
+
|eax support notes         =
 +
|royalty free audio       = unknown
 +
|royalty free audio notes  =  
 
}}
 
}}
  
Line 236: Line 240:
 
|notes    =  
 
|notes    =  
 
|fan      =  
 
|fan      =  
 +
}}
 +
{{L10n/switch
 +
|language  = Polish
 +
|interface = hackable
 +
|audio    = n/a
 +
|subtitles = hackable
 +
|notes    = [https://www.mediafire.com/file/pan8erjyhbnx9f7/12_is_Better_Than_6_PL.exe/file Fan translation]
 +
|fan      = true
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
Line 278: Line 290:
 
|windows 32-bit exe    = true
 
|windows 32-bit exe    = true
 
|windows 64-bit exe    = false
 
|windows 64-bit exe    = false
 +
|windows arm app        = unknown
 
|windows exe notes      = Not large address aware.{{cn|date=2019-12-02}}
 
|windows exe notes      = Not large address aware.{{cn|date=2019-12-02}}
|mac os x powerpc app  =  
+
|mac os x powerpc app  = unknown
 
|macos intel 32-bit app = unknown
 
|macos intel 32-bit app = unknown
 
|macos intel 64-bit app = unknown
 
|macos intel 64-bit app = unknown
 +
|macos arm app          = unknown
 
|macos app notes        =  
 
|macos app notes        =  
|linux 32-bit executable= unknown
+
|linux 32-bit executable= hackable
|linux 64-bit executable= unknown
+
|linux 64-bit executable= false
|linux executable notes =  
+
|linux arm app          = unknown
 +
|linux executable notes = See Run game on Linux
 
}}
 
}}
 +
 +
===Run the game on Linux===
 +
{{ii}} The game requires libcrypto.so.1.0.0 and libssl.so.1.0.0 shared libraries. These files are from [https://www.openssl.org/ OpenSSL]. Recent systems block version 1.0.0 because of security reasons ([https://www.openssl.org/source/ not supported anymore]).
 +
{{Fixbox|description=Missing shared libraries|ref=<ref>{{Refcheck|user=Littleducksugar|date=2023-12-22|comment=I was unable to launch the game on my PC (manjaro). After some search I found that the game requires some specific version of shared libraries. After manually putting these shared libraries into the right place in the game folder and providing a environment variable to tell the game where to find these libraries I was able to play the game.}}</ref>|fix=
 +
# [https://community.pcgamingwiki.com/files/file/2851-missing-shared-libraries Download the 2 missing libraries]
 +
# Copy {{file|libcrypto.so.1.0.0}} and {{file|libssl.so.1.0.0}} to {{P|game}}/12ibt6Hi/lib.
 +
# Save {{P|game}}/12ibt6Hi/lib path into LD_LIBRARY_PATH env variable (export {{P|game}}/12ibt6Hi/lib)}}
 +
  
 
==System requirements==
 
==System requirements==
Line 292: Line 315:
 
|OSfamily = Windows
 
|OSfamily = Windows
  
|minOS    = Vista
+
|minOS    = Vista/7/8.1
 
|minCPU  = Intel Pentium 2.9 GHz
 
|minCPU  = Intel Pentium 2.9 GHz
 
|minRAM  = 2048 MB
 
|minRAM  = 2048 MB
Line 301: Line 324:
 
|minDX    = 9.0c
 
|minDX    = 9.0c
  
|recOS    = 7, 8.1
+
|recOS    =  
 
|recCPU  =  
 
|recCPU  =  
 
|recRAM  =  
 
|recRAM  =  
Line 314: Line 337:
 
|minOS    = 10.6+
 
|minOS    = 10.6+
 
|minCPU  = Intel Pentium 2.9 GHz
 
|minCPU  = Intel Pentium 2.9 GHz
|minRAM  = 2 GB
+
|minRAM  = 2048 MB
 
|minHD    = 300 MB
 
|minHD    = 300 MB
 
|minGPU  =  
 
|minGPU  =  

Latest revision as of 01:26, 19 March 2024

12 Is Better than 6
12 Is Better than 6 cover
Developers
Ink Stains Games
Publishers
HypeTrain Digital
Engines
GameMaker[1]
Release dates
Windows November 20, 2015
Linux November 24, 2015[2]
macOS (OS X) March 26, 2016[3]
Reception
Metacritic 74
OpenCritic 60
Taxonomy
Monetization Expansion pack
Modes Singleplayer
Perspectives Scrolling, Top-down view
Genres Shooter, Stealth
Art styles Stylized
Themes North America, Western
12 Is Better than 6 on HowLongToBeat
12 Is Better than 6 on IGDB
12 Is Better than 6 on MobyGames

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Humble Store
DRM-free
Icon overlay.png
Windows
Steam
Icon overlay.png
Windows
macOS (OS X)
Linux
Official website (unavailable)
DRM-free
Via Humble Widget.
Icon overlay.png
Windows
All OS X and Linux versions require Steam DRM.

Monetization

DLC and expansion packs

Name Notes
The Apostles
Windows
macOS (OS X)
Linux

Game data

Configuration file(s) location

System Location
Windows %APPDATA%\_12ibt6\settings.ini
macOS (OS X)
Linux $HOME/.config/_12ibt6/settings.ini
It's unknown whether this game follows the XDG Base Directory Specification on Linux. Please fill in this information.

Save game data location

System Location
Windows %APPDATA%\_12ibt6\savedata.ini
macOS (OS X)
Linux $HOME/.config/_12ibt6/savedata.ini

Save game cloud syncing

System Native Notes
Steam Cloud

Video

General settings.
General settings.
Graphics settings.
Graphics settings.

Graphics feature State Notes
Widescreen resolution
Option to select High resolution and Low resolution when launching the game means game's assets. Fullscreen uses desktop resolution regardless of choice.
Multi-monitor
Ultra-widescreen
16:9 only.
4K Ultra HD
Field of view (FOV)
Windowed
Freely resizeable window. Adds borders on non-16:9 window sizes.
Borderless fullscreen windowed
See the glossary page for potential workarounds.
Anisotropic filtering (AF)
Anti-aliasing (AA)
See the glossary page for potential workarounds.
Vertical sync (Vsync)
60 FPS
Choice of 30 FPS or 60 FPS cap.[4]
120+ FPS
High dynamic range display (HDR)
See the glossary page for potential alternatives.

Input

Input settings.
Input settings.

Audio

Audio settings.
Audio settings.

Audio feature State Notes
Separate volume controls
Game and Music
Surround sound
Subtitles
All speech is text.
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
French
German
Polish
Fan translation
Russian
Spanish

Other information

API

Technical specs Supported Notes
Direct3D 9, 11
Executable 32-bit 64-bit Notes
Windows
Not large address aware.[citation needed]
macOS (OS X)
Linux
See Run game on Linux

Run the game on Linux

The game requires libcrypto.so.1.0.0 and libssl.so.1.0.0 shared libraries. These files are from OpenSSL. Recent systems block version 1.0.0 because of security reasons (not supported anymore).
Missing shared libraries[5]
  1. Download the 2 missing libraries
  2. Copy libcrypto.so.1.0.0 and libssl.so.1.0.0 to <path-to-game>/12ibt6Hi/lib.
  3. Save <path-to-game>/12ibt6Hi/lib path into LD_LIBRARY_PATH env variable (export <path-to-game>/12ibt6Hi/lib)


System requirements

Windows
Minimum
Operating system (OS) Vista/7/8.1
Processor (CPU) Intel Pentium 2.9 GHz
System memory (RAM) 2048 MB
Hard disk drive (HDD) 300 MB
Video card (GPU) 512 MB of VRAM
DirectX 9.0c compatible
Shader model 3.0 support
macOS (OS X)
Minimum
Operating system (OS) 10.6+
Processor (CPU) Intel Pentium 2.9 GHz
System memory (RAM) 2048 MB
Hard disk drive (HDD) 300 MB
Video card (GPU) 512 MB of VRAM
DirectX 9 compatible
Shader model 3.0 support
Linux
Minimum
Operating system (OS) Ubuntu 14.04
Processor (CPU) Intel Pentium 2.9 GHz
System memory (RAM) 2048 MB
Hard disk drive (HDD) 300 MB
Video card (GPU) 512 MB of VRAM


References

  1. Gamepad in Beta! - Steam Community :: Group Announcements :: 12 is Better Than 6 - last accessed on May 2023
  2. 12 is Better Than 6 :: Linux Support - last accessed on 2019-14-02
  3. 12 is Better Than 6 · AppID: 410110 · Steam Database - last accessed on 2019-02-14
  4. The Big update! - Steam Community :: Group Announcements :: 12 is Better Than 6 - last accessed on September 3, 2016
    "you can turn on 60 FPS now"
  5. Verified by User:Littleducksugar on 2023-12-22
    I was unable to launch the game on my PC (manjaro). After some search I found that the game requires some specific version of shared libraries. After manually putting these shared libraries into the right place in the game folder and providing a environment variable to tell the game where to find these libraries I was able to play the game.