More Awesome Than You!

Ye Olde Simmes 2 Archives: Dead Creators => Ye Olde Crammyboye Archives => Topic started by: crammyboy on 2005 November 11, 18:05:35



Title: Nudist hack v2.06 (02 March 2007)
Post by: crammyboy on 2005 November 11, 18:05:35
This hack will allow sims to get naked based on a more complex degree of personality, mood and other sims. If you are looking for something to allow all sims to wander around naked, you can use this hack and set it up on a lot by lot basis

THIS HACK IS ONLY FOR USE WITH NIGHTLIFE, OFB, PETZ and now SEASONS. An unofficial version is available for BV.


(http://www.moreawesomethanyou.net/terror/green.gif)

The willingness for sims to get naked is based on a calculated score. Once that score has been reached, sims will accept the "get naked" request.

Scoring is as follows:

values         Range (if any)         Comment
  outgoing      (0,1000)      
+ playfulness/2   (0,500)
+ neatness/-5      (0,-200)         sloppiness counts
+ active/-5      (0,-200)         so does laziness
+ nice/-5      (0,-200)         and grouchy
+ mood         (-100,100)
+ Hygiene      (-100,100)
+ Comfort      (-100,100)
+ 700 if sim alone               no other bonus is added if this is added except nighttime and outside
+ 150 for every naked sim on lot         sleeping sims are not counted.
- 200 if outside
+ 200 if alone in room               cancels out the outside penalty if alone
+ 600 if Chemistry (in love) with everyone on lot
+ 150 if Chemistry with everyone in room
- 50 for every other sim on lot            not applied if the Chemistry bonus applied
+ 200 if nighttime               between 23h and 6h
+ 300 if all other sims are asleep

Target: 1000

The Naked Emitter code is now included in a separate package. There is in there some new interactions, which some people will like, and others not. This package does not have to be used, just delete the naked emitter package and the game will use the original naked emitter code.

The naked menu has now been moved to Adjust.../Naked Options...

Sims will woohoo naked with this hack (I never understood the underwear)

This hack will conflict with anything using clothing routines for bath/shower, hot-tub, bed, general naked check and woohoo.

WARNING: BACKUP ALL DATA BEFORE USING THIS HACK.

Install ALL packages into the downloads directory.
If you had the university version, remove CBOY_nudist_meditate.package


Created using SimPE QA
BHAV editor by PLJones
Objects listing with disasm2


Notes for use with the INTEENIMATER
Remove the CBOY_nudist_itrem.package from the downloads folder.
If you remove the inteenimater, you must put this package back.

Having both hacks installed will NOT cause any errors, but the nudist functions for hot tubs will not be used and there will be discrepancies in the outcome.

Use the OFB version for PETS
EP5 version is for seasons

Bon Voyage version: link (http://www.moreawesomethanyou.com/smf/index.php/topic,9975.0.html).


Title: Re: Nudist hack v2.05
Post by: witch on 2005 November 12, 01:25:13
This hack will conflict with anything using clothing routines for bath/shower, hot-tub, bed, general naked check and woohoo.

I use JM's 'bathroomusesyou' hack - does that use clothing routines?
What about Lizzlove's bed?
What about JM's clothing tool?

Sorry, I'm not sure what 'clothing routines' are but I'd like to use this hack, esp. for my hippie commune. :)


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2005 November 12, 01:49:56
Conficts will not mess up the game. You will just get unexpected results.

JM's bathroomusesyou will always get a sim dressed after bath/shower.
JM's clothing tool doesn't clash at all
I don't know about lizzlove's bed, but I expect that it will work as it normally would without the hack.


Title: Re: Nudist hack v2.05
Post by: witch on 2005 November 12, 04:48:53
Conficts will not mess up the game. You will just get unexpected results.

That's reassuring! :) cheers for the speedy reply.


Title: Re: Nudist hack v2.05
Post by: RainbowTigress on 2005 November 12, 05:23:15
I use JM's bathroomusesyou and Crammyboy's previous nude hack on MTS2, and sometimes my sims will still "forget" to get dressed after a shower and getting thrown out of the bathroom and run around nude.  Not sure why this is, but if they are shy, they will usually realize this and get dressed.  Other sims are happy to just run around nude until someone asks them to get dressed or some other event causes them to dress.  If I get tired of them being naked I can always click on them and tell them to get dressed.  It doesn't really cause any problems.  I'm looking forward to trying out this new NL version.


Title: Re: Nudist hack v2.05
Post by: Ancient Sim on 2005 November 15, 21:40:50
Thanks for the update on this, one of my favourite mods.  Just so you know, the link to the hot fix on the Insimenator site is dead.  Does this mean we still need to remove the itrem package?


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2005 November 15, 23:17:13
They have been re-organising the insimenater site, so the link was invalid.
I have updated the link to point to the new thread.

You only need to remove the itrem package when you have downloaded the hotfix.


Title: Re: Nudist hack v2.05
Post by: syberspunk on 2005 November 16, 20:40:13
Hi Crammyboy,

Since I've been actually playing NL latey, I've noticed something in my game. I have a Hot Tub in my dorm, and it seems that when sims get out of the tub, they won't change back to their regular clothing. Not that this is a big deal or anything, but I was wondering if this was "normal" behaviour.

Well... I started looking at the Hot Tub globals, and then I took a look at your Nudist hack. In the "Interaction - Get In" BHAV for the Hot Tub, you changed one of the lines after "Get Out of Tub" from:

[global 0x029C] Clothes - Change Outfit(Const 0x550F, Literal 0x0000)

to:

[global 0x02F3] No-Op()


I'm guessing this is purposeful? I took a look at that BHAV (0x02F3), and it seems like it doesn't really do anything (It just checks if Literal 0 > Literal 0 and regardless returns true).

Are you handling how sims get dressed after the hot tub elsewhere in the code? I didn't feel like searching through all the BHAVs in your hack. I was just curious why this was changed, and would be harmful if I changed it back for my own tweak. I would prefer that sims get dressed after exiting the hot tub so they aren't always walking around in their bathing suits. Unless this is a way for sims to remain naked if their naked score is appropriate?

It looks like the previous lines checks what outfit the sim is wearing:

[prim 0x0002] Expression (My person data 0x0008 == Const 0x5503)

If this is true, then it calls that Change Outfit line, if not, it continues to the next line after that Change Outfit.

Is this line checking if sims are naked? I'm not sure which outfit Const 0x5503 represents. How can I find this out? Do I look in the BCONs for the same Group # for Hot Tub Globals (0x7FE69E23)? I am still a novice when it comes to understanding BHAVs, and I was never sure how to relate the Constant values that are used in the BHAVs (i.e. where are they located and what they mean).

I hope my questions make sense. Essentially, I wanted to know why my sims are not changing back into their regular outfits after getting out of the Hot Tub. Is this "normal" Maxian behaviour, or was this something intentionally done as part of your nudist hack? Thanks. :)


