Jump to content

[WIP] Skyrim Slavers Guild


Recommended Posts

Posted

I liked that a lot. I want to be able to do it in Skyrim :D

 

Doable! ^^ I can make the "Feed" power (and once SKSE allows it hotkey) become sustainable and drain blood continuously if it detects that both target and player are unconscious (I thinky that's how "lovers" did it? Nuh? Or did it make them ghosts? Please could someone confirm which?) or have some "making love" tokens on them. Actually I'm going to put some placeholder in already just in case!

Posted

suggestion... sorta.

we could create our own version of prideslayers fnse extender... skse extender to be used with the 'sexrim' mods...

 

might want to ask and find out how he did his version, then we could create our own hotkey sets and open up further hotkey combo's along with using the numpad (when the numlock is on, wouldnt work when numlock is off as far as i know) to take that even further.

Posted

Anything that adds hotkey support would be amazing! Also ability to read and modify a magic effect's magnitude... and modify game settings... and advance game time... and million other simple things Papyrus can't do ._. (even though some of those functions can be activated with ingame console!)

Posted

thats the idea, the more control we have over our scripting and mods... the easier it will be to debug/troubleshoot/fix stuff.

 

it will also help things run smoother and more accurately in-game :D

 

anything that enhances the game is a good thing.

Posted

I have made some screenshots featuring my favorite Skyrim girl/plaything: Sylgja.

And I thought you might like them, as she is wearing some of Jammers slave gear.

 

[spoiler=SCREENIES!]

600x375http://i33.photobucket.com/albums/d93/Dark_Lord_/CuteSylgja.png[/img]

She just looks so cute here. I think only the most unscrupulous slaver will attempt to hurt her.

 

600x375http://i33.photobucket.com/albums/d93/Dark_Lord_/StupidSylgja.jpg[/img]

Something tells me she does not realize she is unable to eat anything like this.

 

600x375http://i33.photobucket.com/albums/d93/Dark_Lord_/SleepingSlave.jpg[/img]

What a very peaceful sight. I wonder if she's dreaming about me...

 

 

 

I believe that when the mod is out, my playtime with her might become more fun. Maybe I'll imprison her at Proudspire, so she'll be safe from the evil Slavers Guild.

Posted

no one is safe from the SG, muahahaha!... n stuff.

 

nice slave girl... i mean servant girl (yea thats what there called by the gentry these days)...

to bad she is wearing underwear LMAO.

Posted

no one is safe from the SG' date=' muahahaha!... n stuff.

 

nice slave girl... i mean servant girl (yea thats what there called by the gentry these days)...

to bad she is wearing underwear LMAO.

[/quote']

 

No girl is safe from them...except those under the protection of Lord Benendearu AKA the Dragonborn.

 

And slave or servant would not be the right term for her, as she doesn't do any slavey or servanty stuff, eg. cleaning and making food. I could call her a fiercely loyal bodyguard. You should see her when I take her on one of my insane adventures...wearing this 'outfit' :D

Posted

no one is safe from the SG' date=' muahahaha!... n stuff.

 

nice slave girl... i mean servant girl (yea thats what there called by the gentry these days)...

to bad she is wearing underwear LMAO.

[/quote']

 

No girl is safe from them...except those under the protection of Lord Benendearu AKA the Dragonborn.

 

And slave or servant would not be the right term for her, as she doesn't do any slavey or servanty stuff, eg. cleaning and making food. I could call her a fiercely loyal bodyguard. You should see her when I take her on one of my insane adventures...wearing this 'outfit' :D

 

Man this conversation makes me wish there was an online part to skyrim. Just thinking about if that were to happen would be fun and hilarious.

Posted

I'll be safe from the slavers once I get around to adding a minigun to the game....(and learning to do so before that).

 

Posted

LMAO, somehow i dont think they had miniguns in skyrim... and im sure you dont care lol

 

just the thought of the player hauling around a minigun in a fantasy setting like that is just hilarious.

Posted

I'll be safe from the slavers once I get around to adding a minigun to the game....(and learning to do so before that).

 

 

Ha ha yah! ^^ Shackles and collars are all good but they still need to get within the firing range to put them on xD

Posted

Not to mention one of my favourite mods: the Flintlock Pistol! Oh it brings back memories! My favourite character in Morrowind had a pistol like that too: I got really good at shooting down cliffracers from a distance with it xD

Posted

I have a quest idea you might find interesting: I've always found the notion of dominating a dominant women exiting, and I think I have a neat way to intreduce that: a client wants to witness the fall of a dominant women. he asks that one of the guild's dominatrixes be enslaved and broken, and he wants to see (and maybe help) the process. should give you a lot of nice dialouge, with minimal animation tweaking required. the quest should revolve around making her look weak, or as if she's made a major mistake worth enslaving her for. of course, if the player is a female, she might be betrayed, or the plan backfires through other means, leaving her as the dominant women being enslaved and trained by her would be victim.

the client might buy the slave at the end of the process, or the player could keep her as a trophy slave. same for a pc slave.

Posted

I'll be safe from the slavers once I get around to adding a minigun to the game....(and learning to do so before that).

 

 

And all of a sudden, you've got me thinking about MIRV chaurus spit.

Posted

 

Doable! ^^ I can make the "Feed" power (and once SKSE allows it hotkey) become sustainable and drain blood continuously if it detects that both target and player are unconscious (I thinky that's how "lovers" did it? Nuh? Or did it make them ghosts? Please could someone confirm which?) or have some "making love" tokens on them. Actually I'm going to put some placeholder in already just in case!

 

How about if I give you an api to query? I'm currently using tokens' date=' but I want to use a formlist and store details of who is having sex with who and when - just so things don't get mixed up if three guildies decide to have fun with three different slavegirls at the same time.

 

Probably something like this

 

Skysex_Data data
data = Skysex.sex_record(actor)
if data == none
	; no sex going on here
	non_sexy_vamp_stuff();
	return
else
	; sex definitely happening here
	int n 		    = data.num_partners	; how many people taking part
	bool raped 		= data.rape;		; is this a consensual action on this actor's part
	bool restrained = data.restrained	; we might need IsRestrained to be false for animation purposes (?)
endif

 

I'll try and get something rough for this weekend. Probably along with indicators for slave status as well.

 

suggestion... sorta.

we could create our own version of prideslayers fnse extender... skse extender to be used with the 'sexrim' mods...

 

Hmmm. Looking at http://www.loverslab.com/showthread.php?tid=5965

 

NX_GetVersion:

 

Might be useful if we have anything else to go with it.

 

int (ref.)NX_IsUsingSkeleton name:string (actor:ref)

 

Possibly. Do we have any variant skeletons in Skyrim yet? Do we need 'em for the BBB stuff? Bouncy boobs is the most likely use case, I suppose.

 

(ref.)NX_SetEVFl key:string value:float (persist:int)

(ref.)NX_GetEVFl key:string

(ref.)NX_SetEVFo key:string value:form (persist:int)

(ref.)NX_GetEVFo key:string

 

We can do these in papyrus. Or rather, we have a technique for storing arbitary data structures based on keys. I'll add a general purpose one implementing linked lists as per Redwood Elf's original proposal so we don't necessarily need a pre-defined formlist to create ad-hoc storage.

 

C++ would almost certainly be faster though, with a good hash table or search algorithm. Whether it's worth the effort depends on how long our lists are going to get. Or on how hard it is to port or recreate Pride's code, of course.

 

might want to ask and find out how he did his version' date=' then we could create our own hotkey sets and open up further hotkey combo's along with using the numpad (when the numlock is on, wouldnt work when numlock is off as far as i know) to take that even further.

[/quote']

 

Hotkeys are coming from the SKSE team. Quite possibly in the next release which should be in closed beta by now. I'm looking forward to that.

 

We might even be able to name slaves using SKSE. Give a zoom in on a collar name tag and add letters in an engraver's font one keypress at a time. We'd need a separate image for each letter, but that would be simple, if mildly tedious.

 

I have a quest idea you might find interesting: I've always found the notion of dominating a dominant women exiting' date=' and I think I have a neat way to intreduce that: a client wants to witness the fall of a dominant women. he asks that one of the guild's dominatrixes be enslaved and broken, and he wants to see (and maybe help) the process.

[/quote']

 

I have something along those line in mind already. (There's a reason Heddvi is in the starting lineup ;)) But yeah, breaking dominant women is something I could stand to see more of myself. I'll give it some thought.

 

Why is it that my screenshots suddenly cause a conversation about miniguns...in Skyrim?

 

I have no idea. Let the record show I was only playing along with the joke :)

Posted

You know, I always had in mind that you'd have the option to train slaves gently and with love. I mean, you'd need a certain amount of disciipline, and there was always going to be a brutal option as well, but I always wanted love and affection to be on the cards. I guess that didn't come across at all in the write-up.

 

Admittedly, your "gentle" is a bit gentler than mine was ever going to be :)

Posted

There is an 'Other possible additions and ideas for this scenario' section on said article. If you have any idea's on how you'd like to gently train your slave, you can add it there. After all, its your mod.

Posted

Man this conversation makes me wish there was an online part to skyrim. Just thinking about if that were to happen would be fun and hilarious.

 

I remember seeing a Skyrim Online mod some months ago on the Nexus. It had chat but I think no clothes or equipment. I don't know if that became anything.

Posted

There is an 'Other possible additions and ideas for this scenario' section on said article. If you have any idea's on how you'd like to gently train your slave' date=' you can add it there. After all, its your mod.

[/quote']

 

Nothing that really needs writing up. It was going to be a mix of mainly using pleasure rather than pain as a training mechanism, along with some of the behavioural stuff you focus on. A bit of dialogue for role-playing purposes and that's about it.

 

Like the gentle slavery approach, it's not so much a separate thing as it is a style of training.

 

And I think your gilded cage approach is worthwhile in its own right. I just didn't want anyone thinking the SSG was always about brutality. I'd like it to reflect the player's own style to a large extent. If that makes any sense.

Posted

an extension of my previus post, though it can be adapted for another quest, if you have something better planned already: have the pc decide in advance what to do with that dominatrix, and if it's a female pc and she's captured, let everything she planned be done to her instead. just give her a few options and advance the quest to a different stage depending on the answer. the options can be things you can normaly do to a slave, from the basic stuff in secunda's watch sandbox to dwemer alterations, falmer food/training chorus etc

 

Posted

There is an 'Other possible additions and ideas for this scenario' section on said article. If you have any idea's on how you'd like to gently train your slave' date=' you can add it there. After all, its your mod.

[/quote']

 

Nothing that really needs writing up. It was going to be a mix of mainly using pleasure rather than pain as a training mechanism, along with some of the behavioural stuff you focus on. A bit of dialogue for role-playing purposes and that's about it.

 

Like the gentle slavery approach, it's not so much a separate thing as it is a style of training.

 

And I think your gilded cage approach is worthwhile in its own right. I just didn't want anyone thinking the SSG was always about brutality. I'd like it to reflect the player's own style to a large extent. If that makes any sense.

 

It does make sense. I think there are a lot of heroic players who sometimes want to dominate a helpless NPC, but don't want to turn into brutal slavers. Giving players the possibility to treat their slaves how they want themselves is a very nice idea.

 

And the reason why I think the Guild only consists of brutal people, is because most of the quests I read feature brutal people.

Posted
I'll be safe from the slavers once I get around to adding a minigun to the game....(and learning to do so before that).

Ah yeah, the old Penta-Barrel Squarebored 10ga Flintlock Assault Gatling with Steam powered rotation and Quad Imp Automatic Muzzle Re-loading :)

That will fix em good :)

 

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