Thousand Parsec 0.5.0 (C++ Server branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Thousand Parsec 0.5.0 (C++ Server branch)
# 1  
Old 05-01-2008
Thousand Parsec 0.5.0 (C++ Server branch)

Image Thousand Parsec is a turn-based space empire building game, as well as a framework for creating a similar group of games, which are often called 4X games (eXplore, eXpand, eXploit, and eXterminate). Some examples of games from which Thousand Parsec draws ideas are Reach for the Stars, Stars!, VGA Planets, Master of Orion, and Galactic Civilizations. Unlike commercial alternatives, it is designed for long games supporting universes as large as your computer can handle. It allows a high degree of player customization, and features a flexible technology system where new technologies may be introduced mid-game. License: GNU General Public License (GPL) Changes:
This release includes last year's Google Summer of Code project, Reach for the Stars Clone ruleset. A large number of other improvements have been made, such as a new Object model, TP04 protocol support, better control over what players can see on the server, and a history that supports MySQL persistence. This release is a significant step towards the goal of a fully featured server.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Concatenate several thousand files in unix

Hello, I would like to concatenate several thousand files (~40,000) into 1. I cannot do it with cat *.extension - it gives me an error that there are too many arguments. Any suggestions? Thanks, Gussi (6 Replies)
Discussion started by: Gussifinknottle
6 Replies

2. Linux

Try thousand times could not resolve famous ORA-12514 error

It is related to Linux, Oracle 9.2.0. I am new to Oracle. I am trying to connect to Oracle database say A, but as I am running this command dbstart the error is “ORA-12514: TNS: listener could not resolve SERVICE_NAME given in connect descriptor” I have successfully started lsnrctl. Here... (3 Replies)
Discussion started by: yajneshilu
3 Replies

3. Shell Programming and Scripting

getting thousand of permissions

Hi, I would like to ask if someone could help me to shorten this process. If example i will have a thousand files and i want to get there permisions. pls help. $ sh researcher2.sh rm /home/aris/logs/logna rm a12 for i in `aclget /usr/bin/uname` do grep -e $i ownership | awk '{print $1}'... (13 Replies)
Discussion started by: invinzin21
13 Replies

4. Shell Programming and Scripting

removing thousand of carriage returns using sed

I need to replace thousands of carriage returns/line breaks in a large xml file and with spaces. I hope to do so with a script, called, for example, "removeCRs." I would invoke this at the command line as ml5003$ sed -f /Users/ml5003/removeCRs oldFile > newFile The script, I presume, would... (4 Replies)
Discussion started by: ml5003
4 Replies

5. What is on Your Mind?

65 thousand dollar question

I was just a-wondering through some hardware and software sites, and in one of them, I was scrolling down a UNIX os page when I noticed that the prices for these OS's were climbing alarmingly high; in the 5 to 10 G's. Imagine my surprise when I saw one particular UNIX os selling for 65 freakin'... (10 Replies)
Discussion started by: mud
10 Replies
Login or Register to Ask a Question
DARKPLACES(6)							   Games Manual 						     DARKPLACES(6)

NAME
darkplaces - an engine for iD software's Quake and related games SYNOPSIS
darkplaces [ -options ] [ +set cvar value ] [ +console commands ] DESCRIPTION
DarkPlaces is an OpenGL-only engine for Quake and related games, with greatly enhanced effects and lighting and many features for mods. OPTIONS
This program follows the Quake convention, with long options starting with a single dash (`-'). Options include: -basedir Specify the location of the game data files. The default is the current directory, which is not usually useful. -dedicated Run as a dedicated server, without the GUI. Alternatively, you can run darkplaces-server if installed. -game Start the game using the files from a mission pack or a mod. -hipnotic Start the game with the Hipnotic mission pack. -rogue Start the game with the Rogue mission pack. -nexuiz Expect the basedir to contain the standalone game Nexuiz, instead of Quake. Various other mods and standalone games are supported, see /usr/share/doc/darkplaces/README.Debian. SEE ALSO
darkplaces-server(6), /usr/share/doc/darkplaces/README.Debian. AUTHOR
DarkPlaces was based on Quake by id Software, and is maintained by LordHavoc and numerous contributors. This manual page was written by David Banks <amoebae@gmail.com> and Simon McVittie <smcv@debian.org> for the Debian project, and may be used by others. 2011-06-06 DARKPLACES(6)