Introduction
NearInfinity (NI for short) is an Infinity Engine browser and editor. You can read more about it on the NearInfinity Wiki.
Hide NI DOS is a program that quietly runs NearInfinity with the specified Java Virtual Machine (VM) options, which may be necessary if NI runs out of memory. Hide NI DOS also provides a graphical user interface (GUI) for NearInfinity’s optional command-line parameters. You can read more about the various options and parameters here.
This utility was built using the AutoHotkey scripting language, and as such will perform best on newer Windows operating systems. It has been optimized for Windows 10.
•Back To Top
Installation
Installation is very simple: just extract the contents of the archive (including relative paths) into any directory and run "Hide NI DOS.exe".
The first time you run the program, the Configuration GUI will be displayed with some reasonable defaults already selected. Set the various options as desired, and make sure to select the full path to the NearInfinity.jar file you wish the program to quietly run in the future. When ready, you can select "Run" to run NI with the selected options but leave the Configuration GUI open, or you can select "OK" to save your selections and close the GUI. Subsequently running Hide NI DOS will run NI with the options you saved without displaying the Configuration GUI.
To reopen the Configuration GUI again later, run Hide NI DOS.exe with the "-Config" parameter. In other words, save
"Hide NI DOS.exe" -Config
to a .BAT file and run it. Similarly, you may also run
to view an About dialog with copyright information. Both such Windows Batch (.BAT) files have already been set up for you.
Back To Top
Frequently Asked Questions
Q: Why is this program needed?
A: Basically, the default memory allocation settings (which are platform-dependent) are just not high enough, especially when using a 32-bit version of Java. NearInfinity can run out of memory if used for long periods of time, causing it to freeze or give OutOfMemory errors. The best way to counteract this is to allocate more memory for NI to use at runtime. Hide NI DOS is better than commonly distributed .BAT files because it makes it easy to adjust more than just the maximum size of the memory allocation pool. More importantly, it hides the command prompt window through which NI is run.
•Back To Top