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 "Toxikk"

From PCGamingWiki, the wiki about fixing PC games
m (→‎top: General maintenance with AutoWikiBrowser in Bot mode)
 
(75 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{State|state=beta}}
 
 
{{Infobox game
 
{{Infobox game
 
|cover        = Toxikk Cover.jpg
 
|cover        = Toxikk Cover.jpg
 
|developers  =  
 
|developers  =  
 
{{Infobox game/row/developer|REAKKTOR Studios}}
 
{{Infobox game/row/developer|REAKKTOR Studios}}
 +
|publishers  =
 
|engines      =  
 
|engines      =  
 
{{Infobox game/row/engine|Unreal Engine 3}}
 
{{Infobox game/row/engine|Unreal Engine 3}}
 
|release dates=  
 
|release dates=  
{{Infobox game/row/date|Windows|EA}}
+
{{Infobox game/row/date|Windows|September 9, 2016|ref=<ref>{{Refurl|url=https://www.youtube.com/watch?v=n6S-NtUfp84|title=TOXIKK - RELEASE DATE REVEAL - YouTube|date=May 2023}}</ref>}}
 +
|taxonomy    =
 +
{{Infobox game/row/taxonomy/monetization      | One-time game purchase }}
 +
{{Infobox game/row/taxonomy/microtransactions | }}
 +
{{Infobox game/row/taxonomy/modes            | Multiplayer }}
 +
{{Infobox game/row/taxonomy/pacing            | }}
 +
{{Infobox game/row/taxonomy/perspectives      | }}
 +
{{Infobox game/row/taxonomy/controls          | }}
 +
{{Infobox game/row/taxonomy/genres            | }}
 +
{{Infobox game/row/taxonomy/sports            | }}
 +
{{Infobox game/row/taxonomy/vehicles          | }}
 +
{{Infobox game/row/taxonomy/art styles        | }}
 +
{{Infobox game/row/taxonomy/themes            | }}
 +
{{Infobox game/row/taxonomy/series            | }}
 +
|steam appid  = 324810
 +
|gogcom id    =
 +
|mobygames    =
 +
|strategywiki =
 
|wikipedia    = Toxikk
 
|wikipedia    = Toxikk
|steam appid  = 324810
+
|winehq      =  
 +
|license      = commercial
 
}}
 
}}
 +
 +
'''Key points'''
 +
{{++}} Ability to create custom maps, including Steam Workshop integration.
  
 
'''General information'''
 
'''General information'''
 
{{mm}} [http://forum.toxikk.com/index.php Official forums]
 
{{mm}} [http://forum.toxikk.com/index.php Official forums]
{{mm}} [http://steamcommunity.com/app/324810/discussions/ Steam Community Discussions]
+
{{mm}} [https://steamcommunity.com/app/324810/discussions/ Steam Community Discussions]
  
 
==Availability==
 
==Availability==
 
{{Availability|
 
{{Availability|
{{Availability/row| GamersGate | toxikk | Steam|}}
+
{{Availability/row| Humble | toxikk | Steam | | | Windows }}
{{Availability/row| Humble | toxikk | Steam|}}
+
{{Availability/row| Steam | 324810 | Steam | | | Windows }}
{{Availability/row| Steam | 324810 | Steam |}}
 
 
}}
 
}}
{{ii}} All versions require [[Steam]].
+
{{ii}} All versions require {{DRM|Steam}}.
  
 
==Essential improvements==
 
==Essential improvements==
 
===Skip intro videos===
 
===Skip intro videos===
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref=<ref>{{Refurl|url=https://www.reddit.com/r/TOXIKK/comments/54iueu/how_do_you_skip_the_intro_movies/|title= How do you skip the intro movies? : /r/TOXIKK/|date=2018-02-02}}</ref>|fix=
{{Fixbox/fix|Instructions|}}
+
# See [[#Launch parameters|Command line arguments]].
# See [[Glossary:Command line arguments|Command line arguments]].
+
}}
# Use <code>-nostartupmovies</code>
+
 
 +
{{Fixbox|description=Delete or rename video files|ref=<ref>{{Refcheck|user=Diskersen|date=2018-02-02}}</ref>|fix=
 +
# Go to <code>{{p|game}}UDKGame\Movies</code>
 +
# Delete or rename <code>ReakktorLogo.bik</code>, <code>ToxikkLogo.bik</code> and <code>UE3_logo.bik</code>
 +
}}
 +
 
 +
===Skip splash screen===
 +
{{Fixbox|description=Instructions|ref=<ref>{{Refcheck|user=Diskersen|date=2018-02-02}}</ref>|fix=
 +
# See [[#Launch parameters|command line arguments]].
 +
}}
 +
 
 +
{{Fixbox|description=Delete/rename the splash files|ref=<ref>{{Refcheck|user=Diskersen|date=2018-02-02}}</ref>|fix=
 +
# Go to <code>{{P|game}}\UDKGame\Splash\PC</code> in the installation folder.
 +
# Delete or rename <code>EdSplash.bmp</code> and <code>Splash.bmp</code>
 
}}
 
}}
  
 
===Improved mouse control===
 
===Improved mouse control===
{{Fixbox|1=
+
{{Fixbox|description=Configuration File Editing|ref=<ref>{{Refurl|url=https://steamcommunity.com/app/324810/discussions/0/610573009234251640/#c610573009234695658|title=Mouse smoothing? :: Toxikk Community Discussions|date=2018-02-02}}</ref>|fix=
{{Fixbox/fix|Edit configuration files}}
+
# Go to the [[#Game data|configuration file(s) location]].
# Navigate to <code>{{p|game}}\UDKGame\Config</code> and open {{file|UDKInput.ini}} with a text editor.
+
# Open {{file|UDKInput.ini}}.
# Change the following lines.
+
# Change <code>bEnableMouseSmoothing=true</code> to <code>bEnableMouseSmoothing=false</code>
<pre>
+
# Open {{file|UDKSystemSettings.ini}}.
bEnableMouseSmoothing=false
+
# Change <code>OneFrameThreadLag=true</code> to <code>OneFrameThreadLag=false</code>
</pre>
+
# Change <code>UseVsync=true</code> to <code>UseVsync=false</code>
 
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3. Navigate to <code>{{p|game}}\UDKGame\Config</code> and open {{file|UDKSystemSettings.ini}} with a text editor.
 
<br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4. Change the following lines.
 
<pre>
 
OneFrameThreadLag=false
 
UseVsync=false
 
</pre>
 
  
 
'''Notes'''
 
'''Notes'''
{{ii}} Setting '''OneFrameThreadLag''' to '''False''' may cause a drop in FPS.
+
{{ii}} Setting <code>OneFrameThreadLag</code> to <code>False</code> may cause a drop in FPS.<ref>{{Refurl|url=https://steamcommunity.com/app/324810/discussions/0/517141624281742053/#c517141807567679838|title=Any way to disable all the video effects? :: Toxikk Community Discussions|date=2018-02-02}}</ref>
 
}}
 
}}
  
Line 56: Line 81:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/row|Windows|{{P|game}}\UDKGame\Config}}
+
{{Game data/config|Windows|{{P|game}}\UDKGame\Config}}
  
 
}}
 
}}
Line 62: Line 87:
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/row|Windows|}}
+
{{Game data/saves|Windows|}}
 
}}
 
}}
  
 
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
{{Save game cloud syncing
 
{{Save game cloud syncing
|steam cloud           = false
+
|discord                  =
|steam cloud notes    =  
+
|discord notes            =
|gamesave manager      =  
+
|epic games launcher      =
|gamesave manager notes=  
+
|epic games launcher notes =
 +
|gog galaxy                =
 +
|gog galaxy notes          =
 +
|origin                    =
 +
|origin notes              =
 +
|steam cloud               = false
 +
|steam cloud notes        =
 +
|ubisoft connect          =
 +
|ubisoft connect notes    =  
 +
|xbox cloud                =  
 +
|xbox cloud notes         =  
 
}}
 
}}
  
