Skip to content

Instantly share code, notes, and snippets.

View notptr's full-sized avatar

Matthew Deig notptr

View GitHub Profile

Keybase proof

I hereby claim:

  • I am notptr on github.
  • I am notptr (https://keybase.io/notptr) on keybase.
  • I have a public key ASCZMcv2U0KrhZux_Wc7a0rc99iQd2LZHB_jKAinFUTwSwo

To claim this, I am signing this object:

@notptr
notptr / gist:559c3241e1b90e009d5b
Created May 27, 2014 02:42
Just a patch to chocolate doom I did a long time ago that adds in doom+ limits. I had this working on older chocolate doom but I updated it for version 2.0.0. Enjoy the patch file. How to use is patch -p0 -i <file_name> while you are in the root directory of chocolate_doom.
--- src/doom/p_spec.c Mon Jan 19 16:26:36 1970
+++ src/doom/p_spec.c Mon Jan 19 16:26:36 1970
@@ -144 +144 @@
-#define MAXLINEANIMS 64
+#define MAXLINEANIMS 16384
--- src/doom/p_spec.h Mon Jan 19 16:26:36 1970
+++ src/doom/p_spec.h Mon Jan 19 16:26:36 1970
@@ -311 +311 @@
-#define MAXPLATS 30
+#define MAXPLATS 7680