BFBB JSP Tool: Difference between revisions

m
6 revisions imported
Battlepedia>Dark
mNo edit summary
m (6 revisions imported)
 
(3 intermediate revisions by 2 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).