battlestar galactica beyond the red line mod
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4014
Beyond The Red Line Demo
Beyond the Red Line is a stand-alone total conversion for the award-winning Freespace 2. more>>
Beyond the Red Line project is a stand-alone total conversion for the award-winning Freespace 2 released by Volition and Interplay for the PC. It is based on the popular new tv-show Battlestar Galactica. No, not the one from the 70s.
Will I need Freespace 2 to play it?
No, Beyond the Red Line is a stand-alone conversion and will not require Freespace 2. All you need for playing will be included in the download.
Is it free?
Absolutely. The game is made by fans for the fans, no profit is being made from any part of the project. Although we could use some pizzas and coke to keep our mortal bodies running.
That about covers it... a BSG total conversion of FS2 that has just released a demo version. it plays really well and looks amazing. a must for any BSG fan.
Enhancements:
- This demo contains spoilers for the second season of BSG, so if you havent seen that season yet you should pass on this game for now.
<<lessWill I need Freespace 2 to play it?
No, Beyond the Red Line is a stand-alone conversion and will not require Freespace 2. All you need for playing will be included in the download.
Is it free?
Absolutely. The game is made by fans for the fans, no profit is being made from any part of the project. Although we could use some pizzas and coke to keep our mortal bodies running.
That about covers it... a BSG total conversion of FS2 that has just released a demo version. it plays really well and looks amazing. a must for any BSG fan.
Enhancements:
- This demo contains spoilers for the second season of BSG, so if you havent seen that season yet you should pass on this game for now.
Download (MB)
Added: 2007-04-23 License: Freeware Price:
925 downloads
Aero AIO: cpu/mem plugin mod 2.1.3
Aero AIO: cpu/mem plugin mod is a mod of the cpu/memory plugin for aero aio. more>>
Aero AIO: cpu/mem plugin mod is a mod of the cpu/memory plugin for aero aio. The hardware information is gathered via backends. You can easily write a python backend for your hardware.
Look at the files cpumemv2_backend.py, cpumemv2_default.py and cpumemv2_i8k.py to learn how to write backends.
Main features:
- default backend that supports CPU temeratures via /proc/acpi/thermal_zone and hard disk temperatures via hddtemp. You can start hddtemp by (as root)
- hddtemp -d /dev/hda
- Replace hda with the hard disk you want monitored.
- ibmacpi backend (for IBM laptops). Thanks to Frank Fiene. Supports CPU, GPU, hdd, fan and pci data, via the ibm acpi kernel module. Boy those IBM laptops have a lot of sensors!
- i8k backend (for Dell laptops). Supports cpu temp and fan speeds via the i8k kernel module.
- The backends are cascaded. The code automatically looks through all backends for support of each feature. the final feature set is the union of all backends
- If an update temporarily fails (this tends to happen with hddtemp), it is indicated on the theme by the : in front of the sensor name becoming an _
<<lessLook at the files cpumemv2_backend.py, cpumemv2_default.py and cpumemv2_i8k.py to learn how to write backends.
Main features:
- default backend that supports CPU temeratures via /proc/acpi/thermal_zone and hard disk temperatures via hddtemp. You can start hddtemp by (as root)
- hddtemp -d /dev/hda
- Replace hda with the hard disk you want monitored.
- ibmacpi backend (for IBM laptops). Thanks to Frank Fiene. Supports CPU, GPU, hdd, fan and pci data, via the ibm acpi kernel module. Boy those IBM laptops have a lot of sensors!
- i8k backend (for Dell laptops). Supports cpu temp and fan speeds via the i8k kernel module.
- The backends are cascaded. The code automatically looks through all backends for support of each feature. the final feature set is the union of all backends
- If an update temporarily fails (this tends to happen with hddtemp), it is indicated on the theme by the : in front of the sensor name becoming an _
Download (0.007MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1226 downloads
ical for Red Hat 2.2
ical for Red Hat is the ical program, packaged for Red Hat. more>>
ical for Red Hat is an effort to provide the ical program in RPM format for users of current versions of Red Hat Linux.
<<less Download (0.22MB)
Added: 2005-04-19 License: Freely Distributable Price:
1648 downloads
Snoopy vs. the Red Baron 1.0
Snoopy vs. the Red Baron is an open-source one/two player combat game, available for Mac OS X, Linux, BeOS, QNX and Windows. more>>
Snoopy vs. the Red Baron is an open-source one/two player combat game, available for Mac OS X, Linux, BeOS, QNX and Windows.
The original Snoopy was a tiny game for the Apple Macintosh, with black and white graphics, but already almost all the levels of the new Snoopy/SDL were implemented.
Snoopy could be played by two opponents, sharing a single screen and keyboard, and although it had poor graphics and tough controls, we very much liked to play it.
While we learned programming, we constantly sought for simple, yet interesting projects. If you have ever tried to learn a new language or API, you will have recognized that the simplest way in mastering the stuff is simply reprogramming an existing application, without losing much thought on design and originality.
So my friend reprogrammed Snoopy, in Object Pascal, using SAT, the Sprite Animation Toolkit, on his Classic II. That version of Snoopy features a fully functional AI, network play, but only the first level ( weapons drop).
While he was at it, he also implemented a "missing feature", the bombs, for which there where graphics and sounds in the game, but which could not be thrown.
When I discovered SDL, I recognized that it would be ideal for the job. Running on Windows, Linux, MacOS, BeOS and many other platforms, it is my new toolkit of choice for multimedia programming. It took us several weeks to port Snoopy (besides going to school, but now the work is almost done, with only the finishing touches to be made.
I can only encourage everyone to try SDL; it is really easy and portable (if worked right).
<<lessThe original Snoopy was a tiny game for the Apple Macintosh, with black and white graphics, but already almost all the levels of the new Snoopy/SDL were implemented.
Snoopy could be played by two opponents, sharing a single screen and keyboard, and although it had poor graphics and tough controls, we very much liked to play it.
While we learned programming, we constantly sought for simple, yet interesting projects. If you have ever tried to learn a new language or API, you will have recognized that the simplest way in mastering the stuff is simply reprogramming an existing application, without losing much thought on design and originality.
So my friend reprogrammed Snoopy, in Object Pascal, using SAT, the Sprite Animation Toolkit, on his Classic II. That version of Snoopy features a fully functional AI, network play, but only the first level ( weapons drop).
While he was at it, he also implemented a "missing feature", the bombs, for which there where graphics and sounds in the game, but which could not be thrown.
When I discovered SDL, I recognized that it would be ideal for the job. Running on Windows, Linux, MacOS, BeOS and many other platforms, it is my new toolkit of choice for multimedia programming. It took us several weeks to port Snoopy (besides going to school, but now the work is almost done, with only the finishing touches to be made.
I can only encourage everyone to try SDL; it is really easy and portable (if worked right).
Download (0.35MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1409 downloads
App::SimpleScan::Substitution::Line 2.02
App::SimpleScan::Substitution::Line is a line with optional fixed variable values. more>>
App::SimpleScan::Substitution::Line is a line with optional fixed variable values.
SYNOPSIS
my $line =
App::SimpleScan::Substitution::Line->new(" this ");
# Use only this value when substituting " ".
$line->fix(substituite => change);
# what vars are fixed?
my @fixed_ones = $line->fixed();
# Forget about now.
$line->unfix(substitute);
# Forget all fixed variables.
$line->no_fixed
# Get the line back as a string.
print "$line";
App::SimpleScan::Substitution::Line allows us to associate fixed substitution values with a specific string. This allows us to re-substituted the same value if, during string substitution, we find the variable reappearing as the result of substituting some other variable. This eliminates the "cross-product" bug that appeared in some complex nest substitions.
<<lessSYNOPSIS
my $line =
App::SimpleScan::Substitution::Line->new(" this ");
# Use only this value when substituting " ".
$line->fix(substituite => change);
# what vars are fixed?
my @fixed_ones = $line->fixed();
# Forget about now.
$line->unfix(substitute);
# Forget all fixed variables.
$line->no_fixed
# Get the line back as a string.
print "$line";
App::SimpleScan::Substitution::Line allows us to associate fixed substitution values with a specific string. This allows us to re-substituted the same value if, during string substitution, we find the variable reappearing as the result of substituting some other variable. This eliminates the "cross-product" bug that appeared in some complex nest substitions.
Download (0.053MB)
Added: 2007-02-12 License: Perl Artistic License Price:
984 downloads
Crystal Vista XT Paolo Icon Mod 1.5
Crystal Vista XT Paolo Icon Mod is a mouse cursor theme. more>>
Crystal Vista XT Paolo Icon Mod is NOT my theme, I modified Vista Inspirate, Crystal Clear, Nuove XT and other Icons like Debian Icons, Firefox Alternative and much more.
I take my favourite icons from these Icons-theme and I create my Mod, Crystal Vista XT Paolo Mod.
Vista Inspirate is created by Saki
(http://www.kde-look.org/content/show.php?content=31585)
Crystal Clear is created by Everaldo
(http://www.kde-look.org/content/show.php?content=25668)
Nuove XT is created by Saki
(http://www.kde-look.org/content/show.php?content=26449)
OsX is created by kiddo
(http://www.gnome-look.org/content/show.php?content=31618)
Debian Icons is created by OnkelchenTobi
(http://www.kde-look.org/content/show.php?content=26430)
Sparkling Icon Folder (for non debian linux) is created by flow:
(http://www.kde-look.org/content/show.php?content=9245)
<<lessI take my favourite icons from these Icons-theme and I create my Mod, Crystal Vista XT Paolo Mod.
Vista Inspirate is created by Saki
(http://www.kde-look.org/content/show.php?content=31585)
Crystal Clear is created by Everaldo
(http://www.kde-look.org/content/show.php?content=25668)
Nuove XT is created by Saki
(http://www.kde-look.org/content/show.php?content=26449)
OsX is created by kiddo
(http://www.gnome-look.org/content/show.php?content=31618)
Debian Icons is created by OnkelchenTobi
(http://www.kde-look.org/content/show.php?content=26430)
Sparkling Icon Folder (for non debian linux) is created by flow:
(http://www.kde-look.org/content/show.php?content=9245)
Download (17.6MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
690 downloads
Beyond Linux From Scratch 6.2.0
Beyond Linux From Scratch or BLFS in short, is a project that continues where the LFS book finishes. more>>
Beyond Linux From Scratch or BLFS in short, is a project that continues where the LFS book finishes. It assists users in developing their systems according to their needs by providing a broad range of instructions for installing and configuring various packages on top of a base LFS system.
Why would I want a BLFS system?
If you are wondering why you would want a BLFS system or dont know what LFS is then you dont want to be here just yet - you should head over to the LFS Project Homepage where all will be explained.
What can I do with my BLFS system?
Nearly anything! An LFS system is primed to become a system that fits whatever need you have. BLFS is the book that takes you down your own custom path. You could build an office workstation, a multimedia desktop, a router, a server, or all of the above! And the best part is you only install what you need.
Enhancements:
- Version 6.2.0 of BLFS has been released. Version 6.2.0 is the complement to the LFS 6.2 book. More time has elapsed between the release of the previous version (6.1) and this one than in any other release cycle. Much of this is due to the fact that LFS 6.2 took much longer to be released than was originally anticipated. Many new packages have been introduced in the 6.2.0 version, as well as many updates, refinements and additions to the existing packages.
<<lessWhy would I want a BLFS system?
If you are wondering why you would want a BLFS system or dont know what LFS is then you dont want to be here just yet - you should head over to the LFS Project Homepage where all will be explained.
What can I do with my BLFS system?
Nearly anything! An LFS system is primed to become a system that fits whatever need you have. BLFS is the book that takes you down your own custom path. You could build an office workstation, a multimedia desktop, a router, a server, or all of the above! And the best part is you only install what you need.
Enhancements:
- Version 6.2.0 of BLFS has been released. Version 6.2.0 is the complement to the LFS 6.2 book. More time has elapsed between the release of the previous version (6.1) and this one than in any other release cycle. Much of this is due to the fact that LFS 6.2 took much longer to be released than was originally anticipated. Many new packages have been introduced in the 6.2.0 version, as well as many updates, refinements and additions to the existing packages.
Download (MB)
Added: 2007-02-16 License: (FDL) GNU Free Documentation License Price:
986 downloads
EZ Red Skin Fix
EZ Red Skin Fix is a script-fu that can be used to improve skin that has a reddish tint. more>>
EZ Red Skin Fix is a script-fu based on a technique by lylejk of dpreview.com that can be used to improve skin that has a reddish tint.
<<less Download (MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1139 downloads
C++ Command Line Library 0.3
C++ Command Line Library provides a framework for handling command line options and arguments. more>>
C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line.
It was developed and tested using kdevelop 2.1 and gcc 2.95.3 on SuSE Linux 7.3.x
Main features:
- Easy extraction of command line arguments
- Automatic conversion of command line arguments to any type (even user defined classes)
- Convenient handling of command line usage errors by exceptions
- Complete documentation
- And all this is absolutely free
<<lessIt was developed and tested using kdevelop 2.1 and gcc 2.95.3 on SuSE Linux 7.3.x
Main features:
- Easy extraction of command line arguments
- Automatic conversion of command line arguments to any type (even user defined classes)
- Convenient handling of command line usage errors by exceptions
- Complete documentation
- And all this is absolutely free
Download (0.83MB)
Added: 2006-11-15 License: LGPL (GNU Lesser General Public License) Price:
1084 downloads
StarTrade V0056
StarTrade isa 2D topdown spacesimulation. more>>
StarTrade isa 2D topdown spacesimulation.
Main features:
- Game complete modifiable
- Nice particelsystem for smoke and spaceship engine etc.
- cool explosions
- intelligent NPCs, living Universe.
- weapons, ships, items, trade goods
- Prices change by demand and supply
- three factions
- actionfull spacefights
StarTrade is a Spacesimulation like Wing Commander:Privateer or X-Beyond the Frontier with 2D world view. You can trade, pirate or work for the Allianze to hunt pirats.
As some of you may have noticed, there was a game-submission a few months ago - "StarTrade", a freeware-currently-in-development-spacesim ressembling Wing Commander: privateer, Freelancer or X. But as most comments were positive, motivating to download StarTrade and give it a go, a problem showed up: StarTrade has been german-only.
I suddendly realized that, when releasing StarTrade for Linux-users, there will be also a large number of potentional gamers who do not speak german, so I started a communityproject in our official forum aiming at a first, rough (well.. we got a slight lack of translators who speak english as their first language) english translation - and here it is. Just visit the official StarTrade homepage (http://www.fetzenet.de), download, after already having installed StarTrade, the English-Mod and follow the instructions.
However, this is only a first attempt - Ive created an international Area in the official forum and everyones welcome to visit us. If you encounter any translation-errors or just want to improve something feel free to join the communityproject - the released version is only a first try.
Thats it. Have fun to everyone who will try out StarTrade e.g. the international Version of it!
<<lessMain features:
- Game complete modifiable
- Nice particelsystem for smoke and spaceship engine etc.
- cool explosions
- intelligent NPCs, living Universe.
- weapons, ships, items, trade goods
- Prices change by demand and supply
- three factions
- actionfull spacefights
StarTrade is a Spacesimulation like Wing Commander:Privateer or X-Beyond the Frontier with 2D world view. You can trade, pirate or work for the Allianze to hunt pirats.
As some of you may have noticed, there was a game-submission a few months ago - "StarTrade", a freeware-currently-in-development-spacesim ressembling Wing Commander: privateer, Freelancer or X. But as most comments were positive, motivating to download StarTrade and give it a go, a problem showed up: StarTrade has been german-only.
I suddendly realized that, when releasing StarTrade for Linux-users, there will be also a large number of potentional gamers who do not speak german, so I started a communityproject in our official forum aiming at a first, rough (well.. we got a slight lack of translators who speak english as their first language) english translation - and here it is. Just visit the official StarTrade homepage (http://www.fetzenet.de), download, after already having installed StarTrade, the English-Mod and follow the instructions.
However, this is only a first attempt - Ive created an international Area in the official forum and everyones welcome to visit us. If you encounter any translation-errors or just want to improve something feel free to join the communityproject - the released version is only a first try.
Thats it. Have fun to everyone who will try out StarTrade e.g. the international Version of it!
Download (29.9MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1020 downloads
Make-Money-On-Line 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-05 License: Freeware Price: Free
201 downloads
Tao Live CD 5.00
Tao Linux is a project to build a free Linux distribution from the sources used in the Red Hat Enterprise product line. more>>
Tao Linux is a project to build a free Linux distribution from the sources used in the Red Hat Enterprise Linux product line.
The target market is either experienced system administrators who would like freely available binaries of this code, or end users who are interested in experimenting with enterprise functionality.
Besides being mostly compatible with Red Hat Enterprise Linux 3, it also includes software packages such as Eclipse and clustering tools not found in the base RHEL products.
Main features:
- Yum used for updates
- Based on commercially produced Enterprise sources
- Many packages for Red Hat Enterprise Linux also run on Tao Linux
- Free as in speech and beer
- Security updates (in SRPM form, at least) available for seven years.
<<lessThe target market is either experienced system administrators who would like freely available binaries of this code, or end users who are interested in experimenting with enterprise functionality.
Besides being mostly compatible with Red Hat Enterprise Linux 3, it also includes software packages such as Eclipse and clustering tools not found in the base RHEL products.
Main features:
- Yum used for updates
- Based on commercially produced Enterprise sources
- Many packages for Red Hat Enterprise Linux also run on Tao Linux
- Free as in speech and beer
- Security updates (in SRPM form, at least) available for seven years.
Download (MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
915 downloads
StandAloneQ3 0.1
StandAloneQ3 is a modified version of the GPL engine of Quake3. more>>
StandAloneQ3 is a modified version of the GPL engine of Quake3 which allows the player to start mods without the need of the Quake3 original CD
StandAloneQ3 is free software released under the GPL license.
To run saq3 you need to launch the mod from the command line like that:
- for windows: quake3.exe +set sf_name fname
- for linux: quake3 +set sf_name fname
Where fname is the folder name of the mod you want to run.
Known working mods are:
- World of Pandam ( http://www.worldofpadman.com/ )
- Western Quake 3 ( http://www.westernquake3.net/ )
If most of the mods will run, some shaders and/or textures used by mods may be missing, displaying errors in the game window.
When the game and maps are loaded missing textures/shaders are logged in the file "missing_shader-textures.log".
It has been reported that using the "pak0.pk3" file provided in Quake3 Arena Demo ( you need to create the folder "baseq3" in the software directory then copy pak0.pk3 in) may solve most of the shader/texture problems found in several mods and will allow bots to work.
In fact, any .pk3 file you have obtained legally can be added in baseq3 folder to complete missing textures or shaders. You must increment pak number every time you add a new one (pak0.pk3, pak1.pk3, pak2.pk3, etc... )
Quake, Quake 3 and Quake 3 Arena are trade marks of Id Software.
<<lessStandAloneQ3 is free software released under the GPL license.
To run saq3 you need to launch the mod from the command line like that:
- for windows: quake3.exe +set sf_name fname
- for linux: quake3 +set sf_name fname
Where fname is the folder name of the mod you want to run.
Known working mods are:
- World of Pandam ( http://www.worldofpadman.com/ )
- Western Quake 3 ( http://www.westernquake3.net/ )
If most of the mods will run, some shaders and/or textures used by mods may be missing, displaying errors in the game window.
When the game and maps are loaded missing textures/shaders are logged in the file "missing_shader-textures.log".
It has been reported that using the "pak0.pk3" file provided in Quake3 Arena Demo ( you need to create the folder "baseq3" in the software directory then copy pak0.pk3 in) may solve most of the shader/texture problems found in several mods and will allow bots to work.
In fact, any .pk3 file you have obtained legally can be added in baseq3 folder to complete missing textures or shaders. You must increment pak number every time you add a new one (pak0.pk3, pak1.pk3, pak2.pk3, etc... )
Quake, Quake 3 and Quake 3 Arena are trade marks of Id Software.
Download (7.5MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1383 downloads
Convert::Wiki::Node::Line 0.05
Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). more>>
Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler).
SYNOPSIS
use Convert::Wiki::Node::Line;
my $hr = Convert::Wiki::Node::Line->new( );
print $hr->as_wiki();
A Convert::Wiki::Node::Line represents a horizontal line (aka ruler).
<<lessSYNOPSIS
use Convert::Wiki::Node::Line;
my $hr = Convert::Wiki::Node::Line->new( );
print $hr->as_wiki();
A Convert::Wiki::Node::Line represents a horizontal line (aka ruler).
Download (0.019MB)
Added: 2006-08-21 License: Perl Artistic License Price:
1159 downloads
Enemy Lines 7 0.6
Enemy lines 7 is a single player first person 3d shooter game. more>>
Enemy lines 7 is a single player first person 3d shooter game.
Shoot down enemy bombers threatening your city.
<<lessShoot down enemy bombers threatening your city.
Download (0.13MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above battlestar galactica beyond the red line mod search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed