Jump to content

amokrun1

Members
  • Posts

    259
  • Joined

  • Last visited

Everything posted by amokrun1

  1. It seems to happen in Cottonwood Cove but it may not be limited to that place. If I go there and begin to shoot the place up, some NPCs don't attack, they just freeze. They are hostile and bark the usual things when attacking but they stand totally still. Others do a kind of shuffling dance in place like they're caught in some kind of loop. I'd like to fix this but don't really know where to look, can anyone suggest something? Quite a bit of mods add to this area but I don't think its a navmesh issue as other attacking NPCs navigate the area just fine.
  2. Greetings. So I am using something that grants a trait on level-up and it works fine except for one minor detail. The trait menu appears after you have selected a perk. Works fine unless you take Intense Training, which prompts the SPECIAL menu upon selection. What happens here is that the SPECIAL menu is superimposed by the trait menu and looks quite unsightly, like a bug tbh. Don't get me wrong, functionality is there, you can select the trait, which will close the trait menu and allow you to make your SPECIAL selection. But I would like to make it so the trait menu only appears after all other menus have been concluded. Maybe a kind of scripted condition, but I have no idea how to go about this. Can anybody offer some relevant scripting wisdom to me in this regard? It would be greatly appreciated.
  3. How exactly does flagging a plugin as a master affect the navmesh? I've read countless comments on how it is necessary practice but I would like to understand why. I am currently working on a mod where NPCs need to return home, and they obey their packages fine and do so UNTIL I flag the plugin as ESM. Then when the package is supposed to send them home, they stop and never move from their spot. Reverting the plugin unflagged corrects it.
  4. Ok so now I would like to know what effect flagging the plugin as as ESM has on the navmesh. Because that's what is causing the issue. Flagged ESM, NPCs don't move. Revert back to unflagged, they behave as intended.
  5. I am working on a pretty major overhaul of Megaton, with many added NPCs and homes for them. I made packages for each one to have them do a 4-hour patrol, then to go back to their place to eat and then sleep. Early testing was promising, with the tested NPCs performing as I wanted, so I went ahead and did the same package scheme for the remaining NPCs. But when I test it out now, for some reason the NPCs don't return home. Say the package has them returning home at 12, once the time reaches 12 they just stand in place wherever they are and stay there indefinitely. Is there something else I need to consider? I modelled the packages after vanilla NPCs that have the same kind of routine. Does having a large number of packages(which my mod does)have any effect of weird behavior like this? Also, something else I don't understand, all of my NPCs are placed in their homes, but some spawn right down by the bomb. Even if I arrive at Megaton at a time where their package dictates they should be in their home cell, they always spawn at the bomb and never move from there. Again, something else I am overlooking? I have gone over the navmeshes, it seems fine, each door has a green triangle(though some have a blue one, not sure what that means), doors are not looked, ownership is correct. Any advice would be greatly appreciated, I am at my wit's end.
  6. Thank you, yes I hope that feature returns as well.
  7. Greetings, I would like to know how to contact the author of a mod to ask permission for uploading a fixed version of their mod. I have done so before, but the last time I did so I was able to simply go to their profile and send them a message. I cannot seem to do that anymore, as far as I can tell. Thank you.
  8. Super basic question, but why is it when I try to place vertices, they are shaded black and don't do anything? I tried it in other cells and it works fine(green shade, able to navmesh), but in this one particular interior they don't work. Is there some setting I need to make?
  9. Quite the late reply on my part, sorry. I've looked into it and it seems more trouble to implement than it's worth. Thanks anyway!
  10. There are two popular mods that add a lot of really cool outfits into the game, but the problem is none of them have world models. Maybe for some this is not important but I'd like to have them, so I've taken it upon myself to do them. Problem is I don't know how. I spent a lot of time looking for tutorials and resources are surprisingly sparse. The only vid I was following had some useful info up but breaks down at a point where what I'm working with and what's presented in the vid are totally different. So my question is, does anyone know of a good source of information on how to create world models? I just cannot seem to find any and I really want to learn how.
  11. I run VUI+ and I like everything about it except the feature where it displays negative values in the skills. It's a problem for me because I've adjusted the game settings base skill value to be 1, which means if you select traits with a skill penalty(ie. Good Natured), it could drive your skill point rating below zero. I would like to create a script that caps it at 1, so that no matter what debuffs you incur(traits or otherwise), it will never go below 1.
  12. I'm currently overhauling my entire modlist with some custom leveled lists I created, whereby every NPC will have a condition equipment leveled list in place of the assigned armor/weapon condition they were created with. There is a ridiculous amount of NPCs I am going through, so I'm just wondering if this approach can affect performance. I think it might, seeing as if you have an NPC with headgear item condition at .4 replaced with a LL that roles for a condition between .1 and .5, same with armor and the weapon and done with every NPC on the screen, it could slow things down. Or does this matter with a strong enough PC, which I think I have?
  13. Haha get back to Starfield in a year or two?!? I might try poking around the records myself, I know I fixed a similar thing with the hardcoded menu keys in Fallout New Vegas, there may be some similar approach here though surely not identical. And FNV was with keystrokes, not mouse buttons, so there's that difference as well. I guess I'll have to see. EDIT I'm a fool, or hasty more like. There are A LOT of keybinding submenus that I only gave a cursory look to. Upon closer inspections, I found some mouse button binds in one of the interface menus, unbinding fixed my problem. Might be useful for anyone out there using old-school FPS key configs lol
  14. I unconventionally bind my forward and backward movement keys to Mouse1 and Mouse2, respectively. Unfortunately, this creates a problem with lockpicking as I cannot cycle through the slot patterns(this action requires mouse buttons but it does not work when mouse buttons are mapped as I have done). Does anyone know of a solution to this, or if there are any plans to fix this? I honestly can't believe keybinds are still a problem in 2023, and this is probably the worst I have ever experienced. From what I can tell, I won't be able to pick any locks unless I force myself to play with keybinds that feel unnatural to me. Really frustrating.
  15. Is there a special way to merge plugins with DIAL records? When I try, the subtitles are there but the sound files are not getting pointed to. I use the inject form into masters approach. Sorry, I know it's not a specific GECK question. Just hoping someone might have an answer here.
  16. Can anyone suggest a good vid tutorial on how to make world models for armor? I found some but the armor mod I am trying to make a world model for has a very different structure arrangement than what is outlined in the video. Cannot seem to get it to work. The mod is a MW port, I believe, if that's of any relevance.
  17. Yes, this is the approach I initially took but it doesn't work. The script goes" Begin ScriptEffectStart If Player.getPermanentActorvalue Barter <= 0 player.setav barter 1 endif Each skill follows similarly. I also tried it with player.foceav, doesn't work either.
  18. As the title suggests, I have not been able to download larger files for almost a month now. I noticed others in this forum with the same issue, some of whom are in Canada like me. Here is my information: Country: CANADA ISP: Acanac Average DL Speed(non-Nexus): 900 kb/s Download Tests: Amsterdam, Prague, LA, Miami – could not connect Chicago – got a timeout error Premium CDN – 900 kb/s DL Links: Small file - https://cf-files.nexusmods.com/cdn/130/82450/Ulysses%20Re-Utilized-82450-1-0-1691048996.zip?md5=hRteuIBrd3SKfRnK9zAQqA&expires=1691091039&user_id=6001330&rip=23.91.226.77 Large file – could not get any download with files larger than 20mb, timeout error Traceroute results: C:\Users\xxx>tracert files.nexus-cdn.com Tracing route to files.nexus-cdn.com [143.244.60.47] over a maximum of 30 hops: 1 82 ms 98 ms 98 ms dsldevice.lan [192.168.1.254] 2 29 ms 29 ms 30 ms 206.80.253.242 3 31 ms 30 ms 31 ms ae1-1.cor01-totftdc.distributel.net [206.80.255.54] 4 30 ms 31 ms 30 ms be4066.ccr31.yyz02.atlas.cogentco.com [38.122.69.117] 5 37 ms 36 ms 38 ms be2993.ccr21.cle04.atlas.cogentco.com [154.54.31.225] 6 44 ms 45 ms 43 ms be2717.ccr41.ord01.atlas.cogentco.com [154.54.6.221] 7 45 ms 44 ms 44 ms be2124.rcr21.ord04.atlas.cogentco.com [154.54.82.142] 8 41 ms 42 ms 41 ms chi-cogent.cdn77.com [38.104.106.26] 9 44 ms 43 ms 43 ms vl204.chi-cs1-dist-2.cdn77.com [138.199.0.237] 10 * * * Request timed out. 11 * * * Request timed out. 12 * * * Request timed out. 13 * * * Request timed out. 14 * * * Request timed out. 15 * * * Request timed out. 16 * * * Request timed out. 17 * * * Request timed out. 18 * * * Request timed out. 19 * * * Request timed out. 20 * * * Request timed out. 21 * * * Request timed out. 22 * * * Request timed out. 23 * * * Request timed out. 24 * * * Request timed out. 25 * * * Request timed out. 26 * * * Request timed out. 27 * * * Request timed out. 28 * * * Request timed out. 29 * * * Request timed out. 30 * * * Request timed out. Trace complete.
  19. There is this mod I am trying to fix. The mod adds a trait to the game that boosts certain skills at the cost of reducing all other skills by 15, but the problem is that the nerfed skills don't bottom out, which means you will have negative skill scores. I want to devise a script to make the lowest possible score with the nerf penalty to be 1. I looked at the script and it should be fine, unless I am overlooking something which is quite possible as I am not a scriptmeister. It may also be because of VUI+, which allows sub-zero displays. I have yet to test it vanilla.
  20. Wow, came here to post my problem and found several with an identical situation. From Canada too, Montreal. Cannot download anything upwards of 20MB. Also, when doing the download tests I can only do the Worldwide one, the others do nothing.
  21. So I have this movable static destructible wall in place that needs to be destroyed to proceed through the dungeon. The thing is I want it to be possible to destroy it only with a specific explosive item that needs to be found. What would the script look like that I would need to attach to it to make that happen? I know it can be destroyed by simply making it destructible with a health value but that means it can be destroyed even with your bare fists, given enough time. Only one specific item should make it happen. A note: it isn't a door into another cell, it's just a barricade in one cell.
  22. Thanks Madmongo, upon revisiting the mod I did indeed see what you're referring to in the description. In my haste I did not read it, I will remember this and make a point of doing so in the future. Thanks again, but sorry for posting on an issue that could have clearly been avoided with some extra diligence on my part.
  23. That's the thing, I didn't touch the masters, all are set to active. xEdit reveals nothing either. Usually if there is a missing master it won't even load the plugin and it does just fine. All masters listed are present too. But I know it has something to do with the DIAL records. I messed with those last night and must have done something borked because reverting to an old backup of the plugin without my changes shows no problems. A drag though nonetheless, as this means a little over two hours of changes down the drain. Oh well.
×
×
  • Create New...