Difference between revisions of "NrM file"

From RRU Knowledge Base
m
Line 1: Line 1:
{{lowercase}}{{WIP}}
{{lowercase}}{{WIP}}
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 [[Programming Mission Objectives|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 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.
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 [[Programming Mission Objectives|mission objectives]]. This file is unencrypted and is editable in notepad.  It is very similar to the [[NRN file]] and contains much of the same data. It is labeled as a "NERPs Source File." The NrM file 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; these are translated to a series of [[Parameters]] and [[Special Parameters]] in the NrM file, which are in turn 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.
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 16:18, 23 May 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 similar to the NRN file and contains much of the same data. It is labeled as a "NERPs Source File." The NrM file 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; these are translated to a series of Parameters and Special Parameters in the NrM file, which are in turn 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.