Author Topic: tremx  (Read 150956 times)

G1N0R0G

  • Posts: 39
  • Turrets: +0/-0
tremx
« Reply #60 on: September 18, 2006, 05:18:40 pm »
Alien: granger his bar bars how the tyrant...


Human: mine, better granade a larger shooting-range, gas grenade, litte cars^^(panzer)^^,

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
tremx
« Reply #61 on: September 18, 2006, 05:33:40 pm »
Quote from: "vcxzet"
Quote from: "kevlarman"
also, vcxzet, did you do something to adv dretch damage?

also I add pounce to adv dretch and remove high jump(makes it an easy target :( )
fixed it. but I think I broke something deeper imho - balance -
adv tyrant destroys 3 turrets in seconds (it has only one shot without the booster but with a booster it has 3/4 shots which is like 2 nades)

Quote from: "kevlarman"
tyrant nades need more knockback

added ( though I dont know how much it should be because
-if it pushed tyrant so high it would push humans even higher and they would get fall damage
-if it only pushed tyrant erm it would be as if tyrant was stuffed )

------------
http://www.fileupyours.com/files/60108/vm_tremx.pk3

i was thinking (in g_combat.c, next to all the other knockbacks, like goon and tesla):
Code: [Select]

if( mod = MOD_LEVEL4_EBLOB && targ == attacker )
{
    knockback *= 3; //play with the constant
}
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| #
|.@.-##
-----

vcxzet

  • Guest
tremx
« Reply #62 on: September 18, 2006, 07:56:24 pm »
edit:
removed irrelevant content sorry

holyknight

  • Posts: 998
  • Turrets: +4/-2
tremx
« Reply #63 on: September 18, 2006, 11:32:39 pm »
Edit Edit: I ahve a question, how do you see if this mod is working? Like, you can't level up yourself. And when I tried to join the server, the game froze. Is there any server that uses this mod? And if there isn't, is there a cheat where I can level up?

robug

  • Posts: 50
  • Turrets: +0/-0
Tremx Beta Server Running
« Reply #64 on: September 19, 2006, 12:36:12 am »
I Setup a beta server running tremX.  I was able to connect after I turned on clientside downloads and when I connected it downloaded tremx_vm.pk3 (or some such)  

Its in the main internet index as Yaknet Lair Tremx beta

Check it out and shoot me an email if I donked on the server config or if you have any coments


and thanks for the hard work, vcxzet

robug
johnATrobugDOTcom

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
tremx
« Reply #65 on: September 19, 2006, 12:44:44 am »
Quote from: "vcxzet"
Quote from: "kevlarman"

Code: [Select]

if( mod = MOD_LEVEL4_EBLOB && targ == attacker )
{
    knockback *= 3; //play with the constant
}

that is what I did, except the targ == attacker (it would only increase tyrants knockback?) but I dont know whether or not it works since they are pointers I am just using this "it is raining aliens and humans :P "
Code: [Select]
// ... for tyrant bombbbbb
  if( mod == MOD_LEVEL4_EBLOB )
    knockback *= 4;

you can == pointers, it checks if they point to the same address, since every entity is unique, that check should work out, but i'm not 100% sure about my assumption that attacker is the tyrant, it could be the blob itself (though i think that's inflictor)
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| #
|.@.-##
-----

holyknight

  • Posts: 998
  • Turrets: +4/-2
tremx
« Reply #66 on: September 19, 2006, 01:10:26 am »
Sweet robug, you are great.
But when I tried to join the server, this thing came up


