Jump to content

Search the Community

Showing results for tags 'textures'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discusson
    • News and Announcements
    • Introduction
    • Website
    • Offtopic
  • Game Modding
    • Tutorials
    • 3D/2D models
    • Audio file formats
    • Graphic file formats
    • Animation file formats
    • Video file formats
    • Misc file formats
    • Game engine file formats
    • Game Archive
    • Compressed files and methods
    • Code Talk
    • Game Localization
  • Game Tools Support
    • Applications/Tools
    • Scripts or Other Utilities
  • QuickBMS
    • Releases
    • Discussion and Help

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 2 results

  1. Version 1.0.0

    51 downloads

    Noesis script for meshes and textures of Marvel's Avengers 2020 Works: - geometry - multiple UV channels - skeletons/skin (test) - textures - multiple textures in single file (usually standart and HD) - split LODs (use pugin versian 29, version 25 outdated, left just as archive. ) Does not work: - some textures update 16.09.2020 add: - skeletons/skin (test) - script for skeleton searching - multiple textures in single file update 19.09.2020 add: - split LODs (use pugin version 29, version 25 outdated, left just as archive. ) update 01.10.2020 improved texture support update 14.10.2020 add: support LOD's number for submesh. Now script load ONLY LOD1 (with max detalization). You can load all LODs - edit script for it string 30 CODE: SELECT ALL LoadOnlyLod1 = True set to CODE: SELECT ALL LoadOnlyLod1 = False hotfix14.10.2020#1 Some models has lod0, added its extraction to parametr LoadOnlyLod1 Extracting characters with skeleton: place skeleton file to folder with model, skeleton name must be strictly "skeleton.maskl". Skeleton be found in DTPData folder. It's just a renamed *.dtp file You can use skeleton_finder.py tool for search "skeleton"'s file. Just edit "search_dir = "D:\\marvel\\drm_unp"" to your path - script check dpd files, copy and renamed its to "skeleton_XXX.maskl" in same folder. The script may not find all the files, or it may mistakenly recognize some of them. It doesn't fully parse the file structure - it just looks for similar ones. For some models, skeletons need to be looked for in other "DRM" folders. You can use noesis to view skeletons structure. Thanks (Nicknames taken from Xentax) : Dazzy - for researching the skeleton structure Based on Gh0stBlade's script for Tomb Raider
  2. Howdy modders! Not sure where else to post this, but I just wanted to share a small personal project with you all that I took a week or so to create. https://jenkinstr.github.io/JMD-Forza-Vehicle-Database/ The page itself takes a bit to load because of the thousands of elements, give it a second or two until it fully loads before using it, as the JavaScript to make the filters/search work loads last. It's not particularly mobile friendly either but that shouldn't be a problem for modders. I tested it on a range of screen sizes. This was created from all versions of Forza that are extractable on PC, with the only exception being Apex and the most recent Motorsport 2023. FM5 and FM6 are not included as they were never released for PC, and FM1 is excluded as it uses a different file system for vehicles than the rest. If you have any questions or suggestions or just want to discuss the crazy amounts of data, I'd love to hear it! 🙂
×
×
  • Create New...