Search everything OGAME with Google  >>>>>   Google Custom Search

OGAMEBLOG.COM

Don't forget to BOOKMARK

Home
Calculators
Cheats
Tools
Tips
Dictionary
About OG
Video
Pictures
Skins
News
Pranger
Store
Site Map
 
OGame
OG Forum
 
Contact

 

THANK YOU FOR YOUR DONATION

Donations will be used to pay for server upkeep and maintenance. Thanks Again.


OGame Spreadsheet Debris Calculator


Macros - what are they and can they help me in OGAME


Video Game Overuse May Be an Addiction

Swedish OGame Strike

OGame Money (dark Matter)

OGame OGameblog can help with OGame Play

OGame Cheats & OGame on Wikipedia

Interview Seth Iorio

3GSM: IbxGames Launched

Gameforge Getting a Boost $$$

OGame goes mobile

OGame beats WoW in Europe


OGAME CALCULATORS

ogame calculators and simulators for OGAME


OGAME TOOLS

tools for ogame


Advance Options Script

 OGame script which adds useful and configurable features to the game


OGAME


 

 

Tools For OGame

Set up GT  /  Shaede's Converter  /  OGame Statistics  /  Empire Spreadsheet Updater  /  OGame Expedition Calc  /  WeGame  /  OGPlus  /  OGameWinner  /  Google Pack  /  HotSpot Locator  /  GalaxyTool  /  Empire Spreadsheet  /  Empire Spreadsheet 2Firefox  /  Foxgame  /  NeoGame  /  SpeedSim  /  DragoSim  HolioSim  /  JOBS  /   OGame Ninja Timer   /  OGame Portable  /  netxpect  /  Skin Maker  /  GreaseMonkey  /  Submit

 

Step by step GalaxyTool Setup
Guide to Setting Up a Hosted GalaxyTool Website:
(Utilizes FileZilla and
www.zymic.com/ …With Pictures!!!)



The first thing you need to do is download all of the required programs and files to set this up.

A. Pre-Set Up Downloads:
1. Download Filezilla-- Copy and paste this into your browser: http://sourceforge.net/project/showfiles.p...lease_id=590456
Run the installation until it is done. Move on to the next step.
2. Download Galaxy Tool--Copy and paste this into your browser: http://www.galaxytool.eu/galaxytool_4_3_2.zip
The zip file should be located on your desktop, unzip the file to the desktop.

B. Creating a web site host for your GalaxyTool:
1. Go to http://www.zymic.com
2. Click on Register ( or http://www.zymic.com/sign-up/)
3. Enter all the information requested and you will then be sent a confirmation email. Get the email and click the activation link.
4. Go and login to your new account.
5. On the left tab you will see a button that says “My Account Management” Click on that.
6. You will then see an page like this:
Click on the highlighted button that says “Create New Web Host Account”
7. You now will see some new input boxes show up under the button you just pressed.
In the box that has an arrow with the number 1, enter the tag of your alliance. In the box with the arrow and number 2, you can select different host names. I would suggest using the one that says ‘clanteam.com’ Also enter a password that you, the admin will remember. Enter the security image and click ‘I agree to the TOS’ Click confirm Registration.
8. You will be emailed the information about your website so you won’t forget it.
9. You will automatically be redirected to the following page:
10. You will then click on the login button for the new web site to the right of the area you just entered the information on. The password is the same as you just created the website with.


We Will Now Set-Up the database you will use later on:
1. Now click on the button that says ‘ MySQL Database Management’
2. Look at this image to see what information to enter. If you enter the correct information, you will see a message that says ‘The requested operation has been completed successfully.’
3. Now assign the privileges to the user.
You will see a message that says ‘The requested operation has been completed successfully.’

You are now done with setting up the site. But you will have to leave it open to get info from it for FileZilla and the GalaxyTool file changes that need to be made.

C. Editing the Galaxy Tool Files:
1. Go to Start-All Programs-Accessories-WordPad (Note Pad will NOT work for this.)
2. Once in word pad, click File-Open. Locate the file that says config.php.
a) Galaxytool_4_3_2 - galaxytool – secret – change the ‘files of type’ to All Documents. You will then be able to see config.php . Select that item.
3. You will then see the following information. (Plus a little more but you can ignore the rest of it. If you change anything else besides these four items, your tool won’t work.)

$dbusername = 'username'; // database username
$dbpassword = 'password'; // database password
$dbname = 'database'; // database name
$dbhost = 'localhost'; // host address of your mysql server

This is where you enter the information from your new host site.

4. On the same page you just created the database and the user for the database you will see down at the bottom of the page, the database name and the database user name. See picture below for more detailed info.
5. Now with that information you can edit the four lines above in your config.php file in wordpad.
6. Keeping the quotes, Enter the username from the website into the line that says : $dbusername = 'username'; // database username
a) Example:
$dbusername = "ofoolsgt_clanteam_com_mydrewiske"; // database username


7. Keeping the quotes, Enter the password from the website into the line that says : $dbpassword = 'password'; // database password
a) This is the password you used to set up the user account in the database user set-up.
8. Keeping the quotes, Enter the dbname from the website into the line that says : $dbname = 'database'; // database name
a) Example:
$dbname = " ofoolsgt37_clanteam_com_ofoolsdb"; // database name

9. Keeping the quotes, Enter the dbhost as ‘mysql’ to you into the line that says :
$dbhost = 'localhost'; // host address of your mysql server
a) Example:
$dbhost = "mysql"; // host address of your mysql server
10. Go to File- Save You are done with this file.

Now for the second file you need to edit:

11. Once in word pad, click File-Open. Locate the file that says config.php.
a) Galaxytool_4_3_2 - galaxytool – secret – change the ‘files of type’ to All Documents. You will then be able to see attributes.php . Select that item.
12. Now find the line that reads:
* Set your name here. It will be shown at the logon page.
*/
$owner = 'yourname';
a. Where it says ‘yourname’ enter your alliance tag

13. Now find the line that reads:
* The user at this address will be informed about new registrations
*/
$email_to = admin@yourdomain.com
';
a. Enter your email address

14. Now find the line that reads:
/**
* choose your default language (german,english,spanish,dutch,balkan,french,portugues,italian,polish,turkish,...
)
*/
$default_language = "english";
a) You can change the language to what ever language you wish

15. Now find the line that reads:
/**
* Universe number from the top left corner of your ogame screen
*/
$global_universe = 1;
a) Enter your universe number

You can now click File-Save and close wordpad. You are done editing files for your galaxy tool.

D. Uploading your files to your website via FileZilla:

1. Now go to your FilaZilla application. Start-All Programs-FileZilla-FileZilla Client
2. Go back to your web site host and you will see the following information on the same page you took your dbname and dbusername information:

3. Enter in your information into the boxes. Make sure tht the user name you enter ends in @clanteam.com (if that is what you selected previously during the setup of the site.)
4. Click connect.
5. You will now see an view like this:

6. On the right side of the window you will see where it has a file named ‘index.html’ Right click there and select ‘Create Directory’ type in galaxytool and hit ‘OK’
7. Now on the left side of the page you have to navigate to the GalaxyTool folder where you unzipped the files to. It will most likely be on your desktop. Drag and drop the folder that says galaxytool to the folder on the right that says galaxytool. See the image below to see what I am talking about:

b. Depending on your connection will determine how long this will take.

You are now done with FileZilla. You can close the application

E. Finishing up on your host site:
1. Go back to your hosting site and on the left tab you will see the link for ‘File Manager’ Click That.
2. You will now see a list of two items. Galaxytool and index.html. Click on galaxytool
3. Two more items come up. <<back and galaxytool. Click galaxytool again.
4. You will now see a list of a lot of items. Look for the one that says install.php. Click that. You will be directed to a page that looks like this:

