Essentials Series/Industrial Park basics: Difference between revisions

Battlepedia>Igorseabra4
No edit summary
 
(13 intermediate revisions by 5 users not shown)
Line 4:
When you open IP (that's how I'll sometimes refer to the tool) for the first time, you'll see an empty main window and the About box. You can close the About box for now.
 
== HIP/HOP Files, Layers and Assets ==
To open a HIP or HOP file in IP:
To open a HIP or HOP file in IP, click the Archive Editor tool strip item and open a new one. Use File -> Open to open a HIP or HOP file; open a second Archive Editor and do it again to open the second one in the pair (for example: JF01.HIP and JF01.HOP). You'll usually want both the HIP and the HOP of a level open in separate Archive Editors when editing it (this doesn't apply to Scooby which has only HIPs for each level). HIP and HOP files are, in fact, one single format (which is HIP); the difference between a HIP and a HOP is simply the type of asset which is usually stored in each of them.
# Click the '''Archive Editor''' tool strip item, then on '''New Editor''' (Ctrl + N) to open a new Archive Editor window.
# Use '''File -> Open''' to open a level's HIP file (for example: JF01.HIP).
# Open a second Archive Editor and do it again to open the HOP file (for example: JF01.HOP). This does not apply to Scooby, which has no HOPs.
# You probably want to open a third Archive Editor to open the '''boot.HIP''' file, located in the game's root.
# You'll usually want both the HIP and the HOP of a level open in separate Archive Editors when editing it, and you might want boot.HIP too, since it contains the models for pickups.
 
Alternatively, you can use the '''Open Level''' tool (available from the Archive Editor tool strip item or by pressing Ctrl + I), which allows you to select a HIP, a HOP, boot.HIP and additional localization files (present in some of the games, such as Movie) and open all of them at once.
HIP archives are composed of multiple layers, and each layer can contain many assets. Assets can be of various types, and each type has a different function in the game. Learning how to mod BFBB is basically learning how to work with different asset types (unless we're talking about code hacks, which is different from what we're doing here). We're going to look at each asset type in detail in the tutorial.
 
HIP and HOP files are, in fact, one single format (referred to as the [[HIP (File Format)|HIP]] archive format); the difference between a HIP and a HOP is simply the type of asset which is usually stored in each of them. There's no restriction on which asset type can go on each file, though. Internally, there's no difference.
 
HIP archives are composed of multiple layers, and each layer can contain many assets. Assets can be of various types, and each type has a different function in the game. Learning how to mod BFBBthese games is basically learning how to work with different asset types (unless we're talking about code hacks, which is different from what we're doing here). We're going to look at each asset type in detail in the tutorial.
 
