Skip to content

Pokemon Scarlet and Violet Support #5

Description

@Jazzcraft

def execute(self, context): directory = os.path.dirname(self.filepath) if self.multiple == False: filename = os.path.basename(self.filepath) f = open(os.path.join(directory, filename), "rb") start = time.time() from_trmdl(directory, f, self.rare, self.loadlods) f.close() end = time.time() print("Time Taken to load:{}".format(end - start)) return {'FINISHED'} else: file_list = sorted(os.listdir(directory)) obj_list = [item for item in file_list if item.endswith('.trmdl')] start = time.time() for item in obj_list: f = open(os.path.join(directory, item), "rb")
if color1 == (1.0, 1.0, 1.0, 1.0) and color2 == (1.0, 1.0, 1.0, 1.0) and color3 == (1.0, 1.0, 1.0, 1.0) and color4 == (1.0, 1.0, 1.0, 1.0): material.node_tree.links.new(alb_image_texture.outputs[0], mix_color6.inputs[1])
ScarletAndVioletHaveFileDifferencesFromLegendsArceus
This is when you attempt to load in a Scarlet and Violet Model.
There are new Pokemon in this game, and they have more detailed textures like fur in some old Pokemon.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions