Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » How do I get commands for my sever?
How do I get commands for my sever? [message #318246] Wed, 20 February 2008 20:31 Go to next message
Colonel Burton is currently offline  Colonel Burton
Messages: 11
Registered: November 2007
Karma: 0
Recruit
I want commands like from Roleplay 2, !killme how can I make them or, get them, download them?
Re: How do I get commands for my sever? [message #318249 is a reply to message #318246] Wed, 20 February 2008 22:28 Go to previous messageGo to next message
Genesis2001
Messages: 1397
Registered: August 2006
Karma: 0
General (1 Star)
You're talking about EKT's Roleplay 2 server, aren't ya? -_-


Those are custom scripted server-sided by Sniperhid (aka EKT-Snippers or something like that) and they're a private thing, server specific...

Although, you can easily make a !killme command in C++ -_-


~Zack
Re: How do I get commands for my sever? [message #318254 is a reply to message #318246] Wed, 20 February 2008 22:56 Go to previous messageGo to next message
Colonel Burton is currently offline  Colonel Burton
Messages: 11
Registered: November 2007
Karma: 0
Recruit
Is there a guide I can do?
Re: How do I get commands for my sever? [message #318257 is a reply to message #318246] Wed, 20 February 2008 23:19 Go to previous messageGo to next message
Sniperhid is currently offline  Sniperhid
Messages: 6
Registered: February 2007
Karma: 0
Recruit
const char *Msg3 = WideCharToChar(Msg);
	else if (strncmp(Msg3,"!killme",7) == 0) {	
 		if (obj){
 		Commands->Destroy_Object(obj);
		char message[256];
		sprintf(message,"cmsgp %d 90,250,90 [EKTRPG] You have been killed.",ID);
		Console_Input(message);
		return;
		}
 	}

the ID var is given in the chat hook: SSGM_Chat_Hook, yeah you can tell me off for not using the tokenized stuff, but this works perfectly fine.
Re: How do I get commands for my sever? [message #318259 is a reply to message #318246] Thu, 21 February 2008 00:18 Go to previous messageGo to next message
Dreganius is currently offline  Dreganius
Messages: 780
Registered: April 2007
Location: Melbourne, Australia
Karma: 0
Colonel
HOLY SHIT IT'S HIM!!!

You're finally back? Okay then, GET ON THE IRC SNIPPERS Sarcasm

Mmkay. Rant over. Proceed.


http://www.ren40k.net/RenX40kSignature.jpg
Heresy grows from idleness!
Re: How do I get commands for my sever? [message #318302 is a reply to message #318246] Thu, 21 February 2008 10:29 Go to previous messageGo to next message
Colonel Burton is currently offline  Colonel Burton
Messages: 11
Registered: November 2007
Karma: 0
Recruit
HOLY SHIT IT'S HIM!!!

You're finally back? Okay then, GET ON THE IRC SNIPPERS Sarcasm

Mmkay. Rant over. Proceed.


What? Its him? Im back what? What and how do I get on IRC SNIPPERS Sarcasm?
One thing I KNOW NOTHING! About what I ask for I don't even know where to put the files.

[Updated on: Thu, 21 February 2008 10:51]

Report message to a moderator

Re: How do I get commands for my sever? [message #318381 is a reply to message #318246] Thu, 21 February 2008 20:41 Go to previous messageGo to next message
Colonel Burton is currently offline  Colonel Burton
Messages: 11
Registered: November 2007
Karma: 0
Recruit
Hello? I need help.
Re: How do I get commands for my sever? [message #318390 is a reply to message #318246] Thu, 21 February 2008 21:43 Go to previous messageGo to next message
Dreganius is currently offline  Dreganius
Messages: 780
Registered: April 2007
Location: Melbourne, Australia
Karma: 0
Colonel
Mentally, it seems.

http://www.ren40k.net/RenX40kSignature.jpg
Heresy grows from idleness!
Re: How do I get commands for my sever? [message #318438 is a reply to message #318246] Fri, 22 February 2008 07:14 Go to previous messageGo to next message
LR01 is currently offline  LR01
Messages: 842
Registered: April 2006
Location: The Netherlands
Karma: 0
Colonel
Colonel Burton wrote on Thu, 21 February 2008 04:31

I want commands like from Roleplay 2, !killme how can I make them or, get them, download them?


don't you need a bot then?
like NightRegulator? http://www.nightregulator.co.uk/?page=versions


Moding can be real Fun...
Re: How do I get commands for my sever? [message #318463 is a reply to message #318246] Fri, 22 February 2008 15:35 Go to previous messageGo to next message
mrãçķz is currently offline  mrãçķz
Messages: 3069
Registered: August 2007
Karma: 0
General (3 Stars)
Permabanned for trying and failing DDoS
Make your 0wn scripts in Lua,

www.DCOMProductions.net
Re: How do I get commands for my sever? [message #318517 is a reply to message #318246] Fri, 22 February 2008 21:58 Go to previous messageGo to next message
EA-DamageEverything
Messages: 423
Registered: January 2005
Location: Germany
Karma: 0
Commander
Grab NR, set the permission level for !killme at a state of your choice and it's done.

index.php?t=getfile&id=5935&private=0
  • Attachment: killme.jpg
    (Size: 116.63KB, Downloaded 334 times)
Re: How do I get commands for my sever? [message #318700 is a reply to message #318463] Sat, 23 February 2008 21:27 Go to previous messageGo to next message
Colonel Burton is currently offline  Colonel Burton
Messages: 11
Registered: November 2007
Karma: 0
Recruit
MadRockz wrote on Fri, 22 February 2008 12:35

Make your 0wn scripts in Lua,

www.DCOMProductions.net


Okay, what do I do with this, where do I put it?
And the Night Regulator, where do I install it?
By the way I have The First Decade.

[Updated on: Sat, 23 February 2008 21:28]

Report message to a moderator

Re: How do I get commands for my sever? [message #318764 is a reply to message #318246] Sun, 24 February 2008 12:30 Go to previous messageGo to next message
Commando Burton is currently offline  Commando Burton
Messages: 91
Registered: July 2007
Location: The Internet
Karma: 0
Recruit

Its still me Colonelburton but I found out what my user was just forgot the (-) in it, anyway how do I get Roleplay map working on the my dedicated server I put it in the data but won't show up in Night Regulator.
Re: How do I get commands for my sever? [message #318785 is a reply to message #318246] Sun, 24 February 2008 13:58 Go to previous messageGo to next message
crazfulla is currently offline  crazfulla
Messages: 667
Registered: September 2006
Location: Aotearoa
Karma: 0
Colonel
thats because its a mod package. I dont know how to use them on NR.
You could always edit svrcfg_cnc itself in notepad via remote desktop


"GEoDLeto wrote:"

so what you are saying it is gonna take even longer before this thing is finished
So the topic title should be changed to: a sucky little "teaser" from C&C Reborn has been released

"halo2pac wrote:"

Unless they are girls, I am not going to bone them.
Re: How do I get commands for my sever? [message #318796 is a reply to message #318246] Sun, 24 February 2008 15:18 Go to previous messageGo to next message
Commando Burton is currently offline  Commando Burton
Messages: 91
Registered: July 2007
Location: The Internet
Karma: 0
Recruit

Thank you but the commands won't work, I did the NR and it won't work, by the way I can't play Renegade at the same time as my sever
Renegade won't start up and how I tested the commands is my friend.
Re: How do I get commands for my sever? [message #318808 is a reply to message #318246] Sun, 24 February 2008 17:14 Go to previous messageGo to next message
Commando Burton is currently offline  Commando Burton
Messages: 91
Registered: July 2007
Location: The Internet
Karma: 0
Recruit

Wait, when I tell someone on my server to type !killme and they do over in BRenbot said that person did not Renguard how do I fix this!
Re: How do I get commands for my sever? [message #318809 is a reply to message #318246] Sun, 24 February 2008 17:45 Go to previous messageGo to next message
EA-DamageEverything
Messages: 423
Registered: January 2005
Location: Germany
Karma: 0
Commander
Honestly I don't know because it should NOT affect Renguards behavior. The only commands RG should listen to is !forcerg and !rg in F2-Chat. And !rgplayers on IRC AFAIK.

I don't know if !killme is implemented in the Brenbot -I only had to use it once the last time (and lol it was on a NR-regulated Server). If it's not, I think your BR might have thought: "WTF? Unknown command!" Big Grin

Anyway, Sniperhid has posted the needed Code for the scripts and once it's placed there in a running scripts.dll, it doesn't matter what Bot runs on your Server.
Re: How do I get commands for my sever? [message #318814 is a reply to message #318257] Sun, 24 February 2008 18:52 Go to previous messageGo to next message
Commando Burton is currently offline  Commando Burton
Messages: 91
Registered: July 2007
Location: The Internet
Karma: 0
Recruit

Sniperhid wrote on Thu, 21 February 2008 00:19

const char *Msg3 = WideCharToChar(Msg);
	else if (strncmp(Msg3,"!killme",7) == 0) {	
 		if (obj){
 		Commands->Destroy_Object(obj);
		char message[256];
		sprintf(message,"cmsgp %d 90,250,90 [EKTRPG] You have been killed.",ID);
		Console_Input(message);
		return;
		}
 	}

the ID var is given in the chat hook: SSGM_Chat_Hook, yeah you can tell me off for not using the tokenized stuff, but this works perfectly fine.

Okay, how do I use this?
Re: How do I get commands for my sever? [message #318817 is a reply to message #318808] Sun, 24 February 2008 19:06 Go to previous messageGo to next message
Commando Burton is currently offline  Commando Burton
Messages: 91
Registered: July 2007
Location: The Internet
Karma: 0
Recruit

Commando Burton wrote on Sun, 24 February 2008 18:14

Wait, when I tell someone on my server to type !killme and they do over in BRenbot said that person did not Renguard how do I fix this!
Wait, BR said that they need Renguard.
One thing I do NOT have Renguard.
One more thing I want to open custom_commands.brf but can't what do I need?

[Updated on: Sun, 24 February 2008 19:38]

Report message to a moderator

Re: How do I get commands for my sever? [message #318821 is a reply to message #318817] Sun, 24 February 2008 20:44 Go to previous messageGo to next message
BlueThen is currently offline  BlueThen
Messages: 2402
Registered: February 2006
Karma: 0
General (2 Stars)
Ok, stop freakin double posting. Use the edit button.
Re: How do I get commands for my sever? [message #318979 is a reply to message #318246] Mon, 25 February 2008 16:38 Go to previous messageGo to next message
EA-DamageEverything
Messages: 423
Registered: January 2005
Location: Germany
Karma: 0
Commander
You can open & edit any Plugin file with the Windows Notepad. Associate .brf + .cfg with it. You even can open the .pm + XML files with it.

The only important thing is to keep the structure of the code within those files. If you mess a line up, the Plugin will not load or work properly.
Re: How do I get commands for my sever? [message #318984 is a reply to message #318246] Mon, 25 February 2008 16:54 Go to previous message
Commando Burton is currently offline  Commando Burton
Messages: 91
Registered: July 2007
Location: The Internet
Karma: 0
Recruit

Thank you.

[Updated on: Mon, 25 February 2008 16:55]

Report message to a moderator

Previous Topic: What to do with a mod
Next Topic: C&C Total Annihilation Update
Goto Forum:
  


Current Time: Fri Jun 28 23:20:19 MST 2024

Total time taken to generate the page: 0.01536 seconds