Skip to content

Commit

Permalink
Update info command to add new android shit
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jan 3, 2025
1 parent 366890e commit 138b6d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commands/info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ input:
value: "js_release"
- name: "Will BLits localise/translate/dub the games?"
value: "localisation"
- name: "Android/linux version for JS?"
value: "android"
output: |-
val what = event.getOption("about")!!.asString
when(what) {
"js_release" -> "BLits currently has not announced an official release date for the game yet. They are committed to keeping everyone updated on Kickstarter and their official website on the progress of the game.\n\nOnce BLits is confident about a release window they will announce it publicly via official platforms.\n\nPlease also understand that the game would not have been announced yet if BLits used a more 'classic' development process."
"localisation" -> "At this time, BLits is focusing on delivering Jock Studio in English to ensure the highest quality experience for players. Given the extensive script, which spans hundreds of thousands of words, adding translations or voice acting is a complex and time-intensive process. While BLits currently has no announcements regarding translations or dubs, we’re always exploring opportunities to enhance the game for a wider audience. Should there be any updates on this front, we’ll share them on our website and social media channels."
"android" -> "Direct quote from BLits:\n\n*As we enter 2025, our team will be working to optimize Demo 2, resolving all of the existing and new issues, and releasing an updated version during 2025 that should be in a stable state!\nWe will also be investigating both Linux and Android versions at this time too, so please stay tuned for more news on that in the new year!*"
else -> "I don't know what that is"
}

0 comments on commit 138b6d5

Please sign in to comment.