Jump to content

Recommended Posts

Posted

Quick update:

 

Fixed a bug where you're sentenced to 1 hour no matter your bounty.

 

Download the file and place in your Data\Scripts\ folder. I'll make a proper update with more fixes, but not sure I'll get an update before next week.

 

Edit: Updated the V008 archive. You'll now get the latest when you download.

xazPrisonOverhaul_V008_patch1.7z

Posted

But, now, my PC is not cuffed anymore when she's surrending to the guard. Leading to jail and punishment still works fine, but my PD doesn't get anymore her hands cuffed in the back.

I can see the cuffs on her wrists, but nothing more happened. the gag is still there too.

Not sure why it worked initially, but there's an incompatibility between V7 and ZAP V5. This is partially why I added the version check, but it's a tad late because it was introduced after the compatibility fix. ;)

 

Upgrade to latest on both, include the patch at the end (or almost end) of this thread, and all should work.

Posted

Just test out the V.7. works great and smooth..has become essential mod to me now (oh i also blame you xaz, because i keep letting my player get caught after doing crime, which i love it :D ).

 

Alter the xazpEscortToPrison.psc a bit, for adding some food/drink for the player since i'm using TRO, after got caught when on dehydrated phase and put sentenced to 4 day. hope you can come up with better idea. Maybe something like asking for water/food dialog like jbezorg did in Sanguine's Debauchery in enslavement part, but since there are no function for calling the guard it can be tricky to do but i do notes in Riften, Whiterun, Windhelm (didnt really test the other jail) there is a chance for player can talk to the guard while they standing/walking pretty close to the player cell, take that as an attempt for survival :P .

 

I do curious on the getting punishment part where player become unable to move. thought it was setdontmove command but turn out it was only to make player not moving around while being whipped. how did you do it ?

 

The whip marks was really good addition, but since i change the punish idle into Zazapcao304 (i just love that animation) didnt really get any whip marks, guess player body part need perfectly being hit by whip for it to show. Also hoping you can force the guard to remove shield while punishment scene.

 

Trying my best learn how do you make player controlled AI from this and Player Slave, even tho after seeing your scripts makes me think this is way above my head to understand. One  thing that i had in mind is it possible if i created simple quest for this player controlled AI behaviour but i can just select/choose the random NPC/actor ingame with certain command in console for controlling the player AI ?

 

Anyway just some report.

+ Reduced NPC Greeting : compatible, since i'm using it with this.

 - SeeYouSleep : can do play along, but if you choose to sleep while in prison then you'll get the sleep menu over and over, since it also triggering the punishment scene, need to TAB it after punishment is over (no biggie to me tho).

Thanks!

 

Not sure why whip marks disappeared, but maybe the guard isn't really hitting. I think/hope that was fixed in V8, should probably recheck.

 

Preventing player movement was done through akActor.SetDontMove(True), which makes akActor stay put even if pushed by other actors. Messes with camera, but does the job at least.

 

To control the player using Ai, first you need to (from a script) enable the ai. There is a script command for this:

 

Game.SetPlayerAiDriven(True)

 

After that you need to make sure that there is something for the ai to do. Normally the player has no ai attached to it. You can attach ai to a character in many ways, my favorite is controlling actors through scenes. There are several tutorials on how to set up ai, scenes and so on, and they can probably be modified to include the player.

 

I'll look into what I can do to give the player food/water during prison. Shouldn't be hard to fix.

Posted

got the same problem......no boundanim ,when the guard takes me to jail ,since zaz update...

This incompatibility should have been fixed in v008.
Posted

...just tested it and found following.....

 

1. versions conflict ( v005 vs 1.00000000)  -  make a cleansave  (zap and po disabled) after the activation of zap and po  the problem is solved

 

2. only 0 days imprisonment

 

3. after release.....npc `s greets me more than criminals, no other conversation options possible

 

4. boundanim  works fine

Thanks for testing! I'll look into this... until then

 

1. This is just a diagnostics message, which probably is just annoying.

2. This is known, and I've submitted a few messages down. As well as downloading V008 again includes the fix.

Posted

3. after release.....npc `s greets me more than criminals, no other conversation options possible

Found and fixed. Thanks!
Posted

I've installed the ZAZ Anim 005 but it say "wrong zaz anim detected" 

Did you download the fixed esm for zaz animation pack? Its right below the download section under important.

Posted

I've installed the ZAZ Anim 005 but it say "wrong zaz anim detected"

It's just a warning message. If you installed everything correctly, you shouldn't get it though ... or maybe it's a bug in the routine that checks the version.
Posted

Heya , Great Job  ,

 

Had A run Seems Good So Far . Love the NPC Comments as the PC is Lead to Prison . Nice Touch . 

Had a Few Bugs( Or Maybe Some Of my Own Blunders ) I tried this in Solitude only .

1.The Whip Was Invisible .

2.The Escort out of prison Kinda Froze For me .

 

Other than That all Works Fine 

 

The Positioning For the Guard is lil Off kinda and Clips at times when the Punishment is on ,I wonder if the guard can avoid the full 360 Whack and Power Attack.

Or Maybe You need a Position Starter Animation to Get the 2 Actors in Position . ? I can make that for the Guard ( I will Have to Specify Offsets and Rotations) and make a struggle animation when the scene is Carried out. 

 

Cheers and Gr8 Job

 

This a Function , That May be of use , Not only for this Mod , but ZAP or  in General . Wonder if an Actor can be Attached to another Actor 

http://www.creationkit.com/SetVehicle_-_Actor

 

 

 

 

Posted

Heya , Great Job  ,

 

Had A run Seems Good So Far . Love the NPC Comments as the PC is Lead to Prison . Nice Touch . 

Had a Few Bugs( Or Maybe Some Of my Own Blunders ) I tried this in Solitude only .

1.The Whip Was Invisible .

2.The Escort out of prison Kinda Froze For me .

 

Other than That all Works Fine 

 

The Positioning For the Guard is lil Off kinda and Clips at times when the Punishment is on ,I wonder if the guard can avoid the full 360 Whack and Power Attack.

Or Maybe You need a Position Starter Animation to Get the 2 Actors in Position . ? I can make that for the Guard ( I will Have to Specify Offsets and Rotations) and make a struggle animation when the scene is Carried out. 

 

Cheers and Gr8 Job

 

This a Function , That May be of use , Not only for this Mod , but ZAP or  in General . Wonder if an Actor can be Attached to another Actor 

http://www.creationkit.com/SetVehicle_-_Actor

 

If I'm getting it right that might even solve the camera problem :o

Posted

Funny stuff which happened to me, last night. I think there is no relationship with PO, but as it happened during a "Road to the jail" in PO, I think I should talk about it.

 

I replaced, on a new Skyrim data folder, my CBBE body, in order to try the DIMONIZED one, by simply overwrite the files.

I have to say I installed the plugin for bouncing boobs for CBBE.

 

Everything worked fine, so I assaulted a guard in Solitude, to get my female PC in jail. Classic script happened, guard led her to the prison chest.

 

But when "get naked" function started, and let my PC only dressed with a prisoner trousers, I saw my girl having suddenly enooooooooormous boobs (and when I say enormous, I mean 10 times Christina Hendricks). Quite surprising and funny, the big boobs were still there after full strip, so I don't know why it  happened, maybe because of the Bouncing boobs function, but that was a big surprise, as I stripped my girl befaore attacking the guard, just to check how was that new body.

Posted

Funny stuff which happened to me, last night. I think there is no relationship with PO, but as it happened during a "Road to the jail" in PO, I think I should talk about it.

 

I replaced, on a new Skyrim data folder, my CBBE body, in order to try the DIMONIZED one, by simply overwrite the files.

I have to say I installed the plugin for bouncing boobs for CBBE.

 

Everything worked fine, so I assaulted a guard in Solitude, to get my female PC in jail. Classic script happened, guard led her to the prison chest.

 

But when "get naked" function started, and let my PC only dressed with a prisoner trousers, I saw my girl having suddenly enooooooooormous boobs (and when I say enormous, I mean 10 times Christina Hendricks). Quite surprising and funny, the big boobs were still there after full strip, so I don't know why it  happened, maybe because of the Bouncing boobs function, but that was a big surprise, as I stripped my girl befaore attacking the guard, just to check how was that new body.

 

