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 "Nitronic Rush"

From PCGamingWiki, the wiki about fixing PC games
m (Added MobyGames)
(→‎Audio settings: localization section added)
Line 178: Line 178:
 
|eax support              =  
 
|eax support              =  
 
|eax support notes        =  
 
|eax support notes        =  
 +
}}
 +
 +
{{L10n|content=
 +
{{L10n/switch
 +
|language  = English
 +
|interface = true
 +
|audio    = unknown
 +
|subtitles = unknown
 +
|notes    =
 +
|ref      =
 +
|fan      =
 +
}}
 
}}
 
}}
  

Revision as of 13:07, 29 August 2021

For the spiritual successor made by a similarly staffed team, see Distance.

Nitronic Rush
Nitronic Rush cover
Developers
Team Nitronic
Publishers
DigiPen Institute of Technology
Release dates
Windows November 11, 2011
Nitronic Rush on MobyGames

Key points

No longer receives updates
Game is completely free
Free soundtrack also available

General information

Official Website
Official Forum
Official FAQ

Availability

Source DRM Notes Keys OS
Developer website
DRM-free
Free Download
Windows

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\config\[Note 1]

Save game data location

System Location
Windows %LOCALAPPDATA%\digipen\nitronic_rush\

Video settings

Options menu
Options menu

Template:Video settings

Field of view (FOV)

Set Camera FOV[citation needed]
  1. Go to <path-to-game>\Objects\
  2. Open ChaseCamera.xml in a text editor.
  3. Look for "Slow Camera FoV" value= and "Fast Camera FoV" value=
  4. FOV scales up as the car's speed increases. These two parameters set the minimum and maximum values respectively.
  5. Change the two values to the numbers you want and save the file.
Graphical effects in the car's wake will look odd or outright glitched at higher FOV values.
Only sets FOV during race gameplay; camera will suddenly switch to the new FOV when the "3, 2, 1" countdown has ended and the race starts.

Input settings

List of control schemes
List of control schemes

Template:Input settings

Remapping

The game's controls cannot be changed in-game, but can be changed a Lua script[1]
Change the file ControlScheme_TriggerPedals_RollStick.lua[citation needed]
  1. Go to <path-to-game>\LuaScripts\
  2. Find ControlScheme_TriggerPedals_RollStick.lua and copy it somewhere safe (just in case you mess up the file while editing it)
  3. Open the original (non-copied) ControlScheme_TriggerPedals_RollStick.lua in a text editor. This is the file that contains the controls for the game
  4. Change certain entries. For example, on line #36, just below where it says -- gas/brake, you can change it so W would be gas.

For example,

Original line: Input:BindAnalog("CarGas", KeyEnum.key_NOTAKEY, KeyEnum.key_UP) Changed line: Input:BindAnalog("CarGas", KeyEnum.key_NOTAKEY, KeyEnum.key_W)

After you finish editing the file, save it and run Nitronic Rush.

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English

Network

Multiplayer types

Type Native Notes
LAN play
Online play

Other information

API

Technical specs Supported Notes
Direct3D 9.0c
Executable 32-bit 64-bit Notes
Windows

System requirements

Windows
Minimum
Operating system (OS) XP, Vista, 7
Processor (CPU) 1.7 GHz Dual Core or better
System memory (RAM) 2 GB
Hard disk drive (HDD) 1 GB
Video card (GPU) 512 MB of VRAM
DirectX 9.0c compatible

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).

References