Main > Free Download Search >

Free tw software for linux

tw

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
SMS::Send::TW::PChome 0.01

SMS::Send::TW::PChome 0.01


SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw. more>>
SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw.

SYNOPSIS

use SMS::Send::TW::PChome;

my $sender = SMS::Send->new(TW::PChome,
_username => UserName,
_password => Password,
_authcode => AuthCode,
);

my $sent = $sender->send_sms(
text => My very urgent message,
to => 0912345678,
);

<<less
Download (0.003MB)
Added: 2007-03-26 License: Perl Artistic License Price:
946 downloads
Geography::NationalGrid::TW 0.03

Geography::NationalGrid::TW 0.03


Geography::NationalGrid::TW is a Perl module to convert Taiwan Datum (TWD67/TM2, TWD97/TM2) to/from Latitude and Longitude. more>>
Geography::NationalGrid::TW is a Perl module to convert Taiwan Datum (TWD67/TM2, TWD97/TM2) to/from Latitude and Longitude.

SYNOPSIS

You should _create_ the object using the Geography::NationalGrid factory class, but you still need to know the object interface, given below.
# default TWD97
my $point1 = new Geography::NationalGrid::TW(
Easting => 302721.36,
Northing => 2768851.3995,
);
printf("Point 1 is %f X and %f Yn", $point1->easting, $point1->northing);
printf("Point 1 is %f N and %f En", $point1->latitude, $point1->longitude);
# transform to TWD67
$point1->transform(TWD67);

Once created, the object allows you to retrieve information about the point that the object represents. For example you can create an object using easting / northing and the retrieve the latitude / longitude.

<<less
Download (0.005MB)
Added: 2006-08-23 License: Perl Artistic License Price:
1157 downloads
WWW::Google::News::TW 0.11

WWW::Google::News::TW 0.11


WWW::Google::News::TW is a Perl module that can access to Googles Taiwan News Service (Not Usenet). more>> <<less
Download (0.011MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1062 downloads
Download Manager Tweak 0.7.2

Download Manager Tweak 0.7.2


Download Manager Tweak provides a modification of the Firefox download manager that changes its appearance. more>>
Download Manager Tweak provides a modification of the Firefox download manager that changes its appearance.
The Download Manager Tweak extension streamlines the current Firefox download manager. The extension allows the Firefox download manager to be opened in a separate window, the sidebar, or a tab.
The extension also modifies the default appearance of the download manager to make it more concise and intuitive.
Main features:
- The download manager (DM) can now be opened in a separate window, the sidebar, or a tab.
- The toolbar can be positioned on the top or bottom of the DM window.
- The user can select which buttons should on the toolbar.
- The skin support has been fixed.
- Other minor options.
- New: Rudimentary download queue -- highly experimental
- German (de-DE) translation (thanks to Hendrik Gebhardt)
- Spanish (es-ES) translation (thanks to Carlos)
- Dutch (nl-NL) translation (thanks to Pascal De Vuyst)
- Russian (ru-RU) translation (thanks to Nik Skyfly)
- Chinese (zh-TW) translation (thanks to Kuo Wen-Hsing)
- French (fr-FR) translation (thanks to PhiNux and The_Sims)
- Polish (pl-PL) translation (thanks to cambridge)
- Swedish (sv-SV) translation (thanks to Carlos Murakami)
- Italian (it-IT) translation (thanks to Giuliano Masseroni)
- New: Japanese (ja-JP) translation (thanks to Premier)
<<less
Download (0.048MB)
Added: 2007-04-16 License: MPL (Mozilla Public License) Price:
1230 downloads
mkcdtoc 1.0

mkcdtoc 1.0


mkcdtoc is a small and flexible command line utility to create TOC files for cdrdao. more>>
mkcdtoc is a small and flexible command line utility to create TOC files for cdrdao. mkcdtoc project reads a list of audio files and outputs a TOC file with a track specification for each audio file.
Input data can be a raw list with one file name on each line, or an m3u play list. The program has a modular architecture and can be extended via plugins.
The distribution includes a few plugins that can retrieve meta information from audio files to fill CD-TEXT blocks in the generated TOC file. There are plugins to perform audio file to WAVE format conversion.
To install mkcdtoc type:
# tar xjf mkcdtoc-VERSION.tar.bz2
# cd mkcdtoc-VERSION
# make install
This will install executable to /usr/local/bin, man page to /usr/local/man/man1 and plugins to /usr/local/share/mkcdtoc/plugins. You can change the installation prefix by editing include.mak.
vim:tw=70
Enhancements:
- New plugins info-ogginfo and info-translit-cyr.
- New options to disable arbitrary CD-TEXT flags.
- Minor improvements and bugfixes.
<<less
Download (0.027MB)
Added: 2006-03-17 License: GPL (GNU General Public License) Price:
1317 downloads
Urwid 0.9.8

Urwid 0.9.8


Urwid is a curses-based user interface library. more>>
Urwid is a curses-based user interface library.
Main features:
- Fluid interface resizing (xterm window resizing / fbset on Linux console)
- Web application display mode using Apache and CGI [Live Demo]
- Support for 8-bit and CJK encodings
- Multiple text alignment and wrapping modes built-in
- Ability to register user-defined text alignment and wrapping modes
- Simple markup for setting text attributes
- Powerful list box that handles scrolling between different widget types
- List box contents may be managed with a user-defined class
- Flexible edit box for editing many different types of text
- Buttons, check boxes and radio boxes
- Customizable layout for all widgets
- Easy interface for creating HTML screen shots
Supported Encodings
Urwid supports the following character encodings:
- ISO-8859-*
- EUC-JP (JISX 0208 only)
- EUC-KR
- EUC-CN (aka CN-GB)
- EUC-TW (CNS 11643 plain 1 only)
- GB2312
- GBK
- BIG5
- UHC
Version restrictions:
- UTF-8 support will require non-backwards-compatible changes to the line translation structure returned by get_line_translation(..).
- curses cannot distinguish between bright foregrounds and bold text in xterm. A new display module that speaks control codes directly may be the only solution.
<<less
Download (0.10MB)
Added: 2007-03-26 License: LGPL (GNU Lesser General Public License) Price:
945 downloads
Encode::HanExtra 0.10

Encode::HanExtra 0.10


Encode::HanExtra Perl module contains extra sets of Chinese encodings. more>>
Encode::HanExtra Perl module contains extra sets of Chinese encodings.



SYNOPSIS

use Encode;

# Traditional Chinese
$euc_tw = encode("euc-tw", $utf8); # loads Encode::HanExtra implicitly
$utf8 = decode("euc-tw", $euc_tw); # ditto

# Simplified Chinese
$gb18030 = encode("gb18030", $utf8); # loads Encode::HanExtra implicitly
$utf8 = decode("gb18030", $gb18030); # ditto

Perl 5.7.3 and later ships with an adequate set of Chinese encodings, including the commonly used CP950, CP936 (also known as GBK), Big5 (alias for Big5-Eten), Big5-HKSCS, EUC-CN, HZ, and ISO-IR-165.

However, the numbers of Chinese encodings are staggering, and a complete coverage will easily increase the size of perl distribution by several megabytes; hence, this CPAN module tries to provide the rest of them.

If you are using perl 5.8 or later, Encode::CN and Encode::TW will automatically load the extra encodings for you, so theres no need to explicitly write use Encode::HanExtra if you are using one of them already.

ENCODINGS

This version includes the following encoding tables:

Canonical Alias Description
-----------------------------------------------------------------------------
big5-1984 /b(tca-)?big5-?(19)?84$/i TCAs original Big5-1984
big5ext /b(cmex-)?big5-?e(xt)?$/i CMEXs Big5e Extension
big5plus /b(cmex-)?big5-?p(lus)?$/i CMEXs Big5+ Extension
/b(cmex-)?big5+$/i
cccii /b(ccag-)?cccii$/i Chinese Character Code for
Information Interchange
cns11643-1 /bCNS[-_ ]?11643[-_]1$/i Taiwans CNS map, plane 1
cns11643-2 /bCNS[-_ ]?11643[-_]2$/i Taiwans CNS map, plane 2
cns11643-3 /bCNS[-_ ]?11643[-_]3$/i Taiwans CNS map, plane 3
cns11643-4 /bCNS[-_ ]?11643[-_]4$/i Taiwans CNS map, plane 4
cns11643-5 /bCNS[-_ ]?11643[-_]5$/i Taiwans CNS map, plane 5
cns11643-6 /bCNS[-_ ]?11643[-_]6$/i Taiwans CNS map, plane 6
cns11643-7 /bCNS[-_ ]?11643[-_]7$/i Taiwans CNS map, plane 7
cns11643-f /bCNS[-_ ]?11643[-_]f$/i Taiwans CNS map, plane F
euc-tw /beuc.*tw$/i EUC (Extended Unix Character)
/btw.*euc$/i
gb18030 /bGB[-_ ]?18030$/i GBK with Traditional Characters
unisys /bunisys$/i Unisys Traditional Chinese
unisys-sosi1 Unisys SOSI1 transport encoding
unisys-sosi2 Unisys SOSI2 transport encoding

Detailed descriptions are as follows:

BIG5-1984

This is the original Big5 encoding made by TCA Taiwan.

BIG5PLUS

This encoding, while not heavily used, is an attempt to bring all Taiwans conflicting internal-use encodings together, and fit it as an extension to the widely-deployed Big5 range, by CMEX Taiwan.

BIG5EXT

The CMEXs second (and less ambitious) try at unifying the most commonly used characters not covered by Big5, while not polluting out of the 94x94 arragement like BIG5PLUS did.

CCCII

The earliest (and most sophisticated) Traditional Chinese encoding, with a three-byte raw character map, made in 1980 by the Chinese Character Analysis Group (CCAG), used mostly in library systems.

EUC-TW

The EUC transport version of CNS11643 (planes 1-7), the comprehensive character set used by the Taiwan government.

CNS11643-*

The raw character map extracted from the Unihan database, including the plane F which wasnt included in EUC-TW.

GB18030

An extension to GBK, this encoding lists most Han characters (both simplified and traditional), as well as some other encodings used by other peoples in China.

UNISYS

Unisys Systems internal Chinese mapping.

<<less
Download (1.3MB)
Added: 2007-07-25 License: Perl Artistic License Price:
822 downloads
Convert::GeekCode 0.51

Convert::GeekCode 0.51


Convert::GeekCode is a Perl module that can convert and generate geek code sequences. more>>
Convert::GeekCode is a Perl module that can convert and generate geek code sequences.

SYNOPSIS

use Convert::GeekCode; # exports geek_decode()

my @out = geek_decode(q(
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GB/C/CM/CS/CC/ED/H/IT/L/M/MU/P/SS/TW/AT d---x s+: a-- C++++ UB++++$
P++++$ L+ E--->+ W+++$ N++ !o K w--(++) O-- M-@ !V PS+++ PE Y+>++
PGP++ t+ 5? X+ R+++ !tv b++++ DI+++@ D++ G++++ e-(--) h* r++(+) z++*
------END GEEK CODE BLOCK------
)); # yes, thats the authors geek code

my ($key, $val);
print "[$key]n$valnn" while (($key, $val) = splice(@out, 0, 2));

Convert::GeekCode converts and generates Geek Code sequences (cf. http://geekcode.com/). It supports different langugage codes and user-customizable codesets.
Since version 0.5, this module uses YAML to represent the geek code tables, for greater readability and ease of deserialization. Please refer to http://www.yaml.org/ for more related information.

The geekgen and geekdec utilities are installed by default, and may be used to generate / decode geek code blocks, respectively

<<less
Download (0.025MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1180 downloads
Baseball::Sabermetrics 0.03

Baseball::Sabermetrics 0.03


Baseball::Sabermetrics is a baseball statistics module. more>>
Baseball::Sabermetrics is a baseball statistics module.

SYNOPSIS

Baseball::Sabermetrics provides an easy interface for calculating baseball statistics, given a data importer. In this package, Ive written CPBL.pm for (Chinese Professional Baseball League, http://www.cpbl.com.tw).

use Baseball::Sabermetrics;
use Baseball::Sabermetrics::CPBL;

my $league = Baseball::Sabermetrics->new(league => CPBL);

# Actually these are predefined.
# Those data with p_ or _allowed here are for seperating pitchers
# and batters.

$league->define(
rc => ab * obp,
babip => (h_allowed - hr_allowed) / (p_pa - h_allowed - p_so - p_bb - hr_allowed,
# what started with $ will be reserved.
# Players have team and league predefined, and team has league.
formula1 => hr / $_->team->hr;
formula2 => hr / $_->league->hr;
complex => sub {
print "You can write a sub directlyn";
$_->slg - $_->ba;
},
...
);

# Some formulas can be applied to players, teams, and league, depend on what
# columns are used in the formula. For example, ab and obp are defined for
# players, teams, and league, so that rc is available for all of them.

# top 5 obp of teams
$_->print qw/ team name ba obp slg isop / for $league->top(teams, 5, obp);

# top 10 obp of players
$_->print qw/ team name ba obp slg isop / for $league->top(players, 10, obp);

# show a players information
$league->players(Chien-Ming Wang)->print qw/ win lose ip so bb whip go_ao /;
$league->teams(Yankees)->players(Chien-Ming Wang)->print qw/ win lose ip so bb whip go_ao /;

# show team statistics data (accumulated from players)
$league->{Yankees}->print qw/ win lose ip so bb whip go_ao /;

# give a brief report for pitchers/batters of the team
$league->{Yankees}->report_pitchers qw/ name ip p_so p_bb whip go_ab /;
$league->{Yankees}->report_batters qw/ name ba obp slg isop /;

$league->report_teams qw/ name win lose era obp /;

# show all available formula
print join , $league->formula_list;

Data Structure

Baseball::Sabermetrics is aimed for providing a base class of your interested teams (a league, for example). Youll need to provide a data retriever to pull data out. The following example shows how you have to fill data into this structure.

$league = {
teams => {
Yankees => {
players => {
"Chien-Ming Wang" => {
bio => {
bats => right, # coule be left, switch
throws => right,
},
ip => 57.33333333333,
game => 9,
...
fielding => {
p => {
tc => 43,
pop => 4,
...
},
# b1 => { }, b2 => { }, b3 => { },
# first, second and thrid baseman should be
# b1, b2, and b3 respectively for convenient in
# fielding context. Because the initial of the
# name of subroutine cant be a number in perl.
},
};
...
}
},
Athletics => {
...
},
},
};

TERMS

Available terms of players (including teams and league, which are accumulated from players and could be treated as an abstract player) are:

# pitching
p_game win lose tie gs sv bs hld cg sho ip p_pa np h_allowed
hr_allowed sh_allowed sf_allowed p_bb p_ibb hb p_so wp bk ra er

# batting
pa ab rbi r h 1b 2b 3b hr tb dp sh sf ibb bb hbp so sb cs
tc po a e f_dp ppo tp pb c_cs c_sb

# fielding
pos fgame tc po a e f_dp tp pb c_cs c_sb

And there are additional terms for team:

game win lose tie

<<less
Download (0.030MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1025 downloads
Finance::Quote::Yahoo::Asia 1.12

Finance::Quote::Yahoo::Asia 1.12


Finance::Quote::Yahoo::Asia is Perl module to fetch quotes from Yahoo Asia. more>>
Finance::Quote::Yahoo::Asia is Perl module to fetch quotes from Yahoo Asia.

SYNOPSIS

use Finance::Quote;
$q = Finance::Quote->new;

%info = $q->fetch("asia","CREA.SI"); # Failover to other methods ok.
%info = $q->fetch("yahoo_asia","CREA.SI"); # Use this module only.

This module fetches information from Yahoo Asia. Symbols should be provided in the format "SYMBOL.EXCHANGE", where the exchange code is one of the following:
SI - Singapore
BO - Bombay
JK - Jakarta
HK - Hong Kong
NS - India
KS - Korea
KL - Kuala Lumpur
NZ - New Zealand
SS - Shanghai
SZ - Shenzhen
TW - Taiwan
TH - Thailand

This module provides both the "asia" and "yahoo_asia" methods. The "asia" method should be used if failover methods are desirable. The "yahoo_asia" method should be used you desire to only fetch information from Yahoo Europe.

Stocks are returned in the currency of the local exchange. You can use Finance::Quotes set_currency() feature to change the currency in which information is returned.

This module is loaded by default by Finance::Quote, but can be loaded explicitly by specifying the parameter "Yahoo::Asia" to Finance::Quote->new().

Information obtained by this module may be covered by Yahoos terms and conditions. See http://sg.finance.yahoo.com/ for more details.

<<less
Download (0.090MB)
Added: 2006-12-07 License: Perl Artistic License Price:
1058 downloads
Image Zoom 0.2.7 for Firefox

Image Zoom 0.2.7 for Firefox


Image Zoom is a Firefox extension which adds zoom functionality for images. more>>
Image Zoom is a Firefox extension which adds zoom functionality for images.
Easily zoom in, zoom out, fit image to screen or set custom zoom on individual images within a web page. All this can be done by using the context menu or a combination of mouse buttons and scroll wheel. Handy to see the finer details of smaller pics or to make very large pics fit within your screen
Page Zoom - Zoom all images on a web page with a single command or make all images on a page zoom with the browsers text zoom feature .
Interface is completely customisable.
Main features:
- Zoom In/Out
- RMB+scroll zooming (Right mouse button + mouse wheel zooming)
- Page Zooming
- Reset Image Size
- Custom Zoom
- Custom Dimensions
- Fit Image to Screen
- Zoom to Preset Values directly from menu
- Option to Change Zoom In/Out Factor
- Options to hide/show each menu item
- Show items in main context or a Zoom Image sub menu
- Locales cs-CZ, de-DE, en-US, es-AR, es-ES, fr-FR, hu-HU, it-IT, ja-JP, ko-KR, sl-SI, tr-TR, zh-TW
<<less
Download (0.082MB)
Added: 2007-04-09 License: MIT/X Consortium License Price:
930 downloads
KBPack 0.1

KBPack 0.1


KBPack a package for installing pre-compiled utilities, libraries, services, etc. on QNAP TS-101/TS-201. more>>
KBPack a package for installing pre-compiled utilities, libraries, services, etc. and extending some functionality on QNAP TS-101/TS-201. The application contains a Web UI to manage the services/functions (see below) supported by itself.

Function/Service Supported:

Apache HTTPd
- Max Connections limitation
- Bandwidth limitation
MySQL (need MySQL Pack v0.3.4 or higher installed)
- Enable/Disable TCP/IP Networking
- Set Port Number
- Change root Password
MTA (Message Transfer Agent, sendmail like utility - using sSMTP)
- Support PHP mail() function
- Set SMTP Server Name
- SMTP Authentication
- Send Test Message

How to install:

Upload KBPack tar file to a share folder (e.g. /share/KBPack) via SAMBA/FTP.
Here, using the user ID, administrator to access the share folder is recommanded.

Login in your TS-101/TS-201 via Telnet

TS-101 Firmware Telnet Version can be downloaded on http://www.qnap.com.tw/download.asp

Use tar to unpack/extract KBPack-v0.1.tar.

# cd /share/KBPack
# tar -xf ./KBPack-v0.1.tar

After executing the preceding commands, you can find a folder named KBPack in /share/KBPack.

Run install.sh to install KBPack

# cd KBPack
# ./install.sh

Use KBPack with your browser (Firefox or IE)

http://IP_OF_YOUR_NAS_SERVER:6000/KBPack/ or http://IP_OF_YOUR_NAS_SERVER:6000/cgi-bin/KBPack/

*Note: Please disable Recycle Bin before installing KBPack.

How to un-install:

Login in your TS-101/TS-201 via Telnet
Run uninstall.sh to un-install KBPack

# cd /share/KBPack/KBPack
# ./uninstall.sh

<<less
Download (0.28MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
506 downloads
Encode 2.21

Encode 2.21


Encode is a Perl module created to deal with character encodings. more>>
Encode is a Perl module created to deal with character encodings.

SYNOPSIS

use Encode;

Table of Contents

Encode consists of a collection of modules whose details are too big to fit in one document. This POD itself explains the top-level APIs and general topics at a glance. For other topics and more details, see the PODs below:

Name Description
--------------------------------------------------------
Encode::Alias Alias definitions to encodings
Encode::Encoding Encode Implementation Base Class
Encode::Supported List of Supported Encodings
Encode::CN Simplified Chinese Encodings
Encode::JP Japanese Encodings
Encode::KR Korean Encodings
Encode::TW Traditional Chinese Encodings
--------------------------------------------------------

The Encode module provides the interfaces between Perls strings and the rest of the system. Perl strings are sequences of characters.

The repertoire of characters that Perl can represent is at least that defined by the Unicode Consortium. On most platforms the ordinal values of the characters (as returned by ord(ch)) is the "Unicode codepoint" for the character (the exceptions are those platforms where the legacy encoding is some variant of EBCDIC rather than a super-set of ASCII - see perlebcdic).

Traditionally, computer data has been moved around in 8-bit chunks often called "bytes". These chunks are also known as "octets" in networking standards. Perl is widely used to manipulate data of many types - not only strings of characters representing human or computer languages but also "binary" data being the machines representation of numbers, pixels in an image - or just about anything.

When Perl is processing "binary data", the programmer wants Perl to process "sequences of bytes". This is not a problem for Perl - as a byte has 256 possible values, it easily fits in Perls much larger "logical character".

<<less
Download (1.9MB)
Added: 2007-05-15 License: Perl Artistic License Price:
894 downloads
Kokua 0.6

Kokua 0.6


Kokua is a Trade Wars 2002 assistant with an emphasis on being fully customizable. more>>
Kokua project is a Trade Wars 2002 assistant with an emphasis on being fully customizable.
Kokua is a Trade Wars 2002 assistant with the goal of being very easy for the user to customize for their use. Every screen is defined in user-modifiable XML user interface files similar to HTML. All actions are written in JavaScript, eliminating the difference between scripts and normal application behaviors. The initial emphasis of the project is to explore visualization and data mining.
Kokua was born out of a desire for an open source, Linux-compatible TW2002 helper, and a frustration working with the J-TWAT source code. J-TWAT was/is a great helper, but in an effort to build the ultimate helper, code organization was sacrificed to make way for development speed making it difficult to build upon. While Kokua borrowed many of the ideas of J-TWAT (like stream lexing triggers), Kokua is a complete rewrite. To encourage development, pains have been taken to cleanly separate functionality and push as much code into external scripts as possible. While JavaScript is used by default, many other scripting languages can be used. Furthermore, all Trade Wars-related code has been separated from the main application to support other text-based games or applications.
Kokua is NOT an attempt to create the ultimate TW2002 helper or scripting platform. Helpers like SWATH and scripting proxies like TWXProxy have way more features than Kokua will probably ever have. In particular, Kokua will not focus on scripting and but look to closely integrate with scripting proxies such as TWXProxy. Not that Im against the idea of a fully-featured TW helper, I just dont have time or motivation.
Main features:
- Easy to fully customize every screen
- Every application action modifyable, eliminating the difference between script and application action
- Browsable, customizable sector visualization
- Quick query of information using an XPath-like engine
- Unified chat interface that supports other protocols like IRC and IM (coming soon)
- Statistics display to highlight game metrics
- Easy macro record and playback ability
- Customizable reports, including port pairs
- Scripts can create and control complex gui forms
- Auto-update capable (when used with WebStart)
Enhancements:
- This release addresses major stability issues and adds better integration with TWXProxy.
- Operations such as pair port trading and Steal-Steal-Move (SSM) can now be executed with a single click.
- The sector map is now more stable and accurate.
<<less
Download (3.6MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
869 downloads
FoxGame 1.4.14

FoxGame 1.4.14


FoxGame is an extension that can be used to enhance user experience with O-game. more>>
FoxGame is an extension that can be used to enhance user experience with O-game.
Enhance user experience with O-game (now works in every o-game version)
Adds a lot of features to the webgame O-game.
It also integrates Database features inside the game.
O-Game, is a real-time spacial browser game.
bs-BA/hr-HR/cs-SR can be downloaded as a separate version from http://foxgame.mozdev.org/ because there is no especific firefox version for those languages.
Main features:
- Automatic universe selector in login page.
- Reduced galaxy view: Planet column is not rendered and its functinality is moved to Name col., debris header reduced also.
- Extra delete options and spy report options: You can control messages from the top or the bottom.
- Fleet arrival and return time: In fleet destiny selection page you will see the time when you fleet will arrive and come back to your planet.
- Fleet retreat time: In fleet page you will see the time when your fleet will arrive if you order to come back.
- Multilanguage support: es-ES(spanish), en-US(english), de-DE(deutsch), pl-PL(polish), fr-FR(french), nl-NL/nl-BR (dutch), it-IT (italian), bs-BA/sr-CS/hr-HR (bosnian, serbian, croatian), pt-PT/pt-BR(portugese), tr-TR(Turkish), zh-CN/zh-TW (Simplified chinese and traditional chinese), ru-RU (russian), da-DK (danish), si-SL (slovenian) and sv-SE/sv-FI (swedish). If your language is not supported and you want to translate it, mail me.
- Almost all finishing hours: Research and buildings finishing hours, hangars qeue finishing time, you can see date/time in overview if you wish and even in phalanx.
- Highlight ally and private messages: Ally and private messages now have a diferent background to see them easily.
- Highlight big debris fields: Debris fields bigger than you fix min will have different background in galaxy view.
- Autochoose mision type: You can define mission priorities so FoxGame will select the mission according to that.
- Online DBs integration: Send reports to Milos (only ogame.com.es), EspRep and GalaxieTool directly within OGame (solar systems, stats and spy reports supported).
- In mines and power plants info screens (the ones you see when you click in the name) you will see the diferences between your actual level and the rest.
- Autoselect fleet destination: Select coord text anywhere go to fleet send screen and Voila! the destination is already selected. There is no need to take down numbers anymore.
- Private message signatures.
<<less
Download (0.057MB)
Added: 2007-07-11 License: MPL (Mozilla Public License) Price:
611 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2