MyRobot Development Part 30
Added 2024-08-10 02:15:00 +0000 UTCVideo shows the summary, text shows the technical!
This week:
Local LLM support
Eyelashes
Local LLM Support

Local LLM generation support has now been integrated. I will start with Oobabooga as the system to use but later down I will add Kobold.
It's pretty straight forward, you need to specify the location of your ooba folder so that the game can read your characters folder, and the URL path to your local server.
Additionally I added a checkbox "Reduce prompt tokens" to prevent the game from sending game related non-chat system events to your LLM. So for example if your robot falls, it will NOT send: system: *robot fell*
Eyelashes
I didn't get to completely finish the eyelash pen but essentially how it will work is it will allow you to scroll and select a preset of eyelashes to use. Another colored eyelash pen will allow you to customize the color of the eyelashes.
Other facial parts that will eventually be customizable (in descending priority):
pupil texture
eyebrows
eye shape
skin color
full body skin color
The neat part about MyRobot is that all your customizations will be manually applied. You will have to physically pick up a corresponding tool to change a certain part of your robot. This means that I am moving away from the BeautyTech computer program.
In other news a couple hotfixes were applied to the July update. One of them fixed large numbers of larva being laggy.
Stay tuned!