Skip to content

Instantly share code, notes, and snippets.

@ianpatt
ianpatt / main.cpp
Created May 2, 2024 00:58
test f4se messaging plugin
#include <cstdint>
#include <cstdarg>
#include <cstdio>
typedef uint64_t UInt64;
typedef uint32_t UInt32;
typedef uint8_t UInt8;
#include "PluginAPI.h"
#include "f4se_version.h"
@ianpatt
ianpatt / gist:7f3c870cbca04d0adb69
Created November 12, 2015 04:56
fallout class hierarchy
This file has been truncated, but you can view the full file.
0000000000000000 <lambda_007754d0d8df13a0d5be87c4da608bd4>
0000000000000000 <lambda_0128411b0e3e3d25a5a73c47b6e22b76>
0000000000000000 <lambda_03176bf0238bc1990c01e9a8d7e30740>
0000000000000000 <lambda_054c0f92026acdc3af737f9060c8d16c>
0000000000000000 <lambda_099db76688b3e7d9a1ba0689b7c86b3f>
0000000000000000 <lambda_0fbe6c20cb848d3946f7eb3dad25598a>
0000000000000000 <lambda_10a9a02b0a42abae558918086ec73866>
0000000000000000 <lambda_147c78853d5cc7006fac33c5b18ba02d>
0000000000000000 <lambda_17b34bb506d4c85028a5a3d52c6539fd>
0000000000000000 <lambda_1b292629a6f13ca0f49dea454f1d1fad>
@ianpatt
ianpatt / gist:e8066afe5dd9d8627a30
Created November 12, 2015 04:50
vanilla fallout4 controlmap
Forward 0x57 0xff 0xff 1 1 0 0x1
Back 0x53 0xff 0xff 1 1 0 0x1
StrafeLeft 0x41 0xff 0xff 1 1 0 0x1
StrafeRight 0x44 0xff 0xff 1 1 0 0x1
Move 0xff 0xff 0x000b 0 0 0 0x1
Look 0xff 0xa00 0x000c 0 0 0 0x2
PrimaryAttack 0xff 0x0 0x000a 1 1 1 0x40
SecondaryAttack 0xff 0x1 0x0009 1 1 1 0x40
Melee 0xa4 0xff 0x0200 1 1 1 0x40
Activate 0x45 0xff 0x1000 1 1 1 0x04