Urban Terror Forums: Urban Terror Connector - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
  • (8 Pages)
  • +
  • « First
  • 5
  • 6
  • 7
  • 8
  • You cannot start a new topic
  • You cannot reply to this topic

Urban Terror Connector Rate Topic: ***** 1 Votes

#61 User is offline   navrocky Icon

  • Account: navrocky
  • Country:
  • Joined: 30-August 10
  • Posts: 19

Posted 11 September 2012 - 09:02 PM

The new version of UrTConnector 0.9.0 "Noobs Hope" is released! Main feature of this release is a support for the new UrbanTerror 4.2.

http://code.google.com/p/urtconnector/

What's new:
  • added support for the new UrbanTerror 4.2
  • added native server info updater (quick and stable), so qstat dropped from dependencies
  • added minimum empty slots filter
  • added game type filter
  • added waiting for someone function when connecting to the empty server
  • added coloring of players nicks
  • added ability to launch multiple instances of the game
  • added function to hide or close application before game launch
  • and, of course, were fixed some bugs and added a portion of fresh bugs :)


Ubuntu's PPA will be soon (it's a technical trouble with launchpad). Mac users out of luck as usually, because I have no mac, so a mac packager still wanted :)

PS. Our team is working on the mega cloud synchronization between urtconnector instances. It will be syncing a bookmarks, history, friends, game profile and programm options. This functionality is expected in the next version. The first supported cloud storage will be the Google Drive.

Thanks for waiting, enjoy and keep tuned.

This post has been edited by navrocky: 12 September 2012 - 04:23 PM


#62 User is offline   navrocky Icon

  • Account: navrocky
  • Country:
  • Joined: 30-August 10
  • Posts: 19

Posted 11 September 2012 - 09:13 PM

View PostDrizzt, on 10 September 2012 - 10:55 PM, said:

When i connect to server from urt connector, it works but the cvar fs_game contains q3ut4 and I want/need q3ut42.

Can you help me with this?

I will check this. But in the advanced launch string mode no additional parameters are added. You can check a command line in your system process explorer.

View Postlebbra, on 11 September 2012 - 07:03 PM, said:

hi,
I had this error on Arch from AUR:

This error has been fixed in the latest commits.

Thanks.

#63 User is offline   lebbra Icon

  • Account: lebbra
  • Main tag: bw|
  • Country:
  • Joined: 18-March 10
  • Posts: 170

Posted 11 September 2012 - 11:08 PM

Last commit downloaded from git now. Still have a error:

Quote

[ale@poseidon urtconnector]$ ./build_gcc_linux_release
...
[ 99%] [100%] Building CXX object src/CMakeFiles/urtconnector.dir/updater/moc_update_dispatcher.o
Building CXX object src/CMakeFiles/urtconnector.dir/qrc_images.o
Linking CXX executable urtconnector
/usr/bin/ld: cl/syslog/libclsyslog.a(manager.cpp.o): undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_mutexattr_settype@@GLIBC_2.2.5' is defined in DSO /usr/lib/libpthread.so.0 so try adding it to the linker command line
/usr/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [src/urtconnector] Errore 1
make[1]: *** [src/CMakeFiles/urtconnector.dir/all] Errore 2
make: *** [all] Errore 2
~/builds/urtconnector
[ale@poseidon urtconnector]$


maybe it is a silly error but I'm noob in compilig C sources :D
aka Dead f.S. - aka |CoN|-=V0l3ur=-, Playing UrT from 2001 - RedCap bot Developer

[img]http://www.dead.it/UrT/logop.png[/img]

#64 User is offline   navrocky Icon

  • Account: navrocky
  • Country:
  • Joined: 30-August 10
  • Posts: 19

Posted 14 September 2012 - 08:50 PM

View Postlebbra, on 11 September 2012 - 11:08 PM, said:

Last commit downloaded from git now. Still have a error:

maybe it is a silly error but I'm noob in compilig C sources :D

I forgot to push this commit :) try to pull changes again

#65 User is offline   lebbra Icon

  • Account: lebbra
  • Main tag: bw|
  • Country:
  • Joined: 18-March 10
  • Posts: 170

Posted 15 September 2012 - 12:10 AM

DL now from git.
Compilation succesful, but I need to use:

$ ./build_gcc_linux_release
$ cd release
$ sudo make install

because no permission to write in /usr/local/urtconnector
at first launch I had an error, something like "no GeoIP in /usr/share/urtconnector"
/usr/share/urtconnector doesn't exists. I created it and copy/paste GeoIP.dat from sources, giving 755 permissions

Now it is working, and I agree with others users that it is a very, very powerful browser.

good job and go on with development! :wink:

Posted Image
aka Dead f.S. - aka |CoN|-=V0l3ur=-, Playing UrT from 2001 - RedCap bot Developer

[img]http://www.dead.it/UrT/logop.png[/img]

bullet_loaderAdvertisement

#66 User is offline   navrocky Icon

  • Account: navrocky
  • Country:
  • Joined: 30-August 10
  • Posts: 19

Posted 15 September 2012 - 12:37 AM

View Postlebbra, on 15 September 2012 - 12:10 AM, said:

DL now from git.
Compilation succesful, but I need to use:

$ ./build_gcc_linux_release
$ cd release
$ sudo make install

because no permission to write in /usr/local/urtconnector


You can change installation prefix (for example to /usr):

Quote

$ mkdir release
$ cd release
$ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
$ make
$ sudo make install


By the way ubuntu's ppa ready. Check download section http://code.google.c...r/wiki/Download

This post has been edited by navrocky: 15 September 2012 - 12:40 AM


#67 User is offline   Thephoenix Icon

  • Account: thephoenix
  • Country:
  • Joined: 02-March 10
  • Posts: 34

Posted 30 December 2012 - 10:55 PM

Are you still working on an another release for 4.2.*? I hope it will be possible to have a filter to choose between 4.1 and 4.2 servers (well, i think it's not possible to put such a filter in this 0.9.0 version. If it is, how does it work?).

This post has been edited by Thephoenix: 30 December 2012 - 10:59 PM


#68 User is offline   YAY5637 Icon

  • Account: yay5637
  • Main tag: <PWC>
  • Country:
  • Joined: 28-February 10
  • Posts: 633

Posted 04 May 2013 - 08:31 PM

Hi there,
any chance for a new update?

#69 User is offline   Xcl4m4t10n Icon

  • Account: xcl4m4t10n
  • Joined: 21-July 12
  • Posts: 62

Posted 06 August 2013 - 08:18 PM

Hi there.

I discover this software some days ago and man... That's perfect! It's fit perfectly to all my needs! (Only i miss is delete the q3key file after enter the game but i made a bat who make it.

How can i translate it? Is there any chance of update?

EDIT: I think Frozen Sand must add it to the standard instalation of UrT, or at least, put a link on download section and make a little promotion of this awesome tool.

This post has been edited by 3xcl4m4t10n: 06 August 2013 - 08:23 PM


#70 User is offline   iynque Icon

  •   verified user   
  • Account: iynque
  • Main tag:
  • Country:
  • Joined: 11-August 13
  • Posts: 140

Posted 28 August 2013 - 05:48 AM

Are you not on IRC anymore?
|FA|iynque 😈 Fallin-Angels

  • (8 Pages)
  • +
  • « First
  • 5
  • 6
  • 7
  • 8
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Sponsored link
https://www.urbanterror.info/members/donate/


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942