Karkhel Posted August 19, 2022 Posted August 19, 2022 (edited) 4 hours ago, pinkfluf said: wonder if a future update will have .... engage in public sex too often and be seen doing it = a warning from the jarl (3 strikes and your out!) leading to.... a stint in the slut harness (males too!) as discipline Although if someone likes banging their pet troll/pooch etc it'd be pretty weird seeing sasquatch pulling a cart o goods. Wait you just described a feature very similar to what another mod adds Edited August 19, 2022 by Karkhel
monsta88 Posted August 20, 2022 Posted August 20, 2022 On 8/14/2022 at 11:47 PM, Scrab said: This is the overhauled setup Scene I'm looking forward to the new version. As a feedback, I was OK being able to see the character being equipped slowly in the current version (v2.7). IMHO it beats the black screen. Seeing something is better than seeing nothing. Also, it seems to me that the equipping is taking about the same time as usual, but I also noticed that your FPS is fairly low, so I assume you have some older PC.
draca21 Posted August 20, 2022 Posted August 20, 2022 does this version work on se skyrim or do i have to use redux version
alexsl Posted August 20, 2022 Posted August 20, 2022 I have installed resume and a the requirement. Everything work tough as soon as i get ready for the 2nd run (for me the first was from whiterun to falkreath, then the 2nd would have been back to whiterun) the cart always spawn not hinge to my character. And no matter how many reset cart or the other debug option i cant get it back even if i purposly goes to whiterun tell that i lost the cart to go on a 3rd mission it goes unhinge again when it spawn. I have also try the thetered or unteatered but that change nothing.
monsta88 Posted August 20, 2022 Posted August 20, 2022 Just now, alexsl said: I have installed resume and a the requirement. Everything work tough as soon as i get ready for the 2nd run (for me the first was from whiterun to falkreath, then the 2nd would have been back to whiterun) the cart always spawn not hinge to my character. And no matter how many reset cart or the other debug option i cant get it back even if i purposly goes to whiterun tell that i lost the cart to go on a 3rd mission it goes unhinge again when it spawn. I have also try the thetered or unteatered but that change nothing. Known issue. There is a fix for that in this forum somewhere, go backwards. 2 hours ago, draca21 said: does this version work on se skyrim Yes.
draca21 Posted August 20, 2022 Posted August 20, 2022 Will it work on se/ae version also since I have the redux version and I am gonna instal this one instead Will I need clean save or a new file
Scrab Posted August 22, 2022 Author Posted August 22, 2022 (edited) On 8/20/2022 at 7:33 PM, draca21 said: Will it work on se/ae version also since I have the redux version and I am gonna instal this one instead Will I need clean save or a new file You should remove Redux from your game before installing Resume. The two mods will likely conflict 11 hours ago, sackhuepfer123 said: I had an idea about a new type of cart for the next update: Im no artist and got too much on my neck rn to learn doing anything in that direction If someone wants to do a new cart to transport liquids I might consider it but for the time being, its not going to happen The new Haul also wont have any visual clues unless I manage to find someone experienced enough in making meshes & textures to make a proper "saddle bag" inspired piece of armor for it ---- Talking about the new haul. I also need some data collection help that anyone who wants can help me with Essentially all I need you to do is when starting a new haul, measure the time it takes you to get from dispatch to recipient and report that time back to me (with info who dispatch and recipient were) Time will be an important element of the new haul type. The more data I get there the better Edited August 22, 2022 by Scrab
Mister X Posted August 23, 2022 Posted August 23, 2022 22 hours ago, Scrab said: Essentially all I need you to do is when starting a new haul, measure the time it takes you to get from dispatch to recipient and report that time back to me (with info who dispatch and recipient were) You could try to provide a BETA, adding in this functionality (would add just a few lines of code): at the start of a haul, write the CurrentRealTime to a (global?) variable. When reaching the destination, you just read the CurrentRealTime again, calculate the difference to the start time and write it, together with Dispatcher and Recipient, to a file (eg a JSON output). Alternatively, if this is more important, just use the CurrentGameTime, or both ^^ Like this, you should get the most precise data and nobody has to think of manually stop the time ^^ 1
Scrab Posted August 23, 2022 Author Posted August 23, 2022 (edited) 21 minutes ago, Mister X said: Like this, you should get the most precise data and nobody has to think of manually stop the time ^^ There are too many changes to be able to compile the script for 2.7 SlutsMissionHaul.psc This here should do what you suggest, but someone else would have to compile it for me ? There should be a SLUTS.json in the SKSE folder somewhere which gets an entry added each time you complete a haul listing the requested data. Id only need the json then You will also have to reimplement the patches from the previous pages into this Edited August 23, 2022 by Scrab
monsta88 Posted August 23, 2022 Posted August 23, 2022 22 hours ago, Scrab said: Essentially all I need you to do is when starting a new haul, measure the time it takes you to get from dispatch to recipient and report that time back to me (with info who dispatch and recipient were) IMHO it is hard to measure it this way, as there are a lot of variables. For example if you use a defeat mod, then attacks and sex activities can hugely impact delivery time. Even if you can avoid attackers, you may lose time while going around them, or trying to lure them to someone who can fight them. Wear and Tear could also modify your run speed. Then there are mods which modify your run speed while wearing devious boots, both negatively (Devious Devices, Devious Body Modification, Yps Fashion), and positively (Devious Body Modification, YPS Fashion). There are also mods which may give you passive speed boost, like SPERG. Then there is the simple map knowledge. Are you going on the optimal path? Do you use the roads, or do you make shortcuts? There are a couple of more other factors which may affect the delivery speed, for example how high is your stamina and stamina regen (ie how much you can sprint), etc. I'd say just start with some higher numbers and then you can adjust it later in some updates. I'd definitely would not finetune it to some unique setup. Maybe just add some MCM options about it, so players can finetune it for themselves.
Mister X Posted August 23, 2022 Posted August 23, 2022 (edited) On 8/23/2022 at 10:45 AM, Scrab said: This here should do what you suggest, but someone else would have to compile it for me ? There should be a SLUTS.json in the SKSE folder somewhere which gets an entry added each time you complete a haul listing the requested data. Id only need the json then You will also have to reimplement the patches from the previous pages into this Patched script(s). Included patches are: - ResumeTether patch - BindPoseFix - Return to Start Patch - Time Tracking Main mod is required, this only provides the patched script(s) ONLY v2.7 works, v3.x and on are NOT supported anymore! In fact, v3 includes those patches natively SLUTS-Patches+TimeTracking.7z Edited November 6, 2022 by Mister X made version dependance clear 4
Karkhel Posted August 23, 2022 Posted August 23, 2022 6 hours ago, Mister X said: Patched script(s). Included patches are: - ResumeTether patch - BindPoseFix - Return to Start Patch - Time Tracking Main mod is required, this only provides the patched script(s) SLUTS-Patches+TimeTracking.7z 19.86 kB · 2 downloads Since this is just scripts it should work on LE as well right? Thanks for the fixes either way.
Mister X Posted August 24, 2022 Posted August 24, 2022 16 hours ago, Karkhel said: Since this is just scripts it should work on LE as well right? Thanks for the fixes either way. I don't know, I didn't check if SE only functions are used. You can try, though ^^
Aldid Posted September 2, 2022 Posted September 2, 2022 Any chance of adding an option to temporarily turn talking to people back on again during a haul? It feels a bit odd to encounter someone bleeding to death on the side of the road, and having them humiliate the PC rather than ask them (or their followers for help).
monsta88 Posted September 3, 2022 Posted September 3, 2022 The driver explains what is going on. You need to go back to the chest, without hauling.
Xenoramos Posted September 5, 2022 Posted September 5, 2022 Just curious, is there any chance that NPC's dialogue would have a bit more "respective" tone if PC is doing hauls voluntary and don't fail much. To have more consensual spice in it. Not asying about every single NPCs, but it feels odd for me, if PC joins the team voluntary, does the work, does it good and still get humiliated almost as much as criminal sent there to work out for their misdeeds. For example some a bit more respective tone, or more consensual responds to the carriage driver. I do know it's too much stuff to consider, but maybe it's possible at some point? 4
idonotlikeusernames Posted September 10, 2022 Posted September 10, 2022 On 8/5/2022 at 3:28 PM, Scrab said: 1/3rd of all radiant sluts will be male Does this mean the this can now be played with a male character too? Pretty please I dearly hope so.
Someone92 Posted September 10, 2022 Posted September 10, 2022 2 hours ago, idonotlikeusernames said: Does this mean the this can now be played with a male character too? Pretty please I dearly hope so. Pretty sure you could always play it AS a male PC. What changed it that the NPCs you encounter can now be male.
Allen Harris Posted September 22, 2022 Posted September 22, 2022 Has anyone gotten this to work in the VR poet? I get stuck right after I ask for my first "haul". Driver walk down the road a little, then just stands there and I can't move.
Aldid Posted September 22, 2022 Posted September 22, 2022 46 minutes ago, Allen Harris said: Has anyone gotten this to work in the VR poet? I get stuck right after I ask for my first "haul". Driver walk down the road a little, then just stands there and I can't move. That issue can occasionally occur in the normal version as well, it's possible that you could get it working by just retrying.
Allen Harris Posted September 22, 2022 Posted September 22, 2022 1 hour ago, Aldid said: That issue can occasionally occur in the normal version as well, it's possible that you could get it working by just retrying. Thanks I'll try that
Genterric Posted September 28, 2022 Posted September 28, 2022 On 7/8/2022 at 4:51 PM, Mister X said: Then I already had an idea for a fix, I've attached it. Just using the former "isForced" Int, which just was converted into a Bool, as a Int holding several Bool Flags. To be honest, I didn't have the time to test it, even though I wanted to. What about the other point with the supplies for survivalists? ? EDIT: Changes are in the Function ChainMission() [SlutsMissionHaul.psc] and Event OnStoryScript [SlutsMissionHaul.psc]. I don't know anymore what I've changed in the SlutsMain.psc, but as the Last Modified Date is the same as for SlutsMissionHaul.psc on my side, I've included it ? SLUTS-ReturnToStartPatch.7z 19.59 kB · 22 downloads Is there a way to make this patch compatible with LE? Without the patch for me the mod works, but with this patch the cart becomes stationary no matter what I do.
Mister X Posted September 28, 2022 Posted September 28, 2022 47 minutes ago, Genterric said: Is there a way to make this patch compatible with LE? Without the patch for me the mod works, but with this patch the cart becomes stationary no matter what I do. I don't play LE anymore, but TBH I have no idea why it shouldn't work. These are only scripts, they should be perfectly compatible. Either way, there's a more up-to-date patch, where I combined several fixes here.
Genterric Posted September 28, 2022 Posted September 28, 2022 4 hours ago, Mister X said: I don't play LE anymore, but TBH I have no idea why it shouldn't work. These are only scripts, they should be perfectly compatible. Either way, there's a more up-to-date patch, where I combined several fixes here. This one seems to work (at least the cart actually moves), thanks!
SCP-169 Posted September 29, 2022 Posted September 29, 2022 I ran into a problem when you cast a spell is not dressed equipment pony, manually all dressed normally, tried to solve with CK, did not work
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