Jump to content

SiPlusPlus

Supporter
  • Posts

    10
  • Joined

  • Last visited

Everything posted by SiPlusPlus

  1. Quick 90 second video explaining my issue here: Anyone have any clue what I'm doing wrong? Thanks :)
  2. Yup, complete s#*! imo. Refuses to accept my login credentials, yes I'm inputting my USERNAME, not email, and yes I have the latest version from GitHub. Annoying.
  3. These aren't meant to be perfect, and they're not the ones I'll be using, just temporary so I can move on to making the mod. If they were, the female/male polite/aggressive responses would need to be the same word for word since afaik you cant have different dialogue for different genders unless you detected their gender and sent them to a different dialogue response phase, which is probably more work than it's worth. I'm not an experienced modder and as such am already running into problems making this mod, mainly because finding the quest phases to modify is a bítch. We'll see how it goes.
  4. Here are some possible responses for Preston: Response #1 Response #2 Response #3 I can also have multiple responses played randomly.
  5. Female Polite Response Female Aggressive Response Male Polite Response Male Aggressive Response
  6. Hey, I could probably make this mod. Wouldn't be anything amazing. Do you like either of these for the response? Sound #1 Sound #2
  7. So, I can make this mod, however, the game will not save while in the workshop menu, since this is not possible. Maybe someone can think up a creative way to do this, but the best thing I can do for you is make it autosave when the workshop menu is closed. Would you like me to upload this mod?
  8. Hello, I am beginning work on this at the moment. The only function I can seem to find that allows me to save the game would be RequestSave()which may not automatically save, but instead prompt you to save. We'll see how it works out.
  9. Ignore this. Problem is that I don't have F4SE properly installed.
  10. How come this doesn't work? Scriptname SitDetection extends Actor Const Event OnSit(ObjectReference akFurniture) Debug.Notification("You are sitting on " + akFurniture.GetBaseObject().GetName()) endEvent Error is: SitDetection.psc(4,72): GetName is not a function or does not exist Thanks :)
×
×
  • Create New...