Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- '\" t
- .\" Title: diaperfurix
- .\" Author: [see the "AUTHOR" section]
- .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
- .\" Date: 04/01/2016
- .\" Manual: \ \&
- .\" Source: \ \&
- .\" Language: English
- .\"
- .TH "DIAPERFURIX" "6" "04/01/2016" "\ \&" "\ \&"
- .\" -----------------------------------------------------------------
- .\" * Define some portability stuff
- .\" -----------------------------------------------------------------
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .\" http://bugs.debian.org/507673
- .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .ie \n(.g .ds Aq \(aq
- .el .ds Aq '
- .\" -----------------------------------------------------------------
- .\" * set default formatting
- .\" -----------------------------------------------------------------
- .\" disable hyphenation
- .nh
- .\" disable justification (adjust text to left margin only)
- .ad l
- .\" -----------------------------------------------------------------
- .\" * MAIN CONTENT STARTS HERE *
- .\" -----------------------------------------------------------------
- .SH "NAME"
- diaperfurix \- A diaperfur game with a unix\-like design
- .SH "SYNOPSIS"
- .PP
- \fBnew\fR \fIplayer\fR \fIgender\fR \fIspecies\fR
- .RS 4
- creates a new player
- .RE
- .PP
- \fBinteract\fR \fIobject\fR do \fIcommand\fR
- .RS 4
- runs
- \fIcommand\fR
- on
- \fIobject\fR
- .RE
- .PP
- \fBinteract\fR \fIobject\fR take \fIitem\fR
- .RS 4
- take an
- \fIitem\fR
- from
- \fIobject\fR
- .RE
- .PP
- \fBinteract\fR \fIobject\fR list
- .RS 4
- list items in
- \fIobject\fR
- .RE
- .PP
- \fBlist\fR inventory
- .RS 4
- list items in inventory
- .RE
- .PP
- \fBlist\fR objects
- .RS 4
- list objects in room
- .RE
- .PP
- \fBmove\fR north|south|east|west|up|down
- .RS 4
- move to room toward this direction
- .RE
- .SH "DESCRIPTION"
- .sp
- Diaperfurix is an experimental diaperfur/babyfur themed game that is played by typing commands in a Unix shell\&. It uses a filesystem hierarchy in place of variables for simplicity\&. It is written in the KornShell language and requires a POSIX system and a ksh compatable shell to play (Sorry ash users)\&. Some shells that support the KornShell language include bash, zsh, ksh93, the modified ksh88 in various UNIXes, dtksh, loksh, mksh, and pdksh
- .sp
- You may need to set the shebang interpreter directive to the right shell by running the following in $DIAPERFURIX_HOME
- .sp
- .if n \{\
- .RS 4
- .\}
- .nf
- find * \-type f|xargs sed \-i \*(Aqs|^#!\&.*$|#!/path/to/shell|\*(Aq
- .fi
- .if n \{\
- .RE
- .\}
- .sp
- or if your sed can\(cqt do inplace editing
- .sp
- .if n \{\
- .RS 4
- .\}
- .nf
- find * \-type f|xargs perl \-pi \-e \*(Aqs|^#!\&.*$|#!/path/to/shell|\*(Aq
- .fi
- .if n \{\
- .RE
- .\}
- .SH "ENVIRONMENT"
- .PP
- \fBDIAPERFURIX_HOME\fR
- .RS 4
- path to the top directory of the game
- .RE
- .SH "AUTHOR"
- .sp
- Pouar The Dragon <pouar@pouar\&.net>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement