发布用户:bity_1700368256发布类型:转载
原创作者:Iboltax - Adeline - Waswar所在平台:互联网
发布日期:2023-07-19 11:45:42更新日期:2024-10-27 00:58:30
是否开源:否是否免费:是
审核人员:甜面酱(违规侵权资源,点击直接联系可快速删除!)
模组标签:物品运行环境:骑马与砍杀
浏览次数:56
MOD介绍:
Virake's Male and Female Face Replacer Compilation 替换男和女的面部
这是什么:
这是一个mods的组合,大大改善了所有角色的面孔,尤其是女性。
特点:
合并Iboltax的男性面部替换器与Adeline和Waswar的女性面部替换器。
妇女的新的充满活力的眼睛纹理
男士的新面部纹理。(来自其他作者)
换了一个香草女性头发。
回复男性马尾辫头发回香草。
切换的女性马尾辫头发到男性版本。
清理和重组BRF文件。
要求:
Native Mount&Blade:Warband,v1.170(据报道也适用于其他版本)
可以使用Floris Mod Pack v2.55e的版本
安装:
将存档解压缩到模块的文件夹中(通常为“Steam \ steamapps \ common \ MountBlade Warband \ Modules \ Native”)
覆盖现有文件。
或者,我建议这样做:
复制Native模块
重命名它
将mod安装到副本中
这样,如果出现问题,您将始终能够恢复原状。
警告:使用此mod创建的女性角色在其他人的多人游戏中会显得扭曲(如果他们没有这个或原始的Adeline和Waswar的mod)。为避免这种情况,请遵循此处的详细说明。
合并:
注意: 如果以下说明不适合您,或者您遇到错误或其他问题 - 请不要向我寻求帮助。我不会解释如何使其与其他mod一起使用,因为我必须深入挖掘文件并重新学习与Mount&Blade modding相关的所有内容。你不妨自己动手 - 即使不是更多,也会同样有效。如果您不想通过反复试验(我的方式),请访问TaleWorlds论坛,有一些指南和教程可能会对您有所帮助。但是不要指望有人能给你一个简单的解决方案......当谈到修改这个游戏时,*一切*都比它应该更复杂。
要将此替换程序安装到非本机模块中,请像往常一样提取所有内容,但不要覆盖“module.ini”。相反,使用任何文本编辑器打开此文件(模块的文件夹),找到每行以“load_resource”开头的部分(也可能包含“load_mod_resource”或“load_module_resource”),并将以下行添加到顶部:
load_mod_resource = char_common
load_mod_resource = char_man_beard
load_mod_resource = char_man_hair
load_mod_resource = char_man_face
load_mod_resource = char_woman_hair
load_mod_resource = char_woman_face接下来,删除以下每一行:
load_resource = textures_face_gen
load_resource = materials_face_gen
load_resource = meshes_face_gen
load_resource =
beards load_resource = hair最后,确保“module.ini”中指定的其他BRF文件不包含与我的mod中的名称相同的网格或纹理引用。如果存在冲突,您可能会遇到严重的图形故障。在这种情况下,使用OpenBRF打开BRF文件,检查冲突并删除冲突的条目。
一点历史:
Iboltax的mod目前是我所知道的唯一一款让男性在Warband看起来不太体面的模式。Broken_one和Barf的女性面部替代品也是最长时间内唯一可用的东西,虽然我不会说它看起来很丑陋(比香草好几英里!),它给女性高高的额头。你只能想象我是如何欣喜若狂的发现Adeline和Waswar的mod,它不仅看起来比以前更好,而且还修复了额头。不幸的是,似乎没有人愿意将它与Iboltax的mod结合起来,所以我决定自己做。我几乎完全通过反复试验(以及一些逻辑思维)完成了这一点,因为我不知道如何修改Warband。
反馈:
请报告您遇到的任何错误。如果您可以建议可能的改进 - 请随意这样做。
What's this:
It's a combination of mods that drastically improves faces of all characters, especially women.
Features:
Merged Iboltax's Male Face Replacer with Adeline and Waswar's Female Face Replacer.
New vibrant eye texture for women.
New face textures for men. (from other authors)
Replaced one more vanilla female hair.
Reverted male ponytail hair back to vanilla.
Switched female ponytail hair to male version.
Cleaned and reorganized BRF-files.
Requirements:
Native Mount & Blade: Warband, v1.170 (reported to work on other versions as well)
Version for Floris Mod Pack v2.55e is available
Installation:
Extract the archive into your module's folder (usually "Steam\steamapps\common\MountBlade Warband\Modules\Native")
Overwrite the existing files.
Alternatively, and I recommend doing this:
Copy the Native module
Rename it
Install the mod into the copy
This way you will always be able to revert back to the original, in case something goes wrong.
WARNING: Female characters created with with this mod will appear distorted in multiplayer for other people (if they don't have this or the original Adeline and Waswar's mod). To circumvent this, follow the detailed instructions from HERE.
Merging:
NOTE: If the following instructions don't work for you, or you get bugs, or other issues — please, don't ask me for help. I will not be explaining how to make it work with other mods, because I'd have to go digging through the files and re-learn everything related to Mount & Blade modding. You might as well do it all yourself — that would be just as effective, if not more. If you don't want to learn by trial and error (the way I did it), go to TaleWorlds forum, there are some guides and tutorials that might help you. But don't expect somebody to just give you an easy solution… when it comes to modding this game, *everything* is more complicated than it should be.
To install this replacer into a non-native module, extract everything as usual, but don't overwrite "module.ini". Instead, open this file (the one your module's folder) with any text editor, find the section in which every line starts with "load_resource" (may also include "load_mod_resource" or "load_module_resource"), and add the following lines to the top:
load_mod_resource = char_common
load_mod_resource = char_man_beard
load_mod_resource = char_man_hair
load_mod_resource = char_man_face
load_mod_resource = char_woman_hair
load_mod_resource = char_woman_faceNext, remove each of the following lines:
load_resource = textures_face_gen
load_resource = materials_face_gen
load_resource = meshes_face_gen
load_resource = beards
load_resource = hairLastly, make sure that other BRF-files specified in "module.ini" do not contain meshes or texture references with the same names as the ones in my mod. If there are conflicts, you may experience severe graphical glitches. In that case, use OpenBRF to open the BRF-files, check for conflicts, and remove the conflicting entries.
A bit of history:
Iboltax's mod is currently the only mod I'm aware of that makes men look semi-decent in Warband. Broken_one and Barf's female face replacer was also the only thing availible for the longest time, and while I wouldn't say it looks ugly (miles better than vanilla!), it gives women grotesquely tall foreheads. You can only imagine how ecstatic I was to discover Adeline and Waswar's mod, which not only looks much better than the what I had before, but also fixes the foreheads. Unfortunately, nobody seemed to care enough to combine it with Iboltax's mod, so I decided to do it myself. I accomplished this almost entirely through trial and error (as well as a bit of logical thinking), as I don't exactly know how to mod Warband.
Feedback:
Please, report any bugs you encounter. If you can suggest possible improvements - feel free to do so.
演示截图:
回复区
昵称:
邮箱:
内容: