Jump to content

Manan6619

Premium Member
  • Posts

    57
  • Joined

  • Last visited

Nexus Mods Profile

About Manan6619

Profile Fields

  • Country
    None

Manan6619's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thank you for the specific insight on that. Part of the idea was to make sure this wouldn't be overly-taxing on the game before potentially sharing it. Oh, uh, wow. This is above and beyond. The comments are very helpful, and the addition of that third event was good thinking -- I wasn't even thinking about protecting users of mods that allow for the scrapping/storing of actors, they aren't uncommon. Well, I mentioned sharing the completed product, but at this point you've done a great deal of the heavy lifting here. May I use this script for a mod that'll be published here on the Nexus? There's practically nothing with it I'd see the need to change. You'll be credited prominently, and if you allow me to also turn on Donation Points, I'd be glad to grant them mostly(or all!) to you.
  2. Thank you all for the suggestions. I like that the unit of measurement for this is in-game hours instead of real-life seconds, it certainly feels cleaner to use over measuring tens of thousands of seconds. Would you happen to know if I can expect making that change to be less resource-intensive? This looks good, although I'm worried about corpses disappearing because you ran a couple minutes out from your settlement, cleared a dungeon, and returned in less than one in-game day. It's not critical, but I'd like it to feel like other stuff in the game where it might take a day or two for settlement attackers' bodies to despawn. This is the kind of thing I was looking for regarding deleting references. I think you're right about editor-placed Brahmin in the vanilla game, but I think it's good to have a failsafe in case, say, a mod-added/mod-altered settlement starts with a pre-placed Brahmin, then decides to involve that reference in a script later like manipulating it as part of a quest, or whatever.
  3. I got tired of Brahmin from settlements having corpses that do not despawn -- especially when I've been killing them intentionally for their meat(I have a pile of like 20 corpses in Sanctuary). So, I've made a script that deletes them after a certain period, including preexisting corpses. It seems to work as intended, but I wanted to ask on here to be sure I'm not doing anything that might have consequences later I can't see yet, or if I'm doing it in an overly-intensive way, etc. I'm a novice with ObScript from NV and have just barely gotten a foothold with Papyrus. Script source: To reiterate the concerns I mentioned in my comments, I'm worried about what the right way is to delete things to make sure it actually frees up as many resources as possible, but also doesn't have the potential to cause crashes or other issues later on. This used to be done with disable and MarkForDelete, but MarkForDelete is gone. I'm also concerned about tracking 12,960 seconds in the Wait function. I've heard some info about Latent functions and them being more demanding, but I'm not versed enough to know what a better substitute would be.
  4. I'm trying to make an addition to a mod that adds a sort of faction disguise for robots. The idea was to add an Aid item that works similarly to faction disguises, but it "breaks" when its duration expires and removes you from the factions. So, I made my ingestible and a scripted base effect for it, and so far the disguise bit seems to work as I expected. However, I've tried to add some failsafe conditions that a) prevent you from using the ingestible version if you already have the permanent one equipped and b) prevent the ingestible's script from breaking your disguise if you happen to equip the wearable disguise after using the ingestible one. The "a" bit doesn't appear to work properly, only triggering once upon the first consumption of the item, then ceasing to work any consecutive times until its 90-second effect duration expires. The script in question: My best guess was to have the "else" section of the script dispel the base effect, but base effects can't be dispelled (that I know of?).
  5. Quick question as someone who hails from New Vegas modding where scripts are visible in xEdit: is this not the case for Skyrim? I'm trying to troubleshoot an issue I think may be script-related but I'm not seeing a Script category in TES5edit, nor can I Ctrl+click on scripts referenced in other records. Is this normal behavior? I've got a gut feeling it is, but any attempts to search for details are drowned out with threads concerning xEdit scripts, not the game's scripts being viewed in xEdit.
  6. I don't think the Brush Gun and Medicine stick have the same model, so I'm not surprised just changing the texture path didn't work quite right. I'd recommend undoing the changes you've done in NifSkope in favor using of FNVedit to solve the problem. You should be able to compare the records for the Brush Gun and Medicine Stick, and change the 1st and 3rd person model file paths for the Medicine Stick to the same as Brush Gun's. The texture is linked to the model somehow, so just changing the model in FNVedit should give it the appropriate texture without any further changes. One small detail that you probably don't have to worry about if I'm remembering right -- if the retexture also includes a new model, make sure to change it to that model's file path rather than the vanilla Brush Gun's(although I'm pretty sure Millenia didn't make a new mesh for that particular gun, so it may not matter).
  7. Hm, thanks. I think I see what you mean. I've changed the script as follows, but still no dice:
  8. So, I'm trying to make some changes to a script for the hostages in the Booted quest, but NVSE is giving me a block start/end error for this section of (vanilla, seemingly-working ingame) script, line 16: Any ideas? EDIT: So I've figured that first bit out I think, actually (It seems to work correctly if "elseIf" is changed to just "if"). However, I could use some advice on the next part; I've added a new button to the menu that appears when you activate a hostage in hopes that you'll be able to trade items with them, but the button doesn't have any effect. Did I use the wrong function? It's on line 29.
  9. Sorry for reviving an old thread, but it's the only one I've found with this specific issue and I want to be sure anyone else looking for it in the future will see this. Your issue with your companions was almost definitely from my mod, A World of Pain - Unofficial Revisions. I've just recently discovered errors in some vanilla dialogue records that I hadn't realized had been altered when making changes. For anyone else with "AWoP - Manan's Tweaks" in their load order having this issue (or any other dialogue-related problems), please update the mod to version 1.2 that I've released (or just remove it).
  10. Well, I found the solution and I'm disappointed in myself for a couple of reasons. One, the issue with the patch I made was simply just I had used 'WRP1stPerson10mmPistol' as the Silenced 10mm's first person model, instead of 'WRP1stPerson10mmPistolSilenced', with the latter being the correct one to use for very obvious reasons. Two, the thing that made me realize this was comparing it to the official TTW patch, which is available right in the files section for WRP, and was definitely available when I downloaded it. Anyway, thanks for mentioning the folder structures, it was what got me back looking at the WRP files section and ended up with me finding the proper TTW patch (although, having downloaded and looked over its changes, I'm happy to say I had already done most of them for myself as they were supposed to have been done). One thing to note, WRP v1.95 appears to have actually been the version with the standard folder structure, with the newer versions deviating from that standard -- not the other way around. Not that it mattered; I just needed to actually assign the correct first person model in FNVedit, standard folder structure or no. Thanks for the response!
  11. I am trying to use the HD textures from the Weapon Retexture Project on the standalone Silenced 10mm Pistol added by Tale of Two Wastelands. As far as I know, simply replacing the original model for the pistol with WRP's model in FNVedit should have worked; the 10mm Pistol with the silencer attachment in New Vegas uses the same model from the original Fallout 3 weapon. However, this doesn't seem to work. Even though the pistol with the mod in New Vegas and Fallout 3's standalone version use the same model, replacing the Silenced 10mm Pistol's model with WRP's version doesn't produce the result I expect. FNVedit: First person in-game: Now, what makes this absolutely bizarre to me is that the weapon renders as I had intended it to, but ONLY if it's on my back via the One Man Army mod. If I try equipping it in my hand, the issue persists. 3rd person, equipped normally: 3rd person, displayed by a cosmetic mod: So, yeah, I'm stumped. By default the game does not accept my changes, but a random mod understands what I'm trying to do. What the heck??
  12. So, I had an idea to improve Healing Poultice(or other limb-healing items) in Hardcore mode. We're probably all familiar with Stimpacks/Doctor's Bags being applicable to specific limbs in the Stats section of the Pip-Boy. Now, it would be nice to add other healing items -- like Healing Poultice -- to this menu, but I have a gut feeling that it would be very complicated to implement. I also expect it'd be hard to support more than a couple new items in that UI, e.g. if a mod(s) adds limb-healing items. So, here's my idea -- having Healing Poultice(or other new similar items) open a menu prompting which specific limb you want to heal, and focusing its whole effect on that limb.This menu would also include an option to use it normally and heal all limbs to a lesser degree. Sort of similar to the menu the NCR Emergency Radio uses, or mods that allow you to choose which item a Repair Kit repairs, if anyone is familiar. I also like the idea of using this to allow for more specialized healing items. For example, DUST adds a couple of recipes for a Splint, which provides a small amount of limb health. It has two recipes, both calling for a Leather Belt, but one requires a Crutch and the other requires a Medical Brace. I was thinking it would be interesting to implement this to make healing items which only allow you to fix legs, or only arms; one's a cast, and one's a crutch! Back injuries and concussions would call for a Doctor's Bag(or other, more advanced medicine). What I'd like to know is, is this possible via FNVedit, and how would I go about implementing it? Can it be done(yes, I know this part is a probably pipe dream) without scripting?
  13. It's 2019, and new content is still being developed for AWoP4NV. Very exciting!
  14. Logged on today and notice that the "Updates" section requires that you click on it to be expanded, and stays open even if you aren't hovering perfectly over it... So glad to have this back! Thank you, Nexus team.
  15. So I'm trying to edit some armor from a mod in the GECK, but the mod requires TTW - in other words, with a dozen master files, each one with tons of their own armor. So I basically have to try and dig through the GECK, with all the armor from the entirety of Fallout 3 and New Vegas to sort through. Is there any way to only view armors/content added by one particular plugin?
×
×
  • Create New...