• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Tool: Yet Another Script Editor (YASE)

tinix

PearlShipper & C Programmer
  • 86
    Posts
    15
    Years
    Yet another script editor or YASE for short is a script compiler and editor. It uses XSE-like syntax with a few differences. The tool is currently in alpha stage and needs serious tesing, so Im releasing it. Any feedback or suggestion is appericiated. The tool is written in C# and requires .NET 4.0 to run. Feel free to ask any questions. If you encounter any bugs feel free to post here or ned me a PM.

    Progress:
    - Compiler: 90% - needs testing (also this is not written in Known bugs but msgbox or similar calls are not implemented yet)
    - Decompiler: 0%
    - UI: 10%
    - Other freatures: 5%

    Freatures:
    - Compiler and Script insterter
    - Script decompiler (coming soon)
    - Syntax highliting (implemented but sometimes messy)
    - Dynamic pointers
    - XSE-like syntax
    - Feel free to suggest anything

    Screenshot:
    Spoiler:


    Download Contents:
    -YASE or YASC (Yet Another Script compiler (Command Line interface)) Alpha 1
    -Ported standard rubikon headers
    -Known bugs list
    -Differences against XSE

    Thanks to: hackmew for creating XSE
     
    Back
    Top