TPF files are used to manage multiple pictures, in each of which are registered pairs of Texture Image Files (TMF) and
Texture Lookup Table Files (TLF).
N64 CITextureEditor can edit only one TPF file at a time.
TPF files are represented as Makefile-like files.
#directory of TPF files TPF_DIR = C:\nintendo\n64kit\texedit\user_data #directory of TMF files TMF_DIR = $(TPF_DIR) #directory of TLF files TLF_DIR = $(TPF_DIR) #number of registered pictures PICT_NUM = 2 #Picture (PICT.<n> = <picture name>,<TMF>,<TLF>,<palette>�j PICT.0 = Picture0, Texture0.tmf, Palette0.tlf, 0 PICT.1 = Picture1, Texture1.tmf, Palette0.tlf, 0 |
The basic formatting rules are
Macro names reserved by TPF files are as follows.
Copyright (C) 1998 NINTENDO Co.,Ltd. Copyright (C) 1998 NINTENDO OF AMERICA, Inc. Copyright (C) 1998 MONEGI CORPORATION. Copyright (C) 1998 INTELLIGENT SYSTEMS Co.,Ltd. All rights reserved. |