Tremulous Forum
General => General Discussion => Topic started by: Creative1 on July 21, 2011, 04:27:17 am
-
Hi guys, I've been told there's a Tremulous 1.2, sortof, that you would need to compile yourself by getting the source from the TremFusion GPP branch.
So I grabbed the code from here http://www.tremfusion.net/hg/tremfusion/rev/093e8ad42682, ran make and all that, got an executable, but it doesn't seem to be 1.2.. I also tried a bunch of other revs with Trem 1.2 next to them, and I can't remember what I did, but I got as far as getting the main menu using the 1.2 one, but I can't connect to any servers or anything. So my question is, is it possible to get TremFusion 1.2? If so, where can I grab it? Sorry if this was asked here before, I found nothing using the search button.
Thanks.
-
20 months ago *Some stuff somehow got left out of the merge trem1.2
-
Hi guys, I've been told there's a Tremulous 1.2, sortof, that you would need to compile yourself by getting the source from the TremFusion GPP branch.
So I grabbed the code from here http://www.tremfusion.net/hg/tremfusion/rev/093e8ad42682, ran make and all that, got an executable, but it doesn't seem to be 1.2.. I also tried a bunch of other revs with Trem 1.2 next to them, and I can't remember what I did, but I got as far as getting the main menu using the 1.2 one, but I can't connect to any servers or anything. So my question is, is it possible to get TremFusion 1.2? If so, where can I grab it? Sorry if this was asked here before, I found nothing using the search button.
Thanks.
Put the executable in your tremulous directory and run
./name_of_executable +set fs_game gpp
Note that I have found TremFusion's performance to be inferior to that of segfault's. Also, there is a lot of unused and old code in TF, so in general, you are better off going with Segfault.
-
We need to get Tach to add more stuff into it. It's pretty bare compared to the useless shit that was in Tremfusion. Some of it is actually useful, like being able to set messagemodes, so I could go into my cfg and type
bind u messagemode /a
bind i messagemode /m eh
That way I have an admin say command, along with a clan chat command.
-
1) l2 use mercurial
2) Tremulous forums have nothing to do with Tremfusion
3) Tremfusion was bloated garbage and still is
-
Hi guys, I've been told there's a Tremulous 1.2, sortof, that you would need to compile yourself by getting the source from the TremFusion GPP branch.
So I grabbed the code from here http://www.tremfusion.net/hg/tremfusion/rev/093e8ad42682, ran make and all that, got an executable, but it doesn't seem to be 1.2.. I also tried a bunch of other revs with Trem 1.2 next to them, and I can't remember what I did, but I got as far as getting the main menu using the 1.2 one, but I can't connect to any servers or anything. So my question is, is it possible to get TremFusion 1.2? If so, where can I grab it? Sorry if this was asked here before, I found nothing using the search button.
Thanks.
Put the executable in your tremulous directory and run
./name_of_executable +set fs_game gpp
Note that I have found TremFusion's performance to be inferior to that of segfault's. Also, there is a lot of unused and old code in TF, so in general, you are better off going with Segfault.
Thanks for the tip Rage, but when I do that, the client just crashes, and from the crashlog.txt, this is what I get. http://pastebin.com/9hEbQbLY
2) Tremulous forums have nothing to do with Tremfusion
I realize that, and sorry that I posted it here, but the TremFusion forums are sort of, dead. If it's too much of a problem to post it here, I'm sorry and would ask that a moderator could just delete this thread. Thinking about it now, this also should not be in General Discussion, my mistake.
-
bind u messagemode /a
bind i messagemode /m eh
These do exactly the same thing but don't require a modified client
bind u "set ui_chatBuffer /a; menu say"
bind i "set ui_chatBuffer /m eh; menu say"