- Aug 26, 2016
- 1,506
- 2,110
There's a weird bug when editing character via normal or cheat, the interest gender menu is gone. So the character would be asexual.
how often does this happen for you? Just randomly with certain NPCs or all the time.There's a weird bug when editing character via normal or cheat, the interest gender menu is gone. So the character would be asexual.
When 1st launching & start/loading the game, if you want to edit any characters, it's fine, it's still there. But after playing for a while, or if you changing city midway your gameplay, then it will be gone when you editing an NPC or creating/adding new NPC. I've tested it three times and it's 100% success reproduce this bug and not that hard. It's like, it will be happening.how often does this happen for you? Just randomly with certain NPCs or all the time.
Any consistent way to reproduce this bug?
While I don't know of one existing, this is a very good idea to implement, creating an archive of user generated presets.is there somewhere an archiv with user created presets?
Would you mind taking a screenshot of this bug? Still couldn't reproduce it on my copy of the game.When 1st launching & start/loading the game, if you want to edit any characters, it's fine, it's still there. But after playing for a while, or if you changing city midway your gameplay, then it will be gone when you editing an NPC or creating/adding new NPC. I've tested it three times and it's 100% success reproduce this bug and not that hard. It's like, it will be happening.
PC : W7 Ultimate, i7-3770, Gtx 1050ti, 16gb mem. I don't think my PC have problem loading the game, so bug might be coding related.
yes it would be interesting to see what people create because the creator makes very different character possibleWhile I don't know of one existing, this is a very good idea to implement, creating an archive of user generated presets.
Must be an Unreal Engine bug that detects your PC as a mobile / AR device for some reason. The game itself doesn't use or need any AR / Apple stuffs at all.I downloaded the latest version but when I try to open the game I keep getting the message that AppleARKit failed to load because I don't have it on my computer but I don't even have an Apple computer. I tried installing it again but got the same message again. I don't know what I can do to fix this.
The string text of "interested in Men, Women, Futa" still there, but the check box is missing.Would you mind taking a screenshot of this bug? Still couldn't reproduce it on my copy of the game.
Does the whole 'Personal' section of the character creation menu disappear or just the three 'Interested In' lines (i.e. First Name and Last Name still there)?
Maybe unrelated, but some background, like bedroom, can make the checkboxes very hard to see. It's there, but because the background color and the checkboxes are the same it seemed to disappear.The string text of "interested in Men, Women, Futa" still there, but the check box is missing.
No it's not. If your character have already interest in some gender, there will be already a grey box with checked in black. When the bug happen, it's not there. I already test it before. Try to sweeping clicking but no avail. Also like I said above, if just launching the game, anywhere background, whitest or greyest or blackest ... the check box are easily noticeable. Only after a while, then it's missing.Maybe unrelated, but some background, like bedroom, can make the checkboxes very hard to see. It's there, but because the background color and the checkboxes are the same it seemed to disappear.
ID = Actor.getID()@Vinfamy
Was just playing around making a few mods, everything seems obvious enough apart from one command I am struggling to get working! "ID = Actor.GetID;MySpecialNPC.SetGlobal(ID)" Are the globals working? and do they save? if so where? because I am having zero luck in saving and recalling an npc.
Last I checked it's working, and it's incorporated in the save.@Vinfamy
Was just playing around making a few mods, everything seems obvious enough apart from one command I am struggling to get working! "ID = Actor.GetID;MySpecialNPC.SetGlobal(ID)" Are the globals working? and do they save? if so where? because I am having zero luck in saving and recalling an npc.
// Your code
ID = Actor.GetID; MySpecialNPC.SetGlobal(ID)
//Amended code
ID = Actor.GetID()
MySpecialNPC.SetGlobal(ID)