OregonRain2 Posted September 12, 2015 Posted September 12, 2015 Hey guys I have small problem with mod. Everything is working just fine but from time to time this error show's up. Anyone know how to fix it ? It's not game breaking but clicking Reset like 20 times is kinda annoying I was getting this same error every time I initiated any action with kw. I turned off my Nraas story progression. Now, I rarely see this error. While the error did not CTD, it become annoyance. hmm i used to get this by accepting a date request today one my family got a request to date by a sim called Aerial something and pressing yes was my worst misstake ever this error keep annnoying me over 2 hours untill i decide to turn off kinky world temporary but once i turn it on after a hour again bam this person and this blue screen continues it say something about "actorisdying" so i hoped she just die when i turn it off and bck on next hour but was wrong i can not even find this Sim in any sim browsing town / nraas master controller same issue i had by a Frances Gemahl before but this stop after like 30 game minutes i deleted the sims a while ago using the nraas master controller due to repeating non path to destination even after reset i do not know why this sims still manage to cause my game breaking later :/ they supposed to be deleted by nraas master controller but on my experience this bug seems related to phone call dating as this just happen right after i accepted this persons date quest and it never ended unlike the previos ones i get a error like that but only when i go to add animation packages also any chance of dogs knotting so the sims would be stuck for a few mins or something ? From OregonRain2: badbat111 please post your script error here for review. If it's adding animations it is indeed different than the one in this spoiler. The one above is a "womb follicular" issue that has been resolved and will appear in release 2.5. Your message needs to be reviewed in order to better assist you. Much appreciation in advance where do you see oregonrain in that pic ? i dont that pic is what i keep seeing i dont have the oregon rain thing you keep saying badbat111, are you asking me where to find your script error? If you have a blue screen it should generate a script error that you can find in your Documents/Electronic Arts/The Sims3 folder. It should say something about a script. When I have blue screens I jot down the time that it happened so that I can match it to the right script error in my folder when I send it for review. If you find any script errors that match your blue screen, please post it here for review. Now if that is not the question you were posing to me, well then I apologize and request you clarify what you are asking me. I appreciate it.
SkeezySkeet Posted September 12, 2015 Posted September 12, 2015 So i've just downloaded your mod about a week ago been playing around with it and i keep getting the error "Unsuitable Position" and I've tried deleting caches and increasing room size and all other things. It only happens when i try and have my sims do anything but undress and it works if i have my female get on all fours and get screwed by a dog. Anyone got any fixes or ideas??
NormanOsborn Posted September 12, 2015 Posted September 12, 2015 I tried deleting Cache and still getting same message ( DCCache, IGACache, and SigsCache) are the ones I cleared is there something else i possibly missed? I made a .bat file with this: @echo off del "F:\Users\Electronic Arts\The Sims 3\CASPartCache.package" del "F:\Users\Electronic Arts\The Sims 3\scriptCache.package" del "F:\Users\Electronic Arts\The Sims 3\compositorCache.package" del "F:\Users\Electronic Arts\The Sims 3\simCompositorCache.package" del /q "F:\Users\Electronic Arts\The Sims 3\DCBackup\*.*" del /q "F:\Users\Electronic Arts\The Sims 3\The Sims 3\WorldCaches\*.*" start /d "D:\Games\The Sims 3 Complete Collection\Game\Bin" TS3W.exe exit Paste that into a word file, change the file paths according to your setup, save it as (Whatever You Want).bat, then run that every time you start your game. You two are deleting too much. If you have store content or downloadable worlds, or even CC in sims3pack format, you're rendering that content useless and inaccessible with those deletions. Never touch the DCCache folder. That's where everything that you install via the launcher ends up. If those files are gone, you will have to reinstall the items/worlds again to get them back. Concerning the DCBackup folder, there is one file that must be left alone, the ccmerged.package, which contains skills, buffs, recipes, plants and ingredients that come with the downloadable worlds or other store content. If you need to clear out the DCBackup folder (which is actually quite pointless to do every time since most of the files are never touched by the game unless you export sims to share them) you should adjust the delete command somewhat. Instead del /q "F:\Users\Electronic Arts\The Sims 3\DCBackup\*.*" use del /q "F:\Users\Electronic Arts\The Sims 3\DCBackup\0x*.package" The 0x will catch everything in the folder except for that ccmerged.package (You can get a new and complete copy of ccmerged.package at https://nonasims.wordpress.com/2012/05/17/dcbackup-ccmerged-package-and-your-premium-content-items/ ) The WorldCache folder should not be emptied if you're playing on a Macintosh (which is evidently not the case in astor's game, but it should be pointed out if any Mac players are thinking about following the advice). When people are talking about deleting the cache files before you start a game, it's actually mainly the five *Cache.package files in the "The Sims 3" folder that they're referring to. These five are recreated every time the game run. The other caches are not so important to clear - or shouldn't be touched at all.
astor Posted September 12, 2015 Posted September 12, 2015 I tried deleting Cache and still getting same message ( DCCache, IGACache, and SigsCache) are the ones I cleared is there something else i possibly missed? I made a .bat file with this: @echo off del "F:\Users\Electronic Arts\The Sims 3\CASPartCache.package" del "F:\Users\Electronic Arts\The Sims 3\scriptCache.package" del "F:\Users\Electronic Arts\The Sims 3\compositorCache.package" del "F:\Users\Electronic Arts\The Sims 3\simCompositorCache.package" del /q "F:\Users\Electronic Arts\The Sims 3\DCBackup\*.*" del /q "F:\Users\Electronic Arts\The Sims 3\The Sims 3\WorldCaches\*.*" start /d "D:\Games\The Sims 3 Complete Collection\Game\Bin" TS3W.exe exit Paste that into a word file, change the file paths according to your setup, save it as (Whatever You Want).bat, then run that every time you start your game. You two are deleting too much. If you have store content or downloadable worlds, or even CC in sims3pack format, you're rendering that content useless and inaccessible with those deletions. Never touch the DCCache folder. That's where everything that you install via the launcher ends up. If those files are gone, you will have to reinstall the items/worlds again to get them back. Concerning the DCBackup folder, there is one file that must be left alone, the ccmerged.package, which contains skills, buffs, recipes, plants and ingredients that come with the downloadable worlds or other store content. If you need to clear out the DCBackup folder (which is actually quite pointless to do every time since most of the files are never touched by the game unless you export sims to share them) you should adjust the delete command somewhat. Instead del /q "F:\Users\Electronic Arts\The Sims 3\DCBackup\*.*" use del /q "F:\Users\Electronic Arts\The Sims 3\DCBackup\0x*.package" The 0x will catch everything in the folder except for that ccmerged.package (You can get a new and complete copy of ccmerged.package at https://nonasims.wordpress.com/2012/05/17/dcbackup-ccmerged-package-and-your-premium-content-items/ ) The WorldCache folder should not be emptied if you're playing on a Macintosh (which is evidently not the case in astor's game, but it should be pointed out if any Mac players are thinking about following the advice). When people are talking about deleting the cache files before you start a game, it's actually mainly the five *Cache.package files in the "The Sims 3" folder that they're referring to. These five are recreated every time the game run. The other caches are not so important to clear - or shouldn't be touched at all. Thanks for the advice. I read about deleting the files i listed on a forum a few years ago when trying to figure out why my game was nearly uplayable. After making that bat to clear those files when launching, the game ran so much better. I never knew which file deletion was helping, and since the game ran better, i never really cared. The only files i keep in the launcher are worlds. Everything else gets extracted and compiled into package files, then merged together based on type of mod (building, clothing, etc.), to keep the file count down, which for some reason, the game seems to appreciate. It's the same amount of crap in the game, but fewer package files in the mods folder regardless of apparent size makes my game happier.
badbat111 Posted September 12, 2015 Posted September 12, 2015 Hey guys I have small problem with mod. Everything is working just fine but from time to time this error show's up. Anyone know how to fix it ? It's not game breaking but clicking Reset like 20 times is kinda annoying I was getting this same error every time I initiated any action with kw. I turned off my Nraas story progression. Now, I rarely see this error. While the error did not CTD, it become annoyance. hmm i used to get this by accepting a date request today one my family got a request to date by a sim called Aerial something and pressing yes was my worst misstake ever this error keep annnoying me over 2 hours untill i decide to turn off kinky world temporary but once i turn it on after a hour again bam this person and this blue screen continues it say something about "actorisdying" so i hoped she just die when i turn it off and bck on next hour but was wrong i can not even find this Sim in any sim browsing town / nraas master controller same issue i had by a Frances Gemahl before but this stop after like 30 game minutes i deleted the sims a while ago using the nraas master controller due to repeating non path to destination even after reset i do not know why this sims still manage to cause my game breaking later :/ they supposed to be deleted by nraas master controller but on my experience this bug seems related to phone call dating as this just happen right after i accepted this persons date quest and it never ended unlike the previos ones i get a error like that but only when i go to add animation packages also any chance of dogs knotting so the sims would be stuck for a few mins or something ? From OregonRain2: badbat111 please post your script error here for review. If it's adding animations it is indeed different than the one in this spoiler. The one above is a "womb follicular" issue that has been resolved and will appear in release 2.5. Your message needs to be reviewed in order to better assist you. Much appreciation in advance where do you see oregonrain in that pic ? i dont that pic is what i keep seeing i dont have the oregon rain thing you keep saying badbat111, are you asking me where to find your script error? If you have a blue screen it should generate a script error that you can find in your Documents/Electronic Arts/The Sims3 folder. It should say something about a script. When I have blue screens I jot down the time that it happened so that I can match it to the right script error in my folder when I send it for review. If you find any script errors that match your blue screen, please post it here for review. Now if that is not the question you were posing to me, well then I apologize and request you clarify what you are asking me. I appreciate it. i didnt know it was in ea folder >.< ill zip ther logs then attach them edit heres the zip with the logs logs.zip
Jolie Rouge Posted September 12, 2015 Posted September 12, 2015 Will there be text somewhen, so they know what they`re talking about?
OregonRain2 Posted September 12, 2015 Posted September 12, 2015 Will there be text somewhen, so they know what they`re talking about? Jolie, I have not seen that before. Could you tell me what action your sim was doing to have that appear? I'd like to try and recreate it if I can.
OregonRain2 Posted September 12, 2015 Posted September 12, 2015 Hey guys I have small problem with mod. Everything is working just fine but from time to time this error show's up. Anyone know how to fix it ? It's not game breaking but clicking Reset like 20 times is kinda annoying I was getting this same error every time I initiated any action with kw. I turned off my Nraas story progression. Now, I rarely see this error. While the error did not CTD, it become annoyance. hmm i used to get this by accepting a date request today one my family got a request to date by a sim called Aerial something and pressing yes was my worst misstake ever this error keep annnoying me over 2 hours untill i decide to turn off kinky world temporary but once i turn it on after a hour again bam this person and this blue screen continues it say something about "actorisdying" so i hoped she just die when i turn it off and bck on next hour but was wrong i can not even find this Sim in any sim browsing town / nraas master controller same issue i had by a Frances Gemahl before but this stop after like 30 game minutes i deleted the sims a while ago using the nraas master controller due to repeating non path to destination even after reset i do not know why this sims still manage to cause my game breaking later :/ they supposed to be deleted by nraas master controller but on my experience this bug seems related to phone call dating as this just happen right after i accepted this persons date quest and it never ended unlike the previos ones i get a error like that but only when i go to add animation packages also any chance of dogs knotting so the sims would be stuck for a few mins or something ? From OregonRain2: badbat111 please post your script error here for review. If it's adding animations it is indeed different than the one in this spoiler. The one above is a "womb follicular" issue that has been resolved and will appear in release 2.5. Your message needs to be reviewed in order to better assist you. Much appreciation in advance where do you see oregonrain in that pic ? i dont that pic is what i keep seeing i dont have the oregon rain thing you keep saying badbat111, are you asking me where to find your script error? If you have a blue screen it should generate a script error that you can find in your Documents/Electronic Arts/The Sims3 folder. It should say something about a script. When I have blue screens I jot down the time that it happened so that I can match it to the right script error in my folder when I send it for review. If you find any script errors that match your blue screen, please post it here for review. Now if that is not the question you were posing to me, well then I apologize and request you clarify what you are asking me. I appreciate it. i didnt know it was in ea folder >.< ill zip ther logs then attach them edit heres the zip with the logs Thank you badbat111, now we wait for someone who is tech savvy to download and review this for you. This is about as far as I can help you with your issue. Sorry.
dooda Posted September 12, 2015 Posted September 12, 2015 Hey guys I have small problem with mod. Everything is working just fine but from time to time this error show's up. Anyone know how to fix it ? It's not game breaking but clicking Reset like 20 times is kinda annoying I was getting this same error every time I initiated any action with kw. I turned off my Nraas story progression. Now, I rarely see this error. While the error did not CTD, it become annoyance. hmm i used to get this by accepting a date request today one my family got a request to date by a sim called Aerial something and pressing yes was my worst misstake ever this error keep annnoying me over 2 hours untill i decide to turn off kinky world temporary but once i turn it on after a hour again bam this person and this blue screen continues it say something about "actorisdying" so i hoped she just die when i turn it off and bck on next hour but was wrong i can not even find this Sim in any sim browsing town / nraas master controller same issue i had by a Frances Gemahl before but this stop after like 30 game minutes i deleted the sims a while ago using the nraas master controller due to repeating non path to destination even after reset i do not know why this sims still manage to cause my game breaking later :/ they supposed to be deleted by nraas master controller but on my experience this bug seems related to phone call dating as this just happen right after i accepted this persons date quest and it never ended unlike the previos ones i get a error like that but only when i go to add animation packages also any chance of dogs knotting so the sims would be stuck for a few mins or something ? From OregonRain2: badbat111 please post your script error here for review. If it's adding animations it is indeed different than the one in this spoiler. The one above is a "womb follicular" issue that has been resolved and will appear in release 2.5. Your message needs to be reviewed in order to better assist you. Much appreciation in advance where do you see oregonrain in that pic ? i dont that pic is what i keep seeing i dont have the oregon rain thing you keep saying badbat111, are you asking me where to find your script error? If you have a blue screen it should generate a script error that you can find in your Documents/Electronic Arts/The Sims3 folder. It should say something about a script. When I have blue screens I jot down the time that it happened so that I can match it to the right script error in my folder when I send it for review. If you find any script errors that match your blue screen, please post it here for review. Now if that is not the question you were posing to me, well then I apologize and request you clarify what you are asking me. I appreciate it. i didnt know it was in ea folder >.< ill zip ther logs then attach them edit heres the zip with the logs All of those error logs are for the womb folicular bug which is known about EXCEPT...the 7kb file is not actually an error log it`s more of an information log. KW generates that log every time you run sims 3
OregonRain2 Posted September 12, 2015 Posted September 12, 2015 Thank you dooda for reviewing the logs for badbat111. badbat111 I hope this helps solve your issue or at least give you an idea of what the root problem is.
Jolie Rouge Posted September 12, 2015 Posted September 12, 2015 Will there be text somewhen, so they know what they`re talking about? Jolie, I have not seen that before. Could you tell me what action your sim was doing to have that appear? I'd like to try and recreate it if I can. That`s tutoring skills.
OregonRain2 Posted September 12, 2015 Posted September 12, 2015 Will there be text somewhen, so they know what they`re talking about? Jolie, I have not seen that before. Could you tell me what action your sim was doing to have that appear? I'd like to try and recreate it if I can. That`s tutoring skills. Was it a particular skill or just when you tell someone to tutor any skill that it is blank?
Jolie Rouge Posted September 12, 2015 Posted September 12, 2015 Will there be text somewhen, so they know what they`re talking about? Jolie, I have not seen that before. Could you tell me what action your sim was doing to have that appear? I'd like to try and recreate it if I can. That`s tutoring skills. Was it a particular skill or just when you tell someone to tutor any skill that it is blank? The blanks are sex and exhibitionism.
o0neza0o Posted September 12, 2015 Posted September 12, 2015 when my female tries it on with the dog XD it crashes or when i zoom out and back in it crashes any reason why?
OregonRain2 Posted September 12, 2015 Posted September 12, 2015 Will there be text somewhen, so they know what they`re talking about? Jolie, I have not seen that before. Could you tell me what action your sim was doing to have that appear? I'd like to try and recreate it if I can. That`s tutoring skills. Was it a particular skill or just when you tell someone to tutor any skill that it is blank? The blanks are sex and exhibitionism. Thank you Jolie, I'll check it out tonight at some point and let you know if I have something different
OnikiKay Posted September 13, 2015 Author Posted September 13, 2015 The blanks are sex and exhibitionism. Thank you Jolie, I'll check it out tonight at some point and let you know if I have something different Thanks to both of you. The problem will be fixed in the next build.
GECK.O Posted September 13, 2015 Posted September 13, 2015 ^ I didn't notice your blog have so many update news for KinkyWorld. Here is a sneak peek of the incoming release 0.2.5. The whore role has been enhanced with new features and events. As soon as your sims have acquired enough experience as a whore they can become a call girl and receive customers at home or (go to customers home) for a private service. Beware, some customers may have weird requests. With Kinky Channel Network, your sims can learn kinky skills while watching TV (videos not included). Animal lovers have a new way to please their dog. There're rumors about flahsers showing their "stuff" to people. But I don't believe them. KW version 0.2.5 allows player to add custom panties so that your sims can have more choice. etc YES for the Call Girl! :heart: Btw, what are about new event and feature for the Whore Role? For the Kinky Channel Network. Btw, Can sims masturbate at the same time while watching it? As well as masturbating in front of computer for browsing Kinky.com. I think teenager will do it all the time...
4love10 Posted September 13, 2015 Posted September 13, 2015 why sims keep rejecting to change sexe position?..very frustrating,i got lots of animations but they always starting withe the same position.
OregonRain2 Posted September 13, 2015 Posted September 13, 2015 The blanks are sex and exhibitionism. Thank you Jolie, I'll check it out tonight at some point and let you know if I have something different Thanks to both of you. The problem will be fixed in the next build. Thank you OnikiKay for your time and help on the resolution of this. You are greatly appreciated
rosie211 Posted September 13, 2015 Posted September 13, 2015 I think I'm missing something. Great mod, works awesome and have only gotten one error that was because of My own mishap. Cool! But-and this may have already been answered, and I'm just missing it- how do I see how much sperm is in the womb/however that works? I saw someone ask a similar question but I never saw it get answered!
windpl Posted September 13, 2015 Posted September 13, 2015 I think I'm missing something. Great mod, works awesome and have only gotten one error that was because of My own mishap. Cool! But-and this may have already been answered, and I'm just missing it- how do I see how much sperm is in the womb/however that works? I saw someone ask a similar question but I never saw it get answered! debug->showinfo
OregonRain2 Posted September 13, 2015 Posted September 13, 2015 I think I'm missing something. Great mod, works awesome and have only gotten one error that was because of My own mishap. Cool! But-and this may have already been answered, and I'm just missing it- how do I see how much sperm is in the womb/however that works? I saw someone ask a similar question but I never saw it get answered! This has actually been answered before by me. Windpl is correct using the debug menu, however I would like to clarify it is the KinkyMod debug, show infos. I'm attaching a pic (one I've posted previously) to show you what it looks like. Also you can use the search feature at the top of page to look for certain topics on this thread. I also want to clarify that this pic was to show the phase my simette was in and the sperm collected as well as how long it was to remain. Hope this helps
Jolie Rouge Posted September 13, 2015 Posted September 13, 2015 I think I'm missing something. Great mod, works awesome and have only gotten one error that was because of My own mishap. Cool! But-and this may have already been answered, and I'm just missing it- how do I see how much sperm is in the womb/however that works? I saw someone ask a similar question but I never saw it get answered! Click a sim, Kinky-Debug-Show Info.
4love10 Posted September 13, 2015 Posted September 13, 2015 why sims keep rejecting to change sexe position?..very frustrating,i got lots of animations but they always starting withe the same position. wow,such of helpfull community..anyway a thing i figure why sims refuse to change to anal and vaginal position,never the less great mod have lots of potential bring the sims3 world to life,keep up the good work.
Nichya Posted September 13, 2015 Posted September 13, 2015 when my female tries it on with the dog XD it crashes or when i zoom out and back in it crashes any reason why? i noticed crashing too only if dogs are enabled in the settins have in mind in ever use kinky dog interaction as i dislike but i do have enabled just to have all aviabled but whenver it is enabled (even if nt doing interaction) my game cash in the same reason by zoom in / out since i turned dog interaction off my game never did crash again ^ I didn't notice your blog have so many update news for KinkyWorld. Here is a sneak peek of the incoming release 0.2.5. The whore role has been enhanced with new features and events. As soon as your sims have acquired enough experience as a whore they can become a call girl and receive customers at home or (go to customers home) for a private service. Beware, some customers may have weird requests. With Kinky Channel Network, your sims can learn kinky skills while watching TV (videos not included). Animal lovers have a new way to please their dog. There're rumors about flahsers showing their "stuff" to people. But I don't believe them. KW version 0.2.5 allows player to add custom panties so that your sims can have more choice. etc YES for the Call Girl! :heart: Btw, what are about new event and feature for the Whore Role? For the Kinky Channel Network. Btw, Can sims masturbate at the same time while watching it? As well as masturbating in front of computer for browsing Kinky.com. I think teenager will do it all the time... regarding the masturbation...please allow us to turn it completly off autonomys is nice if feel like doing it by own will but have a option to disable masturbate is really welcome the disable autonomy curently not include masturbate toiet / shower this is my wish on a small change and a option to disable naked on toilet if possible
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now