b. Click install (in green letters at the bottom of that list of items)
5. You will be brought to a new page that says if the installation was successful
a. It will be if you did everything the way I said so : ).
6. Now, in the address bar you will see something like this:
http://ofoolsgt37.clanteam.com/galaxytool/...?action=install
b. Delete everything after the second /galaxytool/
c. It should look like this: http://ofoolsgt37.clanteam.com/galaxytool/galaxytool/
d. Hit Enter

7. Now, you will be brought to a page that looks like this:

8. Now, enter this information:
a. Username:admin
b. Password:galatool
c. You can change this information later. Well, at least the password.
You have now successfully completed this walkthrough and your galaxytool site is set up. Read http://en.wiki.galaxytool.eu/index.php/Main_Page for more information and search on the ogame forums for user guides on how to fully use the tool.

I spent a lot of time on this guide, so please give me some kind words if this works for you. I set up a second tool in demonstrating this so if you see information in the pictures or in my examples and try to enter the information, you won’t get anywhere because I already deleted the second tool from my host. Plus that would be stealing and I would have to hurt you badly….Just Kidding!!!

Enjoy!!!!
Drewiske

If you have any questions, please feel free to PM me or find me on MSN:
mdrewiske@hotmail.com

 

AddThis Social Bookmark Button

Back to Top


 

Shaede's OGame Convertor

 

Ogame CR converter

 

A useful tool for converting CRs from OGame into a format readable by most forums. Simply copy the whole of the report from your browser into the tool, then paste the output into the Forum of your choice.

A CR is a Combat Report from OGAME, which tells you who won and lost, and what ships got blown up. They're horrible to read in a forum, however, so they need to formatted nicely. hence this tool.

As well as allowing you to pick colors for just about every element of the report, this Converter allows you to change the order of the Ships and defenses, and also to save multiple color schemes, so you can keep several favorite themes on the go at once.

It definitely works with Opera and FireFox ( I recommend Firefox due to numerous benefits in OGAME read more here ). not sure about IE so switch to Firefox

Version 1.1 and later does, and uses a language file so it can be quickly be changed for future changes.

Download Version 1.4 Unzip the file, and run Setup.exe.

Download Upgrade to 1.4 - Just unzip into the directory where you installed it originally

http://midgetsmurfs.com/

Posted: May 04 2008

by: Trojan

AddThis Social Bookmark Button

Back to Top


 

 

OGame Statistics

Now you can spy and analyze any alliance or player  "Because the impossible is not an option ! "

 

this article is also posted in my OGame Tips section

This is one of my favorite OGame supplement site. As the name states it collects OGAME statistics. You can look up a player or alliance and peak into his statistics (ranks, points, resources and so on). Its very easy to use, all you need to do is type the alliance or player name into the search field and colorful statistics pop-up.

Your probably wondering how this site works? The first thing I must say is that it has the potential to incorporate all OGame servers in every country, impressive! However currently not all servers are in the database, but that is not a problem. If  the server you play on is not listed, all you need to do is supply the site (OGame Statistics) with a unused account, Simply by filling out a form on this site http://ostat.upasika.org/contact/

Written in Python with the web framework Django, Ogame Statistics uses many other technologies.
For example the charts are displayed with Open Flash Chart, and the Ajax's style is provided by jQuery.
which are all open-source tools.

 Now you can spy and analyze any alliance or player  "Because the impossible is not an option ! "

OGame Statistics

 

Posted: 04/09/2008

by: Trojan

AddThis Social Bookmark Button

Back to Top


 

OGame Empire Spreadsheet add-on UPDATERRR

 

This is a add-on for the OGame Empire Spreadsheet

By the way if you don't have spreadsheet software to run this (such as Microsoft excel) I highly recommend downloading the Google pack that has spreadsheet software + a lot of other useful stuff for OGAME...read more or download here

Download:
Windows Executable
Source (zip)
Source (tar.gz)