Congratz... The guards seems to have taken torture to a whole new level ?

(Boobjob overhaul)

Posted

Funny stuff which happened to me, last night. I think there is no relationship with PO, but as it happened during a "Road to the jail" in PO, I think I should talk about it.

 

I replaced, on a new Skyrim data folder, my CBBE body, in order to try the DIMONIZED one, by simply overwrite the files.

I have to say I installed the plugin for bouncing boobs for CBBE.

 

Everything worked fine, so I assaulted a guard in Solitude, to get my female PC in jail. Classic script happened, guard led her to the prison chest.

 

But when "get naked" function started, and let my PC only dressed with a prisoner trousers, I saw my girl having suddenly enooooooooormous boobs (and when I say enormous, I mean 10 times Christina Hendricks). Quite surprising and funny, the big boobs were still there after full strip, so I don't know why it  happened, maybe because of the Bouncing boobs function, but that was a big surprise, as I stripped my girl befaore attacking the guard, just to check how was that new body.

Aw shucks, you just discovered where they hid all your stuff they took from you.
Posted

 

Funny stuff which happened to me, last night. I think there is no relationship with PO, but as it happened during a "Road to the jail" in PO, I think I should talk about it.

 

I replaced, on a new Skyrim data folder, my CBBE body, in order to try the DIMONIZED one, by simply overwrite the files.

I have to say I installed the plugin for bouncing boobs for CBBE.

 

Everything worked fine, so I assaulted a guard in Solitude, to get my female PC in jail. Classic script happened, guard led her to the prison chest.

 

But when "get naked" function started, and let my PC only dressed with a prisoner trousers, I saw my girl having suddenly enooooooooormous boobs (and when I say enormous, I mean 10 times Christina Hendricks). Quite surprising and funny, the big boobs were still there after full strip, so I don't know why it  happened, maybe because of the Bouncing boobs function, but that was a big surprise, as I stripped my girl befaore attacking the guard, just to check how was that new body.

 

Congratz... The guards seems to have taken torture to a whole new level ?

(Boobjob overhaul)

 

Those evil guards.... did they do something like this to you for a long long time?

 

post-127324-0-93269200-1362764281_thumb.jpg

Posted

is a function of prison overhaul that thug capture me or tracking down after escape from prison? i follow the thugs and nothing happen, 

i installed SD

Posted

is a function of prison overhaul that thug capture me or tracking down after escape from prison? i follow the thugs and nothing happen, 

i installed SD

 

 

the thugs enslave you when you're almost dead in SD and for that you have to do a quest or manually activate SD and wear those rings. it was working fine in v006 (that was the last version i tried)

Posted

Heya xaz! Happy to report the new version is now working properly! Now submit to jail works and everything is going along smoothly! Except that once im released and get to retrieve my stuff, my player just stands there along the guard. But nonetheless its working as intended now :) So thanks!

Posted

your stuff is in your inventory when you get released. or do you mean you're stuck near a guard?

 

 

Na, when im released, im next to the guard near the chest with my stuff and nothing happens. Guard just stands there, and im immobile and cant move. Confirming it happens to others or somewhat a conflict?

Posted

For me, what happens is that I'm released and told to follow the guard to my stuff, but they never move, and I can't escape without my character simply turning around and running back to them.

 

Fantastic mod, just sad that I can't "finish" it.

Posted

 

your stuff is in your inventory when you get released. or do you mean you're stuck near a guard?

 

 

Na, when im released, im next to the guard near the chest with my stuff and nothing happens. Guard just stands there, and im immobile and cant move. Confirming it happens to others or somewhat a conflict?

For me, the same situation with Tarath but I just stuck outside the cell with the guard. 

Posted

 

 

your stuff is in your inventory when you get released. or do you mean you're stuck near a guard?

 

 

Na, when im released, im next to the guard near the chest with my stuff and nothing happens. Guard just stands there, and im immobile and cant move. Confirming it happens to others or somewhat a conflict?

For me, the same situation with Tarath but I just stuck outside the cell with the guard. 

 

I need to try that ... Sounds odd though

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