szy971101 Posted July 8, 2024 Posted July 8, 2024 On 2024/7/7 at AM5点48分, Delzaron said: 奇怪的是,它使用了原始动画。 你使用杀戮动作动画模型吗? Look at this picture, I am such a bug, after the spell is released.
Delzaron Posted July 8, 2024 Author Posted July 8, 2024 24 minutes ago, szy971101 said: Look at this picture, I am such a bug, after the spell is released. I see. Here the script of the spell magic effect. Event onEffectStart(actor akTarget, actor akCaster) ActorBase PersonBase = akTarget.GetBaseObject() as ActorBase If PersonBase.IsProtected() == false || PersonBase.IsEssential() == false Debug.SendAnimationEvent(akTarget, "KillMove1HMDecap") EndIf EndEvent Event onEffectFinish(actor akTarget, actor akCaster) ; here an effect EndEvent As you see, it send to the target the anim "KillMove1HMDecap". Did you tried to run fnis ? Do you use a mod involving a modification of killmoves ? There could be also a problem with the hells. Try to make your character all nude, and retry.
megger35 Posted July 8, 2024 Posted July 8, 2024 (edited) finally got round to testing the version , only just play tested but when i ask the mistress for a task and let her choose for me , nothing happens . on the experiment spell quest , my head will come off , but my player will just die and game will re load from previous save Edited July 8, 2024 by megger35
Delzaron Posted July 8, 2024 Author Posted July 8, 2024 29 minutes ago, megger35 said: finally got round to testing the version , only just play tested but when i ask the mistress for a task and let her choose for me , nothing happens . on the experiment spell my head stays on the body ( was naked before starting quest) the roll don't pick a quest ? Player was dead ? if not, you're facing Pama stuff problem (you equip pama head and neck).
Delzaron Posted July 8, 2024 Author Posted July 8, 2024 15 minutes ago, Delzaron said: the roll don't pick a quest ? Player was dead ? if not, you're facing Pama stuff problem (you equip pama head and neck). I didn't got problems with the anim... AndI prepare a little quest ot enhance the story....
TacoDeluxe Posted July 8, 2024 Posted July 8, 2024 Will I need to download the PO3 fix if I have the 3.25fix?
Delzaron Posted July 8, 2024 Author Posted July 8, 2024 2 minutes ago, PittsburghDK3310 said: Will I need to download the PO3 fix if I have the 3.25fix? Just to be sure. 1
killer905 Posted July 8, 2024 Posted July 8, 2024 1 hour ago, PittsburghDK3310 said: Will I need to download the PO3 fix if I have the 3.25fix? pama stuff need this so yes "you" need this instal too.
Delzaron Posted July 9, 2024 Author Posted July 9, 2024 6 hours ago, killer905 said: pama stuff need this so yes "you" need this instal too. indeed. I made some tests, Sybille Stentor clone replacement really helps. I also made a new story quest, (very short), based on cloning. I plan also a variant of the bath quest, with Carnificina and Camille, to illustrate their relationship. In fact, I think it's a good idea to explore the relations betweens NPCs in the rep quests. For now, we have : - Carni and Camille have a master/pet relationship. - Simza is Carni's favorite. - Armina the grumpy but useful and ready to learn. - Lamiae is the less exploited, except in Namira day. As younger vampire, she's under Carni's protection. I could make her jealous of the relation Carni maintain with her servants (for example Camille only allows Carni, and player sometimes, to call her puppy). 2
Leavira Posted July 9, 2024 Posted July 9, 2024 Ok, finally tested out 3.25fix version, results so far: Asking Mistress to pick your task didn't work. Decapitation spell quest worked fine, no issues with it. Exhibition quest, how is this meant to work? Character was put on display and then nothing, let it run for four in game hours and nothing happened, then used T to move it forward in 1 hour blocks for another eight hours and then 2 four hour blocks so had been there a full in game day, still nothing happened but was able to get out and pick another task. Hunting quest - Worked find until the very end, Sizma goes over to the stump with the captive and then doesn't use the stump, captive is put on and then Sizma walks off, the stump script though then grabbed Camila who then beheaded the captive, after removing them from the stump and butchering them and cooking the fillet with bean I was unable to advance, it say to present it to Carni but there is no option coming up for that when you speak to her. Sizma won't use the stump, having asked her to butcher a slave she puts the slave on the stump and then walks off, stump then grabs someone else to do it, have seen both Carni and Armina get grabbed for it, looks like it grabs the closest NPC.
Delzaron Posted July 9, 2024 Author Posted July 9, 2024 1 hour ago, Leavira said: Ok, finally tested out 3.25fix version, results so far: Asking Mistress to pick your task didn't work. Decapitation spell quest worked fine, no issues with it. Exhibition quest, how is this meant to work? Character was put on display and then nothing, let it run for four in game hours and nothing happened, then used T to move it forward in 1 hour blocks for another eight hours and then 2 four hour blocks so had been there a full in game day, still nothing happened but was able to get out and pick another task. Hunting quest - Worked find until the very end, Sizma goes over to the stump with the captive and then doesn't use the stump, captive is put on and then Sizma walks off, the stump script though then grabbed Camila who then beheaded the captive, after removing them from the stump and butchering them and cooking the fillet with bean I was unable to advance, it say to present it to Carni but there is no option coming up for that when you speak to her. Sizma won't use the stump, having asked her to butcher a slave she puts the slave on the stump and then walks off, stump then grabs someone else to do it, have seen both Carni and Armina get grabbed for it, looks like it grabs the closest NPC. strange... the script is simple... I'll add a else just in case. good ! it just a line of code is missing. setstage to 200 until next update. huting, found the problem : it required carni have a cooked fillet. Need to fix that to player need at least one. I don't know why... but the tree tump script find somebody to do the job, so it's not a big deal. Indeed, it's grabbing the closest npc, it's why I made Lamiae be the closest in Namira day for Feyvine execution.
Leavira Posted July 9, 2024 Posted July 9, 2024 8 hours ago, Delzaron said: strange... the script is simple... I'll add a else just in case. good ! it just a line of code is missing. setstage to 200 until next update. huting, found the problem : it required carni have a cooked fillet. Need to fix that to player need at least one. I don't know why... but the tree tump script find somebody to do the job, so it's not a big deal. Indeed, it's grabbing the closest npc, it's why I made Lamiae be the closest in Namira day for Feyvine execution. Just a couple points of clarification: With Sizma and the stump, it seems like she is excluded from the selection as she has been closer every time, I assume because she is still being directed by the script, might be worth testing if releasing her from the script as soon as the one to be executed is on the stump gets it to select her. With the Decapitation spell, I do have the fake decap option from Pama's mod turned on due to some issues I have had before so anyone who had issues might want to try that and see if it works for them.
Delzaron Posted July 9, 2024 Author Posted July 9, 2024 3 hours ago, Leavira said: Just a couple points of clarification: With Sizma and the stump, it seems like she is excluded from the selection as she has been closer every time, I assume because she is still being directed by the script, might be worth testing if releasing her from the script as soon as the one to be executed is on the stump gets it to select her. With the Decapitation spell, I do have the fake decap option from Pama's mod turned on due to some issues I have had before so anyone who had issues might want to try that and see if it works for them. indded. I don't why simza can't decap... she have the executor keyword, so she should be selected.
Delzaron Posted July 9, 2024 Author Posted July 9, 2024 about the decap and pama fake decap stuff, there is a difference between LE and SE. It works with LE, but not SE...
killer905 Posted July 9, 2024 Posted July 9, 2024 I check only 3 new quests and all for me works nice. BUT with prison is full we can create moreeee meats and some eason Armina left fort and she back to fort after some time. 1
Delzaron Posted July 10, 2024 Author Posted July 10, 2024 8 hours ago, killer905 said: I check only 3 new quests and all for me works nice. BUT with prison is full we can create moreeee meats and some eason Armina left fort and she back to fort after some time. good new !
coronelwirs Posted July 10, 2024 Posted July 10, 2024 12 hours ago, Delzaron said: about the decap and pama fake decap stuff, there is a difference between LE and SE. It works with LE, but not SE... Hi Delzaron, I also checked the quests, Exhibition works well, there are no problems. I liked the new shop3 quest, it's very funny and opens up a number of possibilities for future quests. However, I did not understand the addition of the quest with a bathroom for mistress. a1R_ModManagementQuest : integration of a1R_rep_BathPuppy in quests choice scripts More precisely, what is meant by choice? there is none of this in the dialogues. Or did I misunderstand? maybe there should be an option that was offered earlier, so that Dovakin could offer her blood?
Delzaron Posted July 10, 2024 Author Posted July 10, 2024 1 hour ago, coronelwirs said: Hi Delzaron, I also checked the quests, Exhibition works well, there are no problems. I liked the new shop3 quest, it's very funny and opens up a number of possibilities for future quests. However, I did not understand the addition of the quest with a bathroom for mistress. a1R_ModManagementQuest : integration of a1R_rep_BathPuppy in quests choice scripts More precisely, what is meant by choice? there is none of this in the dialogues. Or did I misunderstand? maybe there should be an option that was offered earlier, so that Dovakin could offer her blood? exhibition is fixed, yep. a1Rshop3 was made for fun, and some testing cloning npc script. It's working (except player cloning, can cause some problems), and it's adding content to Armina. Lamiae recrived the content Namira day. I want to add some content about the girls relation ships. So, in Bath, you can get randomly one of these quests : a1r_rep_bath (mistress alone), or a1r_rep_bathpuppy, witj Mistress and Camille. Simza is already used often, so she don't need content. No possibility of player offering her blood as bath lotion for the moment. maybe in future.
killer905 Posted July 10, 2024 Posted July 10, 2024 @Delzaron Remember when you wrote that this was the "last update"? It's good that problems are being fixed and new content added 1
coronelwirs Posted July 10, 2024 Posted July 10, 2024 (edited) 1 hour ago, Delzaron said: exhibition is fixed, yep. a1Rshop3 was made for fun, and some testing cloning npc script. It's working (except player cloning, can cause some problems), and it's adding content to Armina. Lamiae recrived the content Namira day. I want to add some content about the girls relation ships. So, in Bath, you can get randomly one of these quests : a1r_rep_bath (mistress alone), or a1r_rep_bathpuppy, witj Mistress and Camille. Simza is already used often, so she don't need content. No possibility of player offering her blood as bath lotion for the moment. maybe in future. Yes, you always say that, and then bum and ideas from the forum are transferred to your mod.😃 If there were an adequate engine with a bunch of features, such a tin would be going on here that Diablo 4 would cry on the sidelines. By the way, I forgot, it is still not possible to take random quests from the mistress. But I don't care at all, it's just that it doesn't work. I still need to see Namira day. I'll probably take a look now and report back And, I didn't see any problems with cloning at all. And I'm probably a bit dumb, but this thing didn't work. Wrote that there was a syntax error in "Game." a1r_rep_experimentalspell : use Game.SetGameSettingFloat("fPlayerDeathReloadTime",20) script line. Should increae delay between player death and reload by +15 secs Edited July 10, 2024 by coronelwirs +info
Ink_Ribbon Posted July 10, 2024 Posted July 10, 2024 Gonna try and update my dialogue patches ASAP, but my availability's gonna be weird for the next three weeks, and after that I'm going to be out of town, so, uh, fingers crossed. In the meantime, there are minor incompatibilities with the existing version if used with the updated version of Ravenous; mostly when it comes to new dialogue choices being added, I need to forward those changes into my patch so it can see the full list of responses, whether the text has been edited or not. The Deep Edits version is still widely incompatible, so I'll likely just post the Lite version when it's ready. I've been tinkering with the scripts and trying to streamline things, but I've gotten stuck on Scenes, which I think I can't read properly through Xedit. That may be the ONE THING that I need to actually open up the mod in the CK to fix for my rework. 1
Delzaron Posted July 10, 2024 Author Posted July 10, 2024 7 hours ago, killer905 said: @Delzaron Remember when you wrote that this was the "last update"? It's good that problems are being fixed and new content added yep, at least some old problems are solved. And it as easier than I thought.
Delzaron Posted July 10, 2024 Author Posted July 10, 2024 7 hours ago, coronelwirs said: Yes, you always say that, and then bum and ideas from the forum are transferred to your mod.😃 If there were an adequate engine with a bunch of features, such a tin would be going on here that Diablo 4 would cry on the sidelines. By the way, I forgot, it is still not possible to take random quests from the mistress. But I don't care at all, it's just that it doesn't work. I still need to see Namira day. I'll probably take a look now and report back And, I didn't see any problems with cloning at all. And I'm probably a bit dumb, but this thing didn't work. Wrote that there was a syntax error in "Game." a1r_rep_experimentalspell : use Game.SetGameSettingFloat("fPlayerDeathReloadTime",20) script line. Should increae delay between player death and reload by +15 secs The forum goal is to collect reports about impressions, bugs, and ideas of course I don't know why... I'll add some debug, and see what happens when I call the script. Namira day, now Sybille Stentor is here. Strangely, deleted the clone triggered a error message in a1RTorfeast. I definitly need to invesstigate that quest, and maybe rebuilt it from scratch. With cloning player, I got some dialogues dispartion... so, it's why I added some warnings. Ok, see, I add this to the list. 4 hours ago, Ink_Ribbon said: Gonna try and update my dialogue patches ASAP, but my availability's gonna be weird for the next three weeks, and after that I'm going to be out of town, so, uh, fingers crossed. In the meantime, there are minor incompatibilities with the existing version if used with the updated version of Ravenous; mostly when it comes to new dialogue choices being added, I need to forward those changes into my patch so it can see the full list of responses, whether the text has been edited or not. The Deep Edits version is still widely incompatible, so I'll likely just post the Lite version when it's ready. I've been tinkering with the scripts and trying to streamline things, but I've gotten stuck on Scenes, which I think I can't read properly through Xedit. That may be the ONE THING that I need to actually open up the mod in the CK to fix for my rework. Don't worry, I won't update ravenous for a while. I'll focus on FTD. Take all the time you need.
Animonkey Posted July 11, 2024 Posted July 11, 2024 I haven't played this mod through, and won't be able to continue the playthrough in some months, so I don't know if this already exists in some form but an idea (that might be hard to implement): to cut the breasts off the player. To be able to remove the player's breasts, cook them and continue the playthtough breastless after that. I love the idea of such a radical body modification, and imo it would fit nice in this mod.
Delzaron Posted July 11, 2024 Author Posted July 11, 2024 3 hours ago, Animonkey said: I haven't played this mod through, and won't be able to continue the playthrough in some months, so I don't know if this already exists in some form but an idea (that might be hard to implement): to cut the breasts off the player. To be able to remove the player's breasts, cook them and continue the playthtough breastless after that. I love the idea of such a radical body modification, and imo it would fit nice in this mod. As you may know, I implemented the cutting pussy stuff, but it didn't received a good welcome. That was the opposite, actually... I could implement breasts cut, but keep in mind I put an armor on player. So, player will be nude, breasts cutted. It's why I don't think making it permanent is a good idea. In pussy slicing, ou have two outsomes : regeneration, or death.
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