Skyrim
0 of 0

File information

Last updated

Original upload

Created by

Cipscis

Uploaded by

Cipscis

Virus scan

Safe to use

16 comments

  1. Cthorthu
    Cthorthu
    • premium
    • 289 kudos
    Hi

    I have come to thank you for your scripting tutorials on your website. They are precise enough to learn and understand what you learn, and are written in a language that humans can assimilate.

    It has been a great help
    Thank you so much :)
  2. indexMemories
    indexMemories
    • member
    • 14 kudos
    Where do scripts go when I press CTRL B?
    I think scripts are playing hide and seek. XD
  3. PROXiCiDE
    PROXiCiDE
    • premium
    • 30 kudos
    Hi Cipscis, thanks for this. I actually started to develop a new project called SkyForge a (Re-Assembler) to convert .PAS -> .PSC, its been a idea since after developing SkyIndent

    I don't know how well this will go with the Scripting Community that don't provide their Sources
  4. koyabr
    koyabr
    • member
    • 0 kudos
    You do update it! Thanks and the package helped me a lot.
  5. Cipscis
    Cipscis
    • premium
    • 244 kudos
    I'm happy to announce that this package is now included in Package Control. For Sublime users with Package Control installed (I recommend all Sublime users install it) this means that this Papyrus Assembly package can be installed in a matter of seconds directly from Sublime Text 2 by using Package Control's Install Package command.

    Cipscis
  6. Cipscis
    Cipscis
    • premium
    • 244 kudos
    Update to v1.5:
    Added highlighting for escaped characters in strings. In particular, this prevents strings containing a double quote (escaped as \) from causing issues with strings not closing correctly.
    Combined both Papyrus Assembly and Compiled Papyrus into a single package, as there was no benefit to separating them.
    Removed case sensitivity from non-code assembly markup.
    Removed inappropriate entity labelling to fix symbol search.
    Added highlighting for incomplete lines for when you're writing your own assembly code.

    Please note the Update instructions for the latest version.

    Cipscis
  7. Cipscis
    Cipscis
    • premium
    • 244 kudos
    Updated to v1.4:
    1.4 - 26th September 2012
    Added blank syntax highlighting for compiled Papyrus and updated Disassemble Papyrus build sytem. This means *.pex files can be opened in Sublime Text 2 and the Disassemble Papyrus build system will automatically be used. This build file has been moved from the User directory into its own package.

    Note that updating to this version also requires that an old file be deleted.

    Cipscis
  8. Cipscis
    Cipscis
    • premium
    • 244 kudos
    Bugfix - v1.3.1:
    Made highlighting case-insensitive, so highlighting is also applied to disassembled files, for example

    Cipscis
  9. Cipscis
    Cipscis
    • premium
    • 244 kudos
    Minor update - v1.3
    1.3 - 25th September 2012
    Added JUMPT (JUMP if True) instruction

    Cipscis
  10. gsmanners
    gsmanners
    • member
    • 68 kudos
    Nice. What would we do without you?