Jump to content

dagobaking

Premium Member
  • Posts

    235
  • Joined

  • Last visited

Everything posted by dagobaking

  1. Right on. It would be amazing if you could figure it out. Animations are kind of held back at the moment because only 3DSMax 15 and 16 work with the plugin needed and those versions are no longer provided by Autodesk. So, there is basically a tool bottleneck.
  2. Well done! Thank you for doing this work. Any chance you know how to now make it export animations to FO4-friendly hkx files? :)
  3. Thank you. I did get part of this same process completed. Putting all of the parts into one scene and export as .obj worked to then get into Mudbox. And, as you noted, it does not work with dds. So, you have to use other formats. However, I couldn't figure out how to apply separate images for each part in Mudbox (I need to spend more time with it and can probably figure that out). It kept wanting to apply one image file to all parts. Also, there is another significant problem (at least in Mudbox). The lighting/shader that it uses by default is way off from the game. So, the textures look so dark it may not end up being possible to really work on them and have an idea of what the in-game result will be. Do you or anyone else know if there are certain settings that can be changed to make the lighting/shader work like Skyrim or Fallout 4? Maybe someone has a config file for this or something?
  4. I hate to revive such an ancient post. However, it perfectly frames my question. I would like to work on fixing seams and the OP gives the "right" way to do it. However, it's easier said than done (for me). For example, in a 3D painting program (I have access to Photoshop or Mudbox), how do I get the Skyrim (or Fallout 4) body into the program WITH the head at the same time so that they are sized and aligned properly WITH their textures applied to them? Once that is done, I can handle how to do the painting and matching along seams. I just can't get the workspace set up with assets in place. If anyone can give steps on how to do this or link to a tutorial that covers it I would really appreciate it. Thank you!
  5. I tried to update with Appveyor. But, I still get an error that its not the expected game version. I am not sure where to change the game version in the code? Or, maybe that has to be updated elsewhere before we can rebuild?
  6. Thank you. I was able to accomplish the goal this way: - Use the method from Nightasy to bring meshes into Maya and copy bones (link above). - Select the skeleton and new mesh and export selection as FBX. - Load that FBX into 3DSMax. - Save that FBX from 3DSMax. - Import the FBX into bodyslide and use it as a reference to copy bone weights to the original version of the mesh. Doing the above, you get the benefit of the improved bone weight copying that Maya does. No distortion that I can see. Apparently, saving from 3DSMax does something to fix the FBX so that it works properly in FO4 while just saving from Maya does not work. I guess it could be some setting that I'm overlooking in the Maya export dialogue... Would love to know from someone what that might be. Follow up question: What is the BSSubIndexing and subindex step needed for? I've seen these types of node-adding steps in previous tutorials. But, the mesh appears to work for me without ever having to do that. Is it possible that outfit studio now adds that for you or something? Or, is it some kind of effect needed that I haven't noticed yet in game?
  7. hm. You can copy weights from a completely different outfit and it re-maps to different outfits. This works within OS. But, for some reason, FBX exported from Maya look ok in OS. But, are broken in game. What process do you use from 3DSMax? That could work for me as well...
  8. Does anyone know of a workflow using Maya (or 3DSMax would be ok as well) to copy bone weights from one mesh to another in a way that survives import into FO4? I tried following Nightasy's tutorial here: https://www.youtube.com/playlist?list=PLCW8BYqMR7Ei21WahZciSqRATOEfjw8H6 However, following that tutorial results in a mesh that is completely scrambled. I was able to achieve an "unscrambled" mesh by exporting from Maya as .obj instead of .fbx. However, that leaves the mesh without any bone weights. I then tried to use Outfit Studio to copy bone weights. That sort of works. Except that the quality of the copy is very bad. In other words, the mesh with copied bones has big ripples and other distortions when the skeleton is moved in game. If I make a bone weight copy within Maya, the quality of the copy is much better and no distortions are seen when moving the skeleton. However, of course, that bone weight info is lost if exported as an .obj. And it breaks the mesh into a scramble if exported from Maya as .fbx. The ideal would be if someone knows how to export .fbx from Maya in a way that imports into Outfit Studio without making the meshes scrambled in game (they look ok in OS but blow up in game).
  9. Idea: Create some form of poll or game request page where users can have some input into what games get added to the DP store. The x number of games with the most votes get added to the store every y months.
  10. I was able to get part of the way there by saving the DDS as a PNG and importing it as a layer. However, the texture looks too dark in Mudbox. So, I can't really see how it will look in game while painting. Seems like there is some rendering/lighting setting I need? (Also, specular and normal maps don't seem to work like in game. They add green tint or turn the whole texture black...) Any help would be greatly appreciated. I've checked numerous youtube guides but nothing seems to cover this point...
  11. I'm looking to make a rock show animation mod for AAF. But, am missing a drum set. Can anyone provide or point me in the right direction?
  12. Man. I tried referencing it with GetFormFromFile and I get the same result. It takes 4 seconds just to reference MQ101! There must be a faster way?
  13. Thank you! On a side note, how are you populating pMQ101? I tried adding it as a property in a Quest script and it caused major lag. I guess because its such a large Quest?
  14. Does anyone have a method for detecting with Papyrus when the Character Creation (the part where you modify your face in the mirror) phase is over? There are Quest phases that can be detected. But, that does not quite work because StartMeUp triggers before the next Quest phase changes. So, I am looking for some alternative method. Any help would be greatly appreciated.
  15. Is there a way to ping osvein to update the mirror so that we can rebuild Autoload?
  16. I have run into an odd bug. For my mod I create a copy of the player character. After doing this and then saving the game, once you reload that save, many (all?) vanilla Quests will not start. The actors just sit there frozen. The odd thing is that they continue to work fine if you go to these scenes without saving/loading. Here is a breakdown of how the problem can be recreated: 1. Run this Papyrus: Actor temp = PlayerRef.PlaceActorAtMe(PlayerRef.GetLeveledActorBase()) Utility.wait(3.0) temp.Delete() Utility.wait(3.0) temp = None2. Save game. Load that save. 3. Then in console: coc DiamondCityExt034. See Piper being frozen... Any ideas on what would cause this? Are there any variables or states that can be changed to maybe "reactivate" somehow?
  17. Aha! Good to know that I wasn't crazy after all. I will check that repository before building next time. Thank you!
  18. @registrator2000 I have tried to rebuild this for the latest F4SE. But, it doesn't seem to be working. I keep getting the wrong version error when starting the game up. Maybe I'm forgetting a step from last time I did this? Or, maybe something else changed? Help would be greatly appreciated.
  19. Updated for 0.6.10 via appVeyor: https://ci.appveyor.com/project/reg2k/fo4-autoload/build/artifacts
  20. Texas seems like it would feel too much like New Vegas. What about Catalina Island?
  21. Ok. Thank you. That is problematic for my purposes. I'm just wanting to turn off a hotkey during workshop mode. Will be cumbersome to find workshop objects just for this...
  22. I am using the following code within a Quest script: Self.RegisterForRemoteEvent(PlayerRef, "OnWorkshopMode") ... Event ObjectReference.OnWorkshopMode(ObjectReference akSender, bool aStart) Debug.Notification("OnWorkshopMode") EndEventBut, no notification happens when starting or closing workshop mode. It's odd because I have several other ObjectReference Events working fine on that same script. Any ideas?
  23. Ok. I tried this and it didn't play. I used a "robo" voice to make just a random sentence to test with. Is there something I need to do to complete that and make it functional? Or any other minimum requirements? For example, does the Actor need to be in an alias in that Quest for this to work?
×
×
  • Create New...