-
Posts
96 -
Joined
-
Last visited
Everything posted by BobDoleOwndU
-
Basic tutorials on modding?
BobDoleOwndU replied to Nktails's topic in Metal Gear Solid V: The Phantom Pain's Discussion
Check these: Texture Modding Tutorial for Metal Gear Solid V Texture Modding Tutorial [AutoPftxsTool and Snakebite 0.9.0] -
Parasite suit without mask
BobDoleOwndU replied to cmkg1957's topic in Metal Gear Solid V: The Phantom Pain's Discussion
That cutscene uses the normal parasite suit model if you're wearing it. It's just hiding the mask model and attaching the hospital head to the body, which is achievable via the methods I mentioned previously. The data for that side-op is in chunk2.dat\Assets\tpp\pack\mission2\quest\afgh\tent\tent_q99040.fpk (and tent_q99040.fpkd); however, it also uses some assets from chunk2.dat\Assets\tpp\pack\mission2\free\f30010\f30011.fpk. From what I can tell, there aren't any assets in there that will be helpful in this process. The mask hiding/head attaching was likely handled directly by the cutscene fsm, which is not easy to extract data from. -
Parasite suit without mask
BobDoleOwndU replied to cmkg1957's topic in Metal Gear Solid V: The Phantom Pain's Discussion
A number of people have shown interest in making this exact mod; but no one ever has which is surprising considering that it would be relatively simple to do. But yes. It is possible to make such a mod. FMSv2 or a custom fv2 would probably be the best way to go about it. -
Less Baggy Fatigues?
BobDoleOwndU replied to FaustianMan333's topic in Metal Gear Solid V: The Phantom Pain's Discussion
This might be what you're looking for. Though I'm not sure if it affects Snake's fatigues. It does affect the female fatigues though. -
Need help editing .sbp files
BobDoleOwndU replied to cmkg1957's topic in Metal Gear Solid V: The Phantom Pain's Discussion
There's a guide here. There's also a tool here; but I've not used it. So I'm not sure how it works. -
The sound files aren't an issue. The problem is adding in a mechanic that triggers the horn when a button is pressed. Something like that requires editing code that's been compiled into the executable, which is not something that's easily achievable. Existing sound mods work by replacing existing sounds with preexisting triggers. As of now, there's no way to add a completely new trigger.
-
Replacing Helicopter model
BobDoleOwndU replied to IvanChebrez's topic in Metal Gear Solid V: The Phantom Pain's Discussion
It should be possible in some form. It might require a custom/edited model though. I haven't explored how the heli models are set up myself. -
Request/Idea Sahelanthropus
BobDoleOwndU replied to Sc0p10n's topic in Metal Gear Solid V: The Phantom Pain's Discussion
I believe Infinite Heaven can do this. I'm not 100% sure what the setting name is; but if you look at the settings guide, you should be able to find it. -
snakebite error
BobDoleOwndU replied to mryayor's topic in Metal Gear Solid V: The Phantom Pain's Discussion
Sounds like you installed SnakeBite somewhere that requires admin access. Try running it as administrator and see if the same thing happens. -
It'd just be a texture swap. (It could also technically be done by swapping texture names in her model directly, which is easier if you know how to do it; but harder if you don't.) So yes. It's completely possible, and not really that hard of a mod to make. There are texture modding tutorials here and here. (In this case, you just need to swap her original face texture with the one with markings though. Not create a completely new one or modify an existing one.) And a tool for swapping texture names inside of models here.
-
It's possible; but someone has to port the models to the Fox Engine format. Considering how small the modding community is, it's unlikely that anyone will port the models for you. The general rule in the current state of the modding community is that if you aren't going to do something yourself, it's probably not going to happen.
-
Epic Mod In The Making?!
BobDoleOwndU replied to ultimusnake's topic in Metal Gear Solid V: The Phantom Pain's Discussion
Check the list of tools here. -
Epic Mod In The Making?!
BobDoleOwndU replied to ultimusnake's topic in Metal Gear Solid V: The Phantom Pain's Discussion
I currently don't have enough time to take on any new modding projects. 1 is definitely locked behind the exe. 9, 10 and 11 are very likely locked behind the exe as well. -
Epic Mod In The Making?!
BobDoleOwndU replied to ultimusnake's topic in Metal Gear Solid V: The Phantom Pain's Discussion
I just meant I could be wrong on a couple of them in general. Though some of them are definitely locked behind the exe. I don't know what can be achieved with weather effects. I haven't tried editing them. There's too many parameters to list them all. If you open the exe with a hex editor and find the name of a parameter in plain text, it's probably exposed to Lua is the rule of thumb. -
Epic Mod In The Making?!
BobDoleOwndU replied to ultimusnake's topic in Metal Gear Solid V: The Phantom Pain's Discussion
A lot of the game's parameters are built into the executable. We can only access the ones that are exposed to Lua. I believe anything I wrote "Don't think so" beside requires editing the exe. It's possible I'm wrong on a couple of them though. It might be possible to change the duration of rain strikes. Weather effects are editable to some degree; but they're not something I've touched myself. I'm not sure if the strike itself is separate from the normal rain weather condition either. So changing it for the strike might also change it for the normal weather condition as well. -
Epic Mod In The Making?!
BobDoleOwndU replied to ultimusnake's topic in Metal Gear Solid V: The Phantom Pain's Discussion
1. Don't think so. Items aren't editable via script. (Not to be confused with support weapons, which are editable.) 2. Not currently possible. Running speed is set via root motion (aka baked into the animation). So until animations are editable, this isn't possible. 3. Don't think so. 4. Maybe? There are some mods that increase the staff limit; but they're fairly buggy from my understanding. 5. I think this has the same issue as 2. 6. A mod for this already exists here. 7. Maybe possible. Fall damage is editable from my understanding; but I haven't tested anything with it myself. 8. Might be able to do this via animation swap. MGO Quiet has a sliding animation that might work. 9. Don't think so. 10. Don't think so. 11. Don't think so. 12. Maybe. Though if it's possible, it'd probably only work via mod menu. 13. Not currently. UI elements aren't currently editable. 14. Don't think so. 15. Maybe. There are editable blast radius settings. I don't know if the one for the airstrike is accessible though.