==Video settings==
+
==Video==
[[File:Toxikk - Video Settings.png|290px|right|thumb|Video settings.]]
+
{{Image|Toxikk - Video Settings 1.jpg|First video settings.}}
{{Video settings
+
{{Image|Toxikk - Video Settings 2.jpg|Second video settings.}}
|wsgf link                  =  
+
{{Video
|widescreen wsgf award      =  
+
|wsgf link                  = https://www.wsgf.org/dr/toxikk/en
|multimonitor wsgf award    =  
+
|widescreen wsgf award      = limited
|ultrawidescreen wsgf award =  
+
|multimonitor wsgf award    = limited
|4k ultra hd wsgf award    =  
+
|ultrawidescreen wsgf award = incomplete
 +
|4k ultra hd wsgf award    = incomplete
 
|widescreen resolution      = true
 
|widescreen resolution      = true
 
|widescreen resolution notes=  
 
|widescreen resolution notes=  
|multimonitor              = Unknown
+
|multimonitor              = true
 
|multimonitor notes        =  
 
|multimonitor notes        =  
 
|ultrawidescreen            = true
 
|ultrawidescreen            = true
Line 93: Line 129:
 
|windowed                  = true
 
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
|borderless windowed        = false
+
|borderless windowed        = true
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
 
|anisotropic                = true
 
|anisotropic                = true
 
|anisotropic notes          =  
 
|anisotropic notes          =  
|antialiasing              = True
+
|antialiasing              = true
|antialiasing notes        = [[FXAA]], [[MLAA]].
+
|antialiasing notes        = [[FXAA]] and [[MLAA]].
 +
|upscaling                  = unknown
 +
|upscaling tech            =
 +
|upscaling notes            =
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
|high frame rate            = true
+
|60 fps                    = true
|high frame rate notes     = Up to 242 FPS.
+
|60 fps notes               =
 +
|120 fps                    = true
 +
|120 fps notes              = Up to 242 FPS.
 +
|hdr                        = unknown
 +
|hdr notes                  =
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 
}}
 
}}
  
