erleiuat / fiction-bot

A Discord & Ingame-Bot for the game "Scum" working with the FTP Logfiles from Pingperfect. Includes Discord as well as ingame integrations.
5 stars 3 forks source link
bot bots discord game game-dev javascript nodejs python python3 scum

Fiction-bot

THIS BOT IS PROBABLY EXTREMELY OUTDATED

It was used years ago and has not been updated since (because the Scum-Devs made too many unnecessairy but breaking patches, which was a way too big pain in the ass to keep up with).

How to

You can either only use the Discord functionalities by starting the Script with the params "-discord" or install the whole thing on a exclusive computer running scum as your ingame-bot.

The code is kinda clean organized but there's basically no documentation. So a little bit of coding knowledge will be neccessairy.

Everything needed is stored into JSON files, so there's no need to have a database or anything. This doesn't harm the performance of the Bot tho, since everything is being loaded into your RAM on start. So the Bot can access everything he needs right away without the need of querys or smth like that. If you have many players and a lot of activity on your server, the Bot will require about 200MB of RAM.

The main "modules" can be found under src/module:

The used Services can be found under src/services:

I don't have a clue how this thing rly works anymore

Feel free to use this code for your own server