
Version 2R0Actually ONElua Vita it has the following main features:The sound and cam modules have been added.Added new ONEmaker GUI to facilitate the creation of your own vpks.Removed "app0:" the partition, and added support writing on the route of the app ("ux0:/app/<ID>").Added ONEdebugger - Real-time debugger errors in your scripts.Added os.uri, lets you call “special” URIs on your PS Vita.Added functions: files.makezip() to create .zips and files.installthemes() to install CustomThemes in LiveArea.Optimization of our Callbacks and the possibility to stop or abort processes in the callback, check the Callbacks section for more information..Optimization of the files module (Please check our Documentation).Added possibility to Install/Update/Uninstall Homebrew's in vpk format.Updated function 'game.info()', now get data of .sfo, eboot.pbp or VPKs/ZIPs.Added the possibility to load maps (tiles) and draw.Added the possibility to load ttf or pgf fonts.Added the possibility to load a default font: onefont.pgf if there alongside our EBOOT.BIN, otherwise load the default font. Simply place the source properly renamed onefont.pgf and thus the eboot of ONElua can start our Homebrew with this default Font.Added the Lua Bit library that allows level operations bit by bit.Added several 'PATCH' to extend the syntax of lua, examples:C Type operations: "sum: +=, subtraction:-=, multiplication: *=, division: /=, power: ^=, mod: %=, different: !=, division does not float: \"C bit operations: "and: &, or: |, not: ~, shift left: <<, right shift: >>"Operations continue, "skips a cycle", in any loop.