Posted: 04/09/20088

by: Trojan

AddThis Social Bookmark Button

Back to Top


 

OGame Expedition Calculator

 

Download:
 Windows Executable
Source (zip)
Source (tar.gz)
 

     OGame recently brought out a new feature into version 0.78, called expeditions. Basically, you send a fleet out into uncharted space, and hopefully you can find something nice. You might find resources, Dark Matter (necessary for buying officers), fleet, nothing, or be attacked by unknown aliens. Other small things can happen, but they are irrelevant to this application.
     What this calculator does is allows you to send the best possible fleet on an expedition. You can calculate the minimum amount of ships needed to achieve your purpose. This way you don't send a large amount of unneeded ships, which could be potentially destroyed.

 

Posted: 04/09/2008

by: Trojan

AddThis Social Bookmark Button

Back to Top


 

OGame video recording

 

           Well this could be considered a tool for OGame so i had to post it here to. Its a screen recorder that allows you to record OGAME screensplays. If your still interested in this tool read on. I also must mention that i have this article posted on my video and news pages.

           I’m sure you have seen OGame videos on YouTube and other video sharing sites. Did you ever want to make your own OGame video? But were discouraged after all the technical mambojambo to actually record your screen? Or simply you didn’t have the necessary software to do so. Well now you are closer than ever to make that OGame video a reality.

            I found a cool website called WeGame, it provides the tools for gamers to share screencasts of their favorite in-game moments. The website itself is very similar to most other video sharing sites out there – users are free to browse, search, upload and comment on videos – with the exception that WeGame is focused solely on game screencasts.

            Capturing screencasts might be a obstacle for many people, of course there are programs like MyScreenRecorder Pro and others; but they aren’t free. WeGame.com provides free recording tools too capture all your game play.

            The site is very very new, it launched January 9th 2008, I’m writing this only a couple hours after they launch. Therefore the site being so young, it lacks the feature of recording games played through a browser, like OGame! Luckily WeGame is currently working hard on this problem, and soon we should be able to record, upload, share our OGame moments. Probably by the time you read this WeGame will have a browser game recorder, so enjoy, and I want to see some cool OGAME videos so I can post them here at OgameBlog.com.

http://www.wegame.com/

Posted: 01/10/2008

by: Trojan

AddThis Social Bookmark Button

Back to Top


 

 

 

OGPlus

a nice website with some useful OGame tools

"OGPlus is a free service. Its main goal is to let you share your game stats (your ranking, your mines' production) in a table. These will be png format images, that you can easily use on the Net. You will be able to use it in a forum, on your website or blog, etc. OGPlus also has ranking tables for alliance, and much more to discover by yourself"

http://ogplus.free.fr/portal/index.php?lng=en&page=welcome.php

 

ENJOY

posted: 12/28/2007
by: Trojan

AddThis Social Bookmark Button

Back to Top


 

 

 OGameWinner

A good website with o couple of useful OGame Tools

 " The purpose of this web site is to help the Ogame community players by providing various tools (CR Converter, Spy Converter, Evolution, IPM Simulator...). I'm also a player so I decided to create a tool unit allowing to help the OGame players in their daily tasks... Come frequently visit the site because it is in constant evolution."

http://www.ogame-winner.com/en/index.php

ENJOY

posted: 12/28/2007
by: Trojan

AddThis Social Bookmark Button

Back to Top


 

