

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 在截止日期的雲端 Windows 工作者上安裝 Autodesk 3ds Max
<a name="examples-host-config-3dsmax"></a>

[3dsmax](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax) 主機組態指令碼會在 Windows 服務受管機群工作者上安裝 3ds Max 與轉譯器外掛程式，例如 V-Ray、Corona、tyFlow 和 AEC 外掛程式。由於 3ds Max 僅在 Windows 上執行，且需要管理存取權才能安裝，因此建議方法是透過主機組態指令碼在工作者主機上安裝它。

這些範例包含下列版本和外掛程式組合的指令碼：
+ [3dsmax-2024](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2024) — 3ds Max 2024。
+ [3dsmax-2025 和 Vray](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2025-and-vray) — 3ds Max 2025 搭配 V-Ray。
+ [3dsmax-2025-and-corona-13](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2025-and-corona-13) — 3ds Max 2025 搭配 Chaos Corona 13。
+ [3dsmax-2025-vray-and-aec-plugins](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2025-vray-and-aec-plugins) — 3ds Max 2025 搭配 V-Ray 和 AEC 外掛程式。
+ [3dsmax-2025-vray-and-tyflow](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2025-vray-and-tyflow) — 3ds Max 2025 搭配 V-Ray 和 tyFlow。
+ [3dsmax-2027](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027) — 3ds Max 2027。
+ [3dsmax-2027 和 Vray](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027-and-vray) — 3ds Max 2027 搭配 V-Ray。
+ [3dsmax-2027-and-corona-14](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027-and-corona-14) — 3ds Max 2027 搭配 Chaos Corona 14。
+ [3dsmax-2027-and-vray-and-tyflow](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027-and-vray-and-tyflow) — 3ds Max 2027 搭配 V-Ray 和 tyFlow。
+ [3dsmax-2027-vray-and-aec-plugins](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027-vray-and-aec-plugins) — 3ds Max 2027 搭配 V-Ray 和 AEC 外掛程式。

若要產生不同版本、轉譯器或外掛程式組合的指令碼，您可以使用 [Kiro](https://kiro.dev) AI 代理程式搭配綁定的 [3dsmax-host-config 技能](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/skills/3dsmax-host-config)。

每個指令碼都會從 AWS 帳戶中的 Amazon S3 儲存貯體下載 3ds Max 安裝程式，並以靜音模式執行。Autodesk 提供 3ds Max 做為`.7z`封存，指令碼預期會重新封裝為 `.zip`。每個指令碼的 README 都包含建立`.zip`封存並將其上傳至 Amazon S3 的說明。

您的機群 IAM 角色需要 Amazon S3 中安裝程式的`s3:GetObject`許可。