游戏狂人
 
- 贡献度
- 96
- 金元
- 9814
- 积分
- 1365
- 精华
- 0
- 注册时间
- 2023-3-9
|
本帖最后由 清秋锁梧桐 于 2024-6-22 10:47 编辑
如题,搬运N网,https://www.nexusmods.com/eldenring/mods/3596?tab=description简而言之就是幻化装备,使用方法:
- Download ModEngine2 and extract it somewhere.
- Extract ertransmogrify.dll and ertransmogrify.ini put them in the ModEngine-2.x folder. They should be in the same folder that has config_eldenring.toml in it.
- Open config_eldenring.toml, and add the mod to the DLL list:
external_dlls = [
"ertransmogrify.dll",
]
If there are already DLLs in the list, make sure they're separated by commas. For example:
external_dlls = [
"coolmod.dll",
"someothermod.dll",
"ertransmogrify.dll",
] - Double-click launchmod_eldenring.bat to start the game.
|
评分
-
1
查看全部评分
-
|