Upvote Upvoted 98 Downvote Downvoted
1 2 3
Shittalk.cfg - A Crowd-Sourced TF2 Insult Generator
posted in Customization
61
#61
4 Frags +
mysterizeZetsuboAnyone still got this?im lazy but if you go to the wayback machine there are a bunch of old snapshots from the original website that you can download from

you're right, this is the link: http://web.archive.org/web/20201023204747/https://s3.amazonaws.com/shittalk-cfgs/shittalk.cfg

[quote=mysterize][quote=Zetsubo]Anyone still got this?[/quote]
im lazy but if you go to the wayback machine there are a bunch of old snapshots from the original website that you can download from[/quote]
you're right, this is the link: http://web.archive.org/web/20201023204747/https://s3.amazonaws.com/shittalk-cfgs/shittalk.cfg
62
#62
0 Frags +

Thank you both!

Thank you both!
63
#63
3 Frags +

For anyone wanting the old version from the original links In the beginning, I actually found the file from my old google drive! here is the link to it. Idk what's in it but it was some crazy shit in it originally so just be careful what you spam.

https://drive.google.com/file/d/1wkwPolHK1KCIgmb1if48d3MG8uXFMVtX/view?usp=sharing

For anyone wanting the old version from the original links In the beginning, I actually found the file from my old google drive! here is the link to it. Idk what's in it but it was some crazy shit in it originally so just be careful what you spam.

https://drive.google.com/file/d/1wkwPolHK1KCIgmb1if48d3MG8uXFMVtX/view?usp=sharing
64
#64
0 Frags +
ZetsuboFor anyone wanting the old version from the original links In the beginning, I actually found the file from my old google drive! here is the link to it. Idk what's in it but it was some crazy shit in it originally so just be careful what you spam.

https://drive.google.com/file/d/1wkwPolHK1KCIgmb1if48d3MG8uXFMVtX/view?usp=sharing

how can I add new lines or remove some of them

[quote=Zetsubo]For anyone wanting the old version from the original links In the beginning, I actually found the file from my old google drive! here is the link to it. Idk what's in it but it was some crazy shit in it originally so just be careful what you spam.

https://drive.google.com/file/d/1wkwPolHK1KCIgmb1if48d3MG8uXFMVtX/view?usp=sharing[/quote]

how can I add new lines or remove some of them
65
#65
1 Frags +
THE_SPACEMANhow can I add new lines or remove some of them

The simplest option is to just modify the existing binds as it already suggests in the cfg itself. This is much
easier than manually adding in new entries, especially if you plan on adding numerous entries.

// FEEL FREE TO MODIFY THE BINDS (MODIFY ANYTHING AFTER "say"-----------------------------

As for adding in new entries, I don't regularly use this cfg myself but it should be as simple as adding in a few lines. So for example you want to add in "trashcan730" with the message "this is trashtalk", you would add in the following line in the first half of the cfg.

alias "trashcan729" "say Oh look, Hitler missed one" // Reference for quick CTRL+F
alias "trashcan730" "say this is trashtalk"

Then you would need to modify the last trashcan_diceroll's "trashcan_cycle" that is defined to point to the newest trashcan_diceroll to be added, in this case 730. Finally, you would in add in the new trashcan_diceroll_730 to point to the trashcan730 alias and have its trashcan_cycle point to trashcan_diceroll_0 such that the cycle will continue. Below are the lines you would modify/add.

alias "trashcan_diceroll_729" "alias trashcan_result trashcan729;alias trashcan_cycle trashcan_diceroll_730"//Mod
alias "trashcan_diceroll_730" "alias trashcan_result trashcan730;alias trashcan_cycle trashcan_diceroll_0"//Add

For further additions you would follow the same steps but always ensure the last trashcan_diceroll always ends with it pointing back to trashcan_diceroll_0. Hopefully this makes sense (and works).

Edit: For removing entries you would basically just need to remove the trashcan_diceroll that you don't want and have the previous diceroll point to the diceroll after the one you've just removed.

[quote=THE_SPACEMAN]how can I add new lines or remove some of them[/quote]

The simplest option is to just modify the existing binds as it already suggests in the cfg itself. This is much
easier than manually adding in new entries, especially if you plan on adding numerous entries.

[code]// FEEL FREE TO MODIFY THE BINDS (MODIFY ANYTHING AFTER "say"-----------------------------[/code]


As for adding in new entries, I don't regularly use this cfg myself but it [i]should[/i] be as simple as adding in a few lines. So for example you want to add in "trashcan730" with the message "this is trashtalk", you would add in the following line in the first half of the cfg.

[code]alias "trashcan729" "say Oh look, Hitler missed one" // Reference for quick CTRL+F
alias "trashcan730" "say this is trashtalk"[/code]

Then you would need to modify the last trashcan_diceroll's "trashcan_cycle" that is defined to point to the newest trashcan_diceroll to be added, in this case 730. Finally, you would in add in the new trashcan_diceroll_730 to point to the trashcan730 alias and have its trashcan_cycle point to trashcan_diceroll_0 such that the cycle will continue. Below are the lines you would modify/add.

[code]alias "trashcan_diceroll_729" "alias trashcan_result trashcan729;alias trashcan_cycle trashcan_diceroll_730"//Mod
alias "trashcan_diceroll_730" "alias trashcan_result trashcan730;alias trashcan_cycle trashcan_diceroll_0"//Add[/code]

For further additions you would follow the same steps but always ensure the last trashcan_diceroll always ends with it pointing back to trashcan_diceroll_0. Hopefully this makes sense (and works).

Edit: For removing entries you would basically just need to remove the trashcan_diceroll that you don't want and have the previous diceroll point to the diceroll after the one you've just removed.
66
#66
2 Frags +

so i don't really remember when or where i picked mine up, but i believe (and the story in the friendgroup) has been it was in a ggglygy thread or post.

https://docs.google.com/document/d/1LbheLTYSbn_-ay3lZaozwYoP-bD0NHD8vYbfknPmtfY/edit?usp=sharing

just thought to add it since afaik im the only one any of the guys have seen with it and the phrases are completely different

so i don't really remember when or where i picked mine up, but i believe (and the story in the friendgroup) has been it was in a ggglygy thread or post.

https://docs.google.com/document/d/1LbheLTYSbn_-ay3lZaozwYoP-bD0NHD8vYbfknPmtfY/edit?usp=sharing

just thought to add it since afaik im the only one any of the guys have seen with it and the phrases are completely different
1 2 3
Please sign in through STEAM to post a comment.