Difference between revisions of "NrM file"

From RRU Knowledge Base
m
Line 4: Line 4:
Like the NRN File, changes made to the NRM file do not affect the NPL file, nor do they make any changes to the game.
Like the NRN File, changes made to the NRM file do not affect the NPL file, nor do they make any changes to the game.


[[Category:FIle formats in LEGO Rock Raiders]]
[[Category:File formats in LEGO Rock Raiders]]

Revision as of 19:57, 19 March 2018

This article is an unfinished work in progress or contains transferred information that needs to be rewritten or reformatted to fit our standards. Please excuse the mess and do not mark for deletion.

One of several Level Files located in a Mission's level folder, the NRM file is a modified C++ script that contains the Level's mission objectives. This file is unencrypted and is editable in notepad. It is very much like the NRN file and contains much of the same information. It is labeled as a "NERPs Source File." It is an exact unencrypted version of the NPL file and contains all the information in the parent file, nerpnrn.h. Under certain circumstances, it is more useful to refer to this file rather than the NRN file as the NRN file will occasionally not match the NRM file, especially when using opening and closing "Function()" sections, which are translated to a series of Parameters and Special Parameters in the NRM file, which are encrypted into the NPL file.

Like the NRN File, changes made to the NRM file do not affect the NPL file, nor do they make any changes to the game.