Jump to content

xenaclone

Supporter
  • Posts

    78
  • Joined

  • Last visited

Nexus Mods Profile

About xenaclone

Profile Fields

  • Country
    United States

Recent Profile Visitors

8907 profile views

xenaclone's Achievements

Enthusiast

Enthusiast (6/14)

  • Reacting Well
  • Dedicated
  • First Post
  • Collaborator
  • Week One Done

Recent Badges

1

Reputation

  1. So I open xEdit, open my .esp, expand it, expand the Quest section, click on one of the quests, then what? Only thing I can remove (in the large right window) are individual Script Fragments so far. I don't see a way to remove references to scripts. I'm probably in the wrong section, though.
  2. was working on a quest with a bunch of dialog. Scripts, fragments, properties, the works. Backed up the .esp but hadn't gotten around to backing up my Data > Scripts folder. That drive then crashed!! It's done. Had to get a whole new drive. So, original scripts are gone, but at least I still have the .esp, which allows me to see how dialog was structured, at least. The dialog within that .esp is still there ("Wait here, nave!" ... "Are you ready to speak to the jarl?"....) but the corresponding scripts aren't. ;CODE NOT LOADED in every Papyrus box. ... which is actually fine. I don't mind starting over again, it's my own mistake that got me here in the first place. So I try to get rid of the blue icon in the Scripts tab (the icon which lets us Edit Properties, Edit Source, etc.) Problem is, the Remove Script buttons do absolutely nothing. Sure they get removed temporarily, but if I try to compile the now-empty script areas, all I get are error messages. If I remove Remove All Scripts and then click OK (closing the Quest window) and then reopen the quest, the blue icons are back, screaming their error messages. I went into the Scripts folder, and then the Source folder. Deleted the only .psc associated with my quest. It's in the trash! Yet in the CK, the missing scripts are back, and so are their error messages. I can't write anything new without compile errors. Anyone happen to know how to solve this? Probably something simple I don't know yet...
  3. Anybody here? Hope so. When trying to edit dialog in the GECK, it crashes. ...Not trying to add dialog via microphone, I'm only trying to edit the written dialog we read when an NPC speaks. So literally, I'm in the GECK, got a quest open. I click on the Topics tab. Try to open an Info so I can edit it, and that's when the GECK CTD's. Tried Compatibility mode: Windows 8, 7, Vista, all the way back to XP. Tried Administrator rights. Only thing I can think of is maybe it's a Windows 10 thing. I just got a Win10 computer but my old rig was Windows 8.1. Any ideas? EDIT: FIXED. 1). Upgraded GECK to 1.5 2). Installed GECK Extender. 3). And then I used the GECKPatcher somehow... I don't know what the heck I just did but everything works now. 4). I need a drink. C ya.
  4. What causes NPCs to follow us through a door? This idea I've been working on a while, I travel with a bunch of NPCs. Problem is, when going through a door (for instance, from a Cell into a Worldspace, such as WhiterunBanneredMare into Whiterun itself) sometimes some of the NPCs just *poof* vanish. This doesn't happen when going from a Worldspace into a Cell. I've been able to 'fix' the Cell > Worldspace problem by making my character go through the door first before they do. But obviously I want to see if I can fix this the real way.
  5. Okay, I'll try something later. Not in front of my gaming computer now. Let you know soon if anything works.
  6. Trying to add an alias to a group of four NPCs, but in efficient a way as possible. If I've got dual properties set up: one for the ReferenceAlias, the other an Actor property, that works fine. ReferenceAlias.ForceRefTo(ActorProperty). "Hey, come follow me" and that NPC does just this. The AI package is added into the Alias, but not into the NPC itself. Not a prob, the alias fills/the package activates. But if I've got a group of Actors stacked into an Array (Array is toggled on, and each NPC is selected into this property), this compiles fine, but doesn't do anything in the game. Maybe Actors can't be filled via alias into an array? Or if so, what is missing? I can add each individual actor as his/her own Actor property, write the script that way... ReferenceAlias.ForceRefTo(ActorProperty)... ReferenceAlias.ForceRefTo(ActorProperty2).... and that causes them all to move forward in the game. But it also involves more work! Because a property is then needed for each Actor, and a script fragment needed for each as well. Trying to see if this works in a more efficient way. Seems like it's possible, somehow.
  7. It might help if you share the entire scripting process you've got going on. A script was presented in the other thread you started, which you said wasn't compiling. Maybe you got past that problem. But it would still help to see the entire process going on, I guess. But yeah, reverse-engineering something already extant in someone else's work can sometimes be helpful too, assuming Randomized and Respawning Followers actually works, of course.
  8. This is me too! It's taken me a godawful long time (literally years). Finally last year I got the hang of script fragments: simple codes which run locally during certain events (such as a piece of dialog being said). I'm now getting into scripts which can act more globally. But it's taken a long time. For me, I need to have something in front of me which I'm trying to accomplish. A bit of dialog gets spoken which causes a stage to set, and a timer to begin running, that sort of thing. I have a hard time picking up stuff if the language and/or concept is abstract; the Construction Set and Fallout's GECK, for some reason I was able to pick up how scripting works much more easily in those editors. Check out my modding guides if you'd like. A lot of my own personal modding ideas put into action in the games, maybe when you're stuck someday you might find an answer.
  9. What are people using for wikis while Bethesda's Official pages are under maintenance? I know UESP has a mirror site, thank the Gods. I'd be lost without it. But are there any other sites similar?
  10. Alright, finally got it to compile! Posted the solution in the OP.
  11. This isn't compiling. Is npc_alias the actual Alias Name from the Alias Tab? And what is the "npc" in the end of the fragment, (in parenthesis). What's supposed to go in there? Creation kit page has it arranged like Alias_JohnDoe.ForceRefTo(self). But no matter how I try to arrange, it won't compile. From what I understand I don't need properties, right? I've still tried making properties anyway, nothing works.
  12. Huh., so you're saying you hit the NPC on accident? What Faction(s) is the NPC a part of? How compatible are those factions to the Player? Is the NPC a Friend or Ally to the Player? Just phishing. That's where I'd start looking, I guess. There are mods (such as Amazing Follower Tweaks) which can be set so NPCs completely ignore friendly fire, so the possibility is there. I suppose I would try looking into how one of those mods is set up, assuming I'd really get stuck.
×
×
  • Create New...