Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Ironsight .msh model Noesis script

Post questions about game models here, or help out others!
Post Reply
PeterZ
veteran
Posts: 95
Joined: Sat Sep 17, 2016 4:07 am
Has thanked: 6 times
Been thanked: 82 times

Ironsight .msh model Noesis script

Post by PeterZ »

Based on zaramot's maxscript
viewtopic.php?f=16&t=17148&hilit=ironsight#p134670

I fix some issues ( uv, bone transform ) and rewrite this script for Noesis.
Image

Unpack .wpg with d3v1l401's IronSightExtractor https://github.com/d3v1l401/IronSightExtractor or QuickBMS script https://zenhax.com/viewtopic.php?f=9&t=5050#p27077

For animation, check this topic:viewtopic.php?f=16&t=25770

Code: Select all

v1.0 (2021.11.7):Add static mesh and skeleton mesh (.msh)  support. Skeleton weight support.More research is need to support importing Normal.
v1.1 (2022.9.6) - Remove "addRootBone" feature. Use first bone instead.
v1.2 (2023.7.13) - Add ability to process Lods info
You do not have the required permissions to view the files attached to this post.
Last edited by PeterZ on Wed Jul 12, 2023 5:43 pm, edited 3 times in total.
stateeq
ultra-n00b
Posts: 1
Joined: Thu Aug 18, 2022 11:21 am

Re: Ironsight .msh model Noesis script

Post by stateeq »

Hey,

sorry for bumping such an old thread,
had some issues with the script (trying to export 2 models, one is foliage the other is some random antenna), it seems that wShift can have a value of 7 as well for foliage, and i have no idea what the issue with the antenna is

would be great if someone could take a look

antenna01_v01
grass02_v01_vege.zip

EDIT: seems that the grass_vege mesh is like a combination of multiple LODs or something, can't quite figure it out, so decided to use the same mesh without the _vege suffix (grass02_v01.msh, works fine). As to antennas not opening, there's something weird happening with material and mesh count offsets in those files, managed to fix it in a very hacky way by modifying the script, now all of the antennas open properly, UPDATED SCRIPT DOWNLOAD LINK
You do not have the required permissions to view the files attached to this post.
Post Reply