[2022-04-02] New update
New version has been released! This update aims to improve some of the app's core aspects in order to make modding / scripting / creating new characters easier:
- Now you can declare functions in script, see https://github.com/Kagamma/satania-buddy/wiki/Scripting-References-&-APIs#common...
- A way to include other scripts for code reusing, see https://github.com/Kagamma/satania-buddy/wiki/Scripting-References-&-APIs#includ...
- A more comfortable way to declare arrays. Instead of calling array_create function, now you can use this syntax instead: a = [1, 2, 3]
- Array concat is now possible: a = [1, 2, 3] + ['a string', 5] // Result will be [1, 2, 3, 'a string', 5]
- New functions: sprite_animation_talk_set, string_find_regex
- Fixes a for-loop bug with floating point numbers.
A new template "Nobeta" with minimum functionality is added. This serves as an example of how to create a new character for satania-buddy. You can read the full guidelines here: https://github.com/Kagamma/satania-buddy/wiki/Create-new-character. You can also access this guidelines in Help -> Create New Character
As for end-users, the app is now integrated with VonframAlpha (see image above), which is a great computational knowledge and answer engine. Simply provide VonframAlpha AppID (you can get one for free on their website) in Settings -> Chatbot and then use chat / voice recognition to access VonframAlpha's features.
This release also address a bug caused by system region, which result in "0.1 is not an invalid float" error on some machines.
Files
Get Satania Buddy
Satania Buddy
Open source virtual desktop assistant in the form of Satanichia Kurumizawa Mcdowell
Status | In development |
Category | Tool |
Author | kgm |
Tags | Anime, artificial-intelligence, assistant, Cute, desktop, desktop-assistant, llm, Open Source, virtual-desktop-assistant, Virtual Pet |
Languages | English |
More posts
- [2024-08-30] Linux bugfixesAug 30, 2024
- [2024-08-28] Minor updates & bugfixesAug 29, 2024
- [2024-08-14] Minor updates & bugfixesAug 14, 2024
- [2024-08-02] Minor updates & bugfixesAug 02, 2024
- [2024-07-02] Minor updates & bugfixesJul 02, 2024
- [2024-07-01] Minor updates & bugfixesJul 01, 2024
- [2024-06-04] Minor updatesJun 04, 2024
- [2024-04-29] Fixes libbert.dll dependenciesApr 29, 2024
- [2024-04-22] Minor updatesApr 22, 2024
Leave a comment
Log in with itch.io to leave a comment.