April 8th, 2022
Jace Talk: PowerShell
https://youtube.com/clip/Ugkxs7rI92o81DThyICprF6fR3leeUkum4l0
Suggested Wiki Refrence Code
Topics
Transcription
Jace
And they not only just help with general sort of sysadmin stuff to keep things running smoothly, which they do do, but they do provide some help with the game and game development itself as well.
The first tool that our IT department uses is PowerShell, and PowerShell is just a shell and scripting language.
It's just essentially used to make handy little sysadmin tools, but also we've used it for some game stuff too.
So our IT folks have created something called Speak and Spell, which is essentially just an interface for Google's text-to-speech, which we then use to create Ada's voice lines.
If you didn't know, Ada from our game is actually just text-to-speech.
Some people thought it was a voice actor, but no.
can be saucy very very saucy and then of course we use powershell for other just admin stuff like creating vpn connections or calendar sharing and just various other things as well our it folks also use python as we mentioned before python is just a scripting language and one example of a tool that has been made in python is our crash collector so if in the unfortunate event your satisfactory has ever crashed you will have seen the crash reporter pop up that is something built in with unreal engine but we have