Jump to content

Raven Beak Prison SE


Recommended Posts

Posted

This mod is NOT compatible with BodySearch, just FYI. It made it so if you get searched and have stolen items, the guard asks you to surrender, and then none of the guards will talk to you anymore.

  • 1 month later...
Posted
On 5/27/2020 at 12:14 PM, Chosen_One said:

Hello there. I'm glad that someone is working on the SE version of the mod. Could you make it work with Simple Slavery SE? The LE version was working with Simple Slavery out of box but your conversion by some reaseon doesn't get detected in the Simple Slavery SE MCM. Maybe you could do something about it?

Yes! Is there any way this can be done?? 

  • 2 weeks later...
Posted
On 5/27/2020 at 6:14 PM, Chosen_One said:

Hello there. I'm glad that someone is working on the SE version of the mod. Could you make it work with Simple Slavery SE? The LE version was working with Simple Slavery out of box but your conversion by some reaseon doesn't get detected in the Simple Slavery SE MCM. Maybe you could do something about it?

Patch Released. I've tested only With Simple Slavery Plus Plus 6.3.2

 

  • 3 weeks later...
Posted

Loving the mod, Thank you very much. I've noticed a couple issues though, that the Bully level keeps updating, even when I am back in Skyrim. Also that the Dialogue on some Bandits, will randomly pop up like their prisoners trying to take me stuff.

  • 1 month later...
Posted
On 9/4/2020 at 2:20 AM, Murderotica said:

Loving the mod, Thank you very much. I've noticed a couple issues though, that the Bully level keeps updating, even when I am back in Skyrim. Also that the Dialogue on some Bandits, will randomly pop up like their prisoners trying to take me stuff.

How do you get back to Skyrim? Evade or discounts worth? I just tried serving my sentence but I don't get any messages after return to Skyrim.

On 10/6/2020 at 6:04 PM, Blinder said:

Is there any way to get the Remastered version Converted? :)

They say it's already compatible, see Here. I will not do any verification on this.

Posted
4 minutes ago, jackiehan91 said:

I wonder if there is a way to modify the bounty crime (1000) which launch the Ravenbeak mod,I can't find the trigger in CK,please help me

I have already answered this question. Here

Posted
20 minutes ago, SilenSE said:

I have already answered this question. Here

THX, I have seen that ,follow the lead and find that line, but as I'm not good at using CK, I don't  what to do>_<

could you please tell me how to fix it more specifically, thank you master 

and here is the screenshot

image.png.21e407ec17405b5de56873f2d490b328.png

  • 1 month later...
Posted
On 9/3/2020 at 6:20 PM, Murderotica said:

Loving the mod, Thank you very much. I've noticed a couple issues though, that the Bully level keeps updating, even when I am back in Skyrim. Also that the Dialogue on some Bandits, will randomly pop up like their prisoners trying to take me stuff.

