WQ3465802 / GI-Model-Importer

Scripts and instructions on how to import custom models for a certain anime game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EN | 中文

GI-Model-Importer

Tools and instructions on how to import custom models into Genshin Impact

DISCLAIMER: Using this on official Genshin servers is very likely to get you banned. I do not recommend or condone the use of these scripts and programs on official servers, and if you do use it on official servers I take no responsibility for any consequences as a result.

Feel free to use or modify the scripts as you wish, though please give credit if you use these programs in your projects. I am continuing to update this program/page with new features and fixes, so check back often. I will list any changes made in the Changelog

For a simple walkthrough of removing a portion of a character mesh using these tools, see Mona Walkthrough. For a more advanced example of importing a custom model, see Cybertron's great video walkthrough: https://www.youtube.com/watch?v=7ijMOjhEvBw

Installation Instructions (3DMigoto)

(Note: SpecialK and 3DMigoto both use the same .dll file and perform similar functions, so it they cannot be run together. Melon and 3DMigoto are able to run together.)

  1. Download 3dmigoto.zip from this repository and extract it. I have provided two versions:

    • "3dmigoto (for development).zip" is a development version intended for creating mods which has all features turned on but is slower
    • "3dmigoto (for playing mods).zip" is a version of the program with most development features turned off and is faster, intended for releasing and playing mods
  2. Depending on the location of your Genshin Impact .exe file, you may need to change this line in the d3dx.ini file to point to your own installation (the Genshin game .exe, not the Genshin launcher.exe):

  1. Double click "3DMigoto Loader.exe" to start the loader, then start up Genshin through the GenshinImpact.exe (again, through the Genshin game .exe not the launcher.exe). If everything is correct so far, 3DMigoto should be injected into the game and you should see a green text overlay (only if using the development version, the "for playing" version does not show the green text):

image

  • Note: some people have reported an issue where the loader lists that it was unable to verify if 3dmigoto was loaded. This does not mean that 3dmigoto failed to inject - if the green text and mods show up, there are no issues

image

  1. Installation complete! You should now be able to load custom resources and override textures and shaders with 3DMigoto. To add mods, place them in the Mods folder (one mod per character at a time) and press F10 to load them in game:

image

 

Installation Instructions (3DMigoto Blender Plugin)

In order to modify game models, you need to also setup your Blender plugins and environment. The 3DMigoto plugin works with Blender 2.80-2.92

  1. Download and install Blender

    • Version 2.93 and above will fail to import files with the message TypeError: '_PropertyDeferred' object is not iterable
  2. Download and install the modified 3DMigoto plugin. You can install an add-on in Blender by going to Edit -> Preferences -> Add-Ons -> Install, then selecting the .py file.

  3. If done correctly, you should see 3DMigoto in the plugin list as well as new options in the import and export menus

 

Usage Instructions

See Usage Instructions

About

Scripts and instructions on how to import custom models for a certain anime game

License:GNU General Public License v3.0


Languages

Language:Python 100.0%