Profile  Register  Calendar  Memberlist  FAQ  Search Home  
Tribes RPG Forums : Powered by vBulletin version 2.0.3 Tribes RPG Forums > Main > TribesRPG Discussion > Binding keys
  Last Thread   Next Thread
Author
Thread    Post New Thread    Post A Reply
Ronvatar
GoblinRunt

Registered: Sep 2001
Location:
Posts: 8

Question Binding keys

Hi, Does anyone know how to bind a key so that when I press it, I yell #cast heal? Also, someone mentioned about a mining script? Does anyone know about this? TIA

I have Starsiege Tribes RPG

Report this post to a moderator | IP: Logged

Ronvatar is offline Old Post 09-04-2001 10:46 PM
Click Here to See the Profile for Ronvatar Click here to Send Ronvatar a Private Message Find more posts by Ronvatar Add Ronvatar to your buddy list Edit/Delete Message Reply w/Quote
Strider
TRPG Story Master

Registered: Mar 2001
Location: St. John's Newfoundland, Canada
Posts: 1811

You have Starsiege Tribes RPG? What is Starsiege Tribes RPG?

=] It's just Tribes RPG.

I think you should ask this question in the coding help forum...


__________________

Strider
TRPG Story Master


Report this post to a moderator | IP: Logged

Strider is offline Old Post 09-04-2001 10:50 PM
Click Here to See the Profile for Strider Click here to Send Strider a Private Message Click Here to Email Strider Visit Strider's homepage! Find more posts by Strider Add Strider to your buddy list Edit/Delete Message Reply w/Quote
Samy3
Moderator

Registered: Apr 2001
Location: Uber Bar&Grill of course!
Posts: 1329

Re: Binding keys

quote:
Originally posted by Ronvatar
Hi, Does anyone know how to bind a key so that when I press it, I yell #cast heal? Also, someone mentioned about a mining script? Does anyone know about this? TIA

I have Starsiege Tribes RPG

download and install the Deus RPG packor other packs.


__________________
Server:UberBar&Grill

Eat:Uber Burger Drink: Whiskey
SP:2556 Remort:23
Lvl:34 Cash:13millions
Dusts:1 Class:Wizard
Race:WizardXXIII House:none
Badge:Reverence Name: Samy3
In Storage:25

ok its over

Report this post to a moderator | IP: Logged

Samy3 is offline Old Post 09-04-2001 11:15 PM
Click Here to See the Profile for Samy3 Click here to Send Samy3 a Private Message Click Here to Email Samy3 Find more posts by Samy3 Add Samy3 to your buddy list Edit/Delete Message Reply w/Quote
Ronvatar
GoblinRunt

Registered: Sep 2001
Location:
Posts: 8

I have Starsiege Tribes. Is that so hard to understand? And can someone post a link for Deus? Where can I get it?

Report this post to a moderator | IP: Logged

Ronvatar is offline Old Post 09-05-2001 12:17 AM
Click Here to See the Profile for Ronvatar Click here to Send Ronvatar a Private Message Find more posts by Ronvatar Add Ronvatar to your buddy list Edit/Delete Message Reply w/Quote
GoldenFlight
Mother Lode

Registered: Mar 2001
Location:
Posts: 2480

go here and ask your question:

http://dynamic2.gamespy.com/~rpg/fo...y.php?forumid=3

You can always post as new topic or hit the "Help is Here" thread.

Good luck.

ED: you can also Private Message

Deus_ex_Machina

I'm sure he'd love to know someone else wants his neat stuff!

Report this post to a moderator | IP: Logged

GoldenFlight is offline Old Post 09-05-2001 12:35 AM
Click Here to See the Profile for GoldenFlight Click here to Send GoldenFlight a Private Message Click Here to Email GoldenFlight Find more posts by GoldenFlight Add GoldenFlight to your buddy list Edit/Delete Message Reply w/Quote
Strider
TRPG Story Master

Registered: Mar 2001
Location: St. John's Newfoundland, Canada
Posts: 1811

Yeah, but Starsiege Tribes is practically non-existent in TRPG. The only thing similar are some models and the grass. =]


__________________

Strider
TRPG Story Master


Report this post to a moderator | IP: Logged

Strider is offline Old Post 09-05-2001 12:47 AM
Click Here to See the Profile for Strider Click here to Send Strider a Private Message Click Here to Email Strider Visit Strider's homepage! Find more posts by Strider Add Strider to your buddy list Edit/Delete Message Reply w/Quote
Someone1237
OgreMagi

Registered: May 2001
Location: Someplace in Conneticut
Posts: 437

Angry

dont forget the .mis there same as tribes, and the .ted .dsc .vol .dis .mis .cs all those files and dont forget that the... mmmm.... OH YEAHHHHH the explosions are the same 2 >:-Þ


__________________
//-----DAoC=STATS----//
Bor Server:
Name: Swinger Fria
Race: Celt
Class: Druid
Lvl: 13
Money: 1 platinum
Guild: Celtic Shadows
//----------------------//

Report this post to a moderator | IP: Logged

Someone1237 is offline Old Post 09-05-2001 01:11 AM
Click Here to See the Profile for Someone1237 Click here to Send Someone1237 a Private Message Visit Someone1237's homepage! Find more posts by Someone1237 Add Someone1237 to your buddy list Edit/Delete Message Reply w/Quote
Strider
TRPG Story Master

Registered: Mar 2001
Location: St. John's Newfoundland, Canada
Posts: 1811

Those are file names, stupid.


__________________

Strider
TRPG Story Master


Report this post to a moderator | IP: Logged

Strider is offline Old Post 09-05-2001 02:57 AM
Click Here to See the Profile for Strider Click here to Send Strider a Private Message Click Here to Email Strider Visit Strider's homepage! Find more posts by Strider Add Strider to your buddy list Edit/Delete Message Reply w/Quote
Toaster
Master of Toast

Registered: Mar 2001
Location: JI & PoG's RPG
Posts: 2479

Click the link in my sig for info on binding your own keys.


__________________


Toaster

Read The Newbie Guide!

Report this post to a moderator | IP: Logged

Toaster is offline Old Post 09-05-2001 04:27 AM
Click Here to See the Profile for Toaster Click here to Send Toaster a Private Message Click Here to Email Toaster Visit Toaster's homepage! Find more posts by Toaster Add Toaster to your buddy list Edit/Delete Message Reply w/Quote
Ronvatar
GoblinRunt

Registered: Sep 2001
Location:
Posts: 8

I tried that already. I added this to config.cs:

bindCommand(keyboard0, make, "9", TO, "remoteeval(2048, say(0, \"#cast firebomb\"));");

bindCommand(keyboard0, make, "8", TO, "remoteeval(2048, say(0, \"#steal\"));");

bindCommand(keyboard0, make, "7", TO, "remoteeval(2048, say(0, \"#cast cloud\"));");

bindCommand(keyboard0, make, "6", TO, "remoteeval(2048, say(0, \"#cast melt\"));");

and it does not work whatsoever. I even tried adding them straight into console. I play half life mods and in that, all you type in console is:

bind whateverkeyhere "say whatever here"

or for teams

bind keyhere "say_team whatever"

It's that simple. Why couldn't they make tribes that simple? Anyways, thanks to those who helped.

Report this post to a moderator | IP: Logged

Ronvatar is offline Old Post 09-05-2001 04:51 AM
Click Here to See the Profile for Ronvatar Click here to Send Ronvatar a Private Message Find more posts by Ronvatar Add Ronvatar to your buddy list Edit/Delete Message Reply w/Quote
Toaster
Master of Toast

Registered: Mar 2001
Location: JI & PoG's RPG
Posts: 2479

Did you put

editActionMap("playmap.sae");

right above them? If you didn't, they won't work.


__________________


Toaster

Read The Newbie Guide!

Report this post to a moderator | IP: Logged

Toaster is offline Old Post 09-05-2001 04:58 AM
Click Here to See the Profile for Toaster Click here to Send Toaster a Private Message Click Here to Email Toaster Visit Toaster's homepage! Find more posts by Toaster Add Toaster to your buddy list Edit/Delete Message Reply w/Quote
Ronvatar
GoblinRunt

Registered: Sep 2001
Location:
Posts: 8

I added this just like it shows:

editActionMap("playmap.sae");

bindAction(keyboard0, make, "x", TO, IDACTION_MOVEFORWARD, 1.000000);

bindCommand(Keyboard0, make, "h", TO, " postaction(2048,IDACTION_FIRE1

,-0);");

bindCommand(keyboard0, make, "0", TO, "use(\"Crystal Blue Potion\");");

bindCommand(keyboard0, make, "9", TO, "remoteeval(2048, say(0, \"#cast firebomb\"));");

bindCommand(keyboard0, make, "8", TO, "remoteeval(2048, say(0, \"#steal\"));");

bindCommand(keyboard0, make, "7", TO, "remoteeval(2048, say(0, \"#cast cloud\"));");

bindCommand(keyboard0, make, "6", TO, "remoteeval(2048, say(0, \"#cast melt\"));");

Except I changed

bindCommand(keyboard0, make, "8", TO, "remoteeval(2048, say(0, \"#steal\"));");

bindCommand(keyboard0, make, "7", TO, "remoteeval(2048, say(0, \"#cast cloud\"));");

to

bindCommand(keyboard0, make, "h", TO, "remoteeval(2048, say(0, \"#cast heal\"));");

bindCommand(keyboard0, make, "m", TO, "remoteeval(2048, say(0, \"#meditate\"));");

I'll try it again and let you know what happens.

Report this post to a moderator | IP: Logged

