Author Topic: TremX for GPP!  (Read 32820 times)

ULTRA Random ViruS

  • Posts: 924
  • Turrets: +4/-101
    • ZdrytchX's reference website
Re: TremX for GPP!
« Reply #30 on: September 20, 2011, 01:15:01 am »
Humans are all blue, wearing priest hats. Thats what i first thought when i first tried korx.

wolfbr

  • Posts: 222
  • Turrets: +5/-25
Re: TremX for GPP!
« Reply #31 on: September 24, 2011, 03:58:23 am »
you can use effects and textures from my mod if you if you want, maybe, modify the effects a little, for not slow down fps in old computers : )

ULTRA Random ViruS

  • Posts: 924
  • Turrets: +4/-101
    • ZdrytchX's reference website
Re: TremX for GPP!
« Reply #32 on: October 04, 2011, 05:09:57 pm »
Can't compile:
Code: [Select]
make[2]: `build/release-linux-x86/base/gamex86.so' is up to date.
make[2]: `build/release-linux-x86/base/uix86.so' is up to date.
yacc  src/tools/lcc/lburg/gram.y
make[2]: yacc: Command not found
make[2]: *** [src/tools/lcc/lburg/gram.c] Error 127
make[2]: Leaving directory `/home/user/Desktop/Tremx/TremX'
make[1]: *** [targets] Error 2
make[1]: Leaving directory `/home/user/Desktop/Tremx/TremX'
make: *** [release] Error 2
user@ubuntu:~/Desktop/Tremx/TremX$ ^C
user@ubuntu:~/Desktop/Tremx/TremX$

What is this yacc thing? How do i get it?

__________________________________

Where do i get the OLD 1.1 TremX? (the one where the adv dretch and adv rant was invented)
I also don't remember a adv marauder sniping though in that 1.1 version.
« Last Edit: October 04, 2011, 05:54:09 pm by ULTRA Random ViruS »

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Re: TremX for GPP!
« Reply #33 on: October 04, 2011, 06:50:30 pm »
You probably need the bison package.

Chomps123

  • Posts: 341
  • Turrets: +4/-15
Re: TremX for GPP!
« Reply #34 on: October 05, 2011, 04:06:07 pm »
you can use effects and textures from my mod if you if you want, maybe, modify the effects a little, for not slow down fps in old computers : )

Funny part is I have done that with the 1.1 korx. :D
Don't just live life with work.
Find some time every day to have some fun. ;)

ULTRA Random ViruS

  • Posts: 924
  • Turrets: +4/-101
    • ZdrytchX's reference website
Re: TremX for GPP!
« Reply #35 on: October 08, 2011, 07:28:07 am »
You probably need the bison package.

I'm not a ubuntu expert so i wasn't sure how to get it. But i tried a way but an error came up:

Code: [Select]
~$ aptitude install bison
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
I'm not sure aout the first line, and second line i am in root folder.

gimhael

  • Posts: 546
  • Turrets: +70/-16
Re: TremX for GPP!
« Reply #36 on: October 08, 2011, 10:55:38 am »
try
Code: [Select]
sudo aptitude install bison

RAKninja-Decepticon

  • Posts: 843
  • Turrets: +14/-679
    • Stupid Videos
Re: TremX for GPP!
« Reply #37 on: October 08, 2011, 08:58:45 pm »
You probably need the bison package.

I'm not a ubuntu expert so i wasn't sure how to get it. But i tried a way but an error came up:

Code: [Select]
~$ aptitude install bison
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
I'm not sure aout the first line, and second line i am in root folder.

both lines relate to the same error, you do not have the priviledges needed (root) to run that program as the user you are logged in as.

you can  as gimhael said without explaining why, the sudo command runs a program as root (admin).
Note 4: The best, although not always easiest, way to deal with trolls is thus: do not respond at ALL in the thread.
Main Rules
4.) No spamming or advertising (includes useless multi-posts and bumps.)
6b.) Do NOT harass other members.
  6c.) Do NOT troll!

ULTRA Random ViruS

  • Posts: 924
  • Turrets: +4/-101
    • ZdrytchX's reference website
Re: TremX for GPP!
« Reply #38 on: October 10, 2011, 05:07:17 pm »

both lines relate to the same error, you do not have the priviledges needed (root) to run that program as the user you are logged in as.

you can  as gimhael said without explaining why, the sudo command runs a program as root (admin).
There's only one user on ubuntu because its a virtual machine.

Thx anyways.
***My tremded won't work, [can't find an IP socket, 'too many open files' it says] and my trem-gpp's client, when i change the fs_game to something else it says it is write-protected. So i tried the old-fasioned way of using the menu, 'mods'. I double click on TremX [i don't have tremx from 1.1 anymore, so i used this name] and my screen starts doing the fullscreen trick, except this time it never came out of fullscreen. I can't switch programs, all i can do is turn up and down the brightness of the screen and volume, and force-shutdown the computer by holding the off button. Nothing else works.

[I never fixed this 'glitch' on my computer, i just created a shortcut through Steam and somehow it worked. Refer to this topic: http://tremulous.net/forum/index.php?topic=15993.0 Apperently it still hasn't been solved so im temporary on steam and the problems are comming back slowly, starting with the default tremulous menu and data-1.1.0.pk3 not being found although it is there.]

EDIT: i forgot to tell you why i needed to compile this qvm: its so i can get the ui.qvm to see if it solves the TremX problem [it never worked when i download straight from the server].

Will this qvm work for normal gpp? [%appdata% (on my computer it is library)/tremulous/gpp] Gpp is the only 'mod' that works with my gpp client right now, with an exception of Flying Alien test. Flying alien test only worked once, just before the mega crash half a year ago Then it continued crashing.
« Last Edit: October 10, 2011, 05:11:31 pm by ULTRA Random ViruS »

Chomps123

  • Posts: 341
  • Turrets: +4/-15
Re: TremX for GPP!
« Reply #39 on: April 01, 2012, 04:28:06 pm »
Can someone re-upload the latest version of this mod
Don't just live life with work.
Find some time every day to have some fun. ;)

Chomps123

  • Posts: 341
  • Turrets: +4/-15
Re: TremX for GPP!
« Reply #40 on: April 02, 2012, 02:02:39 pm »
not helpful
« Last Edit: May 21, 2012, 11:25:15 pm by Chomps123 »
Don't just live life with work.
Find some time every day to have some fun. ;)

Chomps123

  • Posts: 341
  • Turrets: +4/-15
Re: TremX for GPP!
« Reply #41 on: May 21, 2012, 11:25:01 pm »
Sorry for the double post but I was wondering if I get the newest version of the mod.
Don't just live life with work.
Find some time every day to have some fun. ;)

E-Mxp

  • Posts: 722
  • Turrets: +27/-10
Re: TremX for GPP!
« Reply #42 on: May 22, 2012, 08:21:07 am »
You should connect to the KorX server.