Scrivener07 / FO4_Overlays

A framework that loads unique HUD elements when eye covering items are equipped.
https://www.nexusmods.com/fallout4/mods/33347
MIT License
3 stars 1 forks source link

Plans for loading external resources and assets. #5

Closed Scrivener07 closed 6 years ago

Scrivener07 commented 6 years ago

Required

URI Priorities

Testing Equipment

Equipment World Model Male Flash (SWF) Texture (DDS)
Armor_Synth_Helmet_Closed Meshes\Armor\Synth\HelmetHeavyGO.nif Interface\Armor\Synth\HelmetHeavyGO.swf Textures\Armor\Synth\HelmetHeavyGO.dds
Armor_Gasmask Meshes\Armor\GasMask\GasMaskGO.nif Interface\Armor\GasMask\GasMaskGO.swf Textures\Armor\GasMask\GasMaskGO.dds
Armor_Raider_Gasmask Meshes\Armor\Raider01\Gasmask_GO.nif Interface\Armor\Raider01\Gasmask_GO.swf Textures\Armor\Raider01\Gasmask_GO.dds
Armor_Raider_GreenHoodGasmask Meshes\Armor\Raider03\GasmaskGO.nif Interface\Armor\Raider03\GasmaskGO.swf Textures\Armor\Raider03\GasmaskGO.dds
ClothesDeaconSunGlasses Meshes\Clothes\ShortSleeves\GlassesGO.nif Interface\Clothes\ShortSleeves\GlassesGO.swf Textures\Clothes\ShortSleeves\GlassesGO.dds
ClothesBlackRimGlasses Meshes\Clothes\Mobsters\GlassesGO.nif Interface\Clothes\Mobsters\GlassesGO.swf Textures\Clothes\Mobsters\GlassesGO.dds
ClothesPoliceGlasses Meshes\Clothes\PoliceGlasses\GlassesGO.nif Interface\Clothes\PoliceGlasses\GlassesGO.swf Textures\Clothes\PoliceGlasses\GlassesGO.dds
ClothesFancyGlasses Meshes\Clothes\SlinkyDress\GlassesGO.nif Interface\Clothes\SlinkyDress\GlassesGO.swf Textures\Clothes\SlinkyDress\GlassesGO.dds
ClothesSunGlasses Meshes\Clothes\ShortSleeves\GlassesGO.nif Interface\Clothes\ShortSleeves\GlassesGO.swf Textures\Clothes\ShortSleeves\GlassesGO.dds
ClothesEyeGlasses Meshes\Clothes\ShortSleeves\GlassesGO.nif Interface\Clothes\ShortSleeves\GlassesGO.swf Textures\Clothes\ShortSleeves\GlassesGO.dds
InstM02LiamsGlasses Meshes\Clothes\Mobsters\GlassesGO.nif Interface\Clothes\Mobsters\GlassesGO.swf Textures\Clothes\Mobsters\GlassesGO.dds
Clothes_Raider_Goggles Meshes\Armor\Raider02\Goggles_GO.nif Interface\Armor\Raider02\Goggles_GO.swf Textures\Armor\Raider02\Goggles_GO.dds
ClothesPiperGoggles Meshes\Clothes\Piper\PiperGogglesGO.nif Interface\Clothes\Piper\PiperGogglesGO.swf Textures\Clothes\Piper\PiperGogglesGO.dds
Scrivener07 commented 6 years ago

The functions I needed from F4SE are now available with F4SE version 0.6.10, runtime 1.10.98

0.6.10

  • support for runtime 1.10.98
  • added GetExternalEventRegistrations to Papyrus Plugin API
    • Returns all scripts and callbackName registered with F4SE's RegisterForExternalEvent
  • added Form functions
    • Get/SetRaceForm
    • GetSlotMask
    • AddSlotToMask
    • RemoveSlotFromMask
  • added Armor.GetArmorAddons
  • added ArmorAddon class
    • GetAdditionalRaces
Scrivener07 commented 6 years ago

Ive added an article on the nexus. https://www.nexusmods.com/fallout4/articles/1286