-
Posts
21 -
Joined
-
Last visited
KiboCae's Achievements
Explorer (4/14)
0
Reputation
-
So I've followed all the guides and such, got my weapon in the game, textures look great... the only issue is there is no effects when you swing it. I've been racking my brain for a few hours trying to figure it out but the only thing I can think of is I had to go without the SK_NormalSwordA_Shadow_PhAT file because I can't seem to get it to import into UE4 with all the other stuff like materials, textures, meshes and the other physics asset file. I guess my questions are: 1. Does that file have anything to do with the effects and if so, how do I get it to import in with the rest of the files. 2. If it isn't then what could have caused it to stop showing the effects on just my modded sword? Edit: Alright after messing around with a bunch of different things I discovered the Skeleton Tree didn't have the sockets named properly. Spelled it Trial and not Trail as it should have been.
-
Building a companion mod and it's vital to the story that players can't access their inventory and swap out gear... specifically the headgear. Is there a way to either disable the trade menu (which I'd prefer since the reason he's with you is to specifically assist in getting your son back and not carry your junk (actual line of dialogue)) or if that's not possible is there an option on the armor or actor that can make it so the gear can't be removed? Only thing I've found in my searches were disabling the whole command system, which is too drastic for what I need.
-
Teleport Companion to Player Using Item.
KiboCae replied to KiboCae's topic in Fallout 4's Creation Kit and Modders
Okay, the script is going to be directly attached to a potion effect, which the effect will be attached to a "potion" item, and hopefully be OnActivate(). This is a good start and I greatly appreciate it. Gonna mess around with this and try the OnItemRemoved() and see what happens so I can learn a bit about it. Baby steps. :smile: Thanks :smile: Edit: Woo! I figured it out! Works flawless... welll not flawlessly but good enough! Only thing wrong with it is that it has the lightening bolt effect from the Institute teleport. Scriptname CaedusTeleportScript extends activemagiceffect ;Teleports Caedus to Player Event OnEffectStart(Actor akTarget, Actor akCaster) ;teleport caedus if PlayerActor.IsInInterior() CompanionCaedus.MoveTo(PlayerRef, 0.0, 15.0, 0.0) else CompanionCaedus.MoveTo(PlayerRef, 0.0, 100.0, 0.0) EndIf EndEvent ;Properties Actor Property CompanionCaedus Auto Const Actor Property PlayerActor Auto Const ObjectReference Property PlayerRef Auto Const Potion Property CaedusTeleBeacon Auto Const -
I'm trying to make a beacon that can be given to the player in a conversation and then carried around with the player so when they use it it, it teleports the companion to the player. Similar to how the Casdin transponder works. I've been trying to use that as a reference but after about 2 hours of searching through all the files, I can't seem to figure it out. I just want a normal item, using the distress beacon model, that when activated it teleports the companion to you and stays in the inventory to be used again later, I have the item all set up, have it so that the player gets it during the conversation, just need to figure out how to actually make it work now. I'm pretty sure it involves scripting but I'm a complete novice when it comes to that. Anyone have any idea how I can make that possible?
-
BitRaitBec did an outstanding job with their guide here providing links to other mods. It includes texture mods and stuff that actually increase performance or you can skip all that can get the core ones on the list that significantly improve gameplay.
-
Thank you very much for the info. :D
-
I'm working on a companion mod that is referencing assets from other mods, i.e. the armor he wears is from an armor mod, hair from another, his weapon, and he also references other companion mods (though they aren't required, he just won't have the conversations if they don't exist) so using my mod would require downloading theirs for the actual assets. Is that something I have to ask permission for or is forcing people to download theirs in order to use mine enough? Just trying to get a clear picture on right and wrong here since every mod I've uploaded so far only used vanilla assets.
-
I made a mod that changes my spouse's name so it isn't Nora or Nate whenever you target them in the beginning of the game, it started with googling how to do it but all that turned up were pages of people asking if it were possible (so there was interest in it), regardless I figured it out messing around in the CK and thought about spending some time making a compilation of all the Codsworth names and creating an installer for the NMM that lets you choose which of those names you want your spouse to have. The problem is I don't know if enough people would be interested in it to warrant spending all that time going through the entire list of names for each spouse just for the beginning of the game, or maybe even extending it with a patch to that Nora Companion mod so that it would alter their name as well, but I don't know, so I thought I'd ask here and see what happens. Let me know what you think. :) Thanks!
-
I'm working on a very ambitious companion mod. I have very little experience with the Creation Kit but I seemed to have managed to pick it up rather quickly and using the vanilla companions as a template seems to be working fine, at least so far what I've managed to do is working. Anyway I am trying to make a fully voiced Nora as a companion (and possibly Nate for female characters but we'll see how Nora goes first) and I want to incorporate her into the game as an actual companion is with a little custom quest to obtain her and all that. But she'll be interjecting in conversations, communicating with fellow companions when swapping them out, commenting on events during and after quests, etc. Everything a vanilla companion does, I want her to do. So far I've managed to get her into the game and act like a follower, respond to commands, and respond to the swapping of followers but I have a hell of a lot of work ahead of me and I'm starting to burn myself out. So any words of encouragement or suggestions as to how I should go about my schedule (since I'm basically spending the next 6+ hours after work every day on this mod) would be greatly appreciated. XD Tips as to how to go about certain aspects would also be helpful. Like if there is an easier way to do something specific that normally would take a few hours or something lol.
-
Looking for Recommendations
KiboCae replied to KiboCae's topic in Fallout 4's Creation Kit and Modders
Thanks guys! That playlist makes it so easy, though he decided to copy an existing companion and then fill in the blanks with the tutorials. He might actually be able to do this! :D -
My husband is planning on making a companion mod and has asked me to find some tutorials for the Creation Kit. I've personally watched a few but I don't know if they are quality or not. Since he is working and has little free time to actually work on it I thought it'd be helpful to get the best tutorials all bookmarked for easy access. He needs tutorials for a basic overview of the Kit, making a full companion, making new quests, having a quest activate after a certain point in the story, altering the world (apparently he wants to prevent access into Vault 111 after the quest starts), and anything else that may be useful. He's trying to make the spouse a companion and give it a story while integrating it into the actual main story. So it will comment on events and locations and stuff. He has a general idea as to how the Kit works but wants to make it as easy as possible so if anyone has experience or is better suited than I could help, it would be greatly appreciated. :D
-
Quick question for a Moderator about adult content
KiboCae replied to KiboCae's topic in Site Support
Thank you Thandal! -
There should already be several others. There should be main files, update files, optional files, miscellaneous files, and old files. If you go to your current mod and click on the "files" link in your admin section it should bring up all of the files currently in your mod. After that there is a little pencil icon beneath the name of the file which lets you edit it. This will bring up a menu and on that menu will be a drop-down box under category. When adding a new file the category drop-down box should be there as well with all the options. -Cosmic
-
I want to upload some images to the Witcher 3 section (not for a mod) but I'm not quite sure whether they would be allowed or not since the rules say no nudity, etc. Now my images in question feature fully nude bodies however all of the parts are either covered up by other items or body parts or just not visible. I'd rather not take the risk and ask first just to be safe. Thank you kindly! -Cosmic