Gaming Underground Network

Come for the mods, stay for the community
 
HomePortalLatest imagesInterviewsRegisterLog in
Search
 
 

Display results as :
 

 


Rechercher Advanced Search
Info Panel
______________
MOD MASTER THREADS:
FALLOUT
THE ELDER SCROLLS

______________


______________


GUNinsider
Fallout Miami: Mika999
Stay Connected

GUNetwork
Keywords
Metal NPCs body marvel clone commonwealth Duty dead Superpele hunk riot Mask ghoul boom Gear leon khan boomers power Reforged vault money Ryse port brotherhood machine
Latest topics
» Here Are Some Of The Best Mods From GunNetwork
[FO4] Problem with nif crashing ck Emptyby Sinister_Is_Random Fri Aug 30, 2024 8:38 pm

» Saying hi after two years
[FO4] Problem with nif crashing ck Emptyby spiralsandspirals Wed Aug 28, 2024 6:39 pm

» Weird bug or glitch with Console Command. [FNV]
[FO4] Problem with nif crashing ck Emptyby STQayas Sat Aug 24, 2024 7:19 pm

» Looking for an alternative to Nexus
[FO4] Problem with nif crashing ck Emptyby freakoverse Fri Aug 23, 2024 4:50 am

» fallout 4 mods
[FO4] Problem with nif crashing ck Emptyby salientguitar4 Mon Aug 19, 2024 11:47 am

» [FNV] How to troubleshot infinite loading issues?
[FO4] Problem with nif crashing ck Emptyby Abyssfer Wed Aug 14, 2024 11:28 am

» Fnv Enable player control command
[FO4] Problem with nif crashing ck Emptyby GenJohnWilliam Mon Aug 05, 2024 3:25 pm

» Problem with Dragbodies NCR overhaul
[FO4] Problem with nif crashing ck Emptyby Lankychazz2009 Fri Aug 02, 2024 2:53 pm

» NCR Trooper Overhaul Armors with NCR Ultimate Overhaul
[FO4] Problem with nif crashing ck Emptyby Abyssfer Thu Aug 01, 2024 2:29 pm

» Roland Deschain ist The Mysterious Stranger and other t
[FO4] Problem with nif crashing ck Emptyby SpaceRanger Mon Jul 22, 2024 4:15 am

» Guns you want in Fallout
[FO4] Problem with nif crashing ck Emptyby SpaceRanger Mon Jul 22, 2024 3:25 am

» [FO4] Doom 2016 models as replecement.
[FO4] Problem with nif crashing ck Emptyby SpaceRanger Sun Jul 21, 2024 3:12 am

» [FO4] Secret Service armor, helmet headlamp
[FO4] Problem with nif crashing ck Emptyby fossaceca17 Sat Jul 20, 2024 10:19 pm

» The Legion are fascists, let's discuss it.
[FO4] Problem with nif crashing ck Emptyby Cipher22 Thu Jul 11, 2024 11:28 pm

» The Next fallout
[FO4] Problem with nif crashing ck Emptyby Cipher22 Thu Jul 11, 2024 11:25 pm

» Your favorite mods for F:NV
[FO4] Problem with nif crashing ck Emptyby Cipher22 Thu Jul 11, 2024 11:21 pm

» Afterlife discord
[FO4] Problem with nif crashing ck Emptyby Willaemann Tue Jul 09, 2024 1:44 pm

» What happened to Outlawer's pack 1?
[FO4] Problem with nif crashing ck Emptyby Trappy82 Mon Jun 17, 2024 12:17 am

» Greetings
[FO4] Problem with nif crashing ck Emptyby septron Fri Jun 14, 2024 8:49 am

» Starfield
[FO4] Problem with nif crashing ck Emptyby jaypak Mon Jun 10, 2024 3:56 am

September 2024
MonTueWedThuFriSatSun
      1
2345678
9101112131415
16171819202122
23242526272829
30      
CalendarCalendar
_
September 2024
MonTueWedThuFriSatSun
      1
2345678
9101112131415
16171819202122
23242526272829
30      
CalendarCalendar

Share
 

 [FO4] Problem with nif crashing ck

View previous topic View next topic Go down 
AuthorMessage
Hershel Jones

Hershel Jones

Posts : 4
Join date : 2020-06-25

[FO4] Problem with nif crashing ck Empty
PostSubject: [FO4] Problem with nif crashing ck   [FO4] Problem with nif crashing ck EmptyWed Jul 01, 2020 9:23 am

Hey people!

I'm having a little trouble with creation-kit and converted f76 nifs. I open the nifs with nifskope 8 dev, export to obj and then turn them into a nif in outfit studio (if they are armor or weapons I will attempt to re-rig them). The re-rigged assets work fine, however, its the un-rigged static assets that cause the CK to crash. I'm pretty stumped why this is the case. Does it have something to do with the material weights or this there a certain flag that signifies it is a static asset. Here are some screenshots:

This one works!
[FO4] Problem with nif crashing ck KKZ9owt
[FO4] Problem with nif crashing ck JHH5Gvd
Heres the crash (Ignore the glossiness).
[FO4] Problem with nif crashing ck 6w4bbZP
[FO4] Problem with nif crashing ck NU93svN

Thanks dudes!
Back to top Go down
impulseman45

avatar

Posts : 4
Join date : 2014-03-03

[FO4] Problem with nif crashing ck Empty
PostSubject: Re: [FO4] Problem with nif crashing ck   [FO4] Problem with nif crashing ck EmptyMon Jul 06, 2020 8:57 pm

Hey there,
Been doing this myself for several months now and adding assets to the game via replacement means, not with the CK. One of the biggest issues that people are missing is that there is a texture format issue between the two games. Fallout 4 is only partly PBR, while Fallout 76 is full PBR rendering. The Normal maps are not compatible, but can be fixed by simply changing the blue channel in the normalmap from white to black. If you don't, the object in the game will be very dark. The main issue is the specmap, those have to be totally remade. You can sort of take what is there and make some sweeping changes to them to get them to work, but its get pretty involved. You may need to play around with them. IT could be possible that the CK is freaking out over the textures. So make sure you make the right changes and save them in a fully Fallout 4 friendly format. Don't simply copy the textures from Fallout 76 and expect them to work. Someone made a mod here on the site where they ported over some assets and they did not do the conversion of the textures and things looked really off in the game. But once you convert a F76 nif to OBJ, any of the old data is wiped from it, and you are starting from scratch, and so you have to treat the nif likewise. I could try and walk you through converting the specmaps, and the way i have been doing it. I can show you images of all shorts of things that i have converted from the game as proof that getting the textures right does make a difference. I did have crashes in game when using stock F76 textures, so I hope this helps. Oh, and don't use Outfit Studio to make static object nifs, its adds body weighting data into the nif that static objects don't use, and you can't just delete the data in Nifscopee, it wrecks the nif. You might have to resort to using 3DSMAX, as I do, or Blender as many others do to get things working. The 3rd party nif tool for 3DSMAX 2012 through 2018 works very well, has a full installer, and works with Fallout 4, Skyrim SE, and all the older games nif formats. It does not support F76, so you have to do the NIfscope OBJ export first. Everyone will give you a different story as why you should use this app over that app, but the fact is, BGS uses 3DSMAX to make most of the nifs for the games, so its a good idea to use the same tool.
Back to top Go down
Hershel Jones

Hershel Jones

Posts : 4
Join date : 2020-06-25

[FO4] Problem with nif crashing ck Empty
PostSubject: Re: [FO4] Problem with nif crashing ck   [FO4] Problem with nif crashing ck EmptyTue Jul 07, 2020 7:18 pm

Hey!

Thanks for the reply. The only one that has the converted textures fully is the SS helmet. The diffuse map was only used for the test of the marine silo blast door, may have not been a texture issue. Not sure what it was but got it to work. Probably due to body slides weights as you said.

Would love to see the pictures btw, thanks!
Back to top Go down
Sponsored content




[FO4] Problem with nif crashing ck Empty
PostSubject: Re: [FO4] Problem with nif crashing ck   [FO4] Problem with nif crashing ck Empty

Back to top Go down
 

[FO4] Problem with nif crashing ck

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Fallout 4 Crashing
» FNV Crashing
» TTW Crashing
» fnv cRASHING
» my game keeps crashing

Permissions in this forum:You cannot reply to topics in this forum
Gaming Underground Network :: Fallout :: Troubleshooting-