Author Topic: Updating the client executable?  (Read 5382 times)

Sap

  • Posts: 42
  • Turrets: +2/-8
Updating the client executable?
« on: September 15, 2007, 05:32:03 am »
Hi

I'm relatively new to Tremulous and need help following up on a message that appears when I start the game. It says :  " Your client is out of date. Updating your client will allow you to become an admin on servers and download maps much more quickly. Please replace your client executable with the one at   http://trem.tjw.org/backport/ and reconnect " .

 I downloaded the files from the site but do not know where to replace them (I cannot locate similar file on my machine). The downloaded files have the names "tremulous.x86" and "tremulous.x86.asc" .  I am running Trem in linux (ubuntu fiesty) on my laptop. Pls. help.

Also, I want to know , what is GUID and how can I install or activate it?
 
Thanks
"The views & opinions expressed above are solely of a Dretch and not endorsed by a Dragoon or a Rant. However, ocassional Mara zaps might have had some influence in it. "

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Updating the client executable?
« Reply #1 on: September 15, 2007, 06:08:33 am »
if you installed the ubuntu (debian) tremulous package, then the executable is /usr/lib/tremulous/tremulous
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Sap

  • Posts: 42
  • Turrets: +2/-8
how to replace?
« Reply #2 on: September 15, 2007, 10:50:57 am »
Yeah, I found that directory and has 1 executable file called "tremulous". But the files I downloaded have extensions "tremulous.x86" and "tremulous.x86.asc".  
How do I replace?

Thx.
"The views & opinions expressed above are solely of a Dretch and not endorsed by a Dragoon or a Rant. However, ocassional Mara zaps might have had some influence in it. "

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
Updating the client executable?
« Reply #3 on: September 15, 2007, 12:20:36 pm »
sudo mv tremulous.x86 /usr/lib/tremulous/tremulous

Sap

  • Posts: 42
  • Turrets: +2/-8
help pls, tremulous not running
« Reply #4 on: September 16, 2007, 02:32:46 am »
I used the code "sudo mv tremulous.x86 /usr/lib/tremulous/tremulous" and it replaced the file; but now tremulous is not running :( . Nothing happens when I click the tremulous icon.
How do I get back to the original state? I'm missing the game ...
"The views & opinions expressed above are solely of a Dretch and not endorsed by a Dragoon or a Rant. However, ocassional Mara zaps might have had some influence in it. "

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: help pls, tremulous not running
« Reply #5 on: September 16, 2007, 02:33:27 am »
Quote from: "sap"
I used the code "sudo mv tremulous.x86 /usr/lib/tremulous/tremulous" and it replaced the file; but now tremulous is not running :( . Nothing happens when I click the tremulous icon.
How do I get back to the original state? I'm missing the game ...
you need to make the new file executable.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Sap

  • Posts: 42
  • Turrets: +2/-8
Re: help pls, tremulous not running
« Reply #6 on: September 16, 2007, 03:55:25 am »
Quote from: "kevlarman"
you need to make the new file executable.[/quote]

Pls. help me with making the new file executable. I'm new to ubuntu as well, so I'd like to know the code or procedure to do so.
Thanks
"The views & opinions expressed above are solely of a Dretch and not endorsed by a Dragoon or a Rant. However, ocassional Mara zaps might have had some influence in it. "

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Updating the client executable?
« Reply #7 on: September 16, 2007, 04:04:38 am »
Code: [Select]
sudo chmod 755 /usr/lib/tremulous/tremulous
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Sap

  • Posts: 42
  • Turrets: +2/-8
Updating the client executable?
« Reply #8 on: September 16, 2007, 04:44:29 am »
I used  sudo chmod +x /usr/lib/tremulous/tremulous  (I figured it out through  ubuntuforums)  and now its working and doesn't give that message anymore. :)

I hope its no different than using sudo chmod 755 /usr/lib/tremulous/tremulous

Thanks for you help.
"The views & opinions expressed above are solely of a Dretch and not endorsed by a Dragoon or a Rant. However, ocassional Mara zaps might have had some influence in it. "

next_ghost

  • Posts: 892
  • Turrets: +3/-6
Updating the client executable?
« Reply #9 on: September 16, 2007, 09:47:52 pm »
Quote from: "sap"
I hope its no different than using sudo chmod 755 /usr/lib/tremulous/tremulous


Actually it IS a bit different. chmod +x means give everybody execute permissions if allowed by umask (the initial permission setting for newly created files) but don't change other permissions. chmod 755 means give everybody read and execute permissions, write permissions only to the owner and nobody else. The difference ussually doesn't matter though.
If my answer to your problem doesn't seem helpful, it means I won't help you until you show some effort to fix your problem yourself!
1.2.0 release's been delayed for 5:48:00 already because of stupid questions.

Sap

  • Posts: 42
  • Turrets: +2/-8
Updating the client executable?
« Reply #10 on: September 17, 2007, 12:10:15 am »
I see. That was insightful. Thanks
"The views & opinions expressed above are solely of a Dretch and not endorsed by a Dragoon or a Rant. However, ocassional Mara zaps might have had some influence in it. "