Skip to content

Instantly share code, notes, and snippets.

@emoose
emoose / main.cpp
Last active July 9, 2022 15:42
Improved Lighting Shaders Plugin for FNV (https://www.nexusmods.com/newvegas/mods/69833)
// Improved Lighting Shaders for FNV, 1.5beta4, by emoose (stoker25)
// Released under MIT License
#include "nvse/PluginAPI.h"
#include "nvse/SafeWrite.h"
#include "nvse/GameObjects.h"
#include "nvse/ParamInfos.h"
#include "NiTypes.h"
#include <string>
@emoose
emoose / BSPver.cs
Last active March 28, 2017 14:39
BSPver 0.1
using System;
using System.Collections.Generic;
using System.IO;
namespace BSPver
{
class Program
{
struct BSPVersion
{