Skip to main content
How to "Package" a 3ds Max file to Super Renders Farm?

How to "Package" a 3ds Max file to Super Renders Farm?

ByThierry Marc
Published Mar 21, 202611 min read
Learn two simple ways to package your 3ds Max projects for seamless rendering at Super Renders Farm. Whether using Resource Collector or the Archive tool, ensure all your assets are included and ready for the cloud.

Why Proper Packaging Matters

3ds Max scenes are rarely self-contained. A typical archviz project references hundreds of textures, material libraries, HDRI maps, proxy files, and plugin-specific data spread across your hard drive. When you submit a .max file to a render farm without bundling these assets, the farm can't find them — and your render fails.

At Super Renders Farm, improper packaging is the #1 reason for failed submissions.

Before packaging, it's also worth verifying that object pivots and transforms are correct — misaligned pivots can cause unexpected results on render nodes. See our guide on adjusting pivot axis to edge normals in 3ds Max for proper pivot management techniques. Artists upload their .max file alone, expecting it to "just work." On our render nodes, all those texture paths break, plugins can't initialize, and the job errors out. Proper packaging takes 5–10 minutes upfront and eliminates these failures entirely.

Two Packaging Methods Compared

Method 1: Resource Collector (Recommended for Most Users)

Advantages:

  • Preserves your original .max file untouched
  • Creates a clean folder with scene + all assets
  • Works with all 3ds Max versions
  • Supports plugin-specific data (Corona, V-Ray, Forest Pack, etc.)
  • Easy to organize and version control

Disadvantages:

  • Requires manual organization afterward
  • You must manually copy the .max file to the folder
  • More steps than Archive tool

Best for: Artists who want full control over what gets packaged. Recommended for archviz, product rendering, and complex scenes.

Method 2: Archive Tool (Faster but Less Control)

Advantages:

  • One-click packaging: creates a single .archive file
  • Automatically includes everything: textures, .max file, plugins
  • Quickest method for simple scenes
  • No manual file copying required

Disadvantages:

  • Cannot easily inspect what's included before upload
  • Plugin data may not package correctly in all cases
  • .archive files are larger than Resource Collector folders
  • Harder to version-control assets

Best for: Quick turnarounds, simple scenes with few external dependencies, one-off renders.

Method 1: Resource Collector (Step-by-Step)

This is the most reliable method and recommended for professional workflows. For additional context on 3ds Max file management, see the official Autodesk 3ds Max documentation.

Step 1: Prepare Your Scene

Before packaging, clean up your project:

  1. Delete unused materials in the Material Editor (purge)
  2. Delete unnecessary proxy holders or reference objects
  3. Update all broken asset paths if any (File > Asset Tracking)
  4. Save your .max file (Ctrl+S) to lock in the current state

Step 2: Open Resource Collector

  1. Go to Utilities panel (on the right side in 3ds Max)
  2. Click More... button at the bottom
  3. Find and select Resource Collector from the list
  4. Click OK to open the Resource Collector dialog

Step 3: Configure Resource Collector Settings

In the Resource Collector window:

General Settings:

  • Source: Should already show your current .max file path
  • Destination: Choose where to create your packaged folder (e.g., Desktop or Documents)
  • Use Path: Select Relative (not absolute)
    • This ensures texture paths work on the farm's different drive structure
    • Relative paths reference textures relative to the .max file location
    • Absolute paths (C:\Users...) will break on the farm

Copy Options:

  • Enable Copy Maps (textures) — CRITICAL
  • Enable Copy XRef Files (external references) — CRITICAL
  • Enable Copy Photometric Files (IES lights)
  • Enable Convert To Relative Paths — REQUIRED FOR FARM RENDERING

The "Convert To Relative Paths" option is essential. It tells 3ds Max to rewrite all texture paths in your .max file to reference textures relative to the scene file, not absolute paths.