Google pack  for better OGAME play

    Google Pack :

  • Software specifically selected by Google

  • Always free - no trial versions or spyware

  • Ready to use in just a few clicks

 

    The pack includes the latest Firefox browser (essential for OGAME) ONLY with FireFox can you use useful OGAME tools like FoxGame, use GreaseMonkey or numerous OGame scripts. If you are serious about playing OGame then you know that you should be using FireFox browser.

    The pack includes StarOffice ( needed for OGame spreadsheets ), The Star Office has Word processing, spreadsheet, presentation, and more. Kind of the equivalent to Microsoft Office. OGame spreadsheets can be found in my tools and calculator sections.

    The pack includes Skype and/or Google Talk. You already should assume why these programs are important for relaxed OGame play. I hate the fact that you cant send messages in-game that are not English, or that you cant swear because you can get banned, don't even think about mentioning cheats or illegal programs in the in-game message system. That's why I think its important to have a external (to OGame) communicator to talk with your alliance members, and so on.

     

    PLUS as a bonus to those important OGAME supplements the Google pack Includes:

    Google Earth,  Norton Security Scan,  Google Desktop,  Adobe Reader,  RealPlayer,  Google Photos Screensaver,  Picasa (foto editor hot!),  Spyware Doctor Starter Edition, and Google Toolbar for Internet Explorer.

     

    posted: 12/16/2007
    by: Trojan

    AddThis Social Bookmark Button

    Back to Top


     

Hotspot locator

Check your OGAME away from home

I also have this on the OGAME TIPS page, but think that its also a good tool for finding access too the net in order to check your OGAME account.


     If you are going on vacation or simply are away from home, and have a laptop or other device that can connect to a wireless network, than your in luck. You can search for free hotspots anyware in the world, find one, stop by, check your OGAME :)   Now even when your on the go, you can take care of your OGame account.

Address

Zip Code / Post Code

State / Province

Country

City

Distance Radius (Miles)




 

posted: 12/02/07
by: Trojan

AddThis Social Bookmark Button

Back to Top


Ogame galaxy tool
Galaxietool / Galaxytool
 

Galaxytool allows players or alliances to create and manage a map of their universe and store reports/statistics/notes on various aspects of the game. With this tool you can get information which OGame does not give you directly by actively updating your galaxytool.

 

Read how to set up here Set up GT

Ogame galaxy tool

A List of Some GalaxyTool Features:

  • Search for alliance members by searching an alliance tag
  • Search for all planets of a given playername
  • Limit searches by:
    • Moons Only
    • User Notes Only
    • Planets with stored espionage reports
    • Blank Planet Locations for Colonization (Limit by galaxy as well as planet slots)
    • Date of last update (newer as well as older)
    • Resource amount in stored espionage reports
    • Stored large debris fields
    • Statistics (points/research/fleet)
    • Inactives
  • Mark alliances/players as enemies/friends/ally/wing
  • Sort the data into useful information by choosing how it is displayed
  • Easy to keep up to date with the available firefox plugin.
  • View information in graph form to easily process point distribution.
  • Links to Ostat for alliances/player for more information on players.
  • and much more!

Ogame galaxy tool

GalaxyTool Legality

This tool is absolutely rule-consistent because it never uses resources or other things from ogame directly! We asked people from the ogame staff directly if the tool and the toolbar are 100% rule-consistent - and they ARE!

  • The player / alliance has to update the information manually thus it is allowed.

Users update the tool by using:

  • Galaxytool Plugin for firefox
  • Copy and paste of galaxy views or espionage reports directly into the galaxytool via textbox.

With this being done, all the data then becomes searchable information!

GalaxyTool Requirements:

Webhosting with:

  • At least 10mb of storage.
  • PHP newer than 4.3
  • MySQL at least 4.1.16 or 5.0.16


Supported Browsers:

  • Firefox (Best choice, plugin available for easy galaxytool updates)
  • Internet Explorer
  • Epiphany


Will not work with the following:

  • Opera (does not copy tooltips with copy&paste.)
  • Konqueror (does not correctly copy galaxy view in proper format for galaxytool to parse.)


If you are not familiar with what the above means, you can use the free hosting at www.galaxytool-hosting.eu. You will not need to update the galaxytool there, it will be done automatically for you. Space is limited though, so keep checking to see if registration is open.

DOWNLOAD
 

More info and resources are available at http://en.wiki.galaxytool.eu/index.php/Main_Page, They have instructions how to install, contact info, updates and more

 

