def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("Croixleur", ".rin")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("Titan Quest", ".tex")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
Example #3
0
def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("Scarlet Legacy Textures", ".pkt")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("Touhou Mahjong", ".dat")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''

    handle = noesis.register("Travia 2 Textures", ".bmx")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''

    handle = noesis.register("Cloud Nine Texture", ".xtex")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("Deadly Premonition", ".xpc")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''

    handle = noesis.register("Touhou Mahjong", ".dat")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("Fantasy Earth Zero Textures", ".tex")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("Romancing Clannad RPG", ".pic")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("Travia 2 Textures", ".bmx")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''

    handle = noesis.register("Fantasy Earth Zero Textures", ".tex")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''

    handle = noesis.register("Titan Quest", ".tex")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''

    handle = noesis.register("With Your Destiny Texture", ".wys")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("DK Online Texture", ".xtex")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    """Register the plugin"""

    handle = noesis.register("Ares", ".dxt")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
def registerNoesisTypes():
    '''Register the plugin'''
    
    handle = noesis.register("Shokushu game", ".dat")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1
Example #18
0
def registerNoesisTypes():
    handle = noesis.register("MegamanX8 Texture Archive", ".wpg")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    # noesis.setHandlerWriteRGBA(handle, noepyWriteRGBA)

    # noesis.addOption(handle, "-shift", "<arg> is texture shift from the beginning of data block", noesis.OPTFLAG_WANTARG)
    # noesis.addOption(handle, "-size", "<arg> is size of texture in bytes", noesis.OPTFLAG_WANTARG)
    return 1
Example #19
0
def registerNoesisTypes():
    handle = noesis.register("Bionicle Heroes textures", ".nup")
    noesis.setHandlerTypeCheck(handle, bhCheckType)
    noesis.setHandlerLoadRGBA(handle, bhLoadRGBA)
    handle = noesis.register("Bionicle Heroes textures", ".hgp")
    noesis.setHandlerTypeCheck(handle, bhCheckType)
    noesis.setHandlerLoadRGBA(handle, bhLoadRGBA)
    noesis.logPopup()
    return 1
Example #20
0
def registerNoesisTypes():
    handle = noesis.register("TitanQuest Model", ".msh")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadModel(handle, noepyLoadModel)
    
    handle = noesis.register("TitanQuest Texture", ".tex")
    noesis.setHandlerTypeCheck(handle, noepyCheckTex)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    
    handle = noesis.registerTool("&TitanQuest merger", mergeToolMethod)
    return 1
def registerNoesisTypes():
    handle = noesis.register("Soulbringer", ".b16")
    noesis.setHandlerTypeCheck(handle, texCheckType)
    noesis.setHandlerLoadRGBA(handle, texLoadRGBA_B16)
    noesis.setHandlerWriteRGBA(handle, texWriteRGBA_B16)

    handle2 = noesis.register("Soulbringer", ".bin")
    noesis.setHandlerTypeCheck(handle2, texCheckType)
    noesis.setHandlerLoadRGBA(handle2, texLoadRGBA_BIN)
    noesis.setHandlerWriteRGBA(handle2, texWriteRGB_BIN)
    return 1
Example #22
0
def registerNoesisTypes():
	handle = noesis.register("Midtown Madness / Midnight Club", ".tex")
	noesis.setHandlerTypeCheck(handle, texCheckType)
	noesis.setHandlerLoadRGBA(handle, texLoadRGBA)
	noesis.setHandlerWriteRGBA(handle, texWriteRGBA)
	return 1
def registerNoesisTypes():
    handle = noesis.register("PowerVR Archive", ".kvm")
    noesis.setHandlerTypeCheck(handle, artCheckType)
    noesis.setHandlerLoadRGBA(handle, artLoadRGBA)
    return 1
Example #24
0
def registerNoesisTypes():
   handle = noesis.register("Bionicle: the Game images", ".bin")
   noesis.setHandlerTypeCheck(handle, noepyCheckType)
   noesis.setHandlerLoadRGBA(handle, Bio1LoadRGBA)
   noesis.logPopup()
   return 1
def registerNoesisTypes():
    handle = noesis.register("American Chopper CSI Image", ".csi")
    noesis.setHandlerTypeCheck(handle, noepyCheckType)
    noesis.setHandlerLoadRGBA(handle, noepyLoadRGBA)
    return 1