Lost Labyrinth 3.0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Lost Labyrinth 3.0.2 (Default branch)
# 1  
Old 07-10-2008
Lost Labyrinth 3.0.2 (Default branch)

Image Lost Labyrinth is a rogue-like role-playing game. It uses a Zelda-like graphics engine, and has high replayability. License: GNU General Public License (GPL) Changes:
Fragments on screensides are removed when there is a long sight. Monsters leave stuff behind again. One can be poisoned only when taking at least 1 damage. Backup on closed roomfields has been added. The items that are present on a tile where a skeleton is waking up are now properly shown. When monsters attack, the laby field is displayed (it was an empty tunnel). Save templates are working with .deb distributions.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

\r getting lost in awk

I have a DOS .csv file (EOL=\r\n) that also contains some \n characters representing a new line within in some multi-line fields. I want to change the \r\n sequences to \n (like dos2unix does) but change the \n characters not followed by \r to |. The second gsub in both code examples below... (3 Replies)
Discussion started by: Michael Stora
3 Replies

2. Shell Programming and Scripting

Lost+found

I need to try and sort 125gb of lost+found files and directories that look like from testing the files are good in some areas. Does anyone know of a script using strings, file, find, etc. to help sort something like this........can't find it on google. thks:confused: (1 Reply)
Discussion started by: morrish
1 Replies

3. UNIX for Dummies Questions & Answers

I am so lost !!!

I am taking an online Linux class, which is mandatory for me to graduate. Unfortunately I got the worst online teacher ever, he never respond to any e-mails. I have no idea what going on in this class so I am turning to you guys. Here is the questions for the week, Ok I don't expect anybody to... (1 Reply)
Discussion started by: Thunderbunny
1 Replies

4. UNIX for Dummies Questions & Answers

Lost my Way

I want to execute my own utilities from my bin folder without having to specify paths at run time - i.e. just enter name on command line - to do this my search path needs to be set up at login time - when I do this the path is not getting set right apparently(?) - PATH echos OK but the search... (0 Replies)
Discussion started by: robert stansel
0 Replies

5. UNIX for Dummies Questions & Answers

I am so lost...

I have been using linux now for about 6 months. I like it although it was quite a learning process. Pretty simple for the most part. Here is my prob... The first time I installed linux on my computer it went in just fine, no problems. It did eventually crash though and I had to re-install it.... (2 Replies)
Discussion started by: Treb
2 Replies

6. UNIX for Dummies Questions & Answers

I'm so lost...

Fair warning... I know nothing of Unix. That's why I joined this forum and I need your feedback desperatly. Here is the situation... I built an app using ASP and Northcode's SWF Studio v3 for a cd launcher tool for a client that develops software. They like the app and it works well on... (2 Replies)
Discussion started by: daJabberwocky
2 Replies

7. Filesystems, Disks and Memory

Lost Data Lost Admin

First time so excuse my ignorance please. I may not be accurately describing the issue. I have inherited a small lab mostly SUN V120s. We lost power and are trying to recover. Nope no backups... The primary issue I have is 1 box is an Oracle Server. It has 2 36Gb harddrives. I am able to... (3 Replies)
Discussion started by: murphsr
3 Replies

8. UNIX for Dummies Questions & Answers

So lost

I have been reading up on starting a website, but i am still lost. I am in much need of assistance. Kind of a step by step because i still don't know where to start. please help. thank you (1 Reply)
Discussion started by: sweetie020602
1 Replies

9. Shell Programming and Scripting

lost again

will this script work? I want to use it in unix. clear ans='y' While test $ans='y' do notfound() { echo $response " is not logged in" } found() { echo $response "is logged into " $name } name=`ps -eaf | grep "\<$response\>" | cut -b 80-85` if ; then name=`rsh server2 ps -eaf... (7 Replies)
Discussion started by: azman
7 Replies
Login or Register to Ask a Question
onscripter(6)							   Games Manual 						     onscripter(6)

NAME
nsaconv -- NSA archive converter SYNOPSIS
nsaconv [-e] [-j] [-ns2] [-ns3] [-q quality] src_width dst_width src_archive_file dst_archive_file DESCRIPTION
This manual page documents briefly the nsaconv command. This manual page was written for the Debian distribution because the original program does not have a manual page. nsaconv is a program that converts the archive file of the visual novel games engine ONScripter into different width or quality. It is use- ful to adjust the size of the archive file. And it is also useful to adjust the width of the game for playing on some hand-held game plat- form like PSP. The src_width should be 640 or 800. And the dst_width can be 176, 220, 320, 360, 384, 640, and etc. OPTIONS
-e Enhanced mode. -j Convert BMPs to JPGs. -ns2 The archive type is NS2. -ns3 The archive type is NS3. -q quality Adjust JPEG quality, from 0 to 100. SEE ALSO
onscripter (6), nsadec (6), sardec (6). AUTHOR
This manual page was written by Ying-Chun Liu (PaulLiu) grandpaul@gmail.com for the Debian system (but 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 2 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. onscripter(6)