Step 4: Run Resource Collector

  1. Click Collect button
  2. A new folder will be created at your destination
  3. This folder contains:
    • Your original .max file (copied, not moved)
    • A subfolder with all collected textures and assets
    • A log file (Resource_Collector_Log.txt) — check this for any warnings

Step 5: Verify the Package

  1. Open the destination folder where Resource Collector saved everything
  2. Check for the .max file and asset subfolders
  3. Open the log file and look for any "missing" or "warning" entries
  4. If textures are missing, manually add them to the folder structure

Common verification checks:

  • Texture folder should contain .jpg, .png, .exr, .tga files (usually in one or more subfolders)
  • No broken shortcuts or links
  • File sizes should match your original asset sizes (if not, something copied incorrectly)

Method 2: Archive Tool (Step-by-Step)

Faster but less granular control.

Step 1: Prepare Your Scene

Same as Method 1:

  1. Purge unused materials
  2. Delete unnecessary proxies
  3. Save your .max file

Step 2: Access Archive Tool

  1. Go to File > Archive...
  2. A dialog will open asking where to save the archive

Step 3: Configure Archive Settings

Archive Type:

  • Leave as default (it will package everything)

Destination:

  • Choose where to save the .archive file (e.g., Desktop)

Compression:

  • Compress — Enable to reduce file size (recommended)
  • Compressed archives are slower to open but smaller to upload

Step 4: Create Archive

  1. Click Create or OK
  2. 3ds Max will scan your scene and create a .archive file
  3. Wait for completion (can take 1-5 minutes depending on asset size)

Step 5: Extract Before Upload

Once the .archive file is created:

  1. Right-click the .archive file
  2. Select Extract or Extract To...
  3. Choose a destination folder
  4. This creates a folder with your .max file and all assets inside

For upload to Super Renders Farm, extract the folder (don't upload the .archive file itself).

Plugin-Specific Packaging Notes

Different render engines and plugins require special attention when packaging.

V-Ray Packaging

  1. V-Ray Material Library:

    • Automatically collected by Resource Collector
    • Also check: File > Asset Tracking for any missing V-Ray maps
  2. V-Ray Proxy Files (.vrProxy):

    • If you used V-Ray proxies in your scene, verify the .vrProxy files are included
    • Resource Collector should grab them automatically
    • If missing, manually copy the proxy folder into your package
  3. V-Ray Sun & Sky:

    • Environment maps used by V-Ray Sun are usually collected
    • Verify in the log file that environment textures are included

Corona Renderer Packaging

  1. Corona Material Library:

    • Typically stored in a Materials folder
    • Resource Collector should find it, but verify in the log
  2. Corona Tone Mapping:

    • Stored in the .max file — no additional packaging needed
    • LUT files: if you use custom LUTs, add them to the package manually
  3. Corona Light Filters:

    • Gobo/gel textures are collected automatically
    • Check the log to confirm

Forest Pack Plugin

Forest Pack generates geometry at render time using distribution maps and library files. To package a Forest Pack scene:

  1. Distribution Maps: Usually collected by Resource Collector

  2. Forest Library Files: Might not be collected automatically

    • Manually copy your Forest Library folder into the package
    • Ensure paths in Forest Pack UI point to the copied library location
  3. Before Uploading: Test-render a few frames locally to confirm Forest Pack generates geometry correctly on your packaged scene

Anima Crowd Plugin

If using Anima for character animation:

  1. Character Library: Manually copy your Anima character library folder
  2. Animation Presets: If using saved motion presets, include those folders
  3. Biped Files: If your characters are Biped-based, include the Biped definition files

Test a frame locally before uploading to confirm Anima initializes on your packaged files.

Pre-Upload Checklist

Before uploading to Super Renders Farm, verify:

  • All textures are in the package folder (check subfolders)
  • The .max file is in the root of the package
  • All proxy files are included (V-Ray proxies, FBX references, etc.)
  • No absolute paths in the .max file (verify by opening Asset Tracking)
  • Material library subfolder is present (if using library materials)
  • Plugin-specific files are present:
    • Corona tone mapping / LUTs
    • Forest Pack libraries
    • Anima character libraries
    • Any custom plugins' required data files
  • Total package size is reasonable (< 50 GB is typical; > 100 GB may require special upload handling)
  • Log file has no critical "missing" warnings
  • Test-rendered 1 frame locally from the packaged location (not original location) to verify everything works

Uploading Your Packaged Scene

Once packaged and verified, upload to Super Renders Farm. For render engine-specific packaging tips, see our V-Ray cloud rendering guide and Corona renderer documentation.

Via Cloud Storage:

  1. Compress the entire package folder (ZIP format)
  2. Upload to Google Drive, Dropbox, or AWS S3
  3. Share the link or credentials with Super Renders Farm
  4. Include the folder name in your job notes (e.g., "myproject_packaged")

Via Direct Upload:

  1. Some farms accept direct uploads via web interface
  2. Check Super Renders Farm's upload documentation for bandwidth limits

Once uploaded, Super Renders Farm will:

  1. Extract your package on our render nodes
  2. Verify all assets are present
  3. Set relative paths correctly for our infrastructure
  4. Render your scenes

Common Packaging Mistakes (and Fixes)

Mistake 1: Uploading Only the .max File

Problem: Farm can't find any textures. All renders are black. Fix: Always package textures with Resource Collector or Archive tool.

Mistake 2: Using Absolute Paths

Problem: Textures work on your computer but not on the farm. Fix: Use Resource Collector with "Convert to Relative Paths" enabled. Verify in Asset Tracking that all paths are relative (start with .\ or .) not C:\ or /Users/.

Mistake 3: Missing Proxy Files

Problem: Complex models render as plain gray geometry. Fix: If using V-Ray proxies or FBX references, manually verify they're in the package. Resource Collector doesn't always catch them.

Mistake 4: Forgotten Material Library

Problem: Materials appear default or plain when rendering on the farm. Fix: Manually copy your 3ds Max Material Libraries folder into the package. Path is usually: Documents\3dsmax\Materiallibraries.

Mistake 5: Plugin Licensing Issues

Problem: V-Ray or Corona renders as black or with watermark on the farm. Fix: This is a licensing issue, not a packaging issue. Ensure Super Renders Farm has proper licenses for your render engine. Contact support.

FAQ

Q: Does the order of assets in my package folder matter? A: No. As long as the .max file and all textures/assets are present, the farm will find them. Organization doesn't affect render success.

Q: Can I package a 3ds Max 2020 scene and render on a farm with 3ds Max 2026? A: Yes, but there's risk of compatibility issues. Ideally, package and render on the same 3ds Max version. Check with Super Renders Farm about their software versions.

Q: What if my package is larger than 100 GB? A: This is rare. If true, contact Super Renders Farm support. We may recommend optimizing proxy geometry, compressing textures, or using proxy workflow to reduce file size.

Q: Can I use relative paths manually instead of Resource Collector? A: Technically yes, but not recommended. Resource Collector automates this correctly. Manual path editing is error-prone.

Q: Does Resource Collector include plugin binaries or just data files? A: Plugin data and assets only. Plugin binaries (DLL/so files) are not included — Super Renders Farm's render nodes have plugins pre-installed.

Q: What's the difference between Resource Collector and Asset Tracking? A: Asset Tracking shows what files your scene references. Resource Collector actually copies those files into a folder. Use Asset Tracking to verify, then use Resource Collector to package.

Q: Should I compress the package before uploading? A: Yes, compress to ZIP format. This reduces upload time and bandwidth. The farm will extract on the server automatically.

Q: What's the next step after uploading my package? A: Contact our support team with your file location. We'll verify all assets and begin rendering. For details on render farm pricing and capabilities, see our pricing guide.

About Thierry Marc

3D Rendering Expert with over 10 years of experience in the industry. Specialized in Maya, Arnold, and high-end technical workflows for film and advertising.