From f0f1eb7befe48d8795851754f2e97096c0dcb1b5 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Mon, 2 Jan 2017 22:06:09 +0100 Subject: What about a retarded poster? --- raws/poster_diamond.xcf | Bin 0 -> 4711808 bytes raws/tip_logo.png | Bin 0 -> 9820 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 raws/poster_diamond.xcf create mode 100644 raws/tip_logo.png diff --git a/raws/poster_diamond.xcf b/raws/poster_diamond.xcf new file mode 100644 index 0000000..a40b583 Binary files /dev/null and b/raws/poster_diamond.xcf differ diff --git a/raws/tip_logo.png b/raws/tip_logo.png new file mode 100644 index 0000000..522f63a Binary files /dev/null and b/raws/tip_logo.png differ -- cgit From d600dd437a51f3098471e8fb3ef80baf53378f15 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Mon, 2 Jan 2017 22:53:24 +0100 Subject: Add the chicken poster. --- README | 4 ++++ pending/kaleka_kura_poster.jpg | Bin 0 -> 131513 bytes 2 files changed, 4 insertions(+) create mode 100644 pending/kaleka_kura_poster.jpg diff --git a/README b/README index c77c610..00165be 100644 --- a/README +++ b/README @@ -38,6 +38,10 @@ The "uncommon" texture pack is a copy of common textures from the data-radiant p sound/analmango/wtf_*.wav are samples from random viral videos found on the Internet. +The chicken poster uses the following photo as background: + https://commons.wikimedia.org/wiki/Category:White_chickens#/media/File:Canadian_chicken.jpg + "Chicken 2" by Chicken Farmers of Canada, CC-BY 2.0 + Transcripts: ------------ diff --git a/pending/kaleka_kura_poster.jpg b/pending/kaleka_kura_poster.jpg new file mode 100644 index 0000000..cf46d91 Binary files /dev/null and b/pending/kaleka_kura_poster.jpg differ -- cgit From ca596f679826c0baa8a9e453bdff6d9e6027d5e4 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 3 Jan 2017 15:11:13 +0100 Subject: Improve make analmango.pk3. --- .gitignore | 1 + Makefile | 2 +- pk3.list | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 pk3.list diff --git a/.gitignore b/.gitignore index 75aa6a7..4301ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.pk3 maps/*.bak maps/prefabs/*.bak maps/*.srf diff --git a/Makefile b/Makefile index 58f1060..4f06514 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ MAP ?= analmango # analmango.pk3: $(WHOLE).bsp - zip -r9 $@ maps/analmango.bsp scripts sound textures models + xargs zip -r9 analmango.pk3 < pk3.list # # Testing a map diff --git a/pk3.list b/pk3.list new file mode 100644 index 0000000..9c9ab51 --- /dev/null +++ b/pk3.list @@ -0,0 +1,5 @@ +maps/analmango.bsp +scripts/ +sound/ +textures/ +README -- cgit From 3286087d97673ed1330e7ae3c5c23774c34cb27f Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 3 Jan 2017 15:14:21 +0100 Subject: Exclude textures/common from the pk3. --- pk3.list | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pk3.list b/pk3.list index 9c9ab51..7cf9c6b 100644 --- a/pk3.list +++ b/pk3.list @@ -1,5 +1,6 @@ maps/analmango.bsp scripts/ sound/ -textures/ +textures/analmango +textures/uncommon README -- cgit