User contributions for Ihatecompvir

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

  • 22:22, 15 April 2022 diff hist +1,058 N RndCreated page with "Short for "render" or "rendering". Classes with the Rnd prefix all deal with things that will be drawn to the screen. ==List of Rnd Assets== The following is a list of Rnd assets that can appear inside of Milo scenes. It should be noted that the type stored in the Milo scene lacks the Rnd prefix (so RndFont becomes Font, RndTex becomes Tex, etc.) * RndAmbientOcclusion * RndAnimatable * RndAnimFilter * RndBitmap * RndBone * RndCam * RndCamAnim * RndColorXfm * RndConsole..." current
  • 20:27, 15 April 2022 diff hist +26 m DataNode→‎Structure
  • 20:24, 15 April 2022 diff hist +599 N SymbolCreated page with "An object used internally by the Milo engine to represent some text. Symbols are loaded into a symbol table dynamically as they are created and are guaranteed to not be freed or have their memory address changed, and as such are reusable. They support localization for when they need to be displayed in UI. Many functions take Symbols and will not function correctly if a regular <code>char *</code> is passed in. ==Structure== The Symbol structure is universal and is the..." current
  • 20:10, 15 April 2022 diff hist +59 m DataNodeSwitch to official type names from RBVR PDB
  • 16:09, 15 April 2022 diff hist +761 N RndPostProcCreated page with "RndPostProc (short for render post-processing) is an asset used to define post processing filters that appear over the venue during gameplay. Introduced in Guitar Hero 2, Harmonix began heavily using them in the Rock Band games to enhance the visual experience. Songs can call upon a specific post processing effect via an event in the MIDI, or via the song.anim file inside the song's Milo scene using a tool such as MiloMod. In The Beatles: Rock Band and later..." current
  • 15:52, 15 April 2022 diff hist +698 N UIColorCreated page with "Defines a color used to tint a UI object. Commonly used for tinting labels. First introduced in The Beatles: Rock Band. Harmonix's description for this is: </br> <q>Just a color, used by UI components.</q> ==Structure== {| class="wikitable" !Name !Type !Size !Description |- |Revision |Integer |4 bytes |The version of the asset. 0 is the only revision. |- |Metadata |Structure |Variable |The metadata for the asset (DTB properties, note, etc.) |- |Red |Float |4 bytes |The..." current
  • 14:39, 15 April 2022 diff hist +1,698 N DataNodeinitial page for DataNodes