Ste


PS. Oh... I also noticed something. There seems to be a partial "conflict" between this hack and Pescado's poolhack. At least in the sense that both your hack and the poolhack modifiy:

Group  0x7F585FFD, Instance 0x1002
Interaction - Get In/Out

And

Group 0x7F5BA5F7, Instance 0x1007
Sub - Dive

The first "conflict" seems benign, in that you are essentially doing the same thing, only one hack checks an expression using == and the other uses !=

The second "conflict" with the "Sub - Dive" seems to have a lot more differences. Yours in particular has more lines of code. I didn't bother to really check what it was doing. I just noticed that it does/has more stuff. :P

Just to let you know. I use both hacks in my game and I didn't notice anything, but then again, I'm not even sure how they are supposed to be different when it comes to the pool, and which one might be overriding the other.  ???




Title: Re: Nudist hack v2.05
Post by: crammyboy on 2005 November 16, 21:44:14
I hadn't put the explicit check in when I did the update for nightlife, and forgot all about it.  It will be checked properly in the next version.  Even without the check, the game constantly calls the "check for naked" routine when the sim is idle. So if the sims naked score drops below the threshold, the sim will get dressed.

No-op is just a way of not doing anything without removing the line.  It stands for "no operation"

Pescado's pool hack is a simplified version of the one in the nudist hack.  The nudist hack does the "do i want to be naked?" check, which is why there is more code.  Having both in will not cause any major problems, but seeing as the poolhack is alphabetically higher than the nudist hack, it will always take preference.


Title: Re: Nudist hack v2.05
Post by: syberspunk on 2005 November 16, 23:24:15
I hadn't put the explicit check in when I did the update for nightlife, and forgot all about it.  It will be checked properly in the next version.  Even without the check, the game constantly calls the "check for naked" routine when the sim is idle. So if the sims naked score drops below the threshold, the sim will get dressed.

No-op is just a way of not doing anything without removing the line.  It stands for "no operation"

Ahh... that's what I suspected. Ok then... so is this the reason why my sims aren't getting dressed after they exit the hot tub?

Does this line: [prim 0x0002] Expression (My person data 0x0008 == Const 0x5503)

specifically only check for nudity?

  • In other words, is it this change that causes my sims to stay in their bathing suits?
  • Or is it something else, possibly some other hack (which I can't imagine what else would  cause this since I shouldn't have anything else related to clothing routines and hot tubs - I do not have the InTeenimater)?
  • Or is that the "normal" Maxian behaviour?



Pescado's pool hack is a simplified version of the one in the nudist hack.  The nudist hack does the "do i want to be naked?" check, which is why there is more code.  Having both in will not cause any major problems, but seeing as the poolhack is alphabetically higher than the nudist hack, it will always take preference.

Ahhh... ok, so would it "fix" things if I rename the hacks? Should the CBOY_nudist hack be renamed z_CBOY_nudist or is it the other way around? The poolhack should be renamed z_poolhack?

You said "alphabetically higher" but I wasn't sure if this means it is higher up as in earlier or higher up as in towards the end of the alphabet. I think it should be later, since it seems that the trend to fix things is to make the package that you want to take precedence to be prefixed with z.

Ste


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2005 November 17, 00:05:11
My person data 0x0008 == Const 0x5503 specifically checks for nudity only. (the const is actually 0x012a:03 when parsed)

Sims that change into swimwear would stay in swimwear even without the nudist hack.  If you wanted, you could change the const to that of swimwear (0x012a:01) and change the no-op (0x2f3) back to the change outfit routine (0x29c).  This would get the sim dressed after they get out of the hot-tub if they are in swimwear.

I don't understand why you would want the poolhack with the nudist hack installed. But the hacks are loaded in alphabetical order within a directory.


Title: Re: Nudist hack v2.05
Post by: syberspunk on 2005 November 17, 00:57:41
My person data 0x0008 == Const 0x5503 specifically checks for nudity only. (the const is actually 0x012a:03 when parsed)

Sims that change into swimwear would stay in swimwear even without the nudist hack.  If you wanted, you could change the const to that of swimwear (0x012a:01) and change the no-op (0x2f3) back to the change outfit routine (0x29c).  This would get the sim dressed after they get out of the hot-tub if they are in swimwear.

Ahh, thanks for the clarification. :) I guess I'll modify that slightly and keep a note of it, that way, if you ever update your hack, I'll remember that I have to make that change again.



I don't understand why you would want the poolhack with the nudist hack installed. But the hacks are loaded in alphabetical order within a directory.

Well, I thought the poolhack was to keep visitors from autonomously entering the pool, unless there was a party going on. IIRC, the point was to prevent visitors from exhibiting such "rude" behaviour, unless it was actually appropriate such as when a party was going on or if the user actually directed their selectable sims to use the pool and then visitors could join. Only under these circumstances should visitors be allowed to just jump in the pool any old time. I could be wrong, but I thought that was how Pescado's hack was supposed to work. I don't know if your nudist hack is inclusive of these characteristics, or if the changes that Pescado made to the "Sub - Dive" BHAV are absolutely required for his hack to function properly. *shrugs*

As for alphabetically, then I take that to mean your hack gets loaded first, then his poolhack gets loaded, so whatever gets loaded last is the one that actually goes into effect.

Alright, thanks again. I hate to be such a pest about it.  :-[ I just really love your hack, it works so wondefully and I can't bear to play my game without it or have any conflicts with any of my other favorite/must-have hacks.  ;D

Ste


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2005 November 17, 01:14:52
I miss-understood the poolhack, sorry.

The best way would be to change the poolhack to _poolhack so that the nudist hack loads after it.  I only think he changed the "sub - dive" to check if the sim is already naked.


Title: Re: Nudist hack v2.05
Post by: witch on 2005 November 20, 21:01:30
crammyby, I played my commune all day yesterday and the nudist hack adds such a wonderful sense of reality in the game. All adults go naked at different and seemingly random (I didn't alter the hack defaults) times. I'm thoroughly enjoying this. I see them eating nude, greeting roadside visitors nude - then glancing down in mock confusion and putting their clothes on, and just generally enjoying the countryside and commune life.

Brilliant, ta. :)


Title: Re: Nudist hack v2.05
Post by: Ellatrue on 2005 November 24, 17:57:56
Could this conflict with Inges clothes change door?


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2005 November 24, 19:11:50
Probably not. Altough I don't use it.


Title: Re: Nudist hack v2.05
Post by: SealJuice on 2005 November 27, 22:18:41
Hello,

I enjoy using this modification, but my Sims are nude too often now. is there a way I can manually raise the point target above 1000?

Thank You,

SealJuice


Title: Re: Nudist hack v2.05
Post by: Scotty on 2005 November 29, 00:41:31
Thanks CB. I lost the old one awhile back when I was having problems with Nightlife. I kind of missed my naked sims. :)


