Jump to content

Recommended Posts

Posted

Are there any issues updating to SKSE 1.7?

 

I have been using it for a few weeks now almost since it came out and have had no problems with SKSE 1.7

Posted

installed the latest version of this mod and the "Jarl's Horse" just attacks and does nothing else.... any suggestions?

 

Was your character completely nude when approaching the horse? It will attack for a bit but finally stops, least it has for me since the first fix when in 2 updates ago. But you have to be completely nude and have nothing equipped.

Posted

I just have a small problem. Don't have "are you still offering the job" only with Hulda in Whiterun. So, how does console line goes to get it back again? Thanks.

 

To find a list of all the jobs in the quest type "help mf_prostitute" in the command console and look for the quest section. Then just type "startquest <name>"

Posted

 

installed the latest version of this mod and the "Jarl's Horse" just attacks and does nothing else.... any suggestions?

 

Was your character completely nude when approaching the horse? It will attack for a bit but finally stops, least it has for me since the first fix when in 2 updates ago. But you have to be completely nude and have nothing equipped.

 

 

yes nude it attacks first then it looks like tis gonna stop but nothing happens

i think it might be becuz my skse isnt updated, im gonna try update it and see what happens and then give feedback

Posted

 

 

installed the latest version of this mod and the "Jarl's Horse" just attacks and does nothing else.... any suggestions?

 

Was your character completely nude when approaching the horse? It will attack for a bit but finally stops, least it has for me since the first fix when in 2 updates ago. But you have to be completely nude and have nothing equipped.

 

 

yes nude it attacks first then it looks like tis gonna stop but nothing happens

i think it might be becuz my skse isnt updated, im gonna try update it and see what happens and then give feedback

 

update: no change installed the latest version of skse and it didnt help also i should let you know that the companions quest works just fine

 

how is this actually supposed to work? 

Posted

 

I just have a small problem. Don't have "are you still offering the job" only with Hulda in Whiterun. So, how does console line goes to get it back again? Thanks.

 

To find a list of all the jobs in the quest type "help mf_prostitute" in the command console and look for the quest section. Then just type "startquest <name>"

 

 

Sorry to say but this command only works for certain random quests. I still cannot get the "Are you still offering..." line with Hulda. As a matter of fact, I can even offer her a sex.

Posted

Odd it should pull up all the quests. I never tried it with the starting one but the whole point of that command is it should pull up all the quests and the starting one is a quest. I honestly don't know why the starting one wouldn't show up.

Posted

 

update: no change installed the latest version of skse and it didnt help also i should let you know that the companions quest works just fine

 

how is this actually supposed to work? 

 

The horse one is, you get the quest, talk to the stable guy. Go find the horse, approach it nude. It attacks a few times till you are down to less than 80% of your health and then you have sex with the horse, then lead it back to the stable guy and start the next part of the quest.

 

Do you have a saved spot from before you talked to the stable guy or before you took the quest? If so try starting from there, not sure updating to SKSE 1.7 will help if you are already at the horse part. Since at that point that part of the quest is already in your save. Worse case you could just completely the quest with console commands and then start it again.

 

Posted

Odd it should pull up all the quests. I never tried it with the starting one but the whole point of that command is it should pull up all the quests and the starting one is a quest. I honestly don't know why the starting one wouldn't show up.

 

Thanks for trying to help. I appreciate that.

Posted

Hey again Kori, and thanks for the updated mod!

 

I updated to SKSE 1.7 alpha, hacked my SKSE.ini file Memory Heaps as instructed, updated RP and installed Radiant Schlongs. I was and still am running the ENBoost patch- not the graphics part of ENB, just the patch part.

 

I then ran BOSS on everything, but it didn't recognize RadiantSchlongs.esp, so I took a wild guess and told BOSS to just load RadiantSchlongs right after MF_RadiantProstitution. Apparently, this wasn't a good guess, because I got repetitive CTDs before reaching the load menu, which is almost always a sign of mod loading-order errors.

 