Ronvatar is offline Old Post 09-05-2001 05:05 AM
Click Here to See the Profile for Ronvatar Click here to Send Ronvatar a Private Message Find more posts by Ronvatar Add Ronvatar to your buddy list Edit/Delete Message Reply w/Quote
Auwar
OrcSlayer

Registered: Jul 2001
Location: This chair
Posts: 284

Will people even read the documentation?
the entire answer to his ? is in the OUTDATED newbiegiude, but STILL, its there


__________________
Detonating a nuclear device within city limits may result in a $500 fine.

Report this post to a moderator | IP: Logged

Auwar is offline Old Post 09-07-2001 08:15 PM
Click Here to See the Profile for Auwar Click here to Send Auwar a Private Message Find more posts by Auwar Add Auwar to your buddy list Edit/Delete Message Reply w/Quote
Toaster
Master of Toast

Registered: Mar 2001
Location: JI & PoG's RPG
Posts: 2479

It's not outdated.


__________________


Toaster

Read The Newbie Guide!

Report this post to a moderator | IP: Logged

Toaster is offline Old Post 09-07-2001 10:20 PM
Click Here to See the Profile for Toaster Click here to Send Toaster a Private Message Click Here to Email Toaster Visit Toaster's homepage! Find more posts by Toaster Add Toaster to your buddy list Edit/Delete Message Reply w/Quote
Ronvatar
GoblinRunt

Registered: Sep 2001
Location:
Posts: 8

I figured out what the problem was. You can't just cut and paste your codes the way they looked. You have get rid of any extra spaces or lines. Thanks for the help toaster. I can now master this game

Report this post to a moderator | IP: Logged

Ronvatar is offline Old Post 09-08-2001 09:21 PM
Click Here to See the Profile for Ronvatar Click here to Send Ronvatar a Private Message Find more posts by Ronvatar Add Ronvatar to your buddy list Edit/Delete Message Reply w/Quote
Auwar
OrcSlayer

Registered: Jul 2001
Location: This chair
Posts: 284

its out dated because ji & pogs is the only server that runs normal trpg, and that mobo died


__________________
Detonating a nuclear device within city limits may result in a $500 fine.

Report this post to a moderator | IP: Logged

Auwar is offline Old Post 09-11-2001 12:46 AM
Click Here to See the Profile for Auwar Click here to Send Auwar a Private Message Find more posts by Auwar Add Auwar to your buddy list Edit/Delete Message Reply w/Quote
Toaster
Master of Toast

Registered: Mar 2001
Location: JI & PoG's RPG
Posts: 2479

It covers offical. I am not doing TRPG mods.

So it's not outdated.


__________________


Toaster

Read The Newbie Guide!

Report this post to a moderator | IP: Logged

Toaster is offline Old Post 09-11-2001 01:50 AM
Click Here to See the Profile for Toaster Click here to Send Toaster a Private Message Click Here to Email Toaster Visit Toaster's homepage! Find more posts by Toaster Add Toaster to your buddy list Edit/Delete Message Reply w/Quote
Ronvatar
GoblinRunt

Registered: Sep 2001
Location:
Posts: 8

Strider, what do you mean by "Yeah, but Starsiege Tribes is practically non-existent in TRPG. The only thing similar are some models and the grass. =]"?

I play on a server that is a lot of fun to me. I got Starsiege Tribes from my cousin for free because his PC couldn't handle it and now I am playing this great mod called RPG and having fun. Is there another version I should be looking for? Or is it not compatible with my game?

Report this post to a moderator | IP: Logged

Ronvatar is offline Old Post 09-11-2001 06:52 AM
Click Here to See the Profile for Ronvatar Click here to Send Ronvatar a Private Message Find more posts by Ronvatar Add Ronvatar to your buddy list Edit/Delete Message Reply w/Quote
JeremyIrons
Tribes RPG Creator

Registered: Mar 2001
Location: Ottawa, ON, Canada
Posts: 615

ignore strider's comments in this thread, ronvatar =)

Report this post to a moderator | IP: Logged

JeremyIrons is offline Old Post 09-11-2001 02:17 PM
Click Here to See the Profile for JeremyIrons Click here to Send JeremyIrons a Private Message Visit JeremyIrons's homepage! Find more posts by JeremyIrons Add JeremyIrons to your buddy list Edit/Delete Message Reply w/Quote
Ronvatar
GoblinRunt

Registered: Sep 2001
Location:
Posts: 8

lol ok

Report this post to a moderator | IP: Logged

Ronvatar is offline Old Post 09-11-2001 08:30 PM
Click Here to See the Profile for Ronvatar Click here to Send Ronvatar a Private Message Find more posts by Ronvatar Add Ronvatar to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 05:38 PM.    Post New Thread    Post A Reply
Last Thread   Next Thread
[ Show a Printable Version | Email This Page to Someone! | Receive updates to this thread ]

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 

< Contact Us - Tribes RPG >

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Anything posted on these forums or privately messaged to any dev
team member (including email) becomes property of the Tribes RPG team.