BFBB JSP Tool: Difference between revisions

m
6 revisions imported
Battlepedia>Dark
(correct user page link)
m (6 revisions imported)
 
(4 intermediate revisions by 3 users not shown)
Line 1:
==Introduction==
This is a small tool made by community member [[User:igorseabra4|igorseabra4]] in C#.
 
'''Note''': [[Industrial Park (level editor)|Industrial Park]] has the same function of this tool through the Export button in the [[Industrial Park (level editor)#Asset Data Editor|Asset Data Editor]] for [[BSP]], [[JSP]] and [[MODL]] assets, being able to export to multiple formats with an updated function, making this tool obsolete.
Its function is to convert JSP model files from Battle for Bikini Bottom (level models) into OBJ which can be imported into a 3d model editor such as 3ds Max. It also has been tested and seems to work fine on Movie Game and The Incredibles JSPs. Currently it only works on files from the XBOX version of the games. It should be able to convert some DFF models (MODL assets) into OBJ as well. The OBJ files have vertex positions, texture coordinates, materials and vertex colors.
 
==Usage==
ItsBFBB functionJSP Tool is a tool to convert JSP model files from Battle for Bikini Bottom, Movie Game and The Incredibles (level models) into OBJ which can be imported into a 3d model editor such as 3ds Max. It also has been tested and seems to work fine on Movie Game and The Incredibles JSPs. Currently it only works on files from the XBOXXbox version of the games. It should be able to convert some DFF models (MODL assets) into OBJ as well. The OBJ files have vertex positions, texture coordinates, materials and vertex colors.
 
A MAXScript is included in the download link which can be used to preserve vertex colors when importing the model into 3ds Max (they are not supported with the normal OBJ importer, or in other 3d model editors).
 
The MTL file will be expecting all images as PNG in the same directory as the files. The easiest way to extract them is to follow [[Industrial Park (Level Editor)#Displaying Textures|Displaying Textures]] to extract all textures from the HOP file into a folder using Industrial Park and [[Magic.TXD]]; after that, use Bulk Rename Utility to remove the '''.RW3''' from each texture's file name.
 
===Links===