Executable: Difference between revisions
imported>Leoetlino →Leftover debug or development tools: ActorCapture |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 277: | Line 277: | ||
EventPatroller can apparently make use of Havok script files (hks) in dev builds<ref><code>script_name</code> (in the order data) is a path to a hks file.</ref>. However, all script-related code is stubbed in release builds and both the <code>hks</code> and <code>lua</code> resource factories are unused. | EventPatroller can apparently make use of Havok script files (hks) in dev builds<ref><code>script_name</code> (in the order data) is a path to a hks file.</ref>. However, all script-related code is stubbed in release builds and both the <code>hks</code> and <code>lua</code> resource factories are unused. | ||
==== Placement ==== | |||
The <code>bplacement</code> resource factory is stubbed in release builds. The associated resource class is also stubbed. It is unknown what Placement files would have contained. (Configuration for the [[PlacementMgr]]?) | |||
Given the small resource size, it is likely that bplacement files are not [[AAMP]] resources but [[BYML]]s. | |||
==== Demo ROM types ==== | ==== Demo ROM types ==== | ||
| Line 288: | Line 293: | ||
* Anything else is treated as "Normal". | * Anything else is treated as "Normal". | ||
If the ROM type is set to Show_2017_1st or RID_Demo in release build, the title will change to the demo menu. | |||
==== ErrorViewer and Stage Select ==== | ==== ErrorViewer and Stage Select ==== | ||