Help please, I having the same issue and worst, the bully score is still active, they rape my character ramdomly (I was fighting a dragon and M'aiq the liar stated animation in the midle of the fight) and every time that I'm fighting and my life goes under 50% they take all my stuff

  • 1 month later...
Posted
On 6/25/2020 at 6:42 AM, Plaguetard said:

This mod is NOT compatible with BodySearch, just FYI. It made it so if you get searched and have stolen items, the guard asks you to surrender, and then none of the guards will talk to you anymore.

i just learned that the hard way... Can i fix it by removing bodysearch? what about "jailrape"?

 

Posted

This mod seems really cool, but is there any follower handling? I noticed that there's a follower addon for LE. Is that compatible with this or was it integrated at all?

Posted
On 12/27/2020 at 8:03 AM, The Sage Of the SIx Faps said:

i just learned that the hard way... Can i fix it by removing bodysearch? what about "jailrape"?

 

I ended up removing this mod, and kept BodySearch. That did fix it mid game I think... although this was 6 months ago, so I could be mistaken.

  • 1 month later...
  • 3 months later...
  • 4 weeks later...
Posted
On 6/13/2021 at 12:18 PM, Apoptosis97513 said:

Hi there.

I tried Simple Slavery++ patch but MCM "Freedom Fund" and "System" pages are blank.

So I can't make SS++ detect Raven Beak Prison SE:(

Same

  • 4 weeks later...
Posted

Yeah it's broken just the same as the 'official' port, lol. In my case SS++ does detect and send me to Raven Beak, but again the prison itself is broken. It also strips down the function of SS++ to exactly what two posts above said. Which is a bold move ngl, lol. Just so you could make your mod 'work', and even then, no, it does not.

Posted (edited)

Is there a way for me to change the probability of what kind of sex act my character will be put into?  And also, is there a way to make the scenes add to the Times Victim count in the SexLab Sex Diary?

Edited by Defective Life
  • 1 month later...
Posted

Hopefully this place is still being monitored, but I am a little confused with whats happening. The dude who bought be from Simple Slaveyr auction, Codlak or what ever. He never says anything to me ever. Also when ever i walk near me he approaches me, but brings up the dialog menu but doesnt say anything and theres no options to say anything to him. Im just not sure whats going on. I read up in the other posts that Body Search is not compatible with this mod? But how? What does Body search break? Because everything else seems to work just fine, I have worked in the mine and such, traded for food, its just the owner guy doesnt work properly or something.

 

  • 2 months later...
Posted (edited)

I extracted the two source files for the scripts the patch alters to find the differences. I changed the source files in the CK, saved, compiled. It says succeeded, but I can't find the new pex files.

 

In sslv_configscr.psc

;Raven Beak Prison
    if(Quest.GetQuest("RavenBeakWarden"))
        Raven_Installed = true
    endif

 

     TO

 

;Raven Beak Prison
    if(Quest.GetQuest("RavenBeakPrisonQuest"))
        Raven_Installed = true
    endif

 

In sslv_mainscr.psc

 

function Raven_Slavery()                                ; Raven Beak Prison
    Quest theQuest = Quest.GetQuest("RavenBeakWarden")
    theQuest.SetStage(0)
    ;Config.Raven_enabled=false

    AuctionEnd("Raven Beak Prison")
endfunction

 

     TO

 

function Raven_Slavery()                                ; Raven Beak Prison
    Quest theQuest = Quest.GetQuest("RavenBeakPrisonQuest")
    theQuest.SetStage(0)
    ;Config.Raven_enabled=false

    AuctionEnd("Raven Beak Prison")
endfunction

 

 

I'm doing this because of the aforementioned changes to the menues and the fact that with the scripts included in the patch, I see Wolfclub and Ravenbeak in SS++ Menu, with the original scripts from SS++, I see Wolfclub and Public Whore. If I'm going to be forced to choose between RB and PW, PW wins hands down.

Edited by Fienyx
Posted

After some research, I found out I tried to compile in the wrong area. Found the right area, but had to find the psc files for several other mods. SOS, DD, VRIK, but then I get these errors and fail compiles.

 




Starting 1 compile threads for 1 files...
Compiling "SSLV_ConfigScr"...
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(384,82): cannot convert to unknown type fnissmconfigmenu
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(384,82): cannot cast a form to a fnissmconfigmenu, types are incompatible
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(384,20): unknown type fnissmconfigmenu
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(385,19): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(385,31): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(385,7): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,14): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,26): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,38): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,38): cannot relatively compare variables to None
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,53): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,65): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(391,58): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(391,70): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(391,13): type mismatch on parameter 3 (did you forget a cast?)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(392,59): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(392,71): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(392,13): type mismatch on parameter 3 (did you forget a cast?)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(394,58): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(394,70): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(394,13): type mismatch on parameter 3 (did you forget a cast?)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(395,59): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(395,71): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(395,13): type mismatch on parameter 3 (did you forget a cast?)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(124,4): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(124,16): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(127,2): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(127,14): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(131,3): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(131,15): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(133,2): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(133,14): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(593,4): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(593,16): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(595,3): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(595,15): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(598,16): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(598,28): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(598,7): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1490,15): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1490,27): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1490,6): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1498,3): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1498,15): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1500,2): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1500,14): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\sslv_configscr.psc(485,2): argument a_flags is not specified and has no default value
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\sslv_configscr.psc(487,2): argument a_flags is not specified and has no default value
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\sslv_configscr.psc(757,2): argument a_noupdate is not specified and has no default value
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\sslv_configscr.psc(757,2): argument a_statename is not specified and has no default value
No output generated for SSLV_ConfigScr, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on SSLV_ConfigScr


Starting 1 compile threads for 1 files...
Compiling "sslv_mainscr"...
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\sslv_configscr.psc(485,2): argument a_flags is not specified and has no default value
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\sslv_configscr.psc(487,2): argument a_flags is not specified and has no default value
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\sslv_configscr.psc(757,2): argument a_noupdate is not specified and has no default value
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\sslv_configscr.psc(757,2): argument a_statename is not specified and has no default value
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(384,82): cannot convert to unknown type fnissmconfigmenu
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(384,82): cannot cast a form to a fnissmconfigmenu, types are incompatible
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(384,20): unknown type fnissmconfigmenu
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(385,19): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(385,31): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(385,7): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,14): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,26): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,38): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,38): cannot relatively compare variables to None
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,53): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(390,65): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(391,58): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(391,70): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(391,13): type mismatch on parameter 3 (did you forget a cast?)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(392,59): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(392,71): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(392,13): type mismatch on parameter 3 (did you forget a cast?)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(394,58): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(394,70): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(394,13): type mismatch on parameter 3 (did you forget a cast?)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(395,59): fnissmconfigmenu is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(395,71): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBoundCombatScript.psc(395,13): type mismatch on parameter 3 (did you forget a cast?)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(124,4): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(124,16): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(127,2): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(127,14): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(131,3): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(131,15): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(133,2): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadBQ00.psc(133,14): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(593,4): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(593,16): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(595,3): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(595,15): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(598,16): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(598,28): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(598,7): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1490,15): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1490,27): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1490,6): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1498,3): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1498,15): none is not a known user-defined type
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1500,2): variable ConsoleUtil is undefined
D:\Steam\steamapps\common\SkyrimVR\Data\Source\Scripts\zadConfig.psc(1500,14): none is not a known user-defined type
No output generated for sslv_mainscr.psc, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on sslv_mainscr.psc

 

Why DD scripts keep SS++ scripts from compiling is beyond me. As for the errors in the SS++ scripts, those flags and noupdate and statename don't even exist in the scripts.

So fricken difficult to change something so simple.....

Posted (edited)

Ok, I went a different route to make this version of Ravenbeak compatible with the current version of SS++. I went into the Prison.esp and changed the editor id of the quest from RavenBeakPrisonQuest to RavenBeakWarden. Works and shows up is SS++ menu without altering it. NON DD SS++ mods are far and few between. I have Wolf Club, Ravenbeak and Public Whore in my SS++ MCM now.

 

You need to download the original mod and replace the esp with mine.

Prison.esp

 

Edit: Turns out the Wolfclub SE conversion is actually just a patch that was converted and not the whole mod. So glad I got RB to be in the list with PW.

Edited by Fienyx

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...