Jump to content

(Request) Take a dump script


theduke

Recommended Posts

I've played on a few servers that had this script.

You would right click on your map and your character would "take a dump".

Toilet would spawn, character sits on it, and really funny noises.  I was wondering if someone had this kicking around.

I've been looking for months all over the place and im not able to find anything.  I only found youtube videos.

TBH, i would like to be able to remake it.  I cant find the animation or documentation on how to put the toilet attached to the character while sitting down.

Would be awesome if i could find this :P looking to add to my "bicycle" song by queen when players spawn a bike lol

Link to comment
Share on other sites

no one? lol  Does anyone know where i can find documentation on how to attach objects to players and where i could find the animations for arma 2.  I might be able to remake the script...

Link to comment
Share on other sites

3 hours ago, Hux said:

That script sounds fun.

I did some searching my self but no luck.

Here's animations for OA:

http://www.armaholic.com/page.php?id=10941

i actually installed this, found the animation needed, found the toilet, just need to mess around with the code. (thats where i struggle the most lol)  But i'm trying..

Link to comment
Share on other sites

Ok so i found this script.  A friend of mine had it kicking around.

I DID NOT create this script.  A friend gave it to me and allowed to share it.

You just need to call this with a right click option.  I put it on the GPS

You will need to add this to your description.ext for the sound to work

in the class "CfgSounds" section, add this and change the path to suit your needs

 

Spoiler

 

class shit
    {
        name = "shit";
        sound[] = {custom\sounds\shit.ogg,0.4,1};
        titles[] = {};
    };

 

 

Here are the files

https://www.dropbox.com/s/ekqc7elp33n5jq0/takeadump.zip?dl=0

Enjoy :)

Link to comment
Share on other sites

1 minute ago, 3steN8igall said:

nice one

stolen from uk111 server!

If its stolen, then many people stole it, because ive seen it on many servers. and one of my friends had this on his...  If im not allowed to share it, mods please remove the post i made.

Link to comment
Share on other sites

8 hours ago, theduke said:

Ok so i found this script.  A friend of mine had it kicking around.

I DID NOT create this script.  A friend gave it to me and allowed to share it.

You just need to call this with a right click option.  I put it on the GPS

You will need to add this to your description.ext for the sound to work

in the class "CfgSounds" section, add this and change the path to suit your needs

 

Hidden Content

 

Here are the files

https://www.dropbox.com/s/ekqc7elp33n5jq0/takeadump.zip?dl=0

Enjoy :)

Not sure what I'm doing wrong but I can't get this to work.

I put this in my extra_rc

class toilet {
            text = "toilet";
            script = "'custom\shit.sqf'";

I see the option in my radio but nothing happens.

I added the sound to description.ext also.

Can you post the code you're using theduke?

Do you have to be near the toilet for it to work?

Or does the script spawn a toilet?

Thanks.

Link to comment
Share on other sites

im using exactly what i posted in my dropbox.  Just make sure the file is in the right spot.  And IF you are using mudzerelis deploy anything you will need to add the exception in the config of his overwrites folder. For some reason it overwrites the extra_rc

The script spawns a toilet, you sit on it, it has funny noises, and it acts like a painkiller lol  Great if you are out of painkilers lol

Don't need to be near anything...just right click on what ever you set it as, in your case the radio.

Link to comment
Share on other sites

2 hours ago, theduke said:

im using exactly what i posted in my dropbox.  Just make sure the file is in the right spot.  And IF you are using mudzerelis deploy anything you will need to add the exception in the config of his overwrites folder. For some reason it overwrites the extra_rc

The script spawns a toilet, you sit on it, it has funny noises, and it acts like a painkiller lol  Great if you are out of painkilers lol

Don't need to be near anything...just right click on what ever you set it as, in your case the radio.

Ok, now I'm running it from that config file in the overwrites folder for deploy anything script and it works fine.

I don't get why it overwrites that one script but not the other right click ones I'm using...as long as it works...

Thanks.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...