== View Controls ==
Line 17 ⟶ 26:
* '''Q, E''': decrease interval, increase interval (view move speed)
* '''1, 3''': decrease rotation interval, increase rotation interval (view rotation speed)
* '''B''' and '''N''': select previous/next [[../Asset Templates|template]]
* '''C''': toggles backface culling
* '''F''': toggles wireframe mode
* '''G''': open [[../Editing Assets/#Asset Data Editor|Asset Data Editor]] for selected assets
* '''H''': drop selected assets (causes them to fall to nearest surface below)
* '''R''': reset view
* '''T''': snap [[../Editing Assets/#Gizmos|gizmos]] to grid
* '''U''': toggle [[../User Interfaces/|UI Mode]]
* '''V''': cycle between [[../Editing Assets/#Gizmos|gizmos]]
Mouse* mode ('''Z)''': toggle mouse mode: similar to a first person camera. The view rotates automatically as you move the mouse. Use the keyboard to move around.
* '''Z''': toggle mouse mode
* '''F1''': displays the [[#View Config|View Config]] box
* '''Ctrl + Shift + S''' or '''F4''': save all open HIPs
* '''F5''': attempt to [[#File Associations|run game]]
* '''Delete''': delete selected assets
* '''Ctrl + Shift + H''': closes all Asset Data Editors and any other windows which are not Archive Editors, useful in case too many are open
 
Mouse controls:
Line 33 ⟶ 48:
* '''Middle click and drag''' to rotate view
* '''Mouse wheel''' to move forward/backward
* '''Right click''' on screen to choose a [[../Editing Assets/#Gizmos|gizmo]] or [[../Asset Templates/|template]]
** '''Shift + Right click''' to place a [[../Asset Templates/|template]]
* '''Ctrl + Right click and drag''' to pan (move view up, left, down, right)
 
You can review those controls in IP in Options -> View Controls. Don't worry if you don't know what all of the things above are yet, we will cover everything in the tutorial seriestutorials.
Mouse mode (Z): similar to a first person camera. The view rotates automatically as you move the mouse. Use the keyboard to move around.
 
Don't worry if you don't know what all of the things above are yet, we will cover everything in the tutorial series.
 
[[File:Industrial Park Screenshot12.png|626px|thumb|center|This is what you'll see if you open both JF01 files in IP and move the view around a bit]]
 
In the Display tool strip menu, you can choose which asset types are currently being displayed. You can also toggle [[User Interfaces|UI Mode]] (U). If you're looking to hide the obnoxious large colored boxes/spheres from the view, these are the [[MVPT]], [[SFX]] and [[TRIG]] assets.
 
== View Config ==
The View Config allows you to view and set Industrial Park's 3D view's current position, rotation, movement speed (separate for position and rotation), maximum draw distance and, field of view and [[../Editing Assets/#Gizmos|gizmo]] grid size. Open it from the Options tool strip or by pressing F1.
 
[[File:Industrial Park Screenshot5.png|600px|thumb|center|View Config window]]
 
== Display ==
In the Display tool strip menu, you can choose a few options related to Industrial Park's renderer:
 
In* the'''Asset Display tool strip menu, you canTypes''': choose which asset types are currently being displayed. You can also toggle [[User Interfaces|UI Mode]] (U). If you're looking to hide the obnoxious large colored boxes/spheres from the view, these are the [[MVPT]]Move Point, [[SFX]] and [[TRIG]]Trigger assets.
 
* '''Colors''': use this to set colors for the widgets of different asset types (useful if the color scheme of the level you're editing is similar to one of the default colors, for example)
* '''No culling''': disables backface culling.
* '''Wireframe''': view models in wireframe mode.
* '''VSync''': uncheck this option to disable the framerate limiter.
* '''Lower Quality Graphics''': check this option to use 16 bit depth and stencil buffers and disable anti-aliasing, depth clip and anisotropic filtering (by default, 32 bit buffers are used and those options are on).
 
* '''UI Mode''' and '''UI Mode AutoSize''': toggles UI Mode. See [[../User Interfaces/]] for more info.
* '''Use LODT For Rendering''' and '''Use PIPT For Rendering''': uses the data on those assets to control the renderer. See [[../Stage Controllers/]] for more info.
* '''Hide Invisible Meshes''': hides models which are set to always be invisible through their atomic flags. Those meshes can be parts of bigger, visible models and can never be made visible ingame. See [[MODL]] for more info.
* '''Movement Preview''': see [[../Platforms/#Movement Preview|Platforms]] for more info.
 
== Projects ==
Line 75 ⟶ 102:
There are two useful file associations that will make your modding life easier (these are the default programs that open when you double-click a file in Windows Explorer). Both of them are optional.
 
* HIP/HOP files with Industrial Park: you can set this by clicking '''Associate HIP/HOP files''' under the OptionsTools tool strip menu in IP. This creates an association for HIP and HOP files on your registry so they'll open directly with Industrial Park if you double-click them.
 
* DOL files with Dolphin: you cannot do this through Industrial Park, so you have to create the association yourself either by double-clicking a DOL file and setting the default program to open it as Dolphin or by choosing Dolphin as the progam for DOL files in the Default Programs settings which you can open from the Control Panel on Windows. DOL files are GameCube executables; you can find it named as boot.dol under the sys folder which you extracted earlier.
Line 82 ⟶ 109:
 
== Editing Assets ==
Now that you know how to work Industrial Park, see the [[../Editing Assets/|next page]] in the tutorial to get started with editing assets.
 
[[Category:Modding]] [[Category:Tutorials]]