Jump to content

ToxicStarSlayer0TSS0

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ToxicStarSlayer0TSS0

  1. So I was following through a tutorial on how to do LOD though it was showing Original Edition of Skyrim. I did exactly what it said I got it all correct except this one error I got when trying to generate LOD for static objects. Error I got: Texture atlas build failed with the following errors:Data\Meshes\LOD\Mountains\MountainCliff02_LOD_1.nif Here is what the full Loading Screen says. Using 8 processors/cores.Creating queue of files to be built...Building 81 chunks at level 4.Building 25 chunks at level 8.Building 9 chunks at level 16.Building 4 chunks at level 32.Building object texture atlas...Texture atlas build failed with the following errors:Data\Meshes\LOD\Mountains\MountainCliff02_LOD_1.nif Waiting for build worker threads to finish...Build canceled. All worker threads have been terminated.0 LOD object triangles. 0 were rejected (0 degenerate, 0 under landscape).0 total LOD object vertices.No major issues detected. Do I have to do something different? I'm new to creating LOD so if you can explain the fix in a simple way that'd be nice.
  2. This is the script I'm using. I havent coded in a while on CK so I would just like some help here to see what I did wrong.The Errors are: required (...)+ loop did not match anything at input 'If'and: mismatched input 'EndFunction' expecting ENDIF Scriptname _BSS_FlyToLoc extends ObjectReference {This is a script used in the BSSS to allow the player fly to their desired location.} Message Property _BSS_ChoseLocMenu AutoObjectReference Property _BSS_BlackreachHanger AutoObjectReference Property _BSS_Blackreach AutoObjectReference Property _BSS_Riften AutoObjectReference Property _BSS_TheRiftShip Auto Event OnActivate(ObjectReference akActionRef)_BSS_ChoseLocMenu()EndEvent Here is the script I'm using, I havent coded on CK for a while so I just would like to know what I messed up on.The errors are :required (...)+ loop did not match anything at input 'If'And :mismatched input 'EndFunction' expecting ENDIF Function _BSS_ChoseLocMenu(Int aiButton = 0)aiButton = _BSS_ChoseLocMenu.show()If aiButton == 0 ElseIf aiButton == 1If (_BSS_Blackreach.IsDisabled())_BSS_BlackreachHanger.Enable()_BSS_Blackreach.Enable()Elsedebug.notification("You're already at the Blackreach Hanger!")EndIf Else If aiButton == 2If (_BSS_Riften.IsDisabled())_BSS_Riften.Enable()_BSS_TheRiftShip.Enable()Elsedebug.notification("You've already landed in the Rift!")EndIfEndIfEndFunction Page loaded in: 1.164 seconds
  3. I Hope the files help. Good luck to all who have the problem and can't fix it.
  4. even tho this is old this should help others these are my files: Heres a link to my game files (I had this issue and then I uninstalled steam then reinstalled it once, that didn't work the first time, the second time worked and I made a backup for the file, enjoy): https://www.dropbox.com/sh/aod32gnr36edqw2/AABNdWLwYPWjLHIaI2ZUmcRqa?dl=0
×
×
  • Create New...