==Input settings==
+
===Lens flare===
[[File:Toxikk - Input Settings.png|290px|right|thumb|Input settings.]]
+
{{Fixbox|description=Modify configuration files|ref=<ref>{{Refurl|url=https://steamcommunity.com/app/324810/discussions/0/610574394226903520/#c610574394229230490|title=Not feeling it :: Toxikk Community Discussions|date=2018-02-02}}</ref>|fix=
[[File:Toxikk - Mouse Settings.png|290px|right|thumb|Mouse settings.]]
+
# Go to the [[#Game data|configuration file(s) location]].
{{Input settings
+
# Open <code>UDKSystemSettings.ini</code>.
 +
# Set the first instance of <code>LensFlares=True</code> to <code>LensFlares=False</code> to disable.
 +
}}
 +
 
 +
==Input==
 +
{{Image|Toxikk - Weapon Settings.jpg|Weapon settings.}}
 +
{{Image|Toxikk - Mouse Settings.jpg|Mouse settings.}}
 +
{{Input
 
|key remap                = true
 
|key remap                = true
 
|key remap notes          =  
 
|key remap notes          =  
 
|acceleration option      = true
 
|acceleration option      = true
|acceleration option notes = Option to disable in settings
+
|acceleration option notes = In the '''Mouse''' options menu.
 +
|mouse sensitivity        = true
 +
|mouse sensitivity notes  =
 
|mouse menu                = true
 
|mouse menu                = true
 
|mouse menu notes          =  
 
|mouse menu notes          =  
Line 125: Line 177:
 
|controller remap          = unknown
 
|controller remap          = unknown
 
|controller remap notes    =  
 
|controller remap notes    =  
 +
|controller sensitivity    = unknown
 +
|controller sensitivity notes=
 
|invert controller y-axis  = unknown
 
|invert controller y-axis  = unknown
 
|invert controller y-axis notes=  
 
|invert controller y-axis notes=  
 
|touchscreen              = false
 
|touchscreen              = false
 
|touchscreen notes        =  
 
|touchscreen notes        =  
 +
|xinput controllers        = unknown
 +
|xinput controllers notes  =
 +
|xbox prompts              = unknown
 +
|xbox prompts notes        =
 +
|impulse triggers          = unknown
 +
|impulse triggers notes    =
 +
|dualshock 4              = unknown
 +
|dualshock 4 notes        =
 +
|dualshock prompts        = unknown
 +
|dualshock prompts notes  =
 +
|light bar support        = unknown
 +
|light bar support notes  =
 +
|dualshock 4 modes        = unknown
 +
|dualshock 4 modes notes  =
 +
|tracked motion controllers= unknown
 +
|tracked motion controllers notes =
 +
|tracked motion prompts    = unknown
 +
|tracked motion prompts notes =
 +
|other controllers        = unknown
 +
|other controllers notes  =
 +
|other button prompts      = unknown
 +
|other button prompts notes=
 +
|controller hotplug        = unknown
 +
|controller hotplug notes  =
 +
|haptic feedback          = unknown
 +
|haptic feedback notes    =
 +
|simultaneous input        = unknown
 +
|simultaneous input notes  =
 +
|steam input api          = unknown
 +
|steam input api notes    =
 +
|steam hook input          = unknown
 +
|steam hook input notes    =
 +
|steam input presets      = unknown
 +
|steam input presets notes =
 +
|steam controller prompts  = unknown
 +
|steam controller prompts notes =
 +
|steam cursor detection    = unknown
 +
|steam cursor detection notes =
 
}}
 
}}
 +
<gallery>
 +
File:Toxikk - Keyboard Settings 1.jpg|Keyboard Settings One
 +
File:Toxikk - Keyboard Settings 2.jpg|Keyboard Settings Two
 +
File:Toxikk - Keyboard Settings 3.jpg|Keyboard Settings Three
 +
File:Toxikk - Keyboard Settings 4.jpg|Keyboard Settings Four
 +
</gallery>
  
==Audio settings==
+
==Audio==
[[File:Toxikk - Audio Settings.png|290px|right|thumb|Audio settings.]]
+
{{Image|Toxikk - Audio Settings.jpg|Audio settings.}}
{{Audio settings
+
{{Audio
 
|separate volume          = true
 
|separate volume          = true
 
|separate volume notes    = Master, music, sounds, and voices.
 
|separate volume notes    = Master, music, sounds, and voices.
 
|surround sound          = true
 
|surround sound          = true
|surround sound notes    =  
+
|surround sound notes    = 5.1
 
|subtitles                = false
 
|subtitles                = false
 
|subtitles notes          =  
 
|subtitles notes          =  
Line 145: Line 243:
 
|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 151: Line 251:
 
{{L10n/switch
 
{{L10n/switch
 
  |language  = English
 
  |language  = English
  |interface = yes
+
  |interface = true
  |audio    = yes
+
  |audio    = true
  |subtitles = no
+
  |subtitles = false
 
  |notes    =  
 
  |notes    =  
 
  |fan      =  
 
  |fan      =  
|fan notes =
 
 
}}
 
}}
 
}}
 
}}
Line 164: Line 263:
 
|local play          =  
 
|local play          =  
 
|local play players  =  
 
|local play players  =  
 +
|local play modes    =
 
|local play notes    =  
 
|local play notes    =  
 
|lan play            = true
 
|lan play            = true
 
|lan play players    = 16
 
|lan play players    = 16
 +
|lan play modes      =
 
|lan play notes      =  
 
|lan play notes      =  
 
|online play          = true
 
|online play          = true
 
|online play players  = 16
 
|online play players  = 16
 +
|online play modes    =
 
|online play notes    =  
 
|online play notes    =  
|local co-op          =
 
|local co-op players  =
 
|local co-op notes    =
 
|lan co-op            =
 
|lan co-op players    =
 
|lan co-op notes      =
 
|online co-op        =
 
|online co-op players =
 
|online co-op notes  =
 
|hot-seat            =
 
|hot-seat players    =
 
|hot-seat notes      =
 
 
|asynchronous        =  
 
|asynchronous        =  
 
|asynchronous notes  =  
 
|asynchronous notes  =  
Line 201: Line 291:
  
 
{{Network/Ports
 
{{Network/Ports
|tcp  =
+
|tcp  =  
|udp  = 13000, 27015, 27036, 53779
+
|udp  = 13000, 27015, 27036, 53779
|upnp =  
+
|upnp = unknown
 
}}
 
}}
  
Line 218: Line 308:
 
| <code>-nosplash</code> || Skips the main splash screens.
 
| <code>-nosplash</code> || Skips the main splash screens.
 
|-
 
|-
| <code>-useallavailablecores</code>||  
+
| <code>-nostartupmovies</code> or <code>-nomovies</code> || Skips the intro movies.
 +
|-
 +
| <code>-useallavailablecores</code>||
 
|-
 
|-
 
| <code>-dx11</code> || Forces the game to run under D3D11.
 
| <code>-dx11</code> || Forces the game to run under D3D11.
Line 238: Line 330:
 
|mantle support        =  
 
|mantle support        =  
 
|mantle support notes  =  
 
|mantle support notes  =  
 +
|vulkan versions        =
 +
|vulkan notes          =
 
|dos modes              =  
 
|dos modes              =  
 
|dos modes notes        =  
 
|dos modes notes        =  
 
|shader model versions  = 3.0
 
|shader model versions  = 3.0
 
|shader model notes    =  
 
|shader model notes    =  
|64-bit executable     = false
+
|windows 32-bit exe    = true
|64-bit executable notes=  
+
|windows 64-bit exe    = false
 +
|windows arm app        = unknown
 +
|windows exe notes      =
 +
|macos intel 32-bit app =
 +
|macos intel 64-bit app =
 +
|macos arm app          = unknown
 +
|macos app notes        =
 +
|linux 32-bit executable=  
 +
|linux 64-bit executable=
 +
|linux arm app          = unknown
 +
|linux executable notes =  
 
}}
 
}}
  
Line 251: Line 355:
  
 
|minOS    = XP
 
|minOS    = XP
|minCPU  = 2.0+ GHz processor
+
|minCPU  = 2.0+ GHz
 
|minRAM  = 4 GB
 
|minRAM  = 4 GB
|minGPU  = GeForce GTX 260  
+
|minGPU  = Nvidia GeForce GTX 260
 
|minHD    = 4 GB  
 
|minHD    = 4 GB  
  
 
|recOS    = 8
 
|recOS    = 8
|recCPU  = 3.0+ GHz Multi-Core Processor  
+
|recCPU  = 3.0+ GHz Multi-Core Processor
 
|recRAM  = 8 GB
 
|recRAM  = 8 GB
|recGPU  = GeForce GTX 560
+
|recGPU  = Nvidia GeForce GTX 560
 
|recHD    = 4 GB
 
|recHD    = 4 GB
 
}}
 
}}
  
 
{{References}}
 
{{References}}

Latest revision as of 08:30, 21 May 2023

Toxikk
Toxikk cover
Developers
REAKKTOR Studios
Engines
Unreal Engine 3
Release dates
Windows September 9, 2016[1]
Taxonomy
Monetization One-time game purchase
Modes Multiplayer
Toxikk on Wikipedia

Key points

Ability to create custom maps, including Steam Workshop integration.

