tiny suggestion

An area for discussing new ideas and additions to Oolite.

Moderators: winston, another_commander

Post Reply
User avatar
ramon
---- E L I T E ----
---- E L I T E ----
Posts: 346
Joined: Thu Jun 01, 2006 2:38 pm
Location: Tavistock
Contact:

tiny suggestion

Post by ramon »

okay, probably a silly suggestion but is it possible to have a version number appear on the startup of the game, so we know which version we're playing. Battlefield 2142 does this too, and it's more useful than you'd think.
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6682
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

The option is already there, but is somewhat hidden, at least for the PC version. You need to edit your RunOolite.bat as follows (never mind the paths shown here, these should correspond to your installation folders):

Code: Select all

@echo off
set GNUSTEP_PATH_HANDLING=windows
set GNUSTEP_LOCAL_ROOT=D:\oosvn\trunk\oolite.app
set GNUSTEP_NETWORK_ROOT=D:\oosvn\trunk\oolite.app
set GNUSTEP_SYSTEM_ROOT=D:\oosvn\trunk\oolite.app
set HOMEDRIVE=D:
set HOMEPATH=D:\oosvn\trunk\oolite.app
oolite.app\oolite.exe %1 %2
See the %1 and %2 at the end? These allow you to start the game with arguments. Start a console (or modify your shortcut to RunOolite.bat) to execute the file as "RunOolite.bat -showversion" and you are set. This leaves you also one more "slot" for command line aqrgument to use.

This will give you the game version in magenta characters on the rotating Cobra screen.
User avatar
davcefai
---- E L I T E ----
---- E L I T E ----
Posts: 400
Joined: Sun Dec 03, 2006 9:07 pm

Post by davcefai »

oolite -showversion

works for Linux.
Post Reply