Read how to set up here Set up GT

 

AddThis Social Bookmark Button

 

Back to Top


OGame Empire Spreadsheet

This is an Excel table with commander features for free. To make this table work download and go to the tools tab (on top) were it says macro go to security and set it to medium. Know the macros will run.

In five languages : Polish, English, German, French, Italian,

OGame empire spread sheet

 

If you don't have (expensive) Microsoft Office, with Excel alternatives: I highly recommend downloading the Google pack that has spreadsheet software + a lot of other useful stuff for OGAME...read more or download here

Download

AddThis Social Bookmark Button

Back to Top


OGame Empire Spreadsheet 2

by Skaare, Avatar and Sedroof Void Alliance

 Some functions included in this excel sheet: Planet, Moon, Production, Fleets & Defence, Points, Logistics, Mines & Energy, Building Costs, Fleet Timing, Gravitation...

OGame empire spread sheet

Don't forget about the OGame Empire Spreadsheet add-on UPDATER, read more about the updater for this spreadsheet here

If you don't have (expensive) Microsoft Office, with Excel alternatives: I highly recommend downloading the Google pack that has spreadsheet software + a lot of other useful stuff for OGAME...read more or download here

http://www.voidalliance.net/

DOWNLOAD

AddThis Social Bookmark Button

Back to Top

 


 

FireFox   the First Thing You Need

ONLY with FireFox can you use useful OGAME tools like FoxGame, use GreaseMonkey or numerous OGame scripts

If you are serious about playing Ogame then you know that you should be using FireFox browser. If you are not, then I recommend you download & install it. ↓(link bellow)↓

Ogameblog.com works best with Firefox, & screen resolution 1280x1024

 

For me its the best browser.

Now that you have FireFox its time for FoxGame!

AddThis Social Bookmark Button

Back to Top


 

FoxGame   the Second Thing You Need

FoxGame is a FireFox browser Add-On. It Enhance user experience with O-game (now works in every o-game version). Adds a lot of features to O-game.

Features:

  • Automatic universe selector in login page.
  • Reduced galaxy view: Planet column is not rendered and its functionality 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. OGAME foxgame
  • 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), sv-SE/sv-FI (swedish), ko-KR (korean), ro-RO (romanian) and el (Greek). If your language is not supported and you want to translate it, mail me.
  • Almost all finishing hours: Research and buildings finishing hours, hangar's 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.

 

My favorite feature is the highlighting of debris field ( do you see the debris field that is red ), that indicated that their is a larger amount of debris there. Saves me a lot of time when i dicide to scavenge the universe for debris.

foxgame plug-in for OGAME

Theirs a lot more than this. defiantly worth downloading.  

 DOWNLOAD

AddThis Social Bookmark Button

Back to Top


 

 

NeoGame

OGame plugin NEOGAME

 

 

 

Add-on info:

