Jump to content

Radioactivelad

Premium Member
  • Posts

    609
  • Joined

  • Last visited

Nexus Mods Profile

About Radioactivelad

Profile Fields

  • Discord ID
    Bansheebot#5950
  • Country
    United States

Recent Profile Visitors

29843 profile views

Radioactivelad's Achievements

Experienced

Experienced (11/14)

  • Dedicated
  • First Post
  • Collaborator
  • Posting Machine
  • Conversation Starter

Recent Badges

18

Reputation

  1. Post-match dialogue was an unimplemented vanilla feature that some mod restored semi-recently, just ignore it. I'm not sure what exactly what would be giving you this issue from what you've described- result scripts only fire once by design. Are you calling ShowcaravanMenu through something other than a topic's result script? If you could share the esp I could take a look.
  2. Havok sim gets "jammed" sometimes in my experience. You can try toggling the sim it on and off, reloading the cell or you can just replace the entity you're trying to position with physics. With the Ctrl+Alt functionality you also want to make sure there are no transparent effects like dust in the way, which might be the problem you're having in interiors. You can hide things that are getting in your way by selecting it and pressing 1. Once to make it transparent and twice to make it invisible. (and you can reset all stuff hidden this way by refreshing the render window with F5.)
  3. The game is 13 years old, so if it were that severe of a problem, more people would know and care about it. Realistically it sounds like you must be playing a single character for more hours than some people have hours total.
  4. You can try to contact them and ask for permission. If you don't get an answer, that's a No as far as the nexus is concerned.
  5. Usually a result of/some combination of: being mad about the creation club, frustrations with mod users, frustrations with the nexus as a platform, or just for the feeling of finality so they can properly focus on other goals. Or they were banned, at which point I think you can request to have your files removed.
  6. You can also hold ctrl+alt to drag a physics object around with your mouse and position corpses with more personality. Especially useful because just letting them fall with havok sim causes them to fall in a very particular position every time. (And you will never stop noticing it once you know this.)
  7. I'd be interested in voice acting when the time comes.
  8. Have a "[More]" button that brings up another copy of the message with different options. If you add a second variable in your script to track which copy of the message is active, you should be able to double-up functionality of one Menu Button script. If Button == 0 && ButtonMenu == 1 Elseif Button == 0 && Buttonmenu == 2 and so on.
  9. The game is very picky about file formats and whether the sound is mono or stereo. I honestly can't keep track of it all since I haven't done too much with sfx, but I *think* a "heard-round-the-world" problem is a fault of the sound being in Stereo format.
  10. Create a new voice type for him and he won't say any vanilla dialogue under any circumstances.
  11. A little unintuitive, but you need to put an 'Activate' command in 'OnActivate' scripts if you want the object to react with its built in animations/sounds.
  12. My first thought was also AI packages, but packages apply to a base object, and any individual actor might be one of a dozen instances of that base object. You mentioned Bile Bombs, which might actually be the perfect idea- perhaps the grenade can spawn a non-moving Invisible Actor that forces nearby hostiles to go after it. You could check for factions or creature type to limit the targets affected by the "taunt" from the invisible actor. How you could get a taunt is a whole other problem. The Startcombat has to target a specific ref and most actors dont have specific reference ids. My most hare-brained idea is to have the invisible actor be a stationary turret that shoots at targets with an invisible projectile that makes no sound and does no damage, using factions to specify who they're hostile to, and consequently lure.
  13. I'm working on a complete rebuild of my own rebalance mod, and something I wanted to do was stop the player from gaining more health after level 30 as a sort of middleground between Sawyer Mod and its Forks that reduce the level cap to 30. I'd like to avoid using gamemode scripts for this purpose, but trying to implement this via a hidden perk just causes the player to have their health drained constantly, as if poisoned, instead of reducing their maximum health. (Even though the effect works in the opposite direction of increasing maximum Health.) No matter the flags on the effect I can't get a "Reduce Maximum Health" effect working properly. Modding the GMST that increases the player's health per level via script has the unwanted effect of removing *ALL* health gained from leveling up retroactively, not just the health gained from post-30 levels. Typing this out, I think what could work is actually to edit that gmst to give no health, and then have the hidden perk add a stacking +5 health bonus until Level 30, but is there a smarter way to handle this? EDIT: Above idea didn't work. Despite this working, in theory, exactly as the Life Giver Perk, it seems adding conditions to the effect causes it to not work properly.
  14. Anyone here ever played Splinter Cell Chaos Theory on PC? It had an ingenious control scheme for movement where you used the scrollwheel to progressively dial your speed up or down from tip-toeing, to walking, to power-walking, to jogging, to running and everything betwixt those- effectively giving you the full range of movement on keyboard you'd otherwise only get with an analog stick. It's so good I don't know why it's never really been a thing in PC games since. Would *love* to have that in Skyrim, or any bethesda-engine game for that matter.
  15. You could "easily" add a voiced player character by just adding to the normal response text and having it be voiced by your Player Character voiceactor, and not give it any lipsync files. This would require editing literally every topic in the game, but the illusion that it is your character speaking would work. My theory of a more practical implementation would be some kind of NVSE magic that can tell what topic you're highlighting in the dialogue menu and send an instruction to play a specific audio file. I don't know if that could be done, but I'm not in the position to say what the Wizards could or could not do these days, especially with all they've been doing lately.
×
×
  • Create New...