-
Posts
402 -
Joined
-
Last visited
Everything posted by KiCHo666
-
Adding bones to skeletons is possible to act as new body part, but there's couple of problems, - you also need to add body part partition to the mesh as well. Meaning, EVERY armor nif armor should be modified to include extra body part. Otherwise you'll always have 0% chance to hit in VATS. - There's is a hardcoded amount of conditions in game. Head, brain, left and right arm, left and right leg and torso. That's it. Without some clever scripting, there's no way to add new stuff that will act as conditions.
-
Not gonna lie, it's not easy. For import/export, look at this: http://niftools.sourceforge.net/wiki/Blender/Quick_Start As for actually using Blender, you should take some time and find some tutorials. I recommend using newest Blender for editing and old one for import/export. I don't use 3DsMax, so can't help you there.
-
Disable Annoying Radial Blur
KiCHo666 replied to zzsilverbulletzz's topic in Fallout New Vegas's Mod Troubleshooting
Disable PN visor overlays in MCM menu. -
SetPos, MoveTo not doing anything
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's GECK and Modders
Problem is, Kill Impulse will cancel out momentum, so it's one or the other. -
SetPos, MoveTo not doing anything
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's GECK and Modders
Yeah, I played it. Loved it. Well, that and the weapon "Kill Impulse" lauches enemies backward in very artificial way, so I got rid of that as well. -
SetPos, MoveTo not doing anything
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's GECK and Modders
Yes, the mod works, but not in single frame like I wanted. This is more of a workaround. It's my mod and I made the video. He told me that in PM, not here. :smile: -
SetPos, MoveTo not doing anything
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's GECK and Modders
Sorry for not checking this. I was trying something else. Here's a video of working version: Point of mod is to add momentum to actors after they die. You can see how after I kill someone, their body continues to go in a way they were heading (sometimes exaggerated when in slow motion). That doesn't happen in vanilla game. However, I use Callback delay to achive that. So it creates a gap between pusher and actor. What you wrote here is similar to what EPDGaffney proposed, so I'll need to check that out. Thanks! :) -
SetPos, MoveTo not doing anything
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's GECK and Modders
It seems that MoveTo, SetPos simply won't work in 1 frame situations like UDFs. Even after I used PlaceAtMe to spawn an object a minute before having to move that spawned object next to a target, it simply would not work. -
SetPos, MoveTo not doing anything
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's GECK and Modders
Hm, but MoveToNode moves the spawned object correctly. Count integer didn't make any difference. I tried different types...static, activator and misc item. But isn't that the same thing I did earlier? For testing purposes, I spawned object on player's position when game was loaded and then I called MoveTo when I shot actor to move already spawned rPusher to rTarget position. That didn't work. -
SetPos, MoveTo not doing anything
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's GECK and Modders
Thanks! -
SetPos, MoveTo not doing anything
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's GECK and Modders
I'll pack the mod into a zip and send it to your PM if you don't mind. -
You have to add boot vertices to vertex groups. BP_LEFTLEG and BP_RIGHTLEG for left and right leg.
-
Hello! This is my code. It's a function that gets triggered by OnHit event: The problem I have is that SetPos doesn't actually move rPusher reference to the location I specified. It stays on the location where MoveToNode has moved it and I tested it in the game with Print function. 1st line shows the position of rPusher after it has been moved to a node on rTarget, 2nd line shows the current velocity values of a target, 3rd line should print updated values (velocity values were used as offset), but as you can see, they are exactly the same as the 1st line. Things I tried: - Using MoveTo - Doesn't work - Spawning rPusher earlier and THEN using MoveTo when function is triggered - Doesn't work - Using vanilla compailer (non-NVSE compiler override) and using "Set To" instead of "Let" - Doesn't work - Calling Update3D after setting new position - Doesn't work In my earlier attempts I got the desired effect (with tricks), but with using Callback function with 5 frame delay so it created an offset between target and pusher, but later on I discovered that had many issues because of a way I did it. It NEEDS to be all done in a single frame in order to avoid side effects. I'm at my wits end, so if anyone knows how to make SetPos/MoveTo work, that'll be great! Thanks in advance!
-
Controller noob question
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's Mod Troubleshooting
Thanks for the help! :thumbsup: -
Controller noob question
KiCHo666 replied to KiCHo666's topic in Fallout New Vegas's Mod Troubleshooting
But wouldn't Xpadder mess up UI prompts and Pipboy/menu navigation? -
Hello! I decided to buy an Xbox controller to try out gaming with it after decade of just using mouse and keyboard (heresy, I know). Tried it with NV and while movement (running/walking) with left joystick is smooth aiming with right joystick is god awful. Found out that dead zone for aiming is way too big. I have to move joystick in one direction quite a bit until camera actually starts moving in game and when it does, it's too fast for fine aiming. I tried to reduce sensitivity in menu, but then it takes ages for camera to turn around. Is there a way to make camera react to joystick movement sooner, that is, to make dead zone smaller? I looked through ini file but found nothing that affect aiming.
-
Weird light streak on floor in bison steve
KiCHo666 replied to Rpkiller1's topic in Fallout New Vegas's Mod Troubleshooting
For the first picture, that's caused by bad tangents on that particular mesh. Basically, they are oriented badly and causes light to react badly. Find where that mesh is located, put this mod in that folder and run the exe. It should fix it. -
Again with the Bottlecaps (discussion)
KiCHo666 replied to SirDanest's topic in Fallout New Vegas's Discussion
I'd like that multiple currencies were used. For example, you need to use paper money to buy things in NCR controlled areas, Denarius in Legion controlled areas and caps in neutral areas. -
Tesla beaton projectile change
KiCHo666 replied to ZaneFHarrel's topic in Fallout New Vegas's Mod Ideas
Check if nif has vertex colors. You can find it in NiTriStripsData. -
Unholstered Movement Penalty
KiCHo666 replied to Deleted22142964User's topic in Fallout New Vegas's Discussion
One handed weapons don't have any movement penalty. -
Tesla beaton projectile change
KiCHo666 replied to ZaneFHarrel's topic in Fallout New Vegas's Mod Ideas
You need to change the Impact Data Set for weapon. You can see which data set weapon uses under Art tab in weapon form.