Difference between revisions of "User:Majiir/Game Database"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (XZise moved page Majiir/Game Database to User:Majiir/Game Database without leaving a redirect: goto user namespace)
m (Loading Mechanisms: Added asset types and goals, It may be appropriate for each asset type to be it's own page.)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
== Folder Structure ==
 
== Folder Structure ==
 +
{{Box| Topics:
 +
* /GameData/ vs /Parts/
 +
* Example folder structures
 +
* addressing
 +
* Load Order
 +
* /Flags/
 +
 +
}}
  
 
== Loading Mechanisms ==
 
== Loading Mechanisms ==
 +
{{Box| Topics:
 +
* Type Load Order
 +
 +
}}
 +
 +
==== Model Assets ====
 +
{{Box| Topics:
 +
* Mu v. DAE
 +
* Hierarchy
 +
* Object Naming Schemes
 +
* Shaders
 +
* Colliders
 +
* UV Maps?
 +
 +
}}
 +
 +
==== Texture Assets ====
 +
{{Box| Topics:
 +
* PNG Wins.
 +
* Normal maps
 +
* Alphas
 +
* In Memory compression
 +
 +
}}
 +
 +
 +
==== Sound Assets ====
  
 
== Accessing GameDatabase Assets ==
 
== Accessing GameDatabase Assets ==
 +
{{Box| Topics:
 +
* Debug menu browser
 +
 +
}}
  
 
== Reloading ==
 
== Reloading ==
 +
{{Box| Topics:
 +
* Limitations
 +
 +
}}

Latest revision as of 03:13, 25 September 2013

Overview

Folder Structure

Topics:
  • /GameData/ vs /Parts/
  • Example folder structures
  • addressing
  • Load Order
  • /Flags/

Loading Mechanisms

Topics:
  • Type Load Order

Model Assets

Topics:
  • Mu v. DAE
  • Hierarchy
  • Object Naming Schemes
  • Shaders
  • Colliders
  • UV Maps?

Texture Assets

Topics:
  • PNG Wins.
  • Normal maps
  • Alphas
  • In Memory compression


Sound Assets

Accessing GameDatabase Assets

Topics:
  • Debug menu browser

Reloading

Topics:
  • Limitations