This script automatically replaces what you type in discord chat with more Bambi-like stuff.
- Most features can be configured through the settings.ini file
- Every
i
orme
becomebambi
,myself
becomesherself
... - Automatically conjugate most common verbs to third person when they are refering to you (ie.
i obey
becomesbambi obeys
) - Replace some words with ones more appropriate for Bambi (ie.
tasty
=>yummy
;best
=>bestest
...) - Add Words randomizer (ie.
breasts
can produceboobz
,bewbz
,honkers
...) - Force common contractions (
are not
=>aren't
,she has
=>she's
) - Some words and sentences can randomly appear while you type (ie.
like...
,humm...
,... *god bambi is horny*...
...)
- Download the lastest release (Windows only, this is an autohotkey limitation)
- Extract the archive
- Edit the file "settings.ini" if you wish (changes to that file are only taken into account when the script starts)
- Double-click on the "Bambi Dumbtalk Script.exe" file to launch the script. It should now work on the Discord desktop app
Keep the two files in the same folder. The .exe needs the settings.ini file in order to work
- You can pause the script by right-clicking on its tray icon (on the lower right of your screen) then click on "Suspend Hotkeys". You just need to click on it again to unpause it.
- Keep in mind that, by default, the script is only active on the desktop Discord app. if you want to change that, you need to edit the setting.ini file accordingly
- Download and install autohotkey (1.1.33+): Lastest AutoHotkey version
- Clone or fork this github repository to retrieve it on your environment, or directly download the sources.
- The project is configured to be easily compiled with the "Compile with Options" context menu from Compile AHK, which allow for an easy customization of the .exe, like its version, icons...
- It is still possible to run the script through "Bambi Dumbtalk Script.ahk"
You can edit some script settings. In order to do that, edit the "settings.ini" file with a text editor. To disable a feature, simply replace its value by "false" and save You will need to exit and restart the script in order for the new settings to be taken into account (Clicking on the .exe again will restart the script)
- Some verbs will sometimes automatically be conjugated to third person when they shouldn't, seems to be a limitation with Autohotkey
- On rare occasions, " have" will be replaced by " has" in bambi mode. I've tried to fix it, but it seems to be the only way to have the "I have" replaced by "Bambi has" working, which is more important. And since "has" instead of "have" often sounds cute, I guess we can live with that.
I'm always looking for help to populate the script with new words, especially simple replacement for complexe words.
- Feel free to create new issues for bugs and suggestions there: Issue Board
- LoonyLadle: Some features were inspired from their pull request