Jump to content

HidesFromSun

Premium Member
  • Posts

    6
  • Joined

  • Last visited

Nexus Mods Profile

About HidesFromSun

Profile Fields

  • Country
    United Kingdom

HidesFromSun's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Hi there I'd like to request a mod that changes the colour of the golden retriever from the Creation club from Golden to a cream colour. I ask for this because my Golden retriever IRL, Meeko, sadly passed away due to Cancer, and so I'd like to memorialise him in game. I've already got a mod that changes Dogmeat to the Creation Club Golden Retriever, and I've made a mod that changes his name in-game to Meeko. However when I try to change the texture colour, only some of the texture changes colour, and the rest is black. It's difficult for me to try and mod due to pretty bad health and so i'm wondering if anyone would mind doing this for me please?
  2. Fyi before I begin, I'm very new to creating/editing mods, and only today have I figured out how to add custom dialogue to a follower, but only by removing them from the follower framework by following tutorial (link) So I'm trying to create a modification of the Hyrixia mod, by editing the audio files in Audacity so that her voice sounds more 'Daedric'. However I've ran into a problem and I'm a bit stuck. Not all the audio files that the mod uses are directly in the mods folder. The follower is also using one of the vanilla voice types 'Female Sultry', and uses the femalesultry follower framework, as well as has some dialogue branches somehow attached to that voice type (I think). So I'm trying to make it so the follower still has all the same dialogue and dialogue options, as well as finding and editing all of the audio files the mod uses, whilst also being careful not to edit the entire FemaleSultry voicetype. So far I've disconnected the follower from the follower framework in order to give them custom dialogue via the tutorial linked above. I've also edited all of the .fuz files that came with the mod in audacity, but don't know what to do about the others. When I'm loading up the mod, it works up until I can actually recruit the follower. Then the dialogue options that I've added appear (in place of the follower framework), but the additional branches added by the mod (such as change outfit etc.) do not. Any help with this would be greatly appreciated. As I say, i'm quite new to all of this and am still learning. I've attached an esp of what i've done so far, if you need anything more i'd be glad to provide it
  3. Ok, so I've been making a bunch of Racemenu overlays for Feet, Hands, Body and face for a couple weeks now, yet I've come across a strange issue today that I could use some help with. I have an Imgur file with images of the issue here: https://imgur.com/a/vBmhtqQ So I've created a Gimp file with a bunch of scars for the player's face. These scars work perfectly on the Body section of racemenu, I simply copied them over to a new Gimp file and made it a face overlay instead. I did the usual compression method, BC3/DXT5, and generated mipmaps too, yet when I jump into the game to see what it looks like, I get the strange mess shown in the Imgur post. I'm guessing its to do with the image having multiple different levels of transparency, but am unsure what to do about it. Any help would be greatly appreciated :)
  4. I raise the spine of gratitude my friend, that fixed it! Thank you very much Serjo :D
  5. I've got a problem with trying to make a custom overlay for Racemenu. I've followed the guide linked *here* (parts 1 and 2), and am stuck when it comes to compiling your own script at the very bottom (Under the subheading Creating your script, Step 7). It's the first time I've made a script in the creation kit, but I've followed the tutorial and am having compiling errors. The script I made is: Scriptname HFS_Heart extends RaceMenuBase Event OnBodyPaintRequest() AddBodyPaint(“HFS_Heart”, “actors\\character\\Overlays\\HeartAttempt.dds”) EndEvent And the error messages i'm receiving are: Starting 1 compile threads for 1 files... Compiling "HFS_Heart"... D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,14): no viable alternative at character '"' D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,24): no viable alternative at character '"' D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,27): no viable alternative at character '"' D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,35): mismatched character '\' expecting '\n' D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,46): mismatched character '\' expecting '\n' D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,56): mismatched character '\' expecting '\n' D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,73): no viable alternative at character '"' D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,28): no viable alternative at input 'actors' D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,57): required (...)+ loop did not match anything at input 'HeartAttempt' D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,74): required (...)+ loop did not match anything at input ')' No output generated for HFS_Heart.psc, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on HFS_Heart.psc ********** I've tried commenting on the tutorial but i've got no reply thus far and i'm itching to get this resolved. Any help would be greatly appreciated :smile:
×
×
  • Create New...