Besides the standard functions in FoxGame, NeoGame contains the following:

 

  • Galaxy View: Display the Statistics point Rank for any given player
  • Galaxy View: Displays the Statistics point rank and member count for any given alliance
  • Galaxy View: Debris fields are displayed as numbers, describing the metal and the crystal contained in the debris field, as opposed to an image
  • Fleet menu: Displays the quantity of ST, LT and RECs required for transporting the entire quantity of resources of the planet or moon
  • Fleet menu: Displays transport capacity in an additional field of selected ships
  • Fleet menu: Displays transportation calculator, which calculates numbers of ST, LT and RECs needed to transport any given quantity of resources
  • Fleet menu: Planets and Moons will be sorted by their coordinates with planets in the left column and moons in the right column, with the moons displayed next to their planet
  • Fleet menu: Adds extra time on last sending page (last menu)
  • Statistics Menu: As opposed to just the display of (-) or (+), the number of ranks a player or alliance has climbed or fallen, without the need to hover over the marker with the mouse
  • Buildings: Displays the energy status for a building, displaying how much energy left from the total amount of energy on the planet, or how much the building would exceed the total amount of energy on the planet
  • Buildings and Research: Displays resources needed to build or research the building or the technology, furthermore the number of ST and LT needed to transport the before mentioned needed resources to the planet or moon.
  • Galaxy View: Displays solar systems which are reachable by phalanx with a green spot in the upper right corner of the screen
  • Moon Menu: Displays the reach of phalanx in the buildings overview
  • Other: NeoGame will automatically inform you, once new updates are ready
  • Overview: Displays the maximum number of fields on planet or moon derived from the diameter of the planet or moon, so that it will ignore the level of Terraformer or Lunar Base
  • Overview: Quantity of resources in flying fleets is now being displayed in the bottom of the overview page in categories and in total.
  • Resources menu: Adds calculator which calculates the quantity of resources produced in 24 hours and 7 days (the number of days and weeks can be altered from the default 24; 7)
  • Messages: With personal messages and alliance circular messages it is now possible to add smiles similar to those smiles available on the board.
  • Espionage Report: Displays how many small transporters or large transporters needed to raid half of the resources on the planet or moon. Displays how many recyclers needed to harvest the potential debris field, if all ships on the planet or moon was destroyed
  • It is now possible to mark certain alliances with a note and a color, such as "NAP", "War" and etc.
  • NOTE: It IS possible to leave out certain of the above mentioned, just leave the line next to "NAP" for example, empty

NeoGame for OGAME

Features under construction (possibly in the next version):

  • Improved preference page allowing the user to change all NeoGame preferences
  • "Trade-Calculator": More information to come. The possibility to set mines production to 0% or 100% by one click in the resources page.
  • Multilanguage support - Seen as how NeoGame is getting more and more popular, I am working on having it translated into more languages

NeoGame for OGAME

Installation Info:
  • For those encountering difficulty installing it, simply right-click on the link, save it on the desktop and drag it into the FireFox page.
  • Doing so should allow the application to install itself.
 
Download link:

Link to NeoGame installation file can be found here:

NeoGame - Download Section

AddThis Social Bookmark Button

Back to Top


 

SpeedSim

My favorite Tool

SpeedSim is a battle simulator for oGame with a lot of special functions. It combines usefulness with speed and accuracy, so a test wouldn't be bad. The simulator offers extensive features and there should be nothing you're missing.  Additionally there is a nice support in our IRC channel and in the forums. SpeedSim is online since 22th June 2004 and is being updated very often.

SpeedSim for OGAME

Features:

SpeedSim supports multiple simulations. This is an important feature because in OGame's battle system the coincidence has an important role and so every fight ends differently. In order to keep the risk as low as possible you can simulate the fight several times. SpeedSim then calculates automatically the average losses. Additionally there exists the possibility to take a look at the best and worst case of the battle.

SpeedSim is pretty fast; Example (tested on AMD Athlon, 600MHz, 384MB RAM): 10k Battle Ships vs. 10k Battle Ships. SpeedSim needs for 100 simulations just 15,8 secs!

The simulation is cancelable. Instead of waiting for the end of an simulation you just can cancel it whenever you want.

SpeedSim supports reading espionage reports, overviews, battle reports, your own fleet and defense. This makes using SpeedSim much more easier and faster.

The simulator uses exacly the same combat system as used by OGame. Nevertheless no simulator can guarantee that it works 100% correctly.

It's possible to save and load your fleet, defense, technologies and of course serveral options.

SpeedSim (OGAME tool) Hot Chick Skin

SpeedSim supports skinning which makes it much more beautiful. Many Cool Skins Available on their website.

 

For more Info and Download of SpeedSim go to :   http://www.speedsim.sourceforge.net/eng/

AddThis Social Bookmark Button

Back to Top


DragoSim

An alternative for SpeedSim, no downloading ( its online)

Battle Simulator