btw, robug, sorry for swearing in your server :(

robug

  • Posts: 50
  • Turrets: +0/-0
ui error
« Reply #67 on: September 19, 2006, 01:42:45 am »
Ya I got that ui error when I was using defaul trem client but I did not get it with the tjw client.  I read somewhere that you can use the svn client also.  The svn client is new to me so I have no idea.

But try tjw client.  also turn on downloads in options

hope this helps

robug

holyknight

  • Posts: 998
  • Turrets: +4/-2
tremx
« Reply #68 on: September 19, 2006, 02:16:05 am »
tjw client? I read it in the faq thread, but i still don't get it...

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
tremx
« Reply #69 on: September 19, 2006, 03:36:07 am »
Quote from: "holyknight"
tjw client? I read it in the faq thread, but i still don't get it...
go here: http://trem.tjw.org/backport/ , click on readme.txt and follow the directions, it has a bunch of bugfixes, support for the admin system, and http downloads. the mod will definitely not work with the client that comes with tremulous, it appears to work with tjw's client for everyone but me :( , and it definitely works with svn (if you don't know, don't ask, it's a pain)
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| #
|.@.-##
-----

holyknight

  • Posts: 998
  • Turrets: +4/-2
tremx
« Reply #70 on: September 19, 2006, 05:08:36 am »
...sorry but I still don't get it  :oops:  not very good with those codes and I don't understand what the thing is saying

robug

  • Posts: 50
  • Turrets: +0/-0
tremx
« Reply #71 on: September 19, 2006, 05:20:24 am »
All you need to do is download the tremulous.exe from the link above and replace the existing tremulous.exe

That should do it.  

If you are still having problems email me at johnATrobugDOTcom

robug

vcxzet

  • Guest
tremx
« Reply #72 on: September 19, 2006, 08:01:53 am »
edit:
removed irrelevant content sorry

DASPRiD

  • Administrator
  • Posts: 549
  • Turrets: +21/-2
    • http://www.dasprids.de
tremx
« Reply #73 on: September 19, 2006, 08:52:48 am »
Quote from: "holyknight"
Edit Edit: I ahve a question, how do you see if this mod is working? Like, you can't level up yourself. And when I tried to join the server, the game froze. Is there any server that uses this mod? And if there isn't, is there a cheat where I can level up?


Never played in development mode? :> /devmap ?

/g_alienstage 2 (= Stage 3)
/g_humanstage 2 (= Stage 3)
/give funds X (X = evos // credits)
url=https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=mail%40dasprids%2ede&item_name=DASPRiD%27s&no_shipping=0&no_note=1&tax=0&currency_code=EUR&lc=DE&bn=PP%2dDonationsBF&charset=UTF%2d8][/url]

Smokey

  • Posts: 793
  • Turrets: +23/-58
    • Zilla Clan
Re: Tremx Beta Server Running
« Reply #74 on: September 19, 2006, 11:18:07 am »
Quote from: "robug"
I Setup a beta server running tremX.  I was able to connect after I turned on clientside downloads and when I connected it downloaded tremx_vm.pk3 (or some such)  

Its in the main internet index as Yaknet Lair Tremx beta

Check it out and shoot me an email if I donked on the server config or if you have any coments


and thanks for the hard work, vcxzet

robug
johnATrobugDOTcom


As did i.. dosent work though and forque never really acted as if he wanted to help.  :-?

whitebear

  • Posts: 659
  • Turrets: +35/-20
tremx
« Reply #75 on: September 19, 2006, 11:56:12 am »
Well i can't join to servers (that has this mod). When i join it gives the ui menu error thingy or it just freezes to this one spot of the map (player intermision) and shows some player model sideways lying on the ground.
this is soooo wierd... devmap works fine.

dispater

  • Posts: 24
  • Turrets: +0/-0
tremx
« Reply #76 on: September 19, 2006, 12:57:17 pm »
Quote from: "whitebear"
Well i can't join to servers (that has this mod). When i join it gives the ui menu error thingy or it just freezes to this one spot of the map (player intermision) and shows some player model sideways lying on the ground.
this is soooo wierd... devmap works fine.


same iguess thats what happened to me....devmap works though... ohh and just asking what does biokit do? and the tyrant bomb destroys reactor in two hits...friggin big...
URL=www.tremulous.net][/URL]

vcxzet

  • Guest
Re: ui error
« Reply #77 on: September 19, 2006, 03:03:26 pm »
edit:
removed irrelevant content sorry

robug

  • Posts: 50
  • Turrets: +0/-0
tremx
« Reply #78 on: September 19, 2006, 03:28:44 pm »
client from:
http://tremulous.tjw.org/backport/

And just made a tremx dir in the /usr/local/games/tremulous directory


nohup ./tremded.x86 +set dedicated 2 +set fs_game tremx +set net_port 30723 +exec tremxserver.cfg

Basicly followed kelvermans directions and it worked.  I had to add the net_port command because I already had a server running.

robug

oh ya..  I am also using tjw's server
http://tjw.org/tremulous/

robug

  • Posts: 50
  • Turrets: +0/-0
tremx
« Reply #79 on: September 19, 2006, 04:15:00 pm »
Quote from: "DASPRiD"

/g_alienstage 2 (= Stage 3)
/g_humanstage 2 (= Stage 3)
/give funds X (X = evos // credits)


Can I put this in the server config on my tremx beta server so people will have s3 aliens by default.   I know this is not fair (or playable) but I am sure the reason any will connect is just to see the new stuff  (adv basi skin ROCKS)

Glunnator

  • Posts: 865
  • Turrets: +5/-6
tremx
« Reply #80 on: September 19, 2006, 05:06:28 pm »
(Off topic. Kill me if you must.)

Robug? Nice name! :D

Makes me wanna sing "Rolin"
But then "Robug"

:D Rawhide!


[Sing]...Robug robug robug....[/sing]

Quote from: (Cebt)Glunnator
HAVE FUN PPL, IT'S THE MEANING OF LIFE TO LOOK AT THE BRIGHT SIDE OF IT! ;)

whitebear

  • Posts: 659
  • Turrets: +35/-20
tremx
« Reply #81 on: September 19, 2006, 05:55:22 pm »
rugbug... what is your server name and when it is online?
I got on one server today (after setting downloads on) and were able to play...

Someone_else

  • Posts: 3
  • Turrets: +0/-0
tremx
« Reply #82 on: September 19, 2006, 06:23:30 pm »
Adv Dretch kills mg turret with one bite O_o
Adv Tyrant does 200 dmg /w acid ball...
When u want to make luci that shoots nades or ranged pain saw?

robug

  • Posts: 50
  • Turrets: +0/-0
tremx
« Reply #83 on: September 19, 2006, 06:39:58 pm »
Quote from: "whitebear"
rugbug... what is your server name and when it is online?
I got on one server today (after setting downloads on) and were able to play...



Its Yaknet Lair.  should be in the main Internet index

whitebear

  • Posts: 659
  • Turrets: +35/-20
tremx
« Reply #84 on: September 19, 2006, 06:47:57 pm »
Quote from: "Someone_else"
Adv Dretch kills mg turret with one bite O_o
Adv Tyrant does 200 dmg /w acid ball...
When u want to make luci that shoots nades or ranged pain saw?

And why do you think that? Play it before giving sarcastic comments.

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
tremx
« Reply #85 on: September 19, 2006, 11:46:41 pm »
Quote from: "Someone_else"
Adv Dretch kills mg turret with one bite O_o
that was a bug, where adv dretch would do damage continuously, with no delay in between bites, which has been fixed in the newest qvm.
Quote from: vcxzet
tjw's client works? nice so I can just give the qvm files (and of course along with source)[/code] speaking of the code, i still can't figure out why i can't compile it on my linux box (svn compiles just fine). does it work for you after a 'make clean' ?
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| #
|.@.-##
-----

vcxzet

  • Guest
tremx
« Reply #86 on: September 20, 2006, 07:45:19 am »
edit:
removed irrelevant content sorry

tuple

  • Posts: 833
  • Turrets: +97/-80
tremx
« Reply #87 on: September 20, 2006, 03:15:18 pm »
Ubuntu linux OS here, I connected to Yanknet and downloaded.  I didn't think it would work if it needs to be compiled for linux, but meh, what the hell, it's just a download.  I can now verify that the Yanknet download does not work on linux using TJW's most recent build.  :P Crashes the game in fact.

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
tremx
« Reply #88 on: September 20, 2006, 05:34:34 pm »
Quote from: "tuple"
Ubuntu linux OS here, I connected to Yanknet and downloaded.  I didn't think it would work if it needs to be compiled for linux, but meh, what the hell, it's just a download.  I can now verify that the Yanknet download does not work on linux using TJW's most recent build.  :P Crashes the game in fact.
actually, the qvms are platform independent (or should be at least, but they appear to behave slightly differently). it works perfectly if you get tremulous.x86 from svn.
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| #
|.@.-##
-----

Pioter

  • Posts: 30
  • Turrets: +0/-0
    • http://www.hsr.go.pl
tremx
« Reply #89 on: September 20, 2006, 05:46:57 pm »
I downloaded mod but when i loading to local server there is a communicate that "there is no 'ui/menus.txt file" What should i do with it? I've got win xp
img]http://img58.imageshack.us/img58/9185/silvoa8.jpg[/img]