Shower tutorial
A Sims 1 hacking tutorial for showers, part 2 - no shooing
|
This is the second part of the shower tutorial. This is about how to make the shower a "no shooing" shower. The shower I'm working on here is the one I just made "no flooding" in part 1. So open up your file and open the BHAV 4098, if it's not already open (if you need help on that check here). This is what it looks like. |
![]() |
First we have to find where the shooing comes from, and then skip the lines that makes Sims shoo. And it's in line 24 (A). Thats a Global resource, it's hard to change that. After the shooing (Line 24) the file jumps to line 28 (B). Now we must find the line before the shooing and make it jump straight to line 28. Line 47 jumps to line 24(C), we could change that one. But line 47 is the line "my person data private Assign To: 1" which is about being alone, better to skip that one too. So we search for the line that jumps to line 47. And it's line 51 (D). That's where the jump to line 28 shold be(E). Change it to the right. |
After change |
That takes care of the shooing when a Sim is entering the shower. But they will still start shooing when they are about to exit this shower if they are not alone. That also has to be hacked. And there is another line about shooing, Line 26 (F)see first pic. And we have to do the same thing here. The line after 26 is Line 27. But that one is about privacy, better to skip that one too. The line after Line 27 is Line 19, let's use that. Now, what line is before Line 26? Line 7 is, change that one (to the right) (G) to jump to line 19, and this shower should now be "no shooing". |
|
No need to change anything in the OBJD resource, but if you want to change the catalog texts so that it mentions this new feature, you can open the CTSS resource. Thats where the catalog texts are stored for all languages. Good luck hacking. Hedda
|