Jump to content

bananakillerBRO

Premium Member
  • Posts

    154
  • Joined

  • Last visited

Nexus Mods Profile

About bananakillerBRO

Profile Fields

  • Website URL
  • Country
    United States
  • Currently Playing
    this crazy little thing called life
  • Favourite Game
    shark dating sim XL

Recent Profile Visitors

19106 profile views

bananakillerBRO's Achievements

Community Regular

Community Regular (8/14)

  • Dedicated Rare
  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hey all, have kinda a weird issue that I don't know how to solve. I have this Skaven companion I'm working on, and for some reason when he talks he bounces up and down. It's ONLY when he's making noise however, and lulls in the dialouge doesn't make him bounce at all. He's very kitbashed, so I thought it might have something to do with one of the parts I slapped on him, but I've tested him with vanilla assets and he still bounces. this is far from my area of expertise, so I was hoping to get some advice on how to fix the little bastard. Here's the nif if anyone wants to take a look. https://cdn.discordapp.com/attachments/1119096555429965875/1194179067667288115/ShitRatEyeballTest2.nif?ex=65af68ec&is=659cf3ec&hm=137462e720632b06b0680cc8c2c3257f3a58f4cd8c78fa809e1b90595fe056b2&
  2. Howdy! I'm looking to hire someone adept at navmeshing to go over a few areas in a mod I'm working on. There are eight cells in total, and all of them have very simple layouts. I've done some navmeshing myself, but frankly I simply don't have the proper temperament to draw triangle after triangle. I hate triangles. DM me if you are interested or reply to this post and I'll reach out to you!
  3. Hey all, I'm having an issue with introducing a dragon to a worldspace I made. I've navmeshed the area, but the dragon still keeps flying under the earth and through the mountains with reckless abandon. What's the process for making an area "dragon friendly"? I've added dragon markers to a few stops along the area and plenty of spots for him to land, which he uses frequently in testing.
  4. GOOD NEWS !!!!!!!! I was able to get that pesky master file removed! I only ever deleted that mod's particular refs in the CK itself, but as it turns out, that doesn't work. Deleting those refs DIRECTLY in XEdit however worked perfectly! Still working on the navmesh, but with your advice I'm sure I'll get it eventually! Thank you so much for all your help brother!
  5. Now that I think about it I did make some landscape edits outside of Riften in the master esp. Am I past the point of no return for removing this master?
  6. That was more than helpful brother! Super in depth and easy to follow! I'd be a liar if I said I was a good navmesher, I usually just auto-generate it and hope for the best. I'll follow your advice and start tracking down all the problem triangles! As for removing the master, I'm afraid I've already looked into that thread and was met with mixed results. I've been able to remove masters in the past by removing all prior references and using XEdit, but tethras.esp seems to want to hold on for some reason or another. I've deleted all objects and quests associated with that esp, but I'll take another look and see if I've missed anything.
  7. I went on ahead and tried the fasttravel function, but that didn't seem to work either. Whatever is going on with this worldspace, my companion HATES it. I can also confirm that both doors are physical, they're the big ass wooden doors those imperial dogs like to use. Thank you so much for agreeing to check out the esp! I appreciate ya taking time outta your day to help a brother out! The drive includes two .esps. The main one I'm trying to fix is Trek, and I stupidly included another companion mod I'm working on as a master esp so I could copy and paste generic idle dialouges instead of setting them all up from the ground up. Now I can't seem to remove it as a master... : l If ya have any advice on that front it would be a big help, but right now my main concern is with the worldspace. The problem worldspace is KORSHuntingGrounds. Thanks again! https://drive.google.com/drive/folders/1txpNZE2UgUaDivvfVnF2VAm69URc5dnk?usp=sharing
  8. I can confirm that the worldspace's navmesh has been finalized. Would it help if I included the .esp?
  9. Hey fellas, I'm having a small problem with a mod I'm working on that I could use some help with I have a custom worldspace made, fully navmeshed and all that good s#*!, but my follower can't follow me inside past the load door I've already made sure to have that little green triangle outside the load door so that he can get in. So far he can enter all my custom interiors just fine, but he seems to be stumped on how to enter the custom worldspace Any ideas as to what could be causing this?
  10. Quick question lads, I'm having a problem with companions not following me into custom interiors I've made. They're all fully navmeshed and I've made sure the piss marker is well away from any level geometry the player or npc's could get stuck in, but when I enter these new cells my companions seem to simply stop existing. Any ideas on how I can fix this?
  11. I FIGURED IT OUT!!! So, while pondering my issue some more I remembered that there's an NPC who dies after closing dialogue in Ill Met by Moonlight. So I did some digging in that quest and found the exact fragment I needed to kill my actor. I just had to replace the reference and put the fragment in QUEST STAGES, not in the topics section. The fragment is- Alias_Marious.GetActorReference().Kill()
  12. I can't seem to add new properties to the script at all now, each time I close the box the new actorbase property I've added simply doesn't take root. What am I doing wrong? (Sorry again for my weak response times. Work has been a real ball-cracker lately and I haven't had time to check in on the nexus)
  13. Sorry for the wait! Here's the full psc ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 3Scriptname TIF__060C24B7 Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_2Function Fragment_2(ObjectReference akSpeakerRef)Actor akSpeaker = akSpeakerRef as Actor;BEGIN CODEGame.GetPlayer().Additem(AAADockKey, 1);END CODEEndFunction;END FRAGMENT ;BEGIN FRAGMENT Fragment_0Function Fragment_0(ObjectReference akSpeakerRef)Actor akSpeaker = akSpeakerRef as Actor;BEGIN CODEGetOwningQuest().SetObjectiveDisplayed(20) GetOwningQuest().SetStage(20) Marious.Kill();END CODEEndFunction;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Key Property CidhnaMineJailKey Auto Key Property BattleBornFarmKey Auto Key Property AAADockKey Auto Int Property DIe Auto Actor Property Kill Auto Actor Property Kill Auto
  14. Right now the error reads as follows- Starting 1 compile threads for 1 files...Compiling "TIF__060C24B7"...E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\TIF__060C24B7.psc(38,15): script property Kill already definedE:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\TIF__060C24B7.psc(38,15): script variable ::Kill_var already definedE:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\TIF__060C24B7.psc(38,15): script property Kill already has a get function definedE:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\TIF__060C24B7.psc(38,15): script property Kill already has a set function definedNo output generated for TIF__060C24B7, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on TIF__060C24B7
×
×
  • Create New...