I disabled RadiantSchlongs and the game then loaded to my latest save on the first try with no problems and has been running fine since then, but of course I can't hire any co-workers because I can't load the RadiantSchlongs patch.

 

Any idea where I should slot RadiantSchlongs in my loading order so my game will work and I can finally hire co-workers? RP is loading around the middle of the pack, about  34 / 71.

 

Thanks for all your hard work! :heart:

Posted

Shit! NPC wenches stop working. I stop to receive messages in upper left corner "wench is on the job".

 

What the f***?! Somehow radiantschlong mod/patch was missing from the mod list and that's why NPC wenches didn't work. reinstalling the patch, all is fine now.

Posted

In the horse quest, what dictates whether or not the bucket is filled? Seems pretty random.

Posted

In the horse quest, what dictates whether or not the bucket is filled? Seems pretty random.

 

I think that you have to fuck the horse 3 times. (That was the case in my game). Then the pointer will move to the other location and you will be informed on the top of the screen to returned to stable guy.

Posted

with "home delivery" quest, constance michele (in riften) doesn't work, she said only "felicitation for adoption" and only this.

 

(sorry for my poor english.)

Posted

Problem solved with loading one of previous saves.

 

Good to hear already feared the worst.

 

Hey again Kori, and thanks for the updated mod!

 

I updated to SKSE 1.7 alpha, hacked my SKSE.ini file Memory Heaps as instructed, updated RP and installed Radiant Schlongs. I was and still am running the ENBoost patch- not the graphics part of ENB, just the patch part.

 

I then ran BOSS on everything, but it didn't recognize RadiantSchlongs.esp, so I took a wild guess and told BOSS to just load RadiantSchlongs right after MF_RadiantProstitution. Apparently, this wasn't a good guess, because I got repetitive CTDs before reaching the load menu, which is almost always a sign of mod loading-order errors.

 

I disabled RadiantSchlongs and the game then loaded to my latest save on the first try with no problems and has been running fine since then, but of course I can't hire any co-workers because I can't load the RadiantSchlongs patch.

 

Any idea where I should slot RadiantSchlongs in my loading order so my game will work and I can finally hire co-workers? RP is loading around the middle of the pack, about  34 / 71.

 

Thanks for all your hard work! :heart:

 

Radiant schlongs has to load after RP and SOS as SOS Full Version changes the Wench cloths

 

In the horse quest, what dictates whether or not the bucket is filled? Seems pretty random.

 

It is random check against a threshold.

int chance = Utility.RandomInt(1,100)
int x = Sexlab.GetSkill(Player,"Creatures")
	
int totalChance = ( ( x * x ) / 7 ) + x + ( 2 * x / 3 ) + 10

if(chance <= totalChance)

Unfortunatly the random function is not realy good.

 

with "home delivery" quest, constance michele (in riften) doesn't work, she said only "felicitation for adoption" and only this.

 

(sorry for my poor english.)

 

can you make a screenshot of this and tell me if she gets added by another mod?

Posted

So the new skse supernovas my game on launch is there anything that can fix it?

Probably incompatible with one or more of the SKSE plugins you are running. Check to make sure you have the latest versions of each of those and if so try running the game without them one at a time until you find the problem one. Then talk to it's author about the problem.

Posted

Noticed a small bug/issue.

 

In Whiterun if you go into the Guard's Barracks you get flagged with a bounty. Looks like the script thinks you've left town

 

EDIT: Same if you go into shops in Whiterun as well

 

EDIT 2: Same if you return to the Bannered Mare as well

 

Is it only me that's getting this?

 

I cleared the "Restrict to current Innkeeper's Town" checkbox which stopped the problem, maybe that should read Inn rather than Town

Posted

 

So the new skse supernovas my game on launch is there anything that can fix it?

Probably incompatible with one or more of the SKSE plugins you are running. Check to make sure you have the latest versions of each of those and if so try running the game without them one at a time until you find the problem one. Then talk to it's author about the problem.

 

 

You sir are a gentleman and a scholar.

 

My hdt and racemenu were ancient updated and now I can use the new skse

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...