Jump to content

SoberVentor

Members
  • Posts

    61
  • Joined

  • Last visited

Recent Profile Visitors

1,367 profile views
  1. Sorry for bad English. Antivirus can cause some problems: I use Comodo antivirus. It put work procces "C0ffees-Lazy-Installer-Updater-v2.6.bat" into container. First launch uploading from git hab - normal. In result: No folders of rjw mod in RimWorld\Mods Second launch git hab: there is nothig to update. What are you want? Decision I added "C0ffees-Lazy-Installer-Updater-v2.6.bat" to trusted files => it is Ok. Launch as administrator did not help.
  2. I tried this mode one or two year ago. It is interesting. But it broke my eyes.
  3. Some suggestion. Variant of the third-person view with blindfold. Sphere and plane equip as armor( In the form of the first person there is no sphere and plane). The inner surface of sphere is black. The outer surface of sphere is transparent(Like walls in cave or dungeons. No NiAlphaProperty). The black plane has a hole along the boundary of the sphere. This panel has same controller as bonfire. This controller turning panel to player's camera. In result. We can see distinctly our heroine. And can not see most piece of surrounding area. As variant, you can make holes in the sphere and plane.
  4. File zadLibs.psc 1) It is two functions Function ActorOrgasm(actor akActor, int setArousalTo=-1, int vsID=-1) and Function Orgasm(actor akActor) Both of them has code Aroused.SetActorExposure(... Aroused.UpdateActorOrgasmDate(... But function Orgasm(actor akActor) do not SendModEvent("DeviceActorOrgasm" Is it correct? 2) Little optimizations Function DeflateVaginalPlug( and Function DeflateAnalPlug( currentVal -= amount if currentVal < 0 currentVal = 0 EndIf To code if currentVal <= amount currentVal = 0 Else currentVal -= amount EndIf Function SpellCastVibrate( if vibStrength > 5 vibStrength = 5 EndIf if vibStrength < 1 vibStrength = 1 EndIf To code if vibStrength > 5 vibStrength = 5 ElseIf vibStrength < 1 vibStrength = 1 EndIf 3) It is inconsistency in Function SpellCastVibrate( Spell with cost = 450 vibStrength = 5 duration = 45 Spell with cost = 501 vibStrength = 2 duration = 50 if cost <= 1 && !isShout return EndIf int duration = (cost * 0.1) as Int int vibStrength = (cost / 50) as Int if isShout != none || cost > 500 ;akActor.GetActorValuePercentage("Magicka") ; This would Log("Spell is in fact a shout.") vibStrength = 2 duration = 5 EndIf To code int duration = (cost * 0.1) as Int int vibStrength = (cost / 50) as Int If isShout != none Log("Spell is in fact a shout.") vibStrength = 2 duration = 5 ElseIf cost > 500 Log("Too powerful Spell.") vibStrength = 5 duration = 5 EndIf
  5. script zadx_HobbleSkirtScript sg = "You step in the dress and pull it up on you. The extremely tight leather skirt forces your legs together and will not allow you to take any but the smallest steps. The dress will also leave nothing about your curves to imagination. You feel both restrained and sexy as you close the zipper and click the lock shut. You are now stuck in the tightest dress you have ever worn." leather - is unnecessary word, because this message use for both ebonite dress and leather dress
  6. Option "Equip items from inventory" is enabled. I have armbinder fitted modified locks (easy to unequip) You events equipping this armbinder and do not check locks. It is to easy to escape from it. May you add this check?
  7. Need in small fix The Bound Queen 1. set player as owner of barrel in Nightgate Inn(key fragmen has flag stolen) 2. remove all key fragments, after Julius make chastity key 3. remove all diary fragments, after Julius send us to secret room
  8. Sexlab Wear and Tear 2.08 2.08 (24/05/2016) - add gender check at game start and entering into menu - check animations for SexLabFramework v161b and ZazAnimationPack_v611 - add AnimationsNeedInCorrection. You can use it for creating description of animation and send it to me Mancubus, try this new version. It remake array of damage if it is null. Acoding PVC WaT have soft link with PVC. If you wish, you may do not instal it. But speed debefs do not worked. Script zadx_slowfixSCR not chaged in DDE 1.2.3. Thats why i dont see problem with new version of DDE. But there is some problem in PVC menu and i don't like speed debuff at all.
  9. Hello Kimy, Some condition of topic info is always false quest - dcur_curseddialogue branch - dcur_leon_slavery_master_b1 topic - dcur_leon_slavery_master_b22 topic info - Yes, there are some errands you could run for me, even with your hands tied. Current conditions: dcur_shopping.GetStage() < 10 and dcur_shopping.GetStage() > 20 Correct conditions: dcur_shopping.GetStage() < 10 OR dcur_shopping.GetStage() > 20
  10. I can upload new version. - it check gender when you enter into mod menu - may be some other fix But some animation make damage to uncorrect organs. i suppose. It may be two variants for version 2.07: 1) array of damage was broken. To confirm the hypothesis i need in papirus log. 2) system think that you character is male + penis is indestructible + vaginal animation or position In that case, If your character is female, then it can be fixed by new version. If system think that you character is male, then you can see in menu option "indestructible penis"
  11. "Full chastity gear" include "Open belt". Is it correct? For the other side "Full chastity gear" do not include "Ring gag".
  12. dcur_royalchastity_beltRendered contain dcur_cursedbeltAA instead of dcur_royalbeltAA dcur_royalchastity_collarRendered wrong model in inventory Other royal and Sasha's devices has wrong TextureSets
  13. A small suggestion for improvement. https://yadi.sk/d/r7MciET1goSr2 For DeviousDevices-Integration-2.9.0 Onlu Chenged Function VibrateEffect in zadLibs.psc mfsi_DamageWidget.psc - just a widget bar script, it is not interesting The ClearMindBar filling while plugs vibrating. When it has been filled, horni or orgazm animation will started Current problems - a big delay(1 second) between filled and start animation. - i think, vanilla and this version of function is to stress for papyrus I will work on it
  14. Sexlab_WearAndTear_v2.07 Change Log: 2.07 (07/05/2015) - A little fix the general page (add formulas and change the display format of the current state and resistances) - Added resistance coefficient on experience - Added widgets to hide mode after a certain time after the state change 1) what is ECE (i need it link to this mod) 2) I deleted this installer. There is only fomod installer support, now.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use