Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix all paths for config and make it portable. Add /click game. - dotg - Day Of…
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d…
Log
Files
Refs
Tags
---
commit ef5d52d7e2fc27eb518675ee5f941a44503769c7
parent 15fd3d39974473119cb01916891f888ec919e690
Author: Christoph Lohmann <[email protected]>
Date: Wed, 14 Aug 2024 18:12:50 +0200
Fix all paths for config and make it portable. Add /click game.
Diffstat:
M act-i/Balcony.dcgi | 6 +++---
M act-i/Bedroom1.dcgi | 6 +++---
M act-i/Bedroom2.dcgi | 6 +++---
M act-i/Bench.dcgi | 6 +++---
M act-i/Hipster_Area.dcgi | 6 +++---
M act-i/Kitchen.dcgi | 6 +++---
M act-i/Toilet1.dcgi | 6 +++---
M act-i/Toilet2.dcgi | 6 +++---
M act-i/Work_Desk.dcgi | 6 +++---
M act-i/bookshelf.dcgi | 4 ++--
M act-i/coffeetable.dcgi | 4 ++--
M act-i/host.dcgi | 4 ++--
M act-i/index.dcgi | 4 ++--
M act-i/inventory.dcgi | 4 ++--
M act-i/kit-cups.dcgi | 4 ++--
M act-i/kit-table.dcgi | 4 ++--
M act-i/kitchen-fridge.dcgi | 6 +++---
M act-i/kitchen-sink.dcgi | 6 +++---
M act-i/r1-closet.dcgi | 4 ++--
M act-i/reset.dcgi | 2 +-
M act-i/sex.dcgi | 2 +-
M act-i/start.dcgi | 4 ++--
M act-i/t1-shower.dcgi | 4 ++--
M act-i/t1-toilet.dcgi | 4 ++--
M act-i/t2-toilet.dcgi | 4 ++--
M act-i/take.dcgi | 4 ++--
M act-i/takebeer.dcgi | 4 ++--
M act-i/talk-20h.dcgi | 6 +++---
M act-i/talk-balcony.dcgi | 6 +++---
M act-i/talk-elves.dcgi | 6 +++---
M act-i/talk-gentoo.dcgi | 6 +++---
M act-i/talk-girls.dcgi | 6 +++---
M act-i/talk-hipster.dcgi | 6 +++---
M act-i/talk-host.dcgi | 6 +++---
M act-i/talk-nerds.dcgi | 6 +++---
M act-i/use.dcgi | 4 ++--
M act-ii/Cafeteria.dcgi | 6 +++---
M act-ii/Campus_Outside.dcgi | 6 +++---
M act-ii/config | 2 +-
M act-ii/index.dcgi | 4 ++--
M act-ii/reset.dcgi | 2 +-
M act-ii/start.dcgi | 4 ++--
M index.gph | 6 ++++++
43 files changed, 107 insertions(+), 101 deletions(-)
---
diff --git a/act-i/Balcony.dcgi b/act-i/Balcony.dcgi
@@ -6,10 +6,10 @@
# the French way. See history for how often this happened. We like the French.
#
# The British mode was introduced because the British felt discriminated.
-. config
+. ./config
echo Balcony > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
map_balcony
diff --git a/act-i/Bedroom1.dcgi b/act-i/Bedroom1.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo Bedroom1 > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
map_bedroom1
diff --git a/act-i/Bedroom2.dcgi b/act-i/Bedroom2.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo Bedroom2 > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
gotkey="yes"
[ -f "$bedroom2/.notyet" ] && gotkey="no"
diff --git a/act-i/Bench.dcgi b/act-i/Bench.dcgi
@@ -1,9 +1,9 @@
#!/bin/bash
-. config
+. ./config
echo Bench > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
map_bench
diff --git a/act-i/Hipster_Area.dcgi b/act-i/Hipster_Area.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo Hipster_Area> $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
map_hipsterarea
diff --git a/act-i/Kitchen.dcgi b/act-i/Kitchen.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo Kitchen > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
map_kitchen
diff --git a/act-i/Toilet1.dcgi b/act-i/Toilet1.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo Toilet1 > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
map_toilet1
diff --git a/act-i/Toilet2.dcgi b/act-i/Toilet2.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo Toilet2 > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
gotkey="no"
[ -f "$inventory/.elvesarehere" ] && gotkey="yes"
diff --git a/act-i/Work_Desk.dcgi b/act-i/Work_Desk.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo Work_Desk > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
map_workdesk
diff --git a/act-i/bookshelf.dcgi b/act-i/bookshelf.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
_msg "You look at the bookshelf, and you recognize some books:"
diff --git a/act-i/coffeetable.dcgi b/act-i/coffeetable.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
_msg "You look at the coffee table, and you see:"
diff --git a/act-i/host.dcgi b/act-i/host.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. maps
+. ./config
+. ./maps
map_host
diff --git a/act-i/index.dcgi b/act-i/index.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
cat <<EOM
diff --git a/act-i/inventory.dcgi b/act-i/inventory.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
_msg "You check your hands, backpack and pockets and find:"
diff --git a/act-i/kit-cups.dcgi b/act-i/kit-cups.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
_msg "You take a closer look at the cupboards and you see:"
list_items_to take "$kitchen/cupboard"
diff --git a/act-i/kit-table.dcgi b/act-i/kit-table.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
_msg "You take a closer look at the table and you see:"
list_items_to take "$kitchen/table"
diff --git a/act-i/kitchen-fridge.dcgi b/act-i/kitchen-fridge.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo kitchen-fridge > $savegame/room
-. maps
-. functions
+. ./maps
+. ./functions
map_kitchen
diff --git a/act-i/kitchen-sink.dcgi b/act-i/kitchen-sink.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo kitchen-sink > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
map_kitchen
diff --git a/act-i/r1-closet.dcgi b/act-i/r1-closet.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
if [ -f "$inventory/.letusfuck" ]; then
_msg 'As you open the closet, the two girls from the work desk enter t…
diff --git a/act-i/reset.dcgi b/act-i/reset.dcgi
@@ -1,6 +1,6 @@
#!/bin/sh
-. config
+. ./config
rm -rf "$savegame"
diff --git a/act-i/sex.dcgi b/act-i/sex.dcgi
@@ -1,6 +1,6 @@
#!/bin/sh
-. config
+. ./config
rm -f "$bedroom1/.notyet"
rm -f "$inventory/.letusfuck"
diff --git a/act-i/start.dcgi b/act-i/start.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. maps
+. ./config
+. ./maps
map_start
diff --git a/act-i/t1-shower.dcgi b/act-i/t1-shower.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
case "$(basename -s .dcgi $0)" in
t1-shower) place="$toilet1/shower" ;;
diff --git a/act-i/t1-toilet.dcgi b/act-i/t1-toilet.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
_msg "You take a closer look at the toilet and you see:"
if [ -f "$inventory/Plastic_bag" ]; then
diff --git a/act-i/t2-toilet.dcgi b/act-i/t2-toilet.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
_msg "You take a closer look at the toilet and you see:"
if [ -f "$inventory/Plastic_bag" ]; then
diff --git a/act-i/take.dcgi b/act-i/take.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
case "$(basename $2)" in
Plate_of_Bolognese_Sauce)
diff --git a/act-i/takebeer.dcgi b/act-i/takebeer.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
if [ "$(basename $0)" = "takebeer.dcgi" ]; then
takebeer Beers
diff --git a/act-i/talk-20h.dcgi b/act-i/talk-20h.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo talk-20h > $savegame/room
-. maps
-. functions
+. ./maps
+. ./functions
map_talk20h
diff --git a/act-i/talk-balcony.dcgi b/act-i/talk-balcony.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo talk-balcony > $savegame/room
-. maps
-. functions
+. ./maps
+. ./functions
map_talkbalcony
diff --git a/act-i/talk-elves.dcgi b/act-i/talk-elves.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo talk-elves > $savegame/room
-. maps
-. functions
+. ./maps
+. ./functions
map_kitchen
diff --git a/act-i/talk-gentoo.dcgi b/act-i/talk-gentoo.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo talk-gentoo > $savegame/room
-. maps
-. functions
+. ./maps
+. ./functions
map_talkgentoo
diff --git a/act-i/talk-girls.dcgi b/act-i/talk-girls.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo talk-girls > $savegame/room
-. functions
-. maps
+. ./functions
+. ./maps
map_talkgirls
diff --git a/act-i/talk-hipster.dcgi b/act-i/talk-hipster.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo talk-hipster > $savegame/room
-. maps
-. functions
+. ./maps
+. ./functions
map_talkhipster
diff --git a/act-i/talk-host.dcgi b/act-i/talk-host.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo talk-host > $savegame/room
-. maps
-. functions
+. ./maps
+. ./functions
map_talkhost
diff --git a/act-i/talk-nerds.dcgi b/act-i/talk-nerds.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo talk-nerds > $savegame/room
-. maps
-. functions
+. ./maps
+. ./functions
map_talknerds
diff --git a/act-i/use.dcgi b/act-i/use.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
fullpath="$2"
itemname="$(basename $fullpath)"
diff --git a/act-ii/Cafeteria.dcgi b/act-ii/Cafeteria.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo Cafeteria > "$savegame/room"
-. functions
-. maps
+. ./functions
+. ./maps
map_cafeteria
diff --git a/act-ii/Campus_Outside.dcgi b/act-ii/Campus_Outside.dcgi
@@ -1,9 +1,9 @@
#!/bin/sh
-. config
+. ./config
echo Campus_Outside > "$savegame/room"
-. functions
-. maps
+. ./functions
+. ./maps
map_campus
diff --git a/act-ii/config b/act-ii/config
@@ -2,7 +2,7 @@
export path="/dotg/act-ii"
-export savegame="/home/parazyd/dotg/act-ii/$REMOTE_ADDR"
+export savegame="/br/gopher/dotg/act-ii/$REMOTE_ADDR"
export inventory="$savegame/inventory"
export cafeteria="$savegame/cafeteria"
diff --git a/act-ii/index.dcgi b/act-ii/index.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. functions
+. ./config
+. ./functions
cat <<EOM
diff --git a/act-ii/reset.dcgi b/act-ii/reset.dcgi
@@ -1,6 +1,6 @@
#!/bin/sh
-. config
+. ./config
rm -rf "$savegame"
diff --git a/act-ii/start.dcgi b/act-ii/start.dcgi
@@ -1,7 +1,7 @@
#!/bin/sh
-. config
-. maps
+. ./config
+. ./maps
map_campus
diff --git a/index.gph b/index.gph
@@ -20,3 +20,9 @@ A Bitreich FOSDEM adventure...
[1|Enter... 02 Feb 2019 A.D.|/dotg/act-ii|server|port]
-----------------------------------------------------------------
+
+Why is act 2 still alpha?
+[1|Play the backstory game.|/click|server|port]
+
+[1|<< back to bitreich.org||server|port]
+
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.