2008-2010 - 2010-2012 - 2012-2018


Author Topic: OA_ServerConnect v0.5  (Read 1683 times)

Koma

  • (Archive)Evil|Clan Member
  • *
  • Posts (Archive): 21
OA_ServerConnect v0.5
« on: March 21, 2010, 03:47:38 AM »
Öhm ja: KOMA PROUDLY PRESENTS: OA_SERVERCONNECT V0.5 :)

Bugfix:
- Filter is inactive while loading servers.

New:
- Connect-button removed
- To connect to a server, simply click on a server line
- If u do that, a small dialog appears. U can specify a nick and a pwd for the connect
  (In further versions the dialog will remember them for each server  8))
- Close-button removed (The X in the upper right corner is enough)
- Empty servers are hidden by default
- If u create a specialized MyConfig.cfg in baseoa, it will be executed too
  (in further versions u can specify a MyConfig.cfg for each server 8))

Installation:
- Use Linux (mb Win and Mac versions coming soon)
- Install package: libqt4-webkit
- Download OA_ServerConnect
- Make it executable
- Put oa in your PATH or put the tool in your oa-folder

Download:
<OA_ServerConnect>
<OA_ServerConnect_Sources>

Tip: Forget the server list in oa: If u want to change the server, quit oa with a bind (/quit) and join a new one with oasc - its much more effective ;)

Screenshots (sry 4 the wrong version number):

http://home.snafu.de/hawkbikes/myStuff/oa/OA_ServerConnect_01.png (possible offline)     http://home.snafu.de/hawkbikes/myStuff/oa/OA_ServerConnect_02.png (possible offline)  

http://home.snafu.de/hawkbikes/myStuff/oa/OA_ServerConnect_03.png (possible offline)     http://home.snafu.de/hawkbikes/myStuff/oa/OA_ServerConnect_04.png (possible offline)  

Evil|ObaMa

  • (Archive)Evil|Clan Member
  • *
  • Posts (Archive): 96
Re: OA_ServerConnect v0.5
« on: March 21, 2010, 04:59:42 AM »
hey, looks nice

only i need a win bin now :)

Koma

  • (Archive)Evil|Clan Member
  • *
  • Posts (Archive): 21
Re: OA_ServerConnect v0.5
« on: March 21, 2010, 05:20:22 AM »
Quote from: Evil|ObaMa on March 21, 2010, 04:59:42 AM
hey, looks nice
only i need a win bin now :)
ty Obama, nice to hear that  :)

And np: You download qtCreator for Windows, i give the sources to u, and u compile it for Windows!
Ok???

Anyone who needs a Mac-version? Same way...

Ashizimack

  • (Archive)Evil|Clan Member
  • *
  • Posts (Archive): 16
Re: OA_ServerConnect v0.5
« on: March 21, 2010, 11:22:23 AM »
Quote from: Koma on March 21, 2010, 05:20:22 AM
And np: You download qtCreator for Windows, i give the sources to u, and u compile it for Windows!
Ok???

Could you send me too or upload to any hostfiles?

Koma

  • (Archive)Evil|Clan Member
  • *
  • Posts (Archive): 21
Re: OA_ServerConnect v0.5
« on: March 21, 2010, 23:31:37 PM »
Here are the sources:

<OA_ServerConnect_Sources>

Have a look to line 46 in the mainwindow.cpp:
QString command = "openarena +exec MyConfig +connect = " + GetIP();

I think for Win it must be:
QString command = "openarena.exe +exec MyConfig +connect = " + GetIP();

happy compiling :)

Panic

  • (Archive)Evil|Clan Admin
  • *
  • Posts (Archive): 516
Re: OA_ServerConnect v0.5
« on: March 22, 2010, 14:09:11 PM »
i think it should be the same for linux users with the zip from openarena.ws

QString command = "openarena +exec MyConfig +connect = " + GetIP();

openarena.i386 or the amd64 binary, maybe include a config (plain text) file with path things and maybe own start cmds?

EDIT:

for using the official oa binarys:

QString command = "./openarena.i386 +exec MyConfig +connect = " + GetIP();

(for linux 32 bit)

QString command = "./openarena.x86_64 +exec MyConfig +connect = " + GetIP();

(for linux 64 bit)