Skip to content

Commit

Permalink
feat: add Blade and Blunt VR Addresses (#63)
Browse files Browse the repository at this point in the history
* More addresses unearthed while working on Poached Bugs VR (Scrambled Bugs remake for VR)

* Add ID(25931), GetDualCastingEffectiveness

Needed for Poached Bugs VR

* Add TESObjectREFR::HandleReferenceReset (ID 18843)

* Add ID 50461, RE::CraftingSubMenu::UpdateCraftingInfo

* Blade and Blunt VR addresses
  • Loading branch information
RafearTheModder committed May 14, 2024
1 parent 6eea0f9 commit c2cdb20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions database.csv
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ id,sse,vr,status,name
36943,0x140609000,0x140611bc0,4,"void Actor::UpdateAwakeSound_140609000 (Actor * a_this, NiAVObject * a_obj3D)"
36973,0x14060b620,0x140614210,3,RE::GameEventHandler::FallLongDistance::CalcDoDamage::process_movefinish_event
36994,0x14060e820,0x1406173e0,3,TrueHUD::FlashHUDStaminaMountHook
37013,0x14060eef0,0x140617b00,4,TESObjectREFR::sub_14060EEF0
37016,0x14060f0c0,0x140617cd0,4,float Actor::CalcEquippedWeight_14060F0C0 (Actor * a_this)
37390,0x14061c880,0x140625470,3,BSTEventSource<ActorKill::Event>* ActorKill::GetEventSource()
37392,0x14061ca60,0x140625650,3,BSTEventSource<DisarmedEvent::Event>* DisarmedEvent::GetEventSource()
Expand All @@ -525,6 +526,7 @@ id,sse,vr,status,name
37571,0x140623610,0x14062c3c0,3,BSTEventSource<DragonSoulsGained::Event>* DragonSoulsGained::GetEventSource()
37586,0x140623e60,0x14062cc10,3,RE::Character::sub_140623E60
37588,0x140623f10,0x14062ccc0,4,RE::PlayerCharacter::GetReach_140623F10
37605,0x140624f20,0x14062dd90,4,PlayerCharacter::sub_140624F20
37620,0x140625dd0,0x14062ec40,4,RE::Character::get_weapon_vector_625DD0
37621,0x140625eb0,0x14062ed20,4,RE::Actor::Actor__GetWeapon_140625EB0
37628,0x1406260f0,0x14062ef60,4,void Actor::WeaponSwingCallback ()
Expand All @@ -542,6 +544,7 @@ id,sse,vr,status,name
37771,0x14062f560,0x140638430,3,RE::Actor::AddSpell
37772,0x14062f720,0x1406385f0,3,bool Actor::RemoveSpell(SpellItem* a_spell)
37787,0x140630410,0x1406392e0,4,void Actor::AddCastPower(SpellItem* a_power)
37792,0x140630850,0x140639720,4,MagicTarget::CheckAbsorb_14063085
37793,0x140630990,0x140639860,4,bool Actor::IsInCastPowerList(SpellItem* a_power)
37798,0x140630f40,0x140639e10,4,"void Actor::RemoveCastScroll(SpellItem* a_spell, MagicSystem::CastingSource a_source)"
37799,0x1406310a0,0x140639f70,4,"void Actor::ApplyAllCombatSpellsFromAttack_1406310A0 (ExtraContainerChanges__ItemEntry* param_2, bool param_3, undefined param_4)"
Expand Down Expand Up @@ -8389,6 +8392,8 @@ id,sse,vr,status,name
502094,0x141dd2ea8,0x141e90198,4,DAT_141dd2ea8
502187,0x141dd3ba0,0x141e90e90,4,DAT_141dd3ba0
502190,0x141dd3bb0,0x141e90ea0,4,BGSEntryPointFunction::SelectSpellResultCount
505023,0x141de0b60,0x141e9bf40,3,fblock_gamesetting
505721,0x141de34a0,0x141ea9ae8,4,fPlayerMaxResistanceAddress
508313,0x141decb18,0x141ea9c98,4,fBlockLevel0Distance:TerrainManager
508315,0x141decb30,0x141ea9cb0,4,fBlockLevel1Distance:TerrainManager
508319,0x141decb60,0x141ea9ce0,4,fTreeLoadDistance:TerrainManager
Expand Down

0 comments on commit c2cdb20

Please sign in to comment.