-
Posts
358 -
Joined
-
Last visited
Everything posted by lilkandeekid
-
So animation is tied to a keyword, but thats all that keyword does. Oddly the power armor station's animation keyword isnt directly linked but set by the extra PowerArmorWorkbench Script attached. The workbench UI and what it does is typically controlled by "WBDT - Workbench Data" then "Bench Type" (Alchemy being the type used by all cooking, chem stations, any custom bench that makes stuff). Thinking about it tho, overhauling the PowerArmorWorkbench Script to switch over keywords and open the alchemy ui instead of playing "WorkbenchPowerArmorNoArmorMSG" when no armor is present might be a rather clean way to go about it.
- 6 replies
-
- 1
-
-
- Power Armor
- Piece
-
(and 3 more)
Tagged with:
-
How do I change the damage of a weapon with xEdit?
lilkandeekid replied to RedHeadAngel's topic in Fallout 4's Discussion
Think these are the settings you're looking for - If I remember right - The game itself modifies a weapons accuracy by the weapons object mods (OMOD), that have "Property Modifiers" attached to carry out a "MUL+ADD" operation targeting these settings. The CK sadly is the best to add new "Property Modifiers" to OMOD's, but with them you could tweak all the settings you need. -
How do I change the damage of a weapon with xEdit?
lilkandeekid replied to RedHeadAngel's topic in Fallout 4's Discussion
Cant just outright edit the default game values. Have to create a mod that applies an edit once the game is running. Right mouse click over the entry in the left hand pane (or the very top of the right hand pane where it says [00] Fallout4.esm]) and select "Copy as override into...". Choose file type and name it then you can edit the weapon. xEdit is a really awesome + powerful tool, but kinda complicated, could be worth checking out some videos. Kinggrath put out a series that pretty helpful, definitely wish it was around when I started modding lol. -
[Duplicate] Chemistry station not recognizing any mods
lilkandeekid replied to sorryimback's topic in Fallout 4's Discussion
Yeah the mods aren't loading for sure. Outside of making sure the mods are enabled, I'd check to see if your .ini is looking good and has "bInvalidateOlderFiles=1" and "sResourceDataDirsFinal=" under Archive -
First step, you would need to convert your flag png into texture files that the game can use (.dds format). Bare minimum you'll need 3 - a diffuse, normal, and smooth/specular, these will end in _d.dds, _n.dds, and _s.dds respectively. It would be wise to extract the texture files for one of the current flags to see how its mapped, then match it and use a material swap like most of the flags.
-
Is there a mod to convert baby shawn to a daughter?
lilkandeekid replied to VilLynne's topic in Fallout 4's Discussion
Mostly yeah, you could fix dialogue text by browsing the thousands of dialogue entries and editing them. There's also the big rabbit hole of re-recording the voice lines that mention Shaun/your son. That's where it gets past just time consuming to really messy/impossible. -
Is there a mod to convert baby shawn to a daughter?
lilkandeekid replied to VilLynne's topic in Fallout 4's Discussion
The crib version of Shaun, afaik no. Unlike the synth kid and older Shaun's that are NPC's, crib/baby Shaun is just an activator/nif model (a generic "baby.nif"). -
I need help using moveable water with a switch
lilkandeekid replied to jlghost117's topic in Fallout 4's Discussion
If you're sure everything points to the right place, and is in the right place, I'd next check to make sure the attached script's had the properties filled out correctly. Could have missed hooking into tracking quest or something by accident. -
I need help using moveable water with a switch
lilkandeekid replied to jlghost117's topic in Fallout 4's Discussion
Does the circuit breaker have a linked ref to connect to the water plane activator like you would for normal switches to doors, lights, etc? -
I need help using moveable water with a switch
lilkandeekid replied to jlghost117's topic in Fallout 4's Discussion
You're looking for the script "DN151_MovableWater", as per its notes its an iteration of Skyrim's Nchardak dungeon movable water script and the base for the script that moves water down in Weston Water Treatment (DN158_MovableWaterScript). -
Help With No Player Swimming
lilkandeekid replied to Poginapoke's topic in Fallout 4's Creation Kit and Modders
By no swimming, do you mean doesnt/cant enter water or like never learned how to swim so just drowns lol? If going for just drowns maybe find the secret behind power armor not letting you swim. I played with copying the no swim + changing size to something with a negative buoyancy in its material type but it didnt change anything for the player. Can make dead bodies sink tho. Not really sure the SWIM checkbox in RACE does much either bedsides let NPCs enter/exit water. Only swim = keeps things in water, swim + walk = can go in and out, walk only = cant swim threw deepish water (tho they kinda still can sometimes). Combat in water lets you do exactly that - shoot and fight while the game considers you submerged (tho its a bit strange, works best entering the water with a weapon drawn). At the moment im not sure its something you can do without a script, as thats how it was done for power armor in FNV. -
A workbench is mainly just a Furniture with a script attached and some keywords for animation + item linking. Hardest part is the custom .nif (3D model). A simple way would be to use CK/NifSkope to add together some of the games assets into a single .nif. After you have that, easiest bet is probably to just copy the chem bench as a new record, change the name and .nif, then swap out the keyword "WorkbenchChemlab [KYWD:00102158]" for your custom keyword that is also in your constructible objects.
-
Help updating F4se material swap script
lilkandeekid replied to ignorantslave's topic in Fallout 4's Creation Kit and Modders
Yeah dont doubt the pex browser I was using runs on Champillion lol, thx. Sadly looking at F4SE, it might be awhile before there's an update.- 6 replies
-
- material swap
- papyrus
-
(and 1 more)
Tagged with:
-
So the animation group a weapon uses is determined by the keyword(s) attached to it. Most of them are easy to spot as they start with either Anims or WeaponType (AnimsUnarmed or WeaponTypeUnarmed), most have a pair (some are just one keyword) to trigger a set collection of animations, with separate ones for both 1st and 3rd person. In short, you can use your OMOD (object modifcation/ the weapon mod) to add and remove the necessary keywords to switch over the animations, as well as the other things need. In the CK edit your OMOD, under "Property Modifiers" you'll need to right click and add a new one for each keyword you want to add/remove. Change "Target" on the left for the new entry to "pkKeywords", then "Op" to either ADD or REMOVE, and finally target the keyword needed with "Form". I think you should also be able to use this method switching "pkKeyword" over to "poAmmo" to remove the ammo usage. Looks like psAttackSound, psAttackFailSound, psEquipSound for sound related stuff. You get the idea. OMOD's have a crazy amount of power. As a whole tho, Ive really only tested this with melee weapons. Switching from unarmed to a swing but hopefully should be about the same?!
-
My train of thought, quick mod in FO4 edit - 1 Copy both the Glowing one MGEF and SPEL (abGlowingOneRaceEffect "Glowing One Abilities" [MGEF:000B73A5] and AbRaceGlowingOne [SPEL:000B73A6]) as new entries to your new mod 2 Tailor them to you're needs (dont change the SPEL's SPIT Data - Self, Constant, etc), this will mainly be editing the MGEF 3 Make sure the new SPEL points towards new MGEF 4 Attach new SPEL to FeralGhoulRace [RACE:0006B4EC] so it has both new SPEL and AbLegendaryCreatureItem [SPEL:001CCDA3] in Actor Effects. 5 Profit
-
Help updating F4se material swap script
lilkandeekid replied to ignorantslave's topic in Fallout 4's Creation Kit and Modders
Glad you found a resolution! But for others (aka me lol) reference, I think the issue with your script was ApplyMaterialSwap not SetMaterialSwap. Having more or less the same issue with a script not working anymore. Looking at changes in F4SE after nextgen update (mainly ObjectReference.pex where the function is defined), ApplyMaterialSwap seems to have been edited in a way that disables it. The function went from: to Wondering if somethin in nextgen broke it as it was a wonky function to begin with.- 6 replies
-
- material swap
- papyrus
-
(and 1 more)
Tagged with:
-
Eck, thats a mighty task. Re texture is a lot easier then taking a 3d model, creating animation, and replacing it. You're going to need 3DS max 2012?-2015 with havok content tools, and a good base in animation, plus some other tools. I'd try texturing Dogmeat into a dog Pokemon first, just need to edit some texture files with photoshop or gimp and gtg.
-
Could try a script, tho unless there's another item with a script that does what you're looking for, you'll have to use the CK to attach the script to the ingestible/potion you want to modify.
- 5 replies
-
- ingestible
- misc
-
(and 2 more)
Tagged with:
-
Scale via script command
lilkandeekid replied to Zorkaz's topic in Fallout 4's Creation Kit and Modders
Yeah there is "SetScale", https://www.creationkit.com/index.php?title=SetScale_-_ObjectReference , it can be wonky tho. Check out this post, it details it pretty well: https://forums.nexusmods.com/index.php?/topic/8385323-script-bits-access-ref-scale-from-papyrus/ -
Eck, don't remember if the CK checks archives and files at startup or when you load an active mod. Have you tried re-loading the active mod you're working on?
-
Its a modded area (similar to the white room some people use -https://www.nexusmods.com/fallout4/mods/15265) with a modded HUD. Look in the bottom right and you'll see the ammo count that refreshes when they reload. You can play animations in the program you're working on them with, but its not going to emulate game mechanics.
-
I want to know about Junkmaster
lilkandeekid replied to WebbProductionsEntertain's topic in Fallout 4's Discussion
That was exactly the problem im thinking lol. Everyone wanted him to release the weapons and armors as individual mods, but he had them made specifically for Junkmaster and was really opposed to having them released outside of the overall mod. After everyone kept asking he must have figured people would soon just start picking out stuff they want from the archives (I would too with that mess of a mod), and removed easy access to the PC version with the archives exposed. -
I want to know about Junkmaster
lilkandeekid replied to WebbProductionsEntertain's topic in Fallout 4's Discussion
Its a massive messy mod that changes a lot of things as well as adds some weapons and armors - https://junkmaster.fandom.com/wiki/Junkmaster_Wiki Not even the wiki really has a list of what all is changed, people are told to check out the craziest change list to see what all has been done - https://docs.google.com/document/d/1kuOik99PorT7wwzlJ6hvqQ3tC4raqH6mYwJuX7dl4J0/edit It used to be up for PC as well as Xbox, but my best guess is the author got a lil paranoid about work being stolen (people wanting small parts of the mod ported out was a common issue) and took it down. Its still available for PC on the mods discord AFAIK. -
Console Commands to become friendly with Feral Ghouls?
lilkandeekid replied to AxelNexus's topic in Fallout 4's Discussion
Might be those commands are to be used on single targets and not a whole faction? I'd try spawning a ghoul and then use those commands on it as a target to see if it works. Thinking you would need a mod to make this happen as factions are pretty important and relied on a bit.