Announcement

Collapse
No announcement yet.

Vantage 2.0 3ds Max 2016 live link problem

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

  • #16
    Could you open the maxscript listener before attempting to start live link and post what it outputs?
    Nikola Goranov
    Chaos Developer

    Comment


    • #17
      I have a suspicion what got broken. In the file C:\Program Files\Chaos Group\Vantage\dcc_scripts\3dsMax\Vantage-LiveLink.ms on line 146 (as of the latest version, 2.0) we have "if VRayVantage_pingVantage() then" which should be "if VRayVantage_pingVantage() == 200 then" instead. You could try editing the file and see if this fixes it.

      It seems maxscript syntax was changed with Max 2018 so it works with newer Max versions:
      https://help.autodesk.com/view/MAXDE...E-E0AB55EFE995
      "BooleanClass Comparison: BooleanClass values can now be compared to Integer values, with 0 equivalent to false and all other values equivalent to true."
      Nikola Goranov
      Chaos Developer

      Comment


      • #18
        It is currently working fine, but it is converting to Brute Force (probably because it is an old version of V-Ray). I encountered a new problem; when I add V-Ray Light, 3ds Max 2016 crashes this time.

        Comment


        • #19
          Originally posted by deyan_asenov View Post
          It is currently working fine, but it is converting to Brute Force (probably because it is an old version of V-Ray). I encountered a new problem; when I add V-Ray Light, 3ds Max 2016 crashes this time.
          Reinstalled V-Ray and everythings working perfect! Thanks so much Chaos!

          Comment


          • #20
            Ups! something new;
            Last edited by deyan_asenov; 13-07-2023, 05:20 AM.

            Comment


            • #21
              Apparently iconName was added with maxscript 2017 ( https://help.autodesk.com/view/MAXDE...5-493A9546DF04 ). Try removing the iconName part of the script.

              If it works, make sure to make a copy of the working script because Vantage updates will overwrite the file.
              Nikola Goranov
              Chaos Developer

              Comment


              • #22
                The documents for 3ds Max 2016 users who are experiencing the same issue as me are available below. They need to be copied to the following location: C:\Program Files\Chaos Group\Vantage\dcc_scripts\3dsMax\

                https://drive.google.com/drive/folde...by?usp=sharing

                Comment

                Working...
                X