Title: Re: Nudist hack v2.05
Post by: questar on 2006 January 01, 19:16:20
I like this hack.  It's really kinda fun.  But I do think that it goes a tad too far.  Truth is that a lot of people really do walk around naked - especially at when only they and their "significant other" is at home.   I really wonder tho', if so many little kids would be walking around nude.  Especially in front of their parents and strangers.  I have tried to change the setting but it seems that you have it set up as an "all  or nothing" sort of thing.  Could you fix it so that kids do not walk around nude in front of their parent and visa versa?


Title: Re: Nudist hack v2.05
Post by: nnikol on 2006 February 05, 20:03:31
You must also download the hot fix from http://www.insimenator.net/showthread.php?t=329

the link doesn't work anymore

where can i get the hotfix for NL.  ???


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2006 February 06, 18:41:52
The hot-fix was for inteen, which is not supported any more and is not awesome.


Title: Re: Nudist hack v2.05
Post by: Midori-kun on 2006 February 19, 19:40:03
The hot-fix was for inteen, which is not supported any more and is not awesome.
Inteen is not part of the website anymore, but Jase has put it up on another site and linked it to the InSIMenator site, so there are some people just downloading it, (or re downloading it ^_^;) who need the hot fix. Iis there anyway to get a hold of it, or something that can be done in the game to allow sims to use the hottub naked?

Feel free to just ignore me . . .


Title: Re: Nudist hack v2.05
Post by: Chocolate Pi on 2006 February 19, 23:22:45
Here's a crazy idea: can you rig the mod to have a second check for underwear?  Exact same as the nude check, but with a much lower threshold value?  That would make the mod a complete "Modesty Controller", and allow us to have shy sims embarrassed by underwear just like normal sims are embarrassed by being nude.  Unless I'm missing something, it seems possible and somewhat easy.


Title: Re: Nudist hack v2.05
Post by: myskaal on 2006 February 20, 18:28:23
A Nudist Mod can be found in The Cracker Barrel section on the new site/page for InTeen: http://mysite.verizon.net/aestudios/sims2/index.htm

I don't know hether this is the "HotFix" talked about or if it is an entirely different nudist mod but there's the link in any case.


Title: Re: Nudist hack v2.05
Post by: RainbowTigress on 2006 February 21, 00:58:37
It's a different mod, by Ebruere.  I have never used it, so I don't know how it works.
Quote
Nudist Mod v1.0a by Ebruere for InTeenimater Users (EP1, EP2)


Title: Re: Nudist hack v2.05
Post by: Midori-kun on 2006 February 22, 04:03:37
I tried that hack and didn't like it much. It just does away with the modesty and everything completely.  So your sims get naked for some reason, and just stay that way until you get them to a dresser, and then you look back and their naked again.  Plus you can't turn it off in game, you have to quit and remove it from your DL folder.  Not getting the naked hottub interaction isn't huge, but I wanted to know if the fix could be made available.


Title: Re: Nudist hack v2.05
Post by: syberspunk on 2006 February 22, 06:08:18
It's a different mod, by Ebruere.  I have never used it, so I don't know how it works.
Quote
Nudist Mod v1.0a by Ebruere for InTeenimater Users (EP1, EP2)

I tried a version of that once. It was nice, but it made your sims stay naked practically all the time. I'm fairly certain that mod did away with "modesty" completely. I think I even had nude walk-bys, but I could have imagined that. :P

I tried that hack and didn't like it much. It just does away with the modesty and everything completely.  So your sims get naked for some reason, and just stay that way until you get them to a dresser, and then you look back and their naked again.  Plus you can't turn it off in game, you have to quit and remove it from your DL folder.  Not getting the naked hottub interaction isn't huge, but I wanted to know if the fix could be made available.

Edit: My apologies, I thought you were refering to this mod and not Ebruere's mod. :P In that case ::) I agree with you. It was a neat mod at first to have, when there weren't any other alternatives. Pretty much, whenever a sim got naked, they would almost stay that way indefinitely. In that sense, it truly was a nudist mod. But what I really wanted was simply a mod that allowed me to more control of when and where I wanted my sims to appear nude. I think of Crammyboy's mod more as a nude or nude enabling mod rather than a nudist colony type mod. Hehe. :D

Ste


Title: Re: Nudist hack v2.05
Post by: RainbowTigress on 2006 February 22, 06:17:11
Um, Syberspunk, I'm pretty sure Midori-kun was referring to Ebruere's mod since his post followed directly behind mine and the previous one discussing it, not crammyboy's mod.


Title: Re: Nudist hack v2.05
Post by: syberspunk on 2006 February 22, 06:31:43
Um, Syberspunk, I'm pretty sure Midori-kun was referring to Ebruere's mod since his post followed directly behind mine and the previous one discussing it, not crammyboy's mod.

Ahh... that makes more sense. :P It's too bad this forum doesn't have threaded mode. Not that that would necessarily solve everything or totally eliminate confusion, since people don't always reply properly to specific posts in forums that do have threaded mode anyways.

I'll re-edit my previous bitchy post and delete the bitchiness. Thanks for pointing that out. ::)

Ste


Title: Re: Nudist hack v2.05
Post by: Midori-kun on 2006 February 22, 16:36:47
Yes, my post was refering to Ebruere's mod.  I'm sorry for not making that clearer.


Title: Re: Nudist hack v2.05
Post by: Knukleur on 2006 February 25, 04:01:23
Hi, thank you for this file, it's working mostly good for me.  I've noticed in the main family that I'm playing, that the adults have an "Ask to get naked" interaction with infants.  I tried clicking it and the baby wouldn't undress and the icon for the interaction stayed in the adult's queue (I cancelled it after a little bit.)  I'm really okay with infants and toddlers not going naked as diaper-optional society seems like it would be third-worldish and messy. It's also okay that there's no "Ask to get dressed" interaction on the aquarium (those fish are NAKED! AHH!)


Title: Re: Nudist hack v2.05
Post by: pcgeekri on 2006 February 28, 03:31:18
Very nice mod Crammyboy,

Just a suggestion but it would be nice when the "always get naked" option is selected the pool is treated just like the hot tub by the sim and townies getting nude when going swimming in the pool. 

Thanks,

Pcgeekri


Title: Re: Nudist hack v2.05
Post by: pcgeekri on 2006 March 01, 18:57:56
Crammyboy,

Just wanted to let you know that I have installed the Open for Business expansion.  I was at the university with these naked sims in the dormitory lot using this nudist hack and your penis mod from MTS2 and suddenly penises started to dissappear.  lol.  Just wanted to let you know.

Thanks,

Pcgeekri


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2006 March 01, 20:54:57
It does say nightlife only.


Title: Re: Nudist hack v2.05
Post by: pcgeekri on 2006 March 02, 10:21:50
Crammyboy,

