Back to Index Page generated: May 8, 2024, 6:16:03 AM

Expansion HUD Toggle

Content

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description A primable kit, use the 'n' key to make your HUD disappear/reappear (no pause needed). This tweak makes impulse eye-candy screenshots much simpler. A primable kit, use the 'n' key to make your HUD disappear/reappear (no pause needed). This tweak makes impulse eye-candy screenshots much simpler.
Identifier oolite.oxp.zzz.Montana05_HUD_toggle oolite.oxp.zzz.Montana05_HUD_toggle
Title HUD Toggle HUD Toggle
Category Mechanics Mechanics
Author Cim, Cody Cim, Cody
Version 1.00 1.00
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
Optional Expansions
Conflict Expansions
Information URL http://aegidian.org/bb/viewtopic.php?f=4&t=20955 n/a
Download URL https://wiki.alioth.net/img_auth.php/9/98/Oolite.oxp.zzz.Montana05_HUD_toggle.OXZ n/a
License CC BY-NC-SA 4.0 CC BY-NC-SA 4.0
File Size n/a
Upload date 1621215640

Documentation

Also read http://wiki.alioth.net/index.php/HUD%20Toggle

read_me.txt

Overview
========

A primable kit, use the 'n' key to make your HUD disappear/reappear (no pause needed). This tweak makes impulse 
eye-candy screenshots much simpler. 

Credits
=======

based on a concept of Cim, improved by Cody

License
=======

This work is licensed under Creative Commons Attribution Non-Commercial Share Alike 4.0 International (CC BY-NC-SA 4.0).
To view a copy of this license visit https://creativecommons.org/licenses/by-nc-sa/4.0

Version History
===============

V 1.00
initial release

Equipment

Name Visible Cost [deci-credits] Tech-Level
HUD Toggle yes 500 6+

Ships

This expansion declares no ships.

Models

This expansion declares no models.

Scripts

Path
Scripts/hud-toggle.js
this.activated = function() {
  player.ship.hudHidden = !player.ship.hudHidden;
}