Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Extract .ib and .vb format 3D model from 3Dmigoto buffer files.

License

Notifications You must be signed in to change notification settings

StarBobis/3Dmigoto-Sword-Lv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

This project is stop developed and transfer all code into my MigotoModTool (MMT) project,and keep developing it there, so this repository now turn into archived.

3Dmigoto-Sword

Extract .ib and .vb format 3D model from 3Dmigoto buffer files.

A gift for all 3Dmigoto mod author, happy new year 2024!

image

Feature

  • Support every d3d11 mod type of GI,HI3,HSR,ZZZ,NBP
  • Designed with a GUI and reverse CLI program writen in C++ ,very simple to use,and extremely fast to reverse.
  • Log supported.

Tutorial

tutorial for how to use see https://youtu.be/F2EQLG6Xw_A

How to Build

Some preconfig you will need to have:

  • VisualStudio 2022 VS143toolset.
  • Install Boost 1.84.0

initialize boost config: .\bootstrap.bat

build boost:

.\b2.exe variant=release link=static runtime-link=static threading=multi runtime-debugging=off

ThirdParty Used

Acknowledgement

  • Great thanks for SilentNightSound for GIMI project and his original reverse scripts.
  • Great thanks to 자연풍경 for reverse POC and his C# single mod ini parse code.
  • Great thanks to a unknown ProModder in AGMG for test and merged.ini parse py scripts.
  • Great thanks to Звездный Мираж and Песчаный for offer the original C++ reverse code design.

Discord

Server invite link: https://discord.gg/Cz577BcRf5

If you find any 3Dmigoto mod can't be reverse, contact me or open a issue with mod file in attachment and I will fix the problem as soon as I can.