原文描述
Community Patch
– Shared Imports This mod provides NO functionality on its own. It is merely meant as a shared base dependency for other mods which require imports of classes and attributes to avoid unnecessary conflicts with intersecting imports from other mods. What's this all about? Aside from pure scripting functionality W3 scripts also provide access to a part of the (compiled) game engine functionality and runtime objects. Some of these exports allow for ingame realtime adjustments. But not all of the exported engine functions/classes are exposed in the vanilla game scripts. Some mods add additional class/variable imports in their own scripts. But most of the time they don't import all exported attributes of an imported class. Unfortunately this creates conflicts between mods which import the same or different parts of attributes in different files. To avoid these unnecessary merge conflicts this mods follows these rules: have no dependencies on other mods whatsoever and thus create a baseline layer on which other mods can depend without opening a chain of other dependencies (and potential merge conflicts)if a new class is imported in this mod then all of its attributes and all of its (currently not imported) dependent classes are fully imported, tooif new attributes of a vanilla scripts imported class are imported in this mod then all currently not imported attributes are imported, too How to install This mod was tested with the GOG game version 1.30+ but it should work with all different 1.30+ editions (GOTY, GOG, Steam). 1. Unpack the downloaded package into your Witcher 3 game directory. It should create a new modSharedImports folder in the mods directory of your W3 game. 2. Start your game and test whether there are any script conflicts with other installed mods. If necessary merge with your favorite tool (e.g. Script Merger). How to uninstall Delete the modSharedImports folder from the witcher3/mods directory. How to upgrade Delete the modSharedImports folder from the witcher3/mods directory and unpack the newly downloaded package into your Witcher 3 game directory as described in the install instructions. Note for mod users If you encounter an error of this kind: it means another of your installed mods already imports one of the imports of this mod. In this case you should identify this mod (e.g. by searching for the class name from the error in all *.ws files of your w3/mods folder) and contact the mod author. Ask him NICELY to consider updating his mod by adding a dependency on this shared import mod. The same goes for conflicts in these files: engine/components.ws engine/environment.ws I will NOT provide multiple versions of this mod as it makes no sense to create variability at this level! Note for mod authors Currently this mod imports among others the following classes (list contains only highest level):
– CGameWorld and all its depending classes (e.g. CEnvironmentDefinition)
– CRagdoll, CSkeleton
– CFurComponent (e.g. Hairworks parameters)
– CClothComponent (CApexResource)
– SBehaviorGraphInstanceSlot
– CLightComponent
– CCameraComponent
– CEntityTemplate
– CTriggerAreaEnvironmentVisibilityComponent
– CParticleComponent
– CAreaEnvironmentComponent
– CActionpointComponent It also imports all missing attributes for all the classes in the engine/components.ws file. This includes functions but those parameters and return values are unknown so if you figure those out please contact me so I can update this mod. If you add a dependency on this mod make sure you provide required minimum version as future updates may import new classes. However all updates will be backwards compatible (meaning no classes will be removed and no classes will be moved into other files!). If you need other imported classes please contact me so others may benefit from an updated version of the shared imports mod.
社区补丁 – 共享导入(Community Patch – Shared Imports)
本资源登录后免费下载
想要一键安装模组吗? 请下载模组管理器,让模组安装和管理变得更简单。
下载模组管理器
基础信息
授权
CC BY-NC-SA 4.0
- CC BY-NC-ND 4.0 — 署名、非商业使用、禁止演绎:用户可免费下载使用,需标注原作者,禁止商用、修改、二次上传
- CC BY-NC-SA 4.0 — 署名、非商业使用、相同方式共享:用户可免费下载、修改、二次分发,需标注原作者,禁止商用,二次创作需沿用本协议
- CC BY-SA 4.0 — 署名、相同方式共享:用户可免费下载、修改、二次分发(含商用),需标注原作者,二次创作需沿用本协议
历史版本0
暂无历史版本
最新
v0.6
2024-07-09 23:38
版本 v0.6 - + 新增 CActionpointComponent 版本 0.5 - + 新增 CAreaEnvironmentComponent - + 新增 CParticleComponent 版本 0.4 - + 新增 CCameraComponent - + 新增 CEntityTemplate - + 新增 CTriggerAreaEnvironmentVisibilityComponent 版本 0.2 - + 新增所需的 ClightComponent 类
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
-
提示下载完但解压或打开不了?最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。 若排除这种情况,可在对应资源底部留言,或联络我们。
-
付款后无法显示下载地址或者无法查看内容?如果您已经成功付款但是网站没有弹出成功提示,请联系站长提供付款信息为您处理
-
购买该资源后,可以退款吗?游戏MOD资源属于虚拟商品,具有可复制性,可传播性,一旦授予,不接受任何形式的退款、换货要求。请您在购买获取之前确认好 是您所需要的资源

评论(0)