The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

crthdr

Uploaded by

crthdr

Virus scan

Safe to use

Tags for this mod

7 comments

  1. Myrdo
    Myrdo
    • supporter
    • 18 kudos
    hey mate,

    your fixes are very welcome
    have a question to this one
    in mortal_wraiths.ws:

    wouldn't it be better to replace
    if (dist == 0.0)
    with
    if( !dist || dist <= 0)

    maybe it's an overkill...
    1. crthdr
      crthdr
      • member
      • 112 kudos
      wmortal is a console command
      if you type wmortal, dist will be 0.0
      if you type wmortal(123), dist will be 123.0

      don't care about < 0 for console command
      !dist - if you mean some kind of "null check, to not crash the game" then no need, in Witcher Script float is a float, not null, not undefined, not None

      EDIT: reminded me to delete testing code from the mod :D
    2. Myrdo
      Myrdo
      • supporter
      • 18 kudos
      thx for the clarification
  2. sylwestreczek
    sylwestreczek
    • supporter
    • 0 kudos
    Hi, I haven't been to this bastion yet but does your mod work on the older version 1.32?
    1. crthdr
      crthdr
      • member
      • 112 kudos
      No
      Those wraiths were added in Next-Gen version
    2. sylwestreczek
      sylwestreczek
      • supporter
      • 0 kudos
      ok thank you :)
  3. Monarch4Ever
    Monarch4Ever
    • member
    • 10 kudos
    Thanks.