General information

Official forums
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Humble Store
Icon overlay.png
Windows
Steam
Icon overlay.png
Windows
All versions require Steam DRM.

Essential improvements

Skip intro videos

Instructions[2]
  1. See Command line arguments.
Delete or rename video files[3]
  1. Go to <path-to-game>UDKGame\Movies
  2. Delete or rename ReakktorLogo.bik, ToxikkLogo.bik and UE3_logo.bik

Skip splash screen

Instructions[4]
  1. See command line arguments.
Delete/rename the splash files[5]
  1. Go to <path-to-game>\UDKGame\Splash\PC in the installation folder.
  2. Delete or rename EdSplash.bmp and Splash.bmp

Improved mouse control

Configuration File Editing[6]
  1. Go to the configuration file(s) location.
  2. Open UDKInput.ini.
  3. Change bEnableMouseSmoothing=true to bEnableMouseSmoothing=false
  4. Open UDKSystemSettings.ini.
  5. Change OneFrameThreadLag=true to OneFrameThreadLag=false
  6. Change UseVsync=true to UseVsync=false

Notes

Setting OneFrameThreadLag to False may cause a drop in FPS.[7]

Game data

Configuration file(s) location

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

Save game data location

System Location
Windows
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/324810/pfx/[Note 2]

Save game cloud syncing

