Jump to content

gomker

Members
  • Posts

    376
  • Joined

  • Last visited

Everything posted by gomker

  1. I have a problem with a part from a mod that is no longer supported, from the days pre-curse etc... Its just a small escape pod which I like to use. It seems this part will not load at all unless it is in the root /Parts folder. I tried making a /GameData/STEscape/Parts folder, but the part will not load at all. I am trying to figure out how to make ATM skip compressing as it is turning my textures all white. I couldn't find a doc on the configuration options and made guesses based on other mod configurations. I am wondering if this will work being in the root /Parts folder, I have no other issues and am running quite a few other mods. Here is my config and samples from the output.log Running on Windows 7 KSP x86 v.90 Regards, Created a STEscape.cfg file under the root of my KSP install /KSP/Parts ACTIVE_TEXTURE_MANAGER_CONFIG { folder = Parts enabled = true OVERRIDES { Parts/.* { compress = false mipmaps = false scale = 1 max_size = 0 } } NORMAL_LIST { texture = Parts/ST_EscapeParachute/model000 texture = Parts/ST_EscapeParachute/model001 texture = Parts/ST_EscapeParachute/model002 texture = Parts/ST_EscapePod/model000 texture = Parts/ST_EscapePod/model001 texture = Parts/ST_EscapePod/model002 texture = Parts/ST_EscapePod/model003 texture = Parts/ST_EscapePod/model004 texture = Parts/ST_EscapePod/model005 texture = Parts/ST_EscapePod/model006 texture = Parts/ST_LightSpot/model000 texture = Parts/ST_LightSpot/model001 texture = Parts/ST_SignalSpot/model000 texture = Parts/ST_SignalSpot/model001 texture = Parts/ST_smallDecouplerEX/model00 texture = Parts/ST_smallDecouplerEX/model001 } } Log Samples [LOG 20:35:46.018] DatabaseLoaderTexture_ATM: normal List: [LOG 20:35:46.019] DatabaseLoaderTexture_ATM: Parts/ST_EscapeParachute/model000 [LOG 20:35:46.021] DatabaseLoaderTexture_ATM: Parts/ST_EscapeParachute/model001 [LOG 20:35:46.022] DatabaseLoaderTexture_ATM: Parts/ST_EscapeParachute/model002 [LOG 20:35:46.024] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model000 [LOG 20:35:46.025] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model001 [LOG 20:35:46.027] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model002 [LOG 20:35:46.028] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model003 [LOG 20:35:46.030] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model004 [LOG 20:35:46.031] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model005 [LOG 20:35:46.032] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model006 [LOG 20:35:46.034] DatabaseLoaderTexture_ATM: Parts/ST_LightSpot/model000 [LOG 20:35:46.035] DatabaseLoaderTexture_ATM: Parts/ST_LightSpot/model001 [LOG 20:35:46.037] DatabaseLoaderTexture_ATM: Parts/ST_SignalSpot/model000 [LOG 20:35:46.038] DatabaseLoaderTexture_ATM: Parts/ST_SignalSpot/model001 [LOG 20:35:46.040] DatabaseLoaderTexture_ATM: Parts/ST_smallDecouplerEX/model00 [LOG 20:35:46.041] DatabaseLoaderTexture_ATM: Parts/ST_smallDecouplerEX/model001 [LOG 20:35:46.678] DatabaseLoaderTexture_ATM: Parts/ST_EscapeParachute/model000 [LOG 20:35:46.680] DatabaseLoaderTexture_ATM: Parts/ST_EscapeParachute/model001 [LOG 20:35:46.681] DatabaseLoaderTexture_ATM: Parts/ST_EscapeParachute/model002 [LOG 20:35:46.683] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model000 [LOG 20:35:46.684] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model001 [LOG 20:35:46.686] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model002 [LOG 20:35:46.687] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model003 [LOG 20:35:46.689] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model004 [LOG 20:35:46.690] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model005 [LOG 20:35:46.691] DatabaseLoaderTexture_ATM: Parts/ST_EscapePod/model006 [LOG 20:35:46.693] DatabaseLoaderTexture_ATM: Parts/ST_LightSpot/model000 [LOG 20:35:46.694] DatabaseLoaderTexture_ATM: Parts/ST_LightSpot/model001 [LOG 20:35:46.696] DatabaseLoaderTexture_ATM: Parts/ST_SignalSpot/model000 [LOG 20:35:46.697] DatabaseLoaderTexture_ATM: Parts/ST_SignalSpot/model001 [LOG 20:35:46.699] DatabaseLoaderTexture_ATM: Parts/ST_smallDecouplerEX/model00 [LOG 20:35:46.700] DatabaseLoaderTexture_ATM: Parts/ST_smallDecouplerEX/model001 [LOG 20:35:55.636] Load(Texture): Parts/ST_EscapePod/model000 [LOG 20:35:55.726] ActiveTextureManagement: Loading texture... [LOG 20:35:55.729] ActiveTextureManagement: Texture loaded. [EXC 20:35:55.732] NullReferenceException: Object reference not set to an instance of an object ActiveTextureManagement.CacheController.RebuildCache (ActiveTextureManagement.TexInfo Texture, Boolean compress, Boolean mipmaps) ActiveTextureManagement.CacheController.FetchCacheTexture (ActiveTextureManagement.TexInfo Texture, Boolean compress, Boolean mipmaps) ActiveTextureManagement.DatabaseLoaderTexture_ATM.UpdateTexture (ActiveTextureManagement.TexInfo texture) ActiveTextureManagement.DatabaseLoaderTexture_ATM+<Load>d__4.MoveNext () UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
×
×
  • Create New...