Jump to content

MaeroTheMaestro73

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by MaeroTheMaestro73

  1. I've got a pretty decent library of tutorials so far primarily from Seddon. None of his stuff touches on making animations [primarily because he's a programmer] Poked around on YouTube and haven't seen anything specific to making synced animations for kill moves or special attacks or anything else for that matter. Anyone got any good leads on this?
  2. Already aheada ya there. I haven't found anything specific to this issue so far in there. But boy did I ever learn about the Creation Kit from those!
  3. Yeah, that's the problem I'm concerned about. I know the way UniquePlayer and UniqueFollower work, they just set up a separate folder for each character's mesh and textures that gives them each a unique body. However! I have yet to see anything that allows two different body replacers to work simultaneously on the same character at any point in time - even just for a permanent transition that replaces the first replacer with a second replacer. As for outfit studio - yeah I've had some good luck doing conversions already from vanilla outfits into CBBE into AB - but that still wouldn't work out for the body itself being changed. Once I swap out of the AB outfits, bam, I'm back down to being a curvy-yet-normal CBBE body again.
  4. I appreciate your time. I'll keep looking into the Creation Kit and seeing what I can find out about this whole process. I have a new race entry, faction entry, and everything else all set up except for fully setting up the dialogue and importing my edited voice files.
  5. Oh hi! I'm glad somebody decided to respond to this because I have no clue how to make this work. For my mod's purpose using LooksMenu would completely defeat the purpose of the quest, which is to provide a believable method of transforming from a normal human into a female super mutant. I currently use the Super Mutant Preset for AB and find it works great, but it's not very immersive to look exactly like a super mutant but not have any of the perks of one, nor have suffered anything to become one, nor have anyone react to my presence significantly. Granted, it's exactly what I wanted visually but it just feels hollow otherwise. That was my motivation for working on such a mod. I didn't just want a visual mod, I wanted a full package, and I wanted the player to have to suffer for it to make the big gains worth something. I feel like even though that's tedious and not necessarily fun, it's immersive. So it sounds like, at least from your experience, using Skin Override is the closest thing I'd have. Otherwise, I'm having to find ways to set up my own references pointers and aliases. You also mentioned keywords, which implies I'd have to set this up with AWKCR as a hard dependency. Or is that just for the making of armor to fit the second body replacer without actually overriding any armor? Say, while I've got you here, maybe you can advise me on something else? Where am I looking if I want to have a quest item check SPECIAL and kill the player if a certain SPECIAL is below a specific number when using the quest item? Would that just be a spell with a condition?
  6. Trying to make a CBBE world where the player character can complete a quest and then change out of CBBE and into the AB body, ideally with access to AB-converted outfits. I don't know if UniquePlayer supports this or if it simply supports setting up one body replacer for the player that's different from all other character bodies. I also don't know if it's even possible to have multiple stacks of the same outfit for different conversions.
  7. I'd personally really like to see a set of wrestling-themed sync attacks for use by high-strength player characters on normal-sized enemies [anything smaller than a super mutant.] Currently, being high strength and fighting unarmed just isn't satisfying at all. I never actually feel as powerful as I am. Now when I fight with a super sledge? That's satisfying. But just punching everything to death slowly and clumsily is aggravating. I want to be able to grab my enemies and choke slam them, or suplex them, or otherwise knock them back, knock them down, and ragdoll them. I want them to react to my attacks as though I'm making an impact. I want that 10 strength to mean something other than "punches hurt more than others but not much." I don't want it to be limited to power attacks or killmoves. If I can get close enough to somebody and I'm strong, I want to be able to absolutely wreck their s#*!. If that means I'm mashing shift+some keys for a series of selectable attacks, fine. If that means I'm pressing X or Y and launching a randomly chosen sync move, fine. And if I get murdered by my target's assault rifle-wielding friends while I'm busy throwing him around, then that's on me. But at least I die gloriously... not swinging frantically hoping my fists of steel don't get blocked by some puny raider's bony arms. That's just embarrassing.
  8. Hey, thanks for responding. I appreciate your time. I looked into the forms you mentioned. CaravanBase does in fact show explicitly which stops, for example, Carla is assigned to make. But I'm still not seeing where those are triggered or how they are triggered. All I am pulling so far is that if I want to set up an NPC vendor to wander between multiple settlements, I need to assign some Forced: Location entries and create some Location Ref entries. I'm really puzzled by what this POIJeffB04Location is doing in here. Another name for DebugTestCell maybe? CaravanTradePostX [in my example, Carla for convenience] doesn't reveal anything useful. I mean, there's an unlabeled script fragment referring to a hitching post [to my knowledge this is only unlocked through progression at Bunker Hill] and teleporting the caravan to that hitching post. Beyond that, all I can see are alias entries for "workshoplocation". And the entry for that specifically addresses "hitching posts" again. I am really not sure how to process that.
  9. In all my digging in the creation kit I haven't found anything that explicitly shows how an NPC is directed to go from one location to another as a recurring schedule, or to wander autonomously as a roaming "random" encounter. I tried looking into the caravan traders as my first step. Nothing in their AI packages gave me anything useful. Not their sandbox, not their travel, nothing. Just vague keywords like "workshopref" "workshoplocation" and "location/location/location" Not even their quests had anything useful. And of course, naturally, their "schedule" tab is completely empty. Since physically dropping an NPC into a busy cell is impossible for me at the moment, I need to find an alternative way to make my NPC appear in-world for testing purposes. I'm trying out some dialogue and I want to see if I've done the flow correctly. If there's a better way than the one I'm looking into, please let me know. Thanks for reading!
  10. Huh. I hadn't thought of reinstalling the CK. Is that a normal part of the troubleshooting for this tool? As for memory usage, yeah it takes up 2 GB of ram all by itself, and I have 8 total. Negligible CPU impact though.
  11. Do you have any problems just trying to load up an exterior cell that's not wilderness? Say for example, Swan's Pond or Museum Of Witchcraft?
  12. Do you know what some of the more universal crash items are? Well, that's something you'll need to find out, there are certainly a lot, most of the time, as YouDoNotKnowMyName pointed, is a matter of waiting for things to load or end processing, but sometimes when you try to change things that relay on other things it can crash, like for example, if you remove a bunch of stages from a quest at once it might crash, so applying changes one by one, apply changes, closing the form and saving before doing further changes is sometimes a must. I don't have many crashes, I use the CK daily and it crashed only once in the last 2 months. But I also have to admit that when I started, each time I tried to do things in the render window it crashed, disabling markers (press M in the keyboard while the render window is active) and, as DocMoebius said, not going beyond cells to load set to 3, helps. So far the consensus I'm getting is that more than 3 cells loaded simultaneously = guaranteed crash, and applying input while CK is loading/executing something = high chance of crash. Beyond that, nothing is certain. What kind of modding are you doing most commonly, and what's your approach? Tools used? Tools avoided? Buttons not clicked? Tabs not opened? I want to learn whatever I can to avoid crashes and be productive.
  13. I can't believe I'm crashing just trying to access idle animations for scene dialogue. I'm not even loading up world map chunks anymore. Just animations. Is this a system specs issue or the creation kit just being buggy? If it's a system specs issue, what exactly do I need in order to not keep crashing? I can't even do any meaningful modding like this.
  14. Well, being able to change out the item being requested would allow for great versatility in future mods. I'd like to set up a cannibal merchant who 1. gives the player a quest to find them "fresh meat" which allows them to start recovering "strange meat" from human corpses [in the same way Prydwen quests allow you to start finding viable blood samples and technical documents] and 2. allow you to turn in the strange meat in exchange for caps.
  15. Anyone know if there's a template I can use to modify the kmyquest.CashItem papyrus fragment used for both Blood Sample and Technical Document? Trying to make use of this elsewhere in the game, but don't know how to modify kmyquest at all
  16. Trying to make a newly generated merchant buy sensor modules from the player for caps. So far the only thing I've seen to this effect is in papyrus fragments such as kmyquest.CashBlood() in that example, you give blood samples collected from irradiated creatures to the BOS scientist and she gives you caps in exchange. I have no idea how to work papyrus at all. I have no idea what a fragment is compared to a script. None of that makes sense to me. Is there a way to do what I want without touching papyrus at all? If there isn't, do I need special tools to work with papyrus?
  17. I'm really just trying to expand on an existing side quest to add the content that was implied but never actually implemented as such. However, I have no clue what anything means in the SCENE tab of the quest window - I'm trying to work through it blind, but none of it makes any sense. It doesn't help that the layout of it is totally friggin' weird. As far as I've seen though, this is the only way that dialogue gets meaningfully added in the game - both voiced and subtitled. I'm not expecting anyone here to walk me through it for free. I mean that'd be great but really I'd be okay with a youtube video or a written illustrated tutorial. So far all I've seen are several weird videos that kind-of-but-not-really touch dialogue - mostly centered around followers and their idle dialogue [such as a deadpool one] Nothing goes in-depth on what's what in the SCENE tab, or how to manipulate it meaningfully. At least nothing I've seen so far.
  18. The single most important tool you can get if you want to make serious mods is the Creation Kit. You need to log in to Bethesda.net in order to download it, but after that you can just launch it locally without using the bethnet launcher. Just make sure you set a shortcut directly from the executable itself, as the auto-generated one routes through Bethnet's launcher. Creation Kit lets you do everything from modifying specific locations to creating new factions to adding and removing enemies from specific areas and so much more. XEdit [or FO4Edit] is useful for examining your load order and identifying where mod conflicts exist so you can either fix them yourself if you're skilled enough, or just decide which mods you want to disable in order to play your game [assuming a mod is causing crashes.] Great for making compatibility patches as you get more familiar with how CK works. If you just want to do simpler mods like the one I made, which is a VATS Replacer, get YakiTori Audio Converter, VOICEFILEREFERENCE, and Audacity. Audacity is all you really need if you just want to make basic sound replacers to get started as a modder. In fact if you just want to get started modding and want to build some confidence, I highly recommend starting out with a VATS Replacer! You can download my It's High Noon mod and examine it, it's super simple! Literally just take a sound, rename it, pack it like I did [folders nested in the correct order], add it to your load order, test it in game to make sure it plays as expected, and then upload it here on NexusMods! Hell, you could probably make a death replacer that says Woody's famous "there's a snake in my boot" line if you wanted to! Good luck and welcome to modding!
  19. Pure, empty wilderness cells (not part of a location nor part of a quest, no random encounters) are very rare, so you can count on it when you've found one that umpteen others have too :wink: Can't say I've seen too many mods that delve into glowing sea wilderness cells. Many of those cells are nothing more than blasted forests, collapsed highways, and giant puddles with leveled enemy spawns. Regardless, any mod I publish involving cell edits will be followed by a request for bug hunters and conflict reports so I can optimize them to play nice with other mods.
  20. My ultimate goal as an aspiring mod author is to make it possible to transform yourself into a super mutant female using the requirements laid out in the atomic beauty super mutant female preset as the appearance you'd become. I don't know anything about papyrus or any kind of scripting, and can only make very minor edits currently in that regard [like changing booleans] It seems like what I want to do is largely wrapped up in scripting. I've managed to make a glowing sea location where the player can go to find an experimental purified FEV serum. I've got it fast travel ready, world map marker ready, interior-exterior teleport-ready, and some basic lvldlist encounters and simple set dressing set up. I've traveled to the location and verified it doesn't cause any crashes on its own - and interior/exterior transitions yield no problems, and interior has no bugs. I don't yet know how to make that serum a consumable, and apply uncurable stat, health, and action point penalties for a specific time duration after consuming it. I don't yet know how to trigger a transformation into a new race with its own custom appearance after a specific time period, especially with a fade-to-black right before. I don't yet know how to make the game check the player's endurance level upon consuming the serum and apply a random chance of sudden death if endurance is not at a minimum level, over a specific time period. I wanted this mod to make its massive perks a risk you have to decide you're willing to take. 3 days of suffering excruciating pain as expressed through massive stat penalties and general weakness and fatigue, and if you're really weak, potentially death. Survive this, and in exchange on day 4 you experience being a perfect super soldier with all of the benefits of a perfected super mutant. These benefits include: 10 strength, 5 endurance, radiation immunity, disease immunity, max unarmed perk, max toughness perk, max strong back perk, double jump height, double swim speed, double run/walk speed, mild HP regeneration, increased AP regeneration, and 500 HP/350 AP to start with. You cannot fast travel from the interior or exterior of my location, and the suffering can't just be cured away by a doctor [i can probably look into the vault 81 molerat disease for that effect.] You cannot wait while suffering, nor can you sleep. So you'll just have to wander around, avoiding death or encased in power armor until your transformation time has ticked. I think I know how to make an effect that prevents waiting and prevents sleep - but I'm not sure. As for timing, I have no idea how to do that except that it must be a scripting thing. I also don't know how to set up custom voiced dialogue between the player and generic humanoid npcs commenting on their super mutant appearance, especially with the opportunity for the player to actually respond to questions and criticism. I do however know how to edit voice lines to make new sentences. I wanted the world to actually immersively react to the player being a super mutant - not acting like it's still Nora, just in a costume. Diamond City guards, for example, should attempt to either shout at you to turn around and get lost [with weapons drawn at you], or, if they're more brave, forcegreet you and ask what you're doing near a human city. Random settlers and townies should have idle dialogue commenting about you - both positively and negatively. Unique NPCs that talk about super mutants, or non-humans, should be able to mention your appearance. My ultimate goal was to have a super mutant female that can not only look and feel like a super mutant, but identify as one too - with two versions depending on how far the player wanted to take it. version 1, player transforms, the whole world shits themselves at the sight of the player and shoots on sight. version 2, player transforms, the whole world stops and stares, utterly perplexed at a super mutant with clearly feminine curves, feminine voice, and not-ugly-face roaming around. It's very ambitious - and so far as a novice it's beyond my abilities to fully realize - but it's something I plot away at a little at a time every day. I'm constantly looking up youtube videos on how to do things - currently doing everything in my power to learn how dialogue works so I can finally put all these edited voice lines into the game. Every day I learn a little more, and get that much closer.
  21. Thank you, that's all helpful to keep in mind. Reading the bug reports of numerous mods that allow for deleting things such as rubble piles and flat trash [either by the player, or as part of an automated "cleaner location" mod] has made me wary of deleting anything even if it's way out in the wilderness where no one is likely to touch. Apparently breaking precombines completely devastates the framerate, if not crashing the computer. Of course I've only seen this be a major issue in the downtown areas where there's a lot of clutter, but still. Back of mind, constant anxiety, you know? So now I know the best way to cleanly edit a cell. By the way, where do I find the "disable/enable" option at in CK? I haven't seen anything like that so far after about two weeks of tinkering.
  22. Hey guys. I'm looking for information on how clearing the deco, debris, and flavor of a given cell will affect the game's stability. I know I can "generate precombines" after clearing everything, and navmesh can be added as needed. But before I do anything modifying the world in this way, I want to know I'm not potentially breaking it in the process. I want to make sure all of my mods are done cleanly, in a way that is compatible without needing patches or load order modifications. So to that end: Am I breaking the game by clearing out, say, the rubble, the cliffsides, the leveled spawn markers, the barrels, and the clouds of a specific wilderness tile?
  23. Hi there! I forgot to take this down, lol. It turns out, having ENB installed just requires me to press a certain key combo in order to trigger the new game process fully. My mods are in fact totally fine. Just hitting Shift-Enter to open the ENB console menu and then closing it will un-stick things.
×
×
  • Create New...