Jump to content

Recommended Posts

Posted (edited)
On 1/13/2022 at 5:41 PM, thomastm said:

No need esp?

no need. pchswartimes.esp will load bsa with corresponding name.

Also you can add bsa (to save esp slots) loading in skyrim.ini, but there is 255 character limit in sarchivelist string without patch.

Here is more accurate explanation.

Edited by Iroha
Posted
On 1/15/2022 at 11:17 AM, lorddenorstrus said:

There's no label.  Just target the outside horse in your cross hair and hit E like you'd use/grab etc anything else.  A pop up will occur.  Select the option (1 at first but it goes to 3 options)   Also your chat looked.. lagged.  If you click a response it should within a second or to bring up the next part.   

I have 3 options now, but how to get the horse cum? I pick 2 & 3 option which lead to sex for didn't get the horse cum.

Posted (edited)

Hey, using Wartimes 9.2 SE port with all latest beta mods.

Everything seems fine, the quests and the interactions work but almost all of the time, when sleeping inside "home", Skyrim freezes when rest is finished. 

Is it possible that for some reason there is a conflict between Wartimes and some other mod like Frostfall? Hard to take a screenshot in a frozen game, but it seems like the script already undressed my toon for "the dog drooled on the bed" event.

 

Mod order and Papyrus log attached. Anyone has ideas, perhaps? I am feeling a bit lost here, it feels like I covered all the obvious possible solutions. CrashLogger doesn't show any crashes happening.

 

The only thing I suspect is happening is the following entries in the Papyrus log (even though after shutting down SDPlus, the freezing continues) :

 

Spoiler

[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Auto start?: 1.000000
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Is Night to remember completed?: FalsePapyrus.0.log
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Max chance on sleep: 100
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Sanguine Blessing: 0.000000
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Number times enslaved: 0
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] iDaysSinceLastCheck: 0
[01/23/2022 - 07:40:40PM] [_sdras_dreamer]    Dreamworld auto start
[01/23/2022 - 07:40:40PM] [_sdras_dreamer]         OnSleep event failed

 

Is it possible Wartimes script that is supposed to apply cum after sleep has issue (or deadlocks?) with SDPlus event?

Alernatively, I looked on DoDrool() method - it looks like the game freezes before OnSleepStop() with DoDrool call gets executed - since I sometimes can see a naked toon but if it freezes I don't see the message box with the "Wow. I must have been drooling a lot last night"

plugins.txtPapyrus.0.log

Edited by m.skynet
Posted

When editing a json file to change items used, for example the supply hood being the mask of shame if using DD. How do you find the number that needs to be entered into the file?

Posted
10 hours ago, Poodledee said:

When editing a json file to change items used, for example the supply hood being the mask of shame if using DD. How do you find the number that needs to be entered into the file?


You want to read Monoman's manual:

  

On 5/22/2018 at 1:30 PM, Monoman1 said:

 

 

Getting A List of FormIds For Jsons

 

 

Required Tools:

1. TesEdit. 

2. Automation Tools - https://www.nexusmods.com/skyrim/mods/49373

2. Some way to edit an Excel file: MS Excel or Excel online etc.

4. Json Getter -> Json Getter.xlsx

 

Introduction:

This is a guide on how to get a list of FormIds to add to a Json file. For example for creating a BikiniArmor,json.

 

Procedure Summary:

1. Use Automation Tools to dump a list of formids in decimal. 

2. Copy into excel sheet. 

3. Create your json. 

 

1. Get A List Of FormIds in Decimal:

Open the mod you want to get the FormIds for in TesEdit. Select all the items you want to export. You can use click and shift + click to select a bunch of records at once. And use Ctrl + click to select/unselect individual records. When you're happy with your selection right click on any selected record and choose apply script. Select AT - Quick Display. A box will pop up. In the top box type 'FULL'. All caps, no quotes. Check the 'Export as csv' button. Press Ok. TesEdit will begin spitting out the information you need. 

 

If you're doing this to create a BikiniArmor.json then make sure it is ARMO records you are selecting. Not ARMA!

 

