Skip to content

Instantly share code, notes, and snippets.

View aodendaal's full-sized avatar

Andre Odendaal aodendaal

View GitHub Profile
@aodendaal
aodendaal / UNIT.DAT
Created April 13, 2023 12:10
Update of UNIT.DAT for Emperor of the Fading Suns video game with reworked unit names and descriptions
// Unit Stats
//
// V1.51 updated
//
// The !NonCombat column is now called the Unit Function column which is a new unit function value that can be used to determine
// a unit's function. Here are valid values (note that they can be combined by adding them):
// 0 = unit participates in combat
// 1 = unit does NOT participate in combat
// 2 = Has the Assassiniation Ability (like a Spy)
// 4 = Can Attack on B2 (Like a Spy, Submarine, or Stealth Ship)
@aodendaal
aodendaal / AbpEntityNotFoundException.cs
Created June 1, 2018 04:47
ASP.NET Boilerplate entity not found exception
using System;
namespace Abp.AppFactory
{
public class AbpEntityNotFoundException : Exception
{
private string field;
private string value;
private string entityType;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aodendaal
aodendaal / wavy-ocean.shader
Created November 30, 2017 12:54
This is a vertex and fragment shader.
Shader "Custom/WavyOcean"
{
Properties
{
_MainTex ("Texture", 2D) = "white" {}
}
SubShader
{
Tags { "RenderType" = "Opaque" }
LOD 100