必须满足以下前置MOD安装:
存档扩展加载器 - ARCHIVE-XL
浏览器扩展
CODEWARE - 脚本扩展MOD
TWEAK-XL
REDSCRIPT红标Cyberpunk2077 脚本的编译器
RED4ext 系列脚本扩展器
如何安装
Vehicle.my.custom_vehicle.dealerPrice: 123000
Vehicle.my.custom_vehicle.dealerCred: 20
Vehicle.my.custom_vehicle.dealerAtlasPath: "base/gameplay/gui/common/icons/codex/assets_fullscreen25.inkatlas"
Vehicle.my.custom_vehicle.dealerPartName: "v_makigai_maimai_basic_suburban_05_full"
下载并安装所有必需的文件
下载 mod 存档并将两者解压缩到 game 文件夹中
如何卸载
打开 CET 控制台并执行以下命令:ClearSoldVehicles()
删除“赛博朋克 2077”\r6\scripts\VirtualCarDealer“文件夹
删除“赛博朋克 2077”\r6\tweaks\VirtualCarDealer 文件夹
从“赛博朋克 2077”\archive\pc\mod“文件夹中删除 VirtualCarDealer.archive 和 VirtualCarDealer.archive.xl。
MOD介绍:
Virtual Car Dealer 添加了一个新的游戏内商店,您可以从任何公寓的 PC 中访问它(与 Virtual Atelier 的方式相同)。它会检查是否安装了任何受支持的车辆模组,并仅将所有检测到的记录显示为可购买的汽车。
对于 Mod 作者 - 添加新汽车
这里唯一的要求是你用 TweakXL 定义了你的汽车。Virtual Car Dealer 搜索为车辆记录定义的一些公寓,如果找到记录,则添加新的可购买项目:
dealerPrice - 车辆售价 - 国际
dealerCred - 解锁购买所需的 Street Cred - 整数
dealerAtlasPath - 整车预览图像的 inkatlas 资源路径 - 字符串
dealerPartName - inkatlas 中的纹理部件名称 - 字符串
dealerVariants - 基础车辆记录的其他颜色变化 - 字符串数组
例如,如果您制作了 id 为 Vehicle.my.custom_vehicle 的新车辆(并将其附加到 Vehicle.vehicle_list.list),则新行可能如下所示:
如果要进行颜色变化,则声明 dealerPrice、dealerCred 和 dealerVariants 作为基本记录,并分隔 dealerAtlasPath 和 dealerPartName,然后将 Color Variations 记录附加到Vehicle.vehicle_list(但不是 Base 记录)。示例:
Vehicle.my.custom_vehicle.blue.dealerAtlasPath: “your/path/to/inkatlas.inkatlas”
Vehicle.my.custom_vehicle.blue.dealerPartName: “your_blue_preview_icon”
Vehicle.my.custom_vehicle.green.dealerAtlasPath: “your/path/to/inkatlas.inkatlas”
Vehicle.my.custom_vehicle.green.dealerPartName: “your_green_preview_icon”
Vehicle.my.custom_vehicle.dealer价格: 123000
Vehicle.my.custom_vehicle.dealerCred: 20
Vehicle.my.custom_vehicle.dealerVariants:
- “Vehicle.my.custom_vehicle.blue”
- “Vehicle.my.custom_vehicle.green”
# 在你的调整文件中
的某个地方 Vehicle.vehicle_list.list:
- !append t“Vehicle.my.custom_vehicle.blue”
- !append t“Vehicle.my.custom_vehicle.green”
对于我的样车包,我使用了 codex 的预览,其大小为 1860x609,因此最好制作类似的东西(或者您也可以重复使用 codex 图像)。载具召唤小部件的预览宽度应为 470 像素。
当前支持的语言:
英语
俄语
法语(感谢 Unseen Unit)
繁体中文(感谢 hansdofer)
波兰语(感谢 george173)
西班牙语(感谢 iguruspain)
意大利语(感谢 NarakuITA)
土耳其语(感谢 CalvinQuantine)
巴西葡萄牙语(感谢 F4xUu)
日语(感谢 onepkvn1)
简体中文(感谢 HarryGu)
捷克语(感谢 Starfis)
德语(感谢 Somerov)
韩语(感谢 MoookGwak)
资源下载
虚拟汽车经销商MOD
更新时间:- 蓝奏云
- 百度网盘
未经允许不得转载! 作者:biga666,转载或复制请以超链接形式并注明出处火龙网。
原文地址:https://www.huolongwang.com/cyberpunk2077/569.html发布于:2025-05-24
还没有评论,来说两句吧...