System Native Notes
Steam Cloud

Video

First video settings.
First video settings.
Second video settings.
Second video settings.

Lens flare

Modify configuration files[8]
  1. Go to the configuration file(s) location.
  2. Open UDKSystemSettings.ini.
  3. Set the first instance of LensFlares=True to LensFlares=False to disable.

Input

Weapon settings.
Weapon settings.
Mouse settings.
Mouse settings.

Keyboard and mouse State Notes
Remapping
Mouse acceleration
In the Mouse options menu.
Mouse sensitivity
Mouse input in menus
Mouse Y-axis inversion
Controller
Controller support
Controller types

Audio

Audio settings.
Audio settings.

Audio feature State Notes
Separate volume controls
Master, music, sounds, and voices.
Surround sound
5.1
Subtitles
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English

Network

Multiplayer types

Type Native Players Notes
LAN play
16
Online play
16

Connection types

Ports

Protocol Port(s) and/or port range(s)
UDP 13000, 27015, 27036, 53779
Universal Plug and Play (UPnP) support status is unknown.

Other information

Launch parameters

For further instructions on how to use these, see Command line arguments.
Parameter Description
-ResX YourWidth -ResY YourHeight Sets the viewport's resolution.
-windowed
-nosplash Skips the main splash screens.
-nostartupmovies or -nomovies Skips the intro movies.
-useallavailablecores
-dx11 Forces the game to run under D3D11.

API

Technical specs Supported Notes
Direct3D 9, 11 D3D11 needs to be forced manually. See Launch parameters.
Shader Model support 3.0
Executable 32-bit 64-bit Notes
Windows

System requirements

Windows
Minimum Recommended
Operating system (OS) XP
Processor (CPU) 2.0+ GHz
System memory (RAM) 4 GB
Hard disk drive (HDD) 4 GB
Video card (GPU) Nvidia GeForce GTX 260


Notes

  1. 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).
  2. 2.0 2.1 Notes regarding Steam Play (Linux) data:

References

  1. TOXIKK - RELEASE DATE REVEAL - YouTube - last accessed on May 2023
  2. How do you skip the intro movies? : /r/TOXIKK/ - last accessed on 2018-02-02
  3. Verified by User:Diskersen on 2018-02-02
  4. Verified by User:Diskersen on 2018-02-02
  5. Verified by User:Diskersen on 2018-02-02
  6. Mouse smoothing? :: Toxikk Community Discussions - last accessed on 2018-02-02
  7. Any way to disable all the video effects? :: Toxikk Community Discussions - last accessed on 2018-02-02
  8. Not feeling it :: Toxikk Community Discussions - last accessed on 2018-02-02