True, True, okay you got me on that one.  lol.  Good point.  I just thought that maybe, one day, this may be for OFB as well.  Take care.

Thanks Crammyboy,

Pcgeekri


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2006 March 02, 11:40:29
It will be one of the first things updated once I get OFB.


Title: Re: Nudist hack v2.05
Post by: pcgeekri on 2006 March 02, 21:38:26
Crammyboy,

Just for your information to help you troubleshoot when you get the OFB expansion, what's happening with the university townies at the dorm is this:  When the male sim "hides" in his room let's say for sleeping then unhides in the morning the penis is not unhiding with the male sim so that's when the penis dissappears. 

Take care,

Pcgeekri


Title: Re: Nudist hack v2.05
Post by: jsalemi on 2006 March 03, 12:44:44
... the penis is not unhiding with the male sim so that's when the penis dissappears. 

Maybe it's shy?  ;D


Title: Re: Nudist hack v2.05
Post by: pcgeekri on 2006 March 03, 18:21:12
LOL!  Here is other funny part.  When the sims initially "hides" in his dorm room the penis isn't so there's this floating penis with hair just floating in the room.  lmao.

Later,

Pcgeekri


Title: Re: Nudist hack v2.05
Post by: pcgeekri on 2006 March 04, 20:12:17
Crammyboy,

What strings do I need to change to raise/lower the threshold and also to display the correct threshold naked score?

Thanks,

Pcgeekri


Title: Re: Nudist hack v2.05
Post by: Ancient Sim on 2006 March 06, 14:37:32
I am still using this with OFB and so far I've not noticed anything weird.  The only odd thing is that sometimes when Sims get out of the bath or shower all that's left of them is a head, but I don't think that's the expansion, I think it might be due to the new skins I put in just before I installed OFB (the Exnem realskins).  I also took the Cock Controller out when I added those as they have their own (rather nice) willies.


Title: Re: Nudist hack v2.05
Post by: pcgeekri on 2006 March 06, 17:57:32
Well this maybe Crammyboy's penis mod possibly, someone else is having a problem as am I if you read the messages over at Modthesims2 where crammyboy's penis hack is located.  So basically I'm still playing my game and patiently waiiting for Crammyboy to post updates and or information on his mods, he's really busy therefore I'm patiently waiting. 

Another possibility is that these dormitories were being used prior to the install of OFB.  And now after OFB and a new sim goes to college on the same dorm lot the problem may just go away.  I've had that happen before, the problem just resolves itself.  So far I haven't had a problem with residential lots. 

Thanks,

Pcgeekri


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2006 March 07, 00:25:29
The Dormie problem has been around since UNI. I don't know why it does it, but it is only a minor inconvenience (I don't play UNI that much) and the state can be reset by going into buy mode I think.


Title: Re: Nudist hack v2.05
Post by: pcgeekri on 2006 March 07, 02:24:30
Thanks Crammyboy,

I never really noticed because I've been using this mod for about a couple of weeks just before OFB was released.  Thanks for the help.  I'll give that going into buy mode trick a try. 

Take care,

Pcgeekri


Title: Re: Nudist hack v2.05
Post by: Arcanis on 2006 April 02, 16:14:36
Hi All!

This hack is really nice but i would like to have the "Adjust.." options moved from the sim to another object (like a plant).. Is that possible ? Thanks!


Title: Re: Nudist hack v2.05
Post by: manduhx on 2006 April 20, 23:08:54
wait, so we CAN'T have both hacks- inteenimator & this? sorry, im just making sure :-[


Title: Re: Nudist hack v2.05
Post by: jsalemi on 2006 April 21, 00:12:38
wait, so we CAN'T have both hacks- inteenimator & this? sorry, im just making sure :-[

Yea, you can -- they work fine together.  There's just one file in this you have to remove to use InTeen with it.  Details are in the manual.


Title: Re: Nudist hack v2.05
Post by: manduhx on 2006 April 21, 00:19:42
wait, so we CAN'T have both hacks- inteenimator & this? sorry, im just making sure :-[

Yea, you can -- they work fine together.  There's just one file in this you have to remove to use InTeen with it.  Details are in the manual.


okay thanks!.. i looked in my files, but i dont really understand which one i need to delete- they're all "Package A, B, C, D, E & F" *someone help please, i appreciate it :-\ *


Title: Re: Nudist hack v2.05
Post by: aussieone on 2006 April 21, 00:34:52

okay thanks!.. i looked in my files, but i dont really understand which one i need to delete- they're all "Package A, B, C, D, E & F" *someone help please, i appreciate it :-\ *

I think this is what you missed, as mentioned at the top of the page in Crammyboy's instructions:

Notes for use with the INTEENIMATER
Remove the CBOY_nudist_itrem.package from the downloads folder.
If you remove the inteenimater, you must put this package back.
You must also download the hot tub compatibility fix from The Kitten Killer site

Having both hacks installed incorrectly will NOT cause any errors, but the nudist functions for hot tubs will not be used and there will be discrepancies in the outcome.


Title: Re: Nudist hack v2.05
Post by: witch on 2006 April 21, 02:00:14
Hey aussieone - did you ever notice the floor under your kitten avatar is almost identical to one of the sims floors?
*presenting today's mindless trivia moment


Title: Re: Nudist hack v2.05
Post by: manduhx on 2006 April 21, 02:07:29

okay thanks!.. i looked in my files, but i dont really understand which one i need to delete- they're all "Package A, B, C, D, E & F" *someone help please, i appreciate it :-\ *

I think this is what you missed, as mentioned at the top of the page in Crammyboy's instructions:

Notes for use with the INTEENIMATER
Remove the CBOY_nudist_itrem.package from the downloads folder.
If you remove the inteenimater, you must put this package back.
You must also download the hot tub compatibility fix from The Kitten Killer site

Having both hacks installed incorrectly will NOT cause any errors, but the nudist functions for hot tubs will not be used and there will be discrepancies in the outcome.

