Shynasha Posted June 26, 2021 Posted June 26, 2021 On 6/16/2021 at 3:19 AM, Xorath said: Don't know if it's worth noting, but I combined Mushano's defeat.lua with the monster configurations in Grunsk's post, started a new save, and as soon as a randomly generated monster hits me, the player character becomes invincible. Additionally, energy refuses to regenerate even after quitting to title screen and loading back in. I have absolutely no idea how this is happening. Edit: Alright, I got this to work fairly seamlessly. HUGE props to Grunsk for doing a massive amount of legwork on this. His additions to the Sexbound API folder and Defeat folders fix the feedback loops in the code. No more invincibility bug, no more energy regeneration being stuck at zero. I noticed though, that the creatures that -do- have support would freeze, become bugged, and die on the spot shortly after spawned on a world. Since Grunsk basically added all creatures en masse, I just took out the ones that are supported so there wasn't a conflict. My game is working after adding one 'monster' folder to the Sexbound API main folder, and the other to the Teratophilia Defeat main folder. I'm uploading the changed folders. Just replace your API and TeratoDefeat .paks/foldes with these folders as the readme explains. As Grunsk has said, modded creatures may still break your game, and will need to be added with a similar process manually. Thankfully, you should be able to copy/paste the code and file structure from his fix and monster folder of the mod in question, replace the creature names in the lua as the name of the .patch file, and voila, bug avoided. You may need to know how to unpack .pak files to do this. Link below will help with that. https://community.playstarbound.com/threads/how-to-successfully-pack-and-unpack-pak-files.66649/ My only issue now is that you effectively cannot die as long as you can become a sexbound interaction node, since any creature newly supported from the base game will put you in a sex node state even if they don't mount you. Mushano's fix would account for that, but including it reintroduces invincibility and no energy regen once more. Having a death event fallback would be nice, but I'm not sure how to go about it, and I'm happy enough that the mod is at least functional. Terato Defeat Fixes.7z 2.69 MB · 29 downloads I have tried to pack the file, I can't, can you just upload the file packed so I can put them in my mods folder please ?
Xorath Posted June 29, 2021 Posted June 29, 2021 (edited) On 6/27/2021 at 1:58 AM, Shynasha said: I have tried to pack the file, I can't, can you just upload the file packed so I can put them in my mods folder please ? You don't need the file to be packed, you just need to drop the folders in your mods folder. The game reads these folders the same way it reads .pak files. Edited June 29, 2021 by Xorath
IJustWantCoolArmor Posted July 3, 2021 Posted July 3, 2021 Is my dialogue broken, or are the NPC's supposed to speak as if they're the dominate partner, even when they're the ones that got defeated? Not a dealbreaker or anything, but it's a bit weird listening to some bandit I defeated act like this was their plan the whole time.
Shynasha Posted July 5, 2021 Posted July 5, 2021 (edited) On 6/29/2021 at 5:37 AM, Xorath said: You don't need the file to be packed, you just need to drop the folders in your mods folder. The game reads these folders the same way it reads .pak files. Okay so the game seem to recognized to mod, but, sex don't work, the defeat system as well. (Not even for ennemy, they just die.) Edit: Okay, so it seem like all the sex scene are just getting deleted. The monster seem to go in sexnod when they die (Even tho it became much more rare?), but sex whith then just lead to you and the monster becoming invisible, and the sleep healing effect appear too. (Couldn't screen thanks Windows.) Edit 2: And, i can add that the invincible bug remain... Edited July 5, 2021 by Shynasha
Megumin. Posted July 6, 2021 Posted July 6, 2021 so this mod is a buggy mess that isn't worth the trouble?
Shynasha Posted July 6, 2021 Posted July 6, 2021 7 hours ago, Megumin. said: so this mod is a buggy mess that isn't worth the trouble? Still worth playing, only thing that don't work is you being defeated and getting in a non-consual intecourse. Sometime it's a bit buggy too with ennemy, humanoid one, but yeah, at least try it, someone gonna fix it one day for sure, I hope.
Megumin. Posted July 6, 2021 Posted July 6, 2021 10 hours ago, Shynasha said: Still worth playing, only thing that don't work is you being defeated and getting in a non-consual intecourse. Sometime it's a bit buggy too with ennemy, humanoid one, but yeah, at least try it, someone gonna fix it one day for sure, I hope. Sadly, I tried that mod last year and had the invulnerable bug. I didn't check the thread and just downloaded it last time. Now, I decided to read about it and it sounds like my problem was a common one and it's been like this for a while now... I'm not interested in raping. I prefer being the victim so that kinda defeats the purpose of downloading it again knowing this now.
Xorath Posted July 11, 2021 Posted July 11, 2021 (edited) On 7/6/2021 at 7:11 AM, Shynasha said: Okay so the game seem to recognized to mod, but, sex don't work, the defeat system as well. (Not even for ennemy, they just die.) Edit: Okay, so it seem like all the sex scene are just getting deleted. The monster seem to go in sexnod when they die (Even tho it became much more rare?), but sex whith then just lead to you and the monster becoming invisible, and the sleep healing effect appear too. (Couldn't screen thanks Windows.) Edit 2: And, i can add that the invincible bug remain... Right, so I took a look at the files and found that the issues you're having are because I uploaded the wrong fix. (I went through many attempts to get it to work.) The previous one didn't work because creatures already supported got patched, and they didn't need to be. I'll change the file so that the version I have working in my game is uploaded. Sorry about that! The issues you were having were the exact things I was working to fix! Also, as far as monsters not supported by Teratophila causing the bug still: I'm not going to create compatibility patches for every monster addon out there, but it's possible to patch monsters causing the bug yourself by adding their monster folders to an unpacked sexbound folder and unpacked Teratophilia defeat folder in the same way the fix I've posted does. I will include monster folder examples so you can more easily look at what's really in the fix, as well as a readme.txt that explains how to patch new monsters in so that they don't make you invincible. This is a quick and dirty patch until defeat is truly fixed (and the creators of these mods have stated that this is a lower priority than other features at this time). Please let me know if the new download in my post above does not work. Edit: Updated the download in the post above to have the correct file format so that the fix works. The download in THIS POST is only to help you see how new monsters can be patched to not cause the invincibility bug. Defeat Fix Example Folders.7z Edited July 11, 2021 by Xorath 1
Shynasha Posted July 13, 2021 Posted July 13, 2021 On 7/11/2021 at 11:38 AM, Xorath said: Right, so I took a look at the files and found that the issues you're having are because I uploaded the wrong fix. (I went through many attempts to get it to work.) The previous one didn't work because creatures already supported got patched, and they didn't need to be. I'll change the file so that the version I have working in my game is uploaded. Sorry about that! The issues you were having were the exact things I was working to fix! Also, as far as monsters not supported by Teratophila causing the bug still: I'm not going to create compatibility patches for every monster addon out there, but it's possible to patch monsters causing the bug yourself by adding their monster folders to an unpacked sexbound folder and unpacked Teratophilia defeat folder in the same way the fix I've posted does. I will include monster folder examples so you can more easily look at what's really in the fix, as well as a readme.txt that explains how to patch new monsters in so that they don't make you invincible. This is a quick and dirty patch until defeat is truly fixed (and the creators of these mods have stated that this is a lower priority than other features at this time). Please let me know if the new download in my post above does not work. Edit: Updated the download in the post above to have the correct file format so that the fix works. The download in THIS POST is only to help you see how new monsters can be patched to not cause the invincibility bug. Defeat Fix Example Folders.7z 11.53 kB · 4 downloads Okay so now I don't have the invincibility bug, but the animation are still not working...
SentientOrange_Fanta Posted July 14, 2021 Posted July 14, 2021 (edited) I keeping having an issue where defeated enemies kinda become immortal. Sometimes they just stand there, sometimes they come at me and attack. Regardless, I can't kill them, as their health is already at "0", and using commands that would usually get rid of them don't work. Is anyone else getting this? Does anyone have any ideas on what to do? Edited July 14, 2021 by SentientOrange_Fanta
SentientOrange_Fanta Posted July 14, 2021 Posted July 14, 2021 11 minutes ago, SentientOrange_Fanta said: I keeping having an issue where defeated enemies kinda become immortal. Sometimes they just stand there, sometimes they come at me and attack. Regardless, I can't kill them, as their health is already at "0", and using commands that would usually get rid of them don't work. Is anyone else getting this? Does anyone have any ideas on what to do? It seems that restarting the game removes the broken enemy, but it's still confusing me...
Xorath Posted July 15, 2021 Posted July 15, 2021 On 7/14/2021 at 5:54 AM, Shynasha said: Okay so now I don't have the invincibility bug, but the animation are still not working... Is the animation being triggered by a monster compatible with Teratophilia? That looks like a randomly-generated creature, which isn't supported for animations. I can't add sex support, I was only able to prevent the bug for vanilla assets. I do not know how to make them bypass defeat to kill you instead. Here are the creatures that will trigger sex scenes. Green checkmarks are fully compatible. Pink checkmarks will function, but need more work: I hope to create code that will allow for a fallback option eventually. For now, this is the best solution there is. On 7/14/2021 at 1:07 PM, SentientOrange_Fanta said: I keeping having an issue where defeated enemies kinda become immortal. Sometimes they just stand there, sometimes they come at me and attack. Regardless, I can't kill them, as their health is already at "0", and using commands that would usually get rid of them don't work. Is anyone else getting this? Does anyone have any ideas on what to do? I haven't seen that before. Sounds like the opposite problem to the bug! Are you using a race with Sexbound that isn't patched for it? It sounds like defeat isn't recognizing the player character as a valid Sexbound target. 2
Shynasha Posted July 15, 2021 Posted July 15, 2021 13 hours ago, Xorath said: Is the animation being triggered by a monster compatible with Teratophilia? That looks like a randomly-generated creature, which isn't supported for animations. I can't add sex support, I was only able to prevent the bug for vanilla assets. I do not know how to make them bypass defeat to kill you instead. Here are the creatures that will trigger sex scenes. Green checkmarks are fully compatible. Pink checkmarks will function, but need more work: I hope to create code that will allow for a fallback option eventually. For now, this is the best solution there is. I haven't seen that before. Sounds like the opposite problem to the bug! Are you using a race with Sexbound that isn't patched for it? It sounds like defeat isn't recognizing the player character as a valid Sexbound target. It was a peblit, those are suposed to be compatbile right ?
Kaidesa Posted July 16, 2021 Posted July 16, 2021 (edited) I'd take some time to see if I could get another fix going, but I'm currently busy with a bunch of RL stuff, work included. I do have some free time coming up, but it's looking like I'm just going to have to keep chasing down bugs and fixing this thing with every little change that's made to Sexbound's core. If I have time to look things over I'll try to help out, but no promises. My fix was working until updates were made elsewhere, and it's looking like the creator of the mod has no intention of implementing it or even properly updating Defeat. Kind of a difficult situation to be in. (Read: In my current state, it COULD theoretically take up to a month. Sorry, that's just how little time I have these days...) Edited July 16, 2021 by Kaidesa 3
Xorath Posted July 16, 2021 Posted July 16, 2021 18 hours ago, Shynasha said: It was a peblit, those are suposed to be compatbile right ? Peblits are the small rock creatures and do not currently have sex animations. The check mark you're seeing is for the gleap. The name of each creature is above their respective pictures. 1 hour ago, Kaidesa said: I'd take some time to see if I could get another fix going, but I'm currently busy with a bunch of RL stuff, work included. I do have some free time coming up, but it's looking like I'm just going to have to keep chasing down bugs and fixing this thing with every little change that's made to Sexbound's core. If I have time to look things over I'll try to help out, but no promises. My fix was working until updates were made elsewhere, and it's looking like the creator of the mod has no intention of implementing it or even properly updating Defeat. Kind of a difficult situation to be in. (Read: In my current state, it COULD theoretically take up to a month. Sorry, that's just how little time I have these days...) That'd be amazing. As it stands, the fix I've cobbled together from others' work addresses the issue of defeat and teratophilia running into a logic loop of trying and failing to turn the player into a node, then not disabling invincibility, but it means that incompatible creatures can turn the player into a node and then nothing happens. There's gotta be a way to get it to recognize when this happens the same way it recognizes that a node cannot be made because there's already furniture in the way, resulting in a player death instead. If what's been done so far helps make a better fix, please use it.
SentientOrange_Fanta Posted July 17, 2021 Posted July 17, 2021 On 7/15/2021 at 12:03 AM, Xorath said: I haven't seen that before. Sounds like the opposite problem to the bug! Are you using a race with Sexbound that isn't patched for it? It sounds like defeat isn't recognizing the player character as a valid Sexbound target. The enemies that this usually occurs with are just regular ol' humans. Does this mod have issues with large groups of enemies? I usually come across this problem when I'm dealing with NPC rescue missions or when raiding an enemy ship.
A Random Dude5 Posted July 17, 2021 Posted July 17, 2021 So i seem to be having a Problem that i don't see anyone else having. So i saw in the config file the option to "convert pregnant enemies to friends". So i set that to true and the pregnant enemies still try to kill me. I tried setting it to false to see if it changes and it doesn't. So is there a reason why that isn't working? I found a pretty decent enemy i don't wanna kill but she won't stop attacking me and then stripping once she loses all her health, doing the act, and then right back to murder mode with the "i am pregnant" dialog.
Locuturus Posted July 17, 2021 Author Posted July 17, 2021 (edited) Sexbound v5.5.x users should update to the latest version of Sexbound which fixes a major game breaking bug related to NPC AI. And then - please update to the latest version of Sexbound Defeat to see if the major issues have been resolved. Bug reports are being entered under GitHub issues, so please include starbound.log file as part of your posts when reporting bugs. Edited July 17, 2021 by Locuturus 3
A Random Dude5 Posted July 17, 2021 Posted July 17, 2021 So i just tested after updating. I died to a random monster and i did not become invincible or get the energy regen glitch. However the problem i came here for still doesn't work. Pregnant enemies are still trying to kill me. (and yes i checked the conversion to true.).
Shynasha Posted July 17, 2021 Posted July 17, 2021 On 7/16/2021 at 3:48 PM, Xorath said: Peblits are the small rock creatures and do not currently have sex animations. The check mark you're seeing is for the gleap. The name of each creature is above their respective pictures. That'd be amazing. As it stands, the fix I've cobbled together from others' work addresses the issue of defeat and teratophilia running into a logic loop of trying and failing to turn the player into a node, then not disabling invincibility, but it means that incompatible creatures can turn the player into a node and then nothing happens. There's gotta be a way to get it to recognize when this happens the same way it recognizes that a node cannot be made because there's already furniture in the way, resulting in a player death instead. If what's been done so far helps make a better fix, please use it. Sorry wrong monster, not the peblits, the gleap.
red3dred Posted July 17, 2021 Posted July 17, 2021 6 hours ago, Sparten593 said: So i just tested after updating. I died to a random monster and i did not become invincible or get the energy regen glitch. However the problem i came here for still doesn't work. Pregnant enemies are still trying to kill me. (and yes i checked the conversion to true.). Certain other mods overwrite that. Depending on your modpack, you may find "Convert enemies" doesn't work at all.
A Random Dude5 Posted July 17, 2021 Posted July 17, 2021 3 minutes ago, red3dred said: Certain other mods overwrite that. Depending on your modpack, you may find "Convert enemies" doesn't work at all. Ok... well I don't think i missed compatability issue... Do you per chance know if any of these conflict with one another?
red3dred Posted July 17, 2021 Posted July 17, 2021 3 minutes ago, Sparten593 said: Ok... well I don't think i missed compatability issue... Do you per chance know if any of these conflict with one another? None of the mods currently there that i can tell, no. Only two mods i know interfere with it off the top of my head are the unpatched /SBG/ races, and FU. There maybe more, any mod either replacing "bmain.lua", the main NPC script, or the "damageRequest", the damage taken script, will interfere with Defeat.
A Random Dude5 Posted July 17, 2021 Posted July 17, 2021 6 minutes ago, red3dred said: None of the mods currently there that i can tell, no. Only two mods i know interfere with it off the top of my head are the unpatched /SBG/ races, and FU. There maybe more, any mod either replacing "bmain.lua", the main NPC script, or the "damageRequest", the damage taken script, will interfere with Defeat. Ok. well that was the list of all the mods i have installed... So any other ideas? Do they perhaps just not like me? XD
red3dred Posted July 17, 2021 Posted July 17, 2021 13 minutes ago, Sparten593 said: Ok. well that was the list of all the mods i have installed... So any other ideas? Do they perhaps just not like me? XD My only hunch would be to update to the latest defeat if you haven't yet, and make sure that these options aren't the ones i read were marked as "being bugged". Checking your past posts, i don't see a log, kinda expected you'd have sent one by now, since you haven't, i can't tell you if there is a error in the logs about this issue or if it's even something new. I honestly don't mess much with defeat because of how strict Starbound is about data-access, and how it loves to error if done incorrectly, causing the infamous invincibility bug.
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