Jump to content

bunsaki

Supporter
  • Posts

    11
  • Joined

  • Last visited

Everything posted by bunsaki

  1. Hi, i upload pic for shader flags 2 "SF_Double_Sided" that seem to work for me: (Maybe copy BSLightingShaderProperty from vanilla skyrim NIF file) http://img214.imageshack.us/img214/6158/image2vac.jpg
  2. Hi, Add following flag in Nifskope 1.1.0-RC5 seem to fix problem; BSLightingShaderProperty->Block Details->Shader Flags 2->[ENABLE] SF_Double_Sided (NiStencilProperty not valid for Skyrim?)
  3. It`s a peculiarity of voice files inside BSA. try fix is to use BSA commander (File Flags (hex) -> Check "wav", "mp3" -> Apply) and hex edit BSA header (67->68). I hope information is helpful...
  4. Hi, for future reference fixing via nifskope: NiTriStrips -> BSShaderPPLightingProperty -> Removed "SF_FACEGEN_SKIN" flag. NiTriStrips -> Name -> Gave each NiTriStrips a unique name. Can be left but vague information on effect: NiTriStrips -> BSShaderPPLightingProperty -> "SF_SHADOW_FRUSTUM" flag.
  5. Hi, Here is one method i use while ago in discontinued mod: - Create new "Activator" using "Clutter\GenElecSwitch01.NIF" as model or similar. - Place activator in gameworld, give it Reference Editior ID "RoachSpawnSwitchRef". Make it persistant also. - Place a marker in gameworld nearby, give it Reference Editor ID "RoachSpawnMarkerRef". - Create new form based off "CrRadroach" and name it "CrRadroachSpawnTEST" - For CrRadroachSpawnTEST create and attach following script scn RadRoachDeathSwitchEnablerScript ;name of script ;********************************** Begin onDeath RoachSpawnSwitchRef.enable ;When radroach dies the Activator switch is re-enabled. removeme ;will remove roach to prevent excess respawn on cell reset? End ;********************************** - Then the activator switch need to have following script created & attached: scn RadRoachSpawnSwitchScript ;name of script ;********************************** Begin onActivate RoachSpawnMarkerRef.placeatme CrRadroach ;Radroach is spawned at marker when activated. disable ;the switch is disabled after spawning roach . End ;********************************** Here is quick test esp for investigate. I placed test outside megaton moriarty Saloon. http://s000.tinyupload.com/index.php?file_id=21918881931784353541 This method need refine as excess dead radroach will remain. I hope info is helpful.
×
×
  • Create New...