When it's finished navigate to your TesEdit folder '\TesEdit\Edit Scripts\'. Inside there will be a new file called 'exported.csv'. Open it in Excel. You should see something like this: 

  Reveal hidden contents

1.jpg.6fa6fba1b454d27e6dafa344778d0799.jpg

 

On the left is the record IDs but in decimal. On the right the armor name. This is your data.

 

2. Copy data into Json Getter:

Open 'Json Getter' excel sheet. You'll see something like this: 

  Reveal hidden contents

2.jpg.10bd81508d63ec7213b3f7bc35dd2f73.jpg

 

This is a blank json getter to help you quickly create json lines to go into your json file. Copy all your data (minus the headers) from 'exported.csv' into the json getter. It'll be a little messed up at this point because you still need to populate column C - The name of the mod. Once you do this the spreedsheet should auto populate column D with all the json lines you need. 

 

Column A = the decimal FormIds you copied in. 

Column B = The armor name you copied in. 

Column C = The name of the mod the armors come from. You should populate this with the name of the mod all the way down. (Copy and paste)

Column D = The line for your json file!

The rest of the columns are for internal calculations. 

 

You can use the little arrows at the top of the sheet to filter the sheet down to what you want. Text filter 'contains' will be most useful. For example: filter for 'Dwarven' and 'Tasset' should give you a list of all dwawrven bikini tassets on their own. 

 

Remember when creating the json that the last entry in the section must have no comma. 

 

Use an online json checker to check your file before using it in-game. A single mistake in the file makes the entire file unreadable! 

Json Checker - https://jsonlint.com/

 

 

Posted
On 1/23/2022 at 5:25 PM, m.skynet said:

Hey, using Wartimes 9.2 SE port with all latest beta mods.

Everything seems fine, the quests and the interactions work but almost all of the time, when sleeping inside "home", Skyrim freezes when rest is finished. 

Is it possible that for some reason there is a conflict between Wartimes and some other mod like Frostfall? Hard to take a screenshot in a frozen game, but it seems like the script already undressed my toon for "the dog drooled on the bed" event.

 

Mod order and Papyrus log attached. Anyone has ideas, perhaps? I am feeling a bit lost here, it feels like I covered all the obvious possible solutions. CrashLogger doesn't show any crashes happening.

 

The only thing I suspect is happening is the following entries in the Papyrus log (even though after shutting down SDPlus, the freezing continues) :

 

  Reveal hidden contents

[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Auto start?: 1.000000
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Is Night to remember completed?: FalsePapyrus.0.log
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Max chance on sleep: 100
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Sanguine Blessing: 0.000000
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] Number times enslaved: 0
[01/23/2022 - 07:40:40PM] [_sdras_dreamer] iDaysSinceLastCheck: 0
[01/23/2022 - 07:40:40PM] [_sdras_dreamer]    Dreamworld auto start
[01/23/2022 - 07:40:40PM] [_sdras_dreamer]         OnSleep event failed

 

Is it possible Wartimes script that is supposed to apply cum after sleep has issue (or deadlocks?) with SDPlus event?

Alernatively, I looked on DoDrool() method - it looks like the game freezes before OnSleepStop() with DoDrool call gets executed - since I sometimes can see a naked toon but if it freezes I don't see the message box with the "Wow. I must have been drooling a lot last night"

plugins.txt 4.95 kB · 0 downloads Papyrus.0.log 156.14 kB · 0 downloads

I have got the same problem, i got it "solved" by opening the game console while sleeping. This actually suppresses the freeze.

I always imagined a script overload on the OnSleepStop event or something like that. It may be only a problem to larger modlists.

Posted
On 1/24/2022 at 12:21 AM, Poodledee said:

When editing a json file to change items used, for example the supply hood being the mask of shame if using DD. How do you find the number that needs to be entered into the file?

Find it in TesEdit. Chop off the first two digits. Then...

LE: Convert it to decimal. 

SE: Leave it in hex and put a '0x' in front of it. 

 

On 1/23/2022 at 4:25 PM, m.skynet said:

