Nominal v1.1.5
TLDR Changelog
- Reduced ENTR key redundancy. Pressing the Prog, Verb, or Noun key will immediately put the computer into input mode, removing the need to press enter twice; e.g. Press PROG, Press ENTR, Enter value, Press ENTR can now be done as follows: Press PROG, Enter value, Press ENTR.
- Shorthand for '00' (Prog, Verb, Noun) and '0000' has been implemented; when the input field reads '--' or '----', the ENTR key can be pressed to immediately set the active field value to 0.
- Added new NOUN to the ANNUNCIATOR computer PROG: 'Signmode,' this allows players to enter a sign number and get the mode the sign is currently using (OFF, ON, Mode 1, Mode 2, Mode 3)
- Added a new option to the Options Menu: Zoom FOV. This option will allow players to adjust how zoomed in the camera gets when using the zoom mouse button (lower Zoom FOV values = more intense zoom)
- Ship Manual has been updated to reflect procedure and program changes
- Heavily optimized and refactored backend code for the ship computer to make it more maintainable/scaleable (it was already getting out of hand and optimizations should make the comptuer more performant)
- Lowered the Pixel Light Count for Ultra Quality settings (attempting to hunt down an occasional issue where the cabin light and cockpit decal backlighting drops framerates when using Ultra Quality on high-end hardware); this will be reversed if it does not solve the issue
- Fixed a bug with carot positions and visibility not being correctly reset when canceling input with the CLR button or rebooting the computer
- Fixed a bug where the plus(+) and minus(-) keys could increment/decrement the NOUN value while MODIFIER entry was active
Changed files in this update