OH!  i think i get it now!! they mean remove it from THIS hack right, not the inteenimator hack.. i thought they meant the inteenimator hack and i couldnt find it :-[ lol thanks sooo much!!!!


Title: Re: Nudist hack v2.05
Post by: aussieone on 2006 April 21, 11:26:07
Hey aussieone - did you ever notice the floor under your kitten avatar is almost identical to one of the sims floors?
*presenting today's mindless trivia moment

LOL...no I didn't realise that witch.

It's actually a hessian type rug that Holly loves to use a 'scratching' mat.  :)


Title: Re: Nudist hack v2.05
Post by: jsalemi on 2006 April 21, 16:03:38
FYI, Jase just posted a compatibility fix of his own over on the InTeen site -- look for it at the bottom of Crackerbarrel area


Title: Re: Nudist hack v2.05
Post by: witch on 2006 April 21, 22:46:20
You can just see the edge of the floor on the mezzanine overlooking the vampires' banquet hall.
(http://img.photobucket.com/albums/v730/nz_witch/Castle%20Razmussin/dining.jpg)


Title: Re: Nudist hack v2.05
Post by: J. M. Pescado on 2006 April 25, 09:19:24
Heh, the catch with things like that is that they don't actually "function", in the sense that sims cannot actually see or react to what is occurring below them, nor are they able to interact with the targets below in any way, such as by throwing things at them.


Title: Re: Nudist hack v2.05
Post by: jsalemi on 2006 April 25, 14:07:08
... nor are they able to interact with the targets below in any way, such as by throwing things at them.

Now THAT would be fun -- water ballons from the balcony...


Title: Re: Nudist hack v2.05
Post by: witch on 2006 April 26, 09:05:09
It sucks that the bats don't fly up through the middle, that's what I was hoping for.


Title: Re: Nudist hack v2.05
Post by: Ambular on 2006 May 04, 08:57:00
Crammyboy, any idea how this would interact with Carrigon's Naked Dressing hack?  I've got them both installed and the menus seem to function correctly for both, but I haven't tested them extensively yet...


Title: Re: Nudist hack v2.05
Post by: J. M. Pescado on 2006 May 04, 16:46:17
It sucks that the bats don't fly up through the middle, that's what I was hoping for.
I believe bats CAN cross object barricades (although they usually don't try it at all). Just not "true" barricades.


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2006 May 04, 19:45:00
Crammyboy, any idea how this would interact with Carrigon's Naked Dressing hack?  I've got them both installed and the menus seem to function correctly for both, but I haven't tested them extensively yet...

I haven't used Carrigon's hack, so I don't know what effect having the two together will do. If they do clash, then they should not break anything in the game, but you wont get expected results.


Title: Re: Nudist hack v2.05
Post by: witch on 2006 May 05, 08:05:21
It sucks that the bats don't fly up through the middle, that's what I was hoping for.
I believe bats CAN cross object barricades (although they usually don't try it at all). Just not "true" barricades.

Hmm. Is there a hack in here? Could bats be made to actively seek object barriers they are allowed to cross?


Title: Re: Nudist hack v2.05
Post by: Plu on 2006 May 05, 08:20:41
It sucks that the bats don't fly up through the middle, that's what I was hoping for.
I believe bats CAN cross object barricades (although they usually don't try it at all). Just not "true" barricades.

Hmm. Is there a hack in here? Could bats be made to actively seek object barriers they are allowed to cross?

So...like go from by the TV in the lounge, to the fridge in the next room...via the sofa in the bathroom? O.o What if you had twenty vampire sims and told 'em all to fly about, they could all flocked like a swarm of wing-ed death towards the sofa minding its own business in the bathroom!


Title: Re: Nudist hack v2.05
Post by: coricaman on 2006 May 16, 18:27:28
this is the reson why Jerk Tampon (Jack Thompson) attacked our game, I hate nudity hacks


Title: Re: Nudist hack v2.05
Post by: jsalemi on 2006 May 16, 18:41:47
this is the reson why Jerk Tampon (Jack Thompson) attacked our game, I hate nudity hacks

So if you don't like them, don't use them.  Simple enough answer.


Title: Re: Nudist hack v2.05
Post by: dano on 2006 May 16, 20:32:46
this is the reson why Jerk Tampon (Jack Thompson) attacked our game, I hate nudity hacks

No, he attacked the game because he's a grandstanding gasbag who will exploit any issue and a gullible public to keep his name in the news.   Even he gave up on attacking the Sims 2 when enough people pointed out that he was full of crap.

If you don't like it, don't use it.  Personally, I wouldn't play without it.  It's one of my favorite hacks.

dano


Title: Re: Nudist hack v2.05
Post by: dadditude on 2006 May 21, 08:14:40
I had always shied away from nudist hacks for the longest time, never even downloading one. But I decided to give this a try, and I love it. The situations that can occur with it are so hillarious sometimes.

One of my lots has two families living together, with 4 adults (two sets of parents), and 2 teens (one in each family). Well, one morning while everyone was getting ready to face their day (all but two of the sims were in the shower/tub), one of the moms decided that she didn't need to get dressed after her bath and proceeded to go eat breakfast and then go out front and do yoga (she was using the skillinator->body macro) in the buff! To make matters worse, because she was using the macro, all the people trying to tell her to get dressed were getting cancelled!  :D So there she is, doing yoga in the buff in the middle of the street when the school bus arrives... I swear I nearly busted a gut laughing at that one. Don't you know those teens caught hell at school that day. LOL!

Thanks so much for this mod. I am so glad I decided to give it a try.


Title: Re: Nudist hack v2.05
Post by: RainbowTigress on 2006 May 21, 08:18:50
I have some romance sim families that spend more time naked than they do in their clothes.  Between this mod and Lizz Love's bed, my more outgoing sims seem perfectly happy to stay naked except when they go to work.


Title: Re: Nudist hack v2.05
Post by: coricaman on 2006 May 25, 18:30:05
I would use it if I could but, i have sibblings
Yo no quiero malo Sims 2 hacks para bajo unos.


Title: Re: Nudist hack v2.05
Post by: witch on 2006 May 26, 06:57:27
siblings or offspring? :P


Title: Re: Nudist hack v2.05
Post by: syberspunk on 2006 May 26, 17:44:02
Hey Crammy,

Just a suggestion... but I noticed the other day, my sims seem to have an aversion to seeing other naked sims... they keep asking other sims to get dressed, and while this is fine and all for the prudish sims... it's kind of silly when they do it while they're in the bathroom, especially when they're like in the middle of a shower and it pops on their queue and it's a public/communal dorm shower.  ;)

Anyhew, I thought maybe it would be useful to add a check, if the sim is in the bathroom, then they won't be as prudish, so I threw a bathroom check together. I also edited the Ask to get naked Test, so that even if a sim isn't naked, if a sim is autonomous, it will check to see if they want to get naked. And for the Ask to get dressed Test, if the sim is autonomous, it will check to see if the sim is in a bathroom, otherwise it will check to see if the sim wants to get naked. So in both cases, they are dependent on the sims naked score if autonomous.

I thought I would suggest these changes, in case you ever have plans to update it, or need to update it for future EPs. I'll upload the individual BHAVs so you could stick 'em in and take a look at them and change it to suit your own personal taste, if you'd like. :)

Ste


Title: Re: Nudist hack v2.05
Post by: jsalemi on 2006 May 26, 19:44:28
If Crammy doesn't add them, I sure will to my copy of his hack. :)  That "ask to get dressed" thing in the dorm showers has always annoyed me, because it's just silly.


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2006 May 27, 09:41:00
The bathroom check really does need to go in, and I have been meaning to do it for a while.  The problem with the way you have done it is that it really isn't going to help.  The way the code is written at the moment, the "ask to get dressed" is pushed from the naked emitter code, so should be in there.

Also, it is highly unlikely that a sim will autonomously use "ask to get naked" or "ask to get dressed", so adding the autonomy check is a bit of a waste.

Thanks for the bathroom check though, it will save me having to write one.


Title: Re: Nudist hack v2.05
Post by: jsalemi on 2006 May 27, 14:19:11
Also, it is highly unlikely that a sim will autonomously use "ask to get naked" or "ask to get dressed", so adding the autonomy check is a bit of a waste.


I've never seen an "ask to get naked", but since OFB I've had a lot of autonomous "ask to get dressed" actions pop up. It's mostly in dorms, in communal showers, but I've seen it pop up in a shy sim in a house where someone was naked in a hot tub.


Title: Re: Nudist hack v2.05
Post by: crammyboy on 2006 May 27, 18:01:52
That isn't exactly autonomous. It is pushed by the naked emitter, much in the same way that reactions work.
I just need to test it out a bit and I'll post a new version.


Title: Re: Nudist hack v2.05
Post by: syberspunk on 2006 May 28, 01:16:37
Ahh... Ok. Well I haven't yet tested it myself. And I wasn't sure how it was being pushed. I just assumed it was autonomously being pushed. I just noticed that it was happening in my dorms and the being asked to dress seemed to pop up without my choosing it. I just assumed it was due to autonomy, so I thought I would put in an autonomy check for both interactions. I kinda just slapped it together. :P I figured it'd be more convenient to attach the bhavs than just post about it, hopin you might find some of it actually useful. The bathroom test is the same thing I used in my nopartyassignment mod, and it seems to work. So far, I haven't had any dorm assignments started in a bathroom since.

Anyways, thanks for the clarification. I know it's just a minor thing and all, but it kept poppin up more so often. I'm definitely lookin forward to an update.  :)



Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: joe_mulcahy on 2006 May 28, 20:19:22
Thank you very much for all the hard work you've put into this hack, it's brilliant!  The neighbourhood is far more interesting, I must say, and I had no idea Mortimer Goth would so willingly tread outside starkers! It was rather funny as Ajay Loner just happened by at the time and screamed  loudly enough to sound like the stalked character of a horror picture!   Good show.

*Whispers* I also think your *ahem* enhancement of the male sims is brilliant as well.


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: IcemanTO on 2006 May 30, 16:44:15
Crammyboy, thanks for your good work.
I have a little issue with your previous 2.05 version. I have installed also the DMA woohoo starter pack and one of these files conflicts (not really dangerous) with your hack.
In fact, i lost the option "sleep naked" from all my beds, default or custom.
By the simwardrobe's hack checker, I found there is a conflict on the sleep call routine with your 2.05 and the DMAObj_support.package.

Does this new version solve this little issue?


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: crammyboy on 2006 May 30, 18:26:27
Probably not, but you could probably ask danny to put it into his hack.  That is the only thing in that BHAV, so there won't be any strange side effects.


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: bimbelina on 2006 June 21, 14:48:33
Hmmm....I don't see anyone else talking about the issue I'm seeing.  If I save a lot while a sim is naked, when I come back into the game, the sim is still naked, but with a censor.  Get 'em dressed, get naked again - no censor.  I have some nude dance cages, and the nurse baby hack, and I get a censor blur also when nursing a baby (sometimes, not always) and oddly enough, there's a censor blur when a sim watches a dancer in the cage.  Not on the dancer, tho - on the watcher.  Neither of these blurs are the full body censor, either.  The nurse baby blur is only in the chest area, and the watching-a-naked-chick blur is only about from the waist down on the the watcher.  I can't identify any conflicts with other hacks - does anybody else see censor blurs with this installed?


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: Ambular on 2006 June 21, 18:36:44
Hmmm....I don't see anyone else talking about the issue I'm seeing.  If I save a lot while a sim is naked, when I come back into the game, the sim is still naked, but with a censor.  Get 'em dressed, get naked again - no censor.  I have some nude dance cages, and the nurse baby hack, and I get a censor blur also when nursing a baby (sometimes, not always) and oddly enough, there's a censor blur when a sim watches a dancer in the cage.  Not on the dancer, tho - on the watcher.  Neither of these blurs are the full body censor, either.  The nurse baby blur is only in the chest area, and the watching-a-naked-chick blur is only about from the waist down on the the watcher.  I can't identify any conflicts with other hacks - does anybody else see censor blurs with this installed?

I haven't noticed this problem.  Out of curiosity, which EP's do you have, and whose censor blur remover mod are you using?


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: bimbelina on 2006 June 22, 03:14:50
Hmmm....I don't see anyone else talking about the issue I'm seeing.  If I save a lot while a sim is naked, when I come back into the game, the sim is still naked, but with a censor.  Get 'em dressed, get naked again - no censor.  I have some nude dance cages, and the nurse baby hack, and I get a censor blur also when nursing a baby (sometimes, not always) and oddly enough, there's a censor blur when a sim watches a dancer in the cage.  Not on the dancer, tho - on the watcher.  Neither of these blurs are the full body censor, either.  The nurse baby blur is only in the chest area, and the watching-a-naked-chick blur is only about from the waist down on the the watcher.  I can't identify any conflicts with other hacks - does anybody else see censor blurs with this installed?

I haven't noticed this problem.  Out of curiosity, which EP's do you have, and whose censor blur remover mod are you using?

all EPs, crammyboy's censor remover from MTS2.


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: Ambular on 2006 June 22, 03:32:05

all EPs, crammyboy's censor remover from MTS2.


That might be your problem right there.  Try Quaxi's instead, it's generally considered the most stable and reliable censor blur remover since Maxis changed how it worked a couple EP's back.

http://www.spicysims.com/DownloadsNoPic.cfm?DownloadCategoryID=1

You have to register at the site to download...it used to be at MTS2, but I think they've disabled the thread while they reshuffle their adult stuff and it's not on the new site yet.  :p


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: jrd on 2006 June 22, 11:39:26
Or just untick censorship in SimPE, that copies the file to the config folder.


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: bimbelina on 2006 June 22, 16:35:18

all EPs, crammyboy's censor remover from MTS2.


That might be your problem right there.  Try Quaxi's instead, it's generally considered the most stable and reliable censor blur remover since Maxis changed how it worked a couple EP's back.


Thanks, that was it!


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: jrd on 2006 July 08, 20:55:50
Why? FFS is just OFB part 2. There are hardly any code differences between it and OFB.


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: jrd on 2006 July 09, 18:21:55
Unless specifically noted, you can assume that anything which works in OFB works in FFS.


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: GloamingMerle on 2006 July 25, 22:47:54
I've recently decided to give this hack a go, but when I did a hack conflict scan, this popped up:

*** POSSIBLE CONFLICT DETECTED ***
File Type: BHAV
Procedure Name: Function - Awareness - Private - TEST
Group ID: 0x7FA4D046
Instance ID: 0x00001001
Packages Containing This Procedure:
\downloads\Hacks&Misc\CrammyBoy\CBOY_nudist_naked_emitter.package
\downloads\Hacks&Misc\JMPescado\noshockforoutgoing.package

Is this anything to be concerned about?


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: jsalemi on 2006 July 25, 22:58:47
No, they play together fine.


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: GloamingMerle on 2006 July 26, 01:42:19
Ok, thanks...  :)


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: jsalemi on 2006 July 26, 04:44:33
To be more specific, what the conflict means is that they're both doing the same 'test' to see whether they should activate or not -- in this case, my guess is they're checking the sim's shy/outgoing level.


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: pcgeekri on 2006 July 26, 17:43:54
Crammyboy,

Just wanted to let you know that the scores for my sims to get nude isn't as high as they were before puting robots on their lots.  On this particular lot there are 2 sims, 2 servos, 1 robot vacuum, and 2 hydrobots.  Let me note that on this lot everyone is in love with each other (using global no jealousy mod)  Now I noticed that the servos when making a meal set out enough plates for 7 people to eat before stopping serving.  Are these other bots being recognised as sims in your nudist mod?  Therefore leading to lower scores because of more sims on the lot?  To work around this problem, changed the "sims on lot" penalty to zero and lowered the threshold to 600. 

The Maxis virgo's score would go over 1000 when all sims asleep on the lot and only at that time.  Now after the robots are placed on the lot the score at night with all sims asleep only goes up to 720 with the maxis virgo.  The mod conflict tools isn't showing any conflicts with your mod so maybe just these robots are being seen as sims maybe?

Later,

Pcgeekri


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: jsalemi on 2006 July 26, 19:32:59
It's quite possible -- the game treats the robots as NPCs, so this may be counting them as lot residents. It's always silly to see an outgoing sim greeting the Security Bot as they walk by, just like it was any other sim. :)


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: pcgeekri on 2006 July 26, 20:41:12
Yes, thank you, NPCs.  Exactly.  That warped sense of Maxis humor again, love it. 

Later,

Pcgeekri


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: Amy Sorel on 2006 August 03, 00:42:14
This is painful, and I apologize, but I am extremely new to even touching the Sims 2. I cannot find the "downloads directory".

Surely there is some rule I'm blatantly breaking here, blissfully unaware of. Sorry, I'm new.


Edit: Cool, I was right. Sorry everyone. http://www.moreawesomethanyou.com/smf/index.php/topic,1296.0.html


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: witch on 2006 August 03, 07:05:52
Hey nice save Amy. :)


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: RainbowTigress on 2006 August 03, 22:27:44
/me applauds Amy for doing what so many have failed to do.  :D


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: Dolphin on 2006 October 19, 22:13:37
Anyone know if this is compatible with pets?


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: Karen on 2006 October 19, 22:48:33
Anyone know if this is compatible with pets?

I haven't had any problems with it so far.

Karen


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: myskaal on 2007 March 01, 18:02:03
Is the *hotfix* for InTeen still needed for hottubs? I've looked around all over the new InTeen (http://box156.bluehost.com/~aestudi1/forums/inteenimater/index.php) site and can't find it anywhere.

Just curious if something was done to make it not needed or if the hotfix just went MIA for reasons unknown or if perhaps I just somehow overlooked its location at jase's site.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: crammyboy on 2007 March 02, 08:32:12
Seasons version up

The hotfix is not my responsibility. Not having it in will not break anything.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: myskaal on 2007 March 02, 10:58:05
The hotfix is not my responsibility. Not having it in will not break anything.

Errryah, wasn't suggesting it was or would. I thought someone else might have some info on it's where abouts or lack there-of.



Good to see you active again.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: dinglouisa on 2007 March 03, 09:49:47
 ;D Crammyboy thanks for sharing.  :-*

I've 2 questions.

Do I need to redownload from MATY since I've a version download from MTS2?

If MTS2 ones was not up to date, can I refer people to here for the latest update?


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: crammyboy on 2007 March 03, 10:59:57
All new versions will be here.  I don't visit MTS2 much anymore.

If you have seasons, you will have to download the seasons version from here.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: dinglouisa on 2007 March 04, 01:44:36
All new versions will be here.  I don't visit MTS2 much anymore.

If you have seasons, you will have to download the seasons version from here.

I don't have seasons yet but I will refer people here Thanks for sharing again.  :-*


Title: Re: Nudist hack v2.06 (28 May 2006)
Post by: dinglouisa on 2007 March 04, 04:42:09
Is the *hotfix* for InTeen still needed for hottubs? I've looked around all over the new InTeen (http://box156.bluehost.com/~aestudi1/forums/inteenimater/index.php) site and can't find it anywhere.

Just curious if something was done to make it not needed or if the hotfix just went MIA for reasons unknown or if perhaps I just somehow overlooked its location at jase's site.

You should post your question at Inteenimater ;).

Remember to read all guidelines & threads before posting your question.  ;)

I've mine deleted because someone has posted before.  :'(


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: jrd on 2007 March 04, 04:55:10
Yup... we're quite tough there with the rules. Jase has little patience for lazyness ;-)

As far as I am aware the Inteen Hotfix is still needed. It was lost back on the inSim site though, and never made it to the new one. It isn't a part of the InTeen technically.

If anyone still has it, please send it to me (jordik at gmail dot com) and I'll upload it there.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Fat D on 2007 March 04, 06:41:01
is the inability for children to stay nude an anti-pedo-measure by you, one by EAxis, a bug by you or an EAxis bug? or is it my game?


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Raene on 2007 March 04, 19:13:21
If anyone still has it, please send it to me (jordik at gmail dot com) and I'll upload it there.

Someone may have already beat me to it, but sent. :)


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: dreamtrap on 2007 September 06, 23:15:21
can this be updated to work with bonv so you can go into to the sauna, hammocks and massage tables nude? currently you tell a sim to get nude to use it but as soon as they get on/in it they get dressed in a towel.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: kuronue on 2007 September 07, 14:03:24
can this be updated to work with bonv so you can go into to the sauna, hammocks and massage tables nude? currently you tell a sim to get nude to use it but as soon as they get on/in it they get dressed in a towel.

Crammy hasn't been seen in months, we're assuming he's dead I think, so I doubt it'll be updated. There's a thread in the Podium where people are offering to check and/or update his and other dead creators' hacks, though. Try there.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Jayroo on 2007 September 18, 01:35:29
Can anyone suggest a viable/similar alternative for the interim?
I guess I didn't appreciate this one so much until it was gone.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Blackwiddow on 2007 September 18, 01:52:41
I've posted the BV compatible version of this mod here, on the top of page 6.

Please Note: I in no wish to claim this mod as my own. if Cboy wishes it to be removed then it will be so.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Jayroo on 2007 September 18, 21:33:52
Thank You Blackwidow!  :)


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: syberspunk on 2007 September 20, 14:58:50
I've posted the BV compatible version of this mod here. http://www.moreawesomethanyou.com/smf/index.php/topic,9533.msg264437.html#msg264437 (http://www.moreawesomethanyou.com/smf/index.php/topic,9533.msg264437.html#msg264437)

As stated in that post - I in no wish to claim this mod as my own. if Cboy wishes it to be removed it will be so.

Curious.  Would you mind explaining what you did to make it compatible?  Did you simply update the changed BHAVs to include BV code?  Or did you also add changes to other, new BV stuff (like the saunas and what not).

Just wondering.  Thanks for this btw.  I haven't had time to play/test BV and/or even update all of my hacks (I mean the ones I use made by others).  I was planning on taking a look at this, but it saves me the trouble if someone already did. Hehe.


Ste


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Blackwiddow on 2007 September 21, 03:11:15
Squinge,
I've made the changes so it is compatable with BV. I'm looking at the Sauna, hot pools and massage codes today.
Hopefully crammy won't be upset with me doing this.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: syberspunk on 2007 September 21, 15:02:57
Cool.  Thanks.  I was curious what might've needed updating, but I are too lazy to look myself.

Also... um... are you a sock puppet for Squinge?  Because, I am not Squinge.  So... I hope you weren't addressing me.  And I don't see Squinge posting here... unless I'm blind. lol. :D


Ste :P


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Blackwiddow on 2007 September 21, 22:45:57
Sorry syberspunk,  :-[
That's what happens when you try and do multiple things at once, and only have 1 brain!
They added a check for bigfoot to one of the behaviours, so that's what I updated.
I've nearly figured the massage routines. Just don't know if I want to add an option to be massaged naked or just allow the sim to decied that for themselves. <- On community lots.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Sleepycat on 2007 September 21, 23:07:57
Sorry syberspunk,  :-[
That's what happens when you try and do multiple things at once, and only have 1 brain!
They added a check for bigfoot to one of the behaviours, so that's what I updated.
I've nearly figured the massage routines. Just don't know if I want to add an option to be massaged naked or just allow the sim to decied that for themselves. <- On community lots.


oh please add that option and if possible, one to sunbathe naked also *begs*  ;D


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: sloppyhousewife on 2007 September 22, 11:19:19
oh please add that option and if possible, one to sunbathe naked also *begs*  ;D

seconded  ;D


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Blackwiddow on 2007 September 25, 06:43:45
Cboy's nudist mod - Updated 26/9/2007.
Added sims choose if they wish to wear the towel based on their score/never/or allways fo both sauna and massage.
They also choose if they wish to be naked for sunbathing, hot spring and Tai Chi.

I've posted it in the other forum as before.

http://www.moreawesomethanyou.com/smf/index.php/topic,9533.msg264437.html#msg264437 (http://www.moreawesomethanyou.com/smf/index.php/topic,9533.msg264437.html#msg264437)


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: sloppyhousewife on 2007 September 26, 13:32:41
You're my hero  ;D

/me  hits sheep thanks button


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: kuronue on 2007 September 27, 05:41:48
..oh wow.. now we can have naked old-man Tai Chi in the park like I always wa--- wait.....  :o


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Karen on 2007 September 27, 09:46:04
I got an error on a vacation lot with the latest version.  Error log posted in the other thread.  Let me know if you want me to re-post it here.  I wasn't sure where errors should be reported.

Karen


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: raynuss on 2007 November 05, 01:02:15
I've posted the BV compatible version of this mod here, on the top of page 6.

Please Note: I in no wish to claim this mod as my own. if Cboy wishes it to be removed then it will be so.

Where is this version of the nudist hack?  I don't see anything on page 6 except my own post!


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: jsalemi on 2007 November 05, 03:02:01
It's now located in the Peasantry forum.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: raynuss on 2007 November 05, 23:24:11
Thanks,  I 've been searching all over for the latest update and it kept bringing me back here.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: jolrei on 2009 February 03, 03:03:05
Is there a compatible one for AL?

Yes, indeed, O brave n00b.  As you have posted in this thread, dead these past many months, you will no doubt have met the evil looking dude who asked you not to.  That greeting was put there to discourage wayward sojourners, such as you, from doing something silly, such as posting in a dead thread.  Undiscouraged by this, you naturally and courageously (if I may say) went ahead and posted anyway.  I would note that a severe round of generally insulting behaviour, and poking with pointed sticks is the usual welcome for any of our guests who feel that our social norms do not apply to them, and the gratuitous use of expletives is, of course, merely a courtesy detail.

However, given that this is a (former) hack thread, and you are clearly looking for a hack (only not looking that hard, because the information on where the hack is was only one page back in this thread, and any use of our search engine would have found it for you), I will let you off with only this rather sardonic post.  Others of my colleagues may wish to treat you to a more robust welcome.

For any other wayward n00bs who may want to find this hack, it's here:
http://www.moreawesomethanyou.com/smf/index.php/topic,12743.0.html

Now, go read the FAQ, ya nudism lovin' freak.  (The FAQ is in the Podium section).  Don't post again until you have read it and understood it.
Seriously, we are not your normal well-behaved nice people.


(Disclaimer:  This post is, in no way, intended to be insulting to nudists either living or dead.  I want to make it perfectly clear that I just really wanted to call this n00b a "nudism lovin' freak" because I thought it sounded nice and lulzy.  I deeply, and sincerely apologise to any and all nudists, lovers, or genuine freaks out there who I may have inadvertently offended.)


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Fat D on 2009 February 03, 18:56:51
Is apologizing for being offensive really the MATY way?
Anyway, you have to make a distinction between "nudism-loving" and "naked-people-loving". I am sure there are people interested in this stuff who do not care about nude recreation/lifestyle but rather just want to see naked pixel-bodies.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Emma on 2009 February 03, 19:54:48
Is apologizing for being offensive really the MATY way?

No, it's the jolrei way. He is just too nice for his own good sometimes ;D


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: jolrei on 2009 February 03, 20:20:42
Is apologizing for being offensive really the MATY way?

No, it's the jolrei way. He is just too nice for his own good sometimes ;D

Oh, be fair!  It was a backhanded apology at best.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: witch on 2009 February 03, 21:03:51
Is apologizing for being offensive really the MATY way?

No, it's the jolrei way. He is just too nice for his own good sometimes ;D

Ha. It's just so's you don't notice him slipping the garrotte back in his pocket. Just don't move your head too fast or try nodding.


Title: Re: Nudist hack v2.06 (02 March 2007)
Post by: Emma on 2009 February 03, 21:48:27
Hee!

*Emma sits very still, just in case