OGame DragoSim

 

 More Info on : http://drago-sim.com/index.php?lang=english

AddThis Social Bookmark Button

Back to Top


HolioSim

Another alternative Battle Simulator, need to download

OGAME simulator HOLIOSIM

For more Info and Download go to :

http://freenet-homepage.de/greatch/

AddThis Social Bookmark Button

Back to Top


JOBS

Java OGame Battle Simulator

Another alternative Battle Simulator, need to download ONLY GERMAN

OGAME simulatorJOBS

For more Info and Download go to :

http://sourceforge.net/projects/jobsim/

AddThis Social Bookmark Button

Back to Top


 

OGame Ninja Timer v1.2

Updated: 26-07-2007

OGame ninja timer

Requirements:

 

 

 

 

 
 

In OGame, there is a technique called the ninja. This requires precise timing, and I got sick of looking at my watch, or missing the right time. So, I wrote a program to time it for me.

This utility will beep for 1 minute before you need to send your fleet, 15 seconds before you need to send your recyclers and 10 seconds before the enemy fleet arrives. THIS IS SO YOU DONT MISS IT!

The time when it tells you to send your fleets are offset. The ninja fleet is offset by the time it needs to arrive plus 10 seconds. That way, there is plenty of time for the page to load fully and have your
ninja arrive a few seconds before the enemy's attacking fleet. The recycler timer is offset by it's fleet time plus 30 seconds.

BEST OF ALL IT IS COMPLETELY LEGAL (AND CANNOT GET YOU BANNED) AS IT DOES NO MORE THAN YOU CAN WITH A WATCH!

The changelog can be viewed here or in the downloaded archives.

 

OGame ninja timer

 

 

 

 

 

 

 

 

Example use:

    1. Go to you OGame fleet page.
    2. Select the required ninja fleet and point it at the correct planet. DO NOT SEND!
    3. Using the second fleet page, determine the time required for your fleet to reach the planet.
    4. (optional) Click 'Fleet' again and use recyclers to the DF
    5. Click 'Overview'
    6. In this utility, click the 'Add Attack/Ninja fleet Countdowns' button. Minus the attacking fleet's time until the next minute (ie: 42:45 becomes 42 minutes).
    7. Put that number into the 'Attacking Fleet' dialogue.
    8. Do the same for your fleet time.
    9. (optional) Do the same for your recycling fleet.
    10. Keep the 'Overview' OGame page viewable in the background. When the enemy fleet reaches the time you entered, click the red 'Start the Countdowns' button.
    11. Go to the fleet page and use whatever fleet that this utility says that needs to be sent first.
    12. Wait at the final fleet page which has 'Mission' and 'Cargo Options' When the timer reaches zero, click the 'continue' button.

 

for download and more info go to authors web site @:

http://hackavatar.com/programs/ogame-ninja.htm

AddThis Social Bookmark Button

Back to Top

 


 

OGame Portable

I find it so annoying to play OGame at a different machine to my personal computer and not have any access to personal settings or tools. Using this all your settings and tools move with you on your USB flash drive. All you need to do is extract the zip file into the root of your flash drive and run StartPortableApps.exe !

I have collected the tools I consider neccessary for any OGame player, and made them into a simple .zip file for anyone to download. The actual installation includes:OGame portable apps

There are two options for downloading, and both are identical except for the web browser. You have a choice of Mozilla Firefox or Opera. When installed onto your USB, the Mozilla Firefox edition is around 36MB, and the Opera Edition is around 16MB.

NOTE: If you use Mozilla Firefox on the majority of machines you come into contact with, you should use the Opera Edition as you cannot run Mozilla Firefox and Mozilla Firefox Portable at the same time. Firefox Portable does however have Foxgame installed, making your OGame pages much easier to use.

Download:

Opera Edition v1.0 - 13MB, 16MB on USB drive

Mozilla Firefox Edition v1.0 - 17MB, 36MB on USB drive

more info: