Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sludge-devkit(1) [debian man page]

SLUDGE DEV 
KIT(1) SLUDGE Dev Kit User Manual SLUDGE DEV KIT(1) NAME
sludge-devkit - development tools for SLUDGE games SYNOPSIS
sludge-projectmanager [projectfile.slp] sludge-floormaker [floorplan.flo] sludge-zbuffermaker [zbufferfile.zbu] sludge-spritebankeditor [spritebank.duc] sludge-translationeditor [translationfile.tra] DESCRIPTION
This manual page documents briefly the sludge-devkit package. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the html format; see below. FILES
${HOME}/.config/sludge-devkit/ This directory is used to store configuration files. BUGS
Please report bugs in the SLUDGE forum at http://opensludge.sourceforge.net. SEE ALSO
sludge-engine(1) The full SLUDGE documentation is included in the package sludge-doc. It is installed to /usr/share/doc/sludge/SLUDGE_Help.html. AUTHOR
Tobias Hansen <tobias.han@gmx.de> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Tobias Hansen This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3. sludge-devkit 05/13/2012 SLUDGE DEV KIT(1)

Check Out this Related Man Page

SLUDGE 
COMPILER(1) SLUDGE Compiler User Manual SLUDGE COMPILER(1) NAME
sludge-compiler - compile SLUDGE games SYNOPSIS
sludge-compiler projectfile.slp DESCRIPTION
This manual page documents briefly the sludge-compiler command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the html format; see below. Besides sludge-compiler, sludge-projectmanager can also be used to compile SLUDGE games. BUGS
Please report bugs in the SLUDGE forum at http://opensludge.sourceforge.net. SEE ALSO
sludge-devkit(1), sludge-engine(1), sludge-projectmanager(1) The full SLUDGE documentation is included in the package sludge-doc. It is installed to /usr/share/doc/sludge/SLUDGE_Help.html. AUTHOR
Tobias Hansen <tobias.han@gmx.de> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Tobias Hansen This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3. sludge-compiler 05/13/2012 SLUDGE COMPILER(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help Please. Need to add quotes to o field

I have a tab delimited file with 4 fields. I need to surround each field with a " (quote). example: K112 E-3433 SHOE REPAIR KIT 3 K119 E-1887ASHD SHOE REPAIR KIT 6 K128 E-2769SHD SHOE REPAIR KIT 3 K128K E-2769HD & SHD SHOE REPAIR KIT 15 needs to be: "K112"... (13 Replies)
Discussion started by: tjbopp
13 Replies

2. Filesystems, Disks and Memory

Dev Tej Kohli - Hi

(0 Replies)
Discussion started by: dev_tej_kohli
0 Replies

3. UNIX for Dummies Questions & Answers

problem with relative pathing

Hi all, My directory structure is as follows home /md/DEV/SCRIPTS/DAILY and home/md/DEV/MIS/LANDING so this command find home/md/DEV/MIS/LANDING -name MIS_Customer_\* is giving me the desired output ... (1 Reply)
Discussion started by: rajarp
1 Replies

4. Programming

Migrating C Executable in UNIX from DEV to PROD

Hi Is there any specific way to FTP a C executable from DEV to PROD. We recently changed a C program compiled in DEV, created EXE and tested fine. But when we moved the EXE to PROD. It did not work. We have tried restarting the sever too. Once we put back the old Exe it starts to work again. The... (1 Reply)
Discussion started by: rainbow29
1 Replies

5. Shell Programming and Scripting

Using sed to put text end of line

how to use sed to put .txt end of line..my input file below file1 make=^bak12^". DEV=LONG^cmd/usr/bak/ade4^" ..................................... file 2 make=^and_LONG/bak12^". DEV=LONG^cmd/usr/bak/ban3^" .......................................... file 3... (6 Replies)
Discussion started by: zulabc
6 Replies