Announcement

Collapse
No announcement yet.

How to have different Maxstart files for different versions of 3DS Max?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to have different Maxstart files for different versions of 3DS Max?

    I flick between different versions of 3DS Max (2022, 23, 24) (oftentimes for the same project OR before I get the chance to set the project path) and I keep the Maxstart files in respective folders on my Libraries Harddisk.

    The trouble is, 3DS Max as you know points to the Maxstart file in the Project Folder, and that's when the trouble starts (when you open 3DS Max 2023 say and the maxstart file previously used for that project was 2024).

    Is there any way that someone knows of to eliminate this issue, and respecting which version of maxstart to use for the correct version of 3DS Max?

    I'm thinking maybe to have a script, which somehow determines which version of 3DS Max is being opened and setting the appropriate maxstart file path accordingly?

    Many thanks.
    Last edited by JezUK; 07-08-2023, 03:28 AM.
    Jez

    ------------------------------------
    3DS Max 2023.3.4 | V-Ray 6.10.08 | Phoenix FD 4.40.00 | PD Player 64 1.0.7.32 | Forest Pack Pro 8.2.2 | RailClone 6.1.3
    Windows 11 Pro 22H2 | NVidia Drivers 535.98 (Game Drivers)

    Asus X299 Sage (Bios 4001), i9-7980xe, 128Gb, 1TB m.2 OS, 2 x NVidia RTX 3090 FE
    ---- Updated 06/09/23 -------

  • #2
    Not sure if it will be helpful, but my way of handling this is setting additional right-click (on file) options through the registry editor for each 3ds Max version.
    Aleksandar Hadzhiev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      which registry entry are you altering to get that?
      e: info@adriandenne.com
      w: www.adriandenne.com

      Comment


      • #4
        Originally posted by francomanko View Post
        which registry entry are you altering to get that?
        I'm adding additional keys here:
        Code:
        Computer\HKEY_CLASSES_ROOT\*\shell
        Basically like so:
        1. Right-click on shell folder
        2. Add a new key
        3. Name it i.e. "3ds Max 2024"
        4. Right-click "3ds Max 2024" and add another key
        5. Name it "command"
        6. Edit the string in the window on the right (double-click)
        7. In the Value Data write:
        Code:
        "C:\Program Files\Autodesk\3ds Max 2024\3dsmax.exe" "%1"
        9. Done. Now when you right-click on something, there should be a 3ds Max 2024 option.
        Aleksandar Hadzhiev | chaos.com
        Chaos Support Representative | contact us

        Comment


        • #5
          Which Max version? You can use pipeline integration env var to set the project folder per max version.

          https://help.autodesk.com/view/3DSMA...D-A8C6DE45BC0D

          Comment

          Working...
          X