Masamune753

Members
  • Content Count

    70
  • Joined

  • Last visited

  • Days Won

    1

Status Replies posted by Masamune753

  1. Making sense of decompiled scripts is just awful...if you are doing it wrong. Thanks DarthParametric.

    1. Masamune753

      Masamune753

      Interesting. When I used DeNCS, I got the following message in the status window:
      "Decompiling...k_ptar_larrimsto.ncs: partial-could not recompile:"

      I couldn't see anything in the other windows in the program, so I hit "Save", and it did save a .nss version of the script. I did the same for another script that I wrote and I got the same "partial-could not recompile:" status. I saved the script and I saw the DeNCS version of the original script I wrote. This version had all the things you describe as being different.

    2. (See 8 other replies to this status update)

  2. Making sense of decompiled scripts is just awful...if you are doing it wrong. Thanks DarthParametric.

    1. Masamune753

      Masamune753

      I did already have it. I couldn't get it to work on a previous attempt. Then I forgot it existed and just used nwnnsscomp since then, not understanding the two did very different functions.

      I have it working now and have achieved a partially decompiled script that mostly makes sense. Thank you for the link though. 

    2. (See 8 other replies to this status update)

  3. Making sense of decompiled scripts is just awful...if you are doing it wrong. Thanks DarthParametric.

    1. Masamune753

      Masamune753

      Well there you go! Killin' it as always @DarthParametric. Thank you! 

    2. (See 8 other replies to this status update)

  4. Making sense of decompiled scripts is just awful...if you are doing it wrong. Thanks DarthParametric.

    1. Masamune753

      Masamune753

      At first I thought I was decompiling wrong, but I guess it is just supposed to look like a jumble of letters and numbers alongside recognizable script.

      I've just started taking the same script and looking at it's source vs. decompiled versions to try and figure out the transliteration. I can see where a lot of the original functions are, but instead of all the content within, it will just be some kind of reference:

      "ACTION DelayCommand(0007), 02"

      vs.

      "DelayCommand(0.2,ActionEquipItem(oNewHide,INVENTORY_SLOT_CARMOUR,TRUE));"

    2. (See 8 other replies to this status update)