Is it possible that for some reason there is a conflict between Wartimes and some other mod like Frostfall?

Not frostfall anyway. I use it. 

There's not much happening on sleep. 

1. In the early mod cum is added to your face. 

2. A sex scene has a random chance of starting. 

On 1/17/2022 at 12:08 AM, thomastm said:

I have 3 options now, but how to get the horse cum? I pick 2 & 3 option which lead to sex for didn't get the horse cum.

Bottles of cum are an SL survival thing and not limited to the wartimes horse. You get them by

1. Blowjob scenes and you have an empty cumtainer. (You can 'cheat' in non blowjob scenes by manually opening your mouth.)

2. Collect cum from your skin with an empty cumtainer using the wheel. (This is probably where I get most of mine)

3. Buy it from apothecaries. 

 

Posted (edited)
7 hours ago, Monoman1 said:

Not frostfall anyway. I use it. 

There's not much happening on sleep. 

1. In the early mod cum is added to your face. 

2. A sex scene has a random chance of starting. 

 

Thanks!

After trying a couple of things, I suspect either SDPlus with the DreamWorld or Sexlab Adventures (with it's various "surprises" it can add after sleep)

After disabling mods that look like they have some sort of cloaking spell (Sexlab Approach, SLHH, Sexlab Drunk), it seems like the probability of a freeze are greatly reduced.

What is interesting - any other bed (Kennel, Tavern, player home, etc) do not exhibit the same behavior, which leads me to think there is some combination of mods that makes this issue to manifest

 

  

9 hours ago, numen13 said:

I have got the same problem, i got it "solved" by opening the game console while sleeping. This actually suppresses the freeze.

I always imagined a script overload on the OnSleepStop event or something like that. It may be only a problem to larger modlists.

 

Awesome! I will try this too!

 

Edit: interestingly enough, opening a console during sleep works consistenly well. This is weird!

Edited by m.skynet
Posted
5 hours ago, m.skynet said:

 

(...) or Sexlab Adventures (with it's various "surprises" it can add after sleep)
 

Dude, SLA is beyond fucked when it comes to various conflicts and/or misbehavior. It sometimes launches even if it's disabled. If you're not too far in your gameplay, I'd suggest you drop this mod, it's not worth all the hassle.

Posted (edited)
On 1/25/2022 at 9:23 PM, kapibar said:

Dude, SLA is beyond fucked when it comes to various conflicts and/or misbehavior. It sometimes launches even if it's disabled. If you're not too far in your gameplay, I'd suggest you drop this mod, it's not worth all the hassle.

 

I did drop it in the end, thanks for this!

 

By the way, I encountered an issue that can be caused by NPC overhaul mods. If anything overwrites Tris who gives piercings, she will not do the piercing. In my case, the TUS patch did overwrite Tris and it broke the scripts, aparently.

 

Also, Punishing Lashes mod seems to be really immersive when it comes to injury from repeated whipping. Perhaps it can be integrated as a soft dependency? I think it would work well with "Father" whipping the player, both visually (the mod adds whip injuries as SlaveTats that fade only when whipping injury heals) and with health/ability loss (whipping can reduce health/magicka/stamina temporarily or permanently)

 

 

Edited by m.skynet
Posted (edited)
34 minutes ago, Monoman1 said:

Does it not work as is? 

Its a zaz whip being used...

Yes! I am using it right now and Father's whipping seems to apply it's effects properly.

I mean - I don't mind both debuffs, but it may be a bit redundant to have the beating debuff and that mod's debuffs logically-wise. That mod supports mod events to set beating level, so it is possible to integrate, I think.

 

I think I will take a shot at creating a patch when I have enough time.

Edited by m.skynet
Posted
3 hours ago, m.skynet said:

Yes! I am using it right now and Father's whipping seems to apply it's effects properly.

I mean - I don't mind both debuffs, but it may be a bit redundant to have the beating debuff and that mod's debuffs logically-wise. That mod supports mod events to set beating level, so it is possible to integrate, I think.

 

I think I will take a shot at creating a patch when I have enough time.

Oh right. So you just want a way to turn off the debuffs entirely?

Posted
5 hours ago, Monoman1 said:

Oh right. So you just want a way to turn off the debuffs entirely?

Hm. That can work, yes.

Though, I was thinking that Father's lashing could be tweaked to provide both short term severe debuff that would end up in a day or so (or after hugging that stuffed toy on the bed) AND long term lingering effects implemented by that mod. 

Posted

im using the SLS from here and somehow my character doesnt get any swallow options anymore.

all the relevant stats on stats and info 1 are at 0 while most of the settings in the "cum" section are turned on.

anyone got a clue whtas wrong ?

20220128120802_1.jpg

Posted
2 hours ago, TheUgin said:

im using the SLS from here and somehow my character doesnt get any swallow options anymore.

all the relevant stats on stats and info 1 are at 0 while most of the settings in the "cum" section are turned on.

anyone got a clue whtas wrong ?

Slso not enabled maybe ? 'Use separate orgasms'

Posted

@Monoman1 Quick question. Came across something weird at Treva's watch and found out that it came from wartimes. Does Harold the mad have anything to do with the quest? I didn't run across him in my playthrough of the main quest and he's parked all the way over on the other side of the mountain in treva's watch so I was wondering if there was something I missed.

Posted
25 minutes ago, rhino_4 said:

@Monoman1 Quick question. Came across something weird at Treva's watch and found out that it came from wartimes. Does Harold the mad have anything to do with the quest? I didn't run across him in my playthrough of the main quest and he's parked all the way over on the other side of the mountain in treva's watch so I was wondering if there was something I missed.

Dont even know who that is...

Posted
7 hours ago, Monoman1 said:

Dont even know who that is...

Sorry, you've been working and updating the mod so I figured you would be the best person to ask. He's an NPC added by wartimes to Treva's watch (a big tower about halfway between riften and the middle of the map, on the river). The door at the base of his tower is locked and requires a specific key but I couldn't figure out where the key was so I cheated my way up there out of curiosity and that's how I found out what was up there. He has no dialogue so I'm assuming it's a part of the quest that never got completed. The tower has been modified as well to include a rather nice open air living area and there's a chest with 20k gold inside it and  a bunch of other nice stuff up there. There's some zaz furniture that's been placed as well. Maybe the original creator of the mod intended to do something with him storywise but never got around to it.

Posted
5 hours ago, rhino_4 said:

Sorry, you've been working and updating the mod so I figured you would be the best person to ask. He's an NPC added by wartimes to Treva's watch (a big tower about halfway between riften and the middle of the map, on the river). The door at the base of his tower is locked and requires a specific key but I couldn't figure out where the key was so I cheated my way up there out of curiosity and that's how I found out what was up there. He has no dialogue so I'm assuming it's a part of the quest that never got completed. The tower has been modified as well to include a rather nice open air living area and there's a chest with 20k gold inside it and  a bunch of other nice stuff up there. There's some zaz furniture that's been placed as well. Maybe the original creator of the mod intended to do something with him storywise but never got around to it.

 

That is an NPC for a second alternate start quest that PCHS did not even finish to set up.  It was for future stuff. (way into the future).  ?

Probably it was for a slaved start and incorporating SoulgemOven pregnancy.  The quest is named pchsWartimes2 "Wartimes - Soulgem Factory".

 

The NPC currently has the generic sandbox AI and nothing else. 

 

Posted
6 hours ago, safado said:

 

That is an NPC for a second alternate start quest that PCHS did not even finish to set up.  It was for future stuff. (way into the future).  ?

Probably it was for a slaved start and incorporating SoulgemOven pregnancy.  The quest is named pchsWartimes2 "Wartimes - Soulgem Factory".

 

The NPC currently has the generic sandbox AI and nothing else. 

 

Explains why I've never heard of him. Whats the problem with him?

Posted
7 hours ago, Monoman1 said:

Explains why I've never heard of him. Whats the problem with him?

 

Nothing wrong. Just giving my two cents about it.

 

 

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...