Jump to content

Ludicrous

Premium Member
  • Posts

    5
  • Joined

  • Last visited

Nexus Mods Profile

About Ludicrous

Profile Fields

  • Country
    None

Ludicrous's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. One thing to try, I'll give it a look. edit: The playable flag only applies to armor. After 10 years I got pretty rusty at the CS.
  2. I have a "Force Equip" script for a follower mod I'm working on that works well. It force equips the tail slot, amulet, both rings and all. The problem is that while testing it during a Legion murdering spree in the IC, the NPC kept being disarmed in fights as it happens normally. The problem is that a new version of the weapon is put back in the inventory by the script, as it reads all equipment from an array of refs. I could just rework the script to avoid doing that but I would rather do the following: 1) Stop the follower from being disarmed at all; - Any ideas on that? I guess I would have to dynamically add an script to any and all equipped weapons to stop them from being dropped by the companion. Is it even possible to add an script to a weapon as it is equipped? No luck researching it. 2) Put the weapon back in the NPC's inventory; - I had an idea about saving the weapon ref in an array with a "equipped" flag. If an weapon is "equipped == 1" and becomes "unequipped == 0" and it is not in the inventory anymore, then it was dropped. I would scan the immediate vicinity of the actor for a weapon of that kind and put it in the inventory if found or make the actor grab it. Is this possible? 3) Have the dropped weapon disabled if grabbed by the player like the Arena ones; - I guess it would also need to add scripts to all weapons this actor equips on the fly and that's probably a problem. Any other way? 4) Just make the companion loot some nearby corpse for a new weapon; - I would like to implement container looting on this follower so she would systematically go from corpse to corpse and chest to chest on the same grabbing anything that is above a X monetary value. I just need a pointer on how to start a system like that. Basically that's it. I would appreciate any pointer, hints or scripts that would help me with those troubles.
  3. Congratulations, armor and scepter already looking great.
  4. It's annoying to waste time writing a comment for a thumbs up on a mod just to discover after clicking submit that "the author of this file disabled ratings". My suggestion is to remove mods with disabled ratings from the list of mods waiting a rating.
×
×
  • Create New...