-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想创建一款新游戏的扩展,遇到了一些问题 #17250
Comments
Hi there - it looks like Tale of Immortal is a unity game which means you can follow the same pattern as Valheim, Lethal Company, Goose Game, V Rising etc (Can't recall what other game extensions are out there). Most of those game extensions would've used the BepInEx injector rather than MelonLoader, but adding support for both isn't too complicated. Have a look at https://github.com/Nexus-Mods/Vortex/wiki/LEGACY-Tutorial-BepInEx-Extensions-Usage if/when adding BepInEx support. The Win64-Shipping.exe executables are generally distributed as part of a game that was developed using Unreal Engine and does not apply here. Just use |
Okay, thank you very much for your reply. I will try again |
Now, a new problem has arisen. My extension can be recognized, but I am unable to install mods through Vortex. I noticed that the mod files for this game are placed in "Steam \ teamapps \ workshop \ content \ 1468810" instead of the regular game folder, which makes me unsure how to write the index.js file. The current situation is that when dragging the mod file into Vortex, Vortex shows that the installation was successful, but the mod has not been loaded into the game. I compared the folder structure and found that the mod file structure installed through Vortex is not the same as the structure that can be recognized by the game. Although the official manager can install mods very well, if you want to use different mods for different saves, you need to re enable and disable mods every time you play different saves. However, I hope to manage mods flexibly through Vortex. I'm not very good at coding, can anyone write extensions for this game |
Hi @BUCTPJP, you can change the target mods folder in your game registration call via the If you do not feel confident in your coding abilities, try asking the community to help. I'm afraid we simply do not have enough manpower to develop the game extension ourselves, but we're more than happy to review your code and highlight any issues before it's added to the Vortex manifest. |
I want to create an extension for Tale of Immortal. When following the tutorial to create an index.js file, I found that this game is not like regular games such as Palword, which have files with the game name-Win64-Shipping.exe, making it impossible to create. The file structure of this game is also quite different. I would like to ask how to create an extension that supports this game
The text was updated successfully, but these errors were encountered: