Skip to content

Instantly share code, notes, and snippets.

Fantasy 28-32mm RPG miniatures

  • Otherworld Miniatures - All your clasic fantasy RPG miniatures, heroes, clasic villans, undeads, innkeeper personal. Start your adventure party here.
  • Lead Adventures - This is the number one stop city life miniatures, get you tavern personal, peasants, gester and so on here. Oh yeah and pigs...
  • Reaper Miniatures - All kinds of miniatures, Pathfinder, Legends and Warlord series is very well suited to Fantasy RPGs. The Bones miniatures may be cheap but so is the lack of details in those models.
  • Dark Sword Miniatures - Some of the abosolute best looking fantasy hero minatures and hot chicks
  • Mierce Miniatures - Some of the best looking Monsters and huge beasts, the the selection of humans is also very strong
  • Stonehaven Miniatures - Some of th

Group policy settings needed

gpedit.msc

  1. Disable One Drive

    • Goto Computer Configuration | Administrative Templates | Windows Components | OneDrive
    • Select: Prevent the usage of OneDrive for file storage
    • Select: Enable
  2. Disable automatic updates

  • Goto Computer Configuration | Administrative Templates | Windows Components | Windows Update
@tdctaz
tdctaz / VariableDisplayMode.cs
Last active August 24, 2016 08:03
VariableDisplayMode
using System;
using System.IO;
using System.Web;
using System.Web.WebPages;
namespace Politiken.Base.Web.WebPages
{
public class VariableDisplayMode : IDisplayMode
{
private const string ContextName = "VariableDisplayModeContextName";