Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » Blackhand Studios Core Patch 1 PreRelease Announcement
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98228] Tue, 29 June 2004 19:34 Go to previous messageGo to next message
Sir Kane
Messages: 1701
Registered: March 2003
Location: Angerville
Karma: 0
General (1 Star)
No.

Proud N9500 and proud N6270 user. Creator of the IEE libraries (original bhs.dll) and the RB series software.
http://n00bstories.com/image.fetch.php?id=1189992501http://www.n00bstories.com/image.fetch.php?id=1257492907
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98230] Tue, 29 June 2004 19:38 Go to previous messageGo to next message
xptek_disabled is currently offline  xptek_disabled
Messages: 1308
Registered: September 2003
Karma: 0
General (1 Star)
Quote:


You call me n00b? You probably havn't see what I've done. Here's a small sample of my work:

move [X 0] [Y 0] [Z 0] - moves player based on values.
summon [X 0] [Y 0] [Z 0] - teleport player 2 to player 1 +XYZ based on given values.
score - Take or give points from/to a player.
cash - Take or give cash from/to a player.
kill - Kill player.
team <team> - Change the team of the player.
spawn - Create a preset at players position.
n00b - Turns the player into a random, funny looking, model.
teleport [X 0] [Y 0] [Z 0] - Teleport player to XYZ
health - Set the health of the given player.
shield - Set the armor of the given player.
ID [part of playername] - Lists all players or the players which have the specified string in their name. (Probably used for a new player_info).
pt, fly, ab - Temporary commands, to be removed.
pamsg <message> - Sends an AMSG to a single player.

Parameters in [] are optional.

And not to mention that this will be public available.

And YOU should STFU now.


Don't make false promises next time.


Local oper-irc.ugin.net - A Scrumfy free IRC.
Jonwil > SK
http://www.byterush.net/
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98231] Tue, 29 June 2004 19:39 Go to previous messageGo to next message
Sir Kane
Messages: 1701
Registered: March 2003
Location: Angerville
Karma: 0
General (1 Star)
Never said all of them will go public.

Proud N9500 and proud N6270 user. Creator of the IEE libraries (original bhs.dll) and the RB series software.
http://n00bstories.com/image.fetch.php?id=1189992501http://www.n00bstories.com/image.fetch.php?id=1257492907
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98232] Tue, 29 June 2004 19:41 Go to previous messageGo to next message
xptek_disabled is currently offline  xptek_disabled
Messages: 1308
Registered: September 2003
Karma: 0
General (1 Star)
Then you really should have specified that. I have an entire regulator based around those commands so this isn't a very pleasant surprise.

Local oper-irc.ugin.net - A Scrumfy free IRC.
Jonwil > SK
http://www.byterush.net/
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98233] Tue, 29 June 2004 19:42 Go to previous messageGo to next message
Sir Kane
Messages: 1701
Registered: March 2003
Location: Angerville
Karma: 0
General (1 Star)
And I'm pretty sure "And not to mention that this will be public available." was related to the fly shit there.

Proud N9500 and proud N6270 user. Creator of the IEE libraries (original bhs.dll) and the RB series software.
http://n00bstories.com/image.fetch.php?id=1189992501http://www.n00bstories.com/image.fetch.php?id=1257492907
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98235] Tue, 29 June 2004 19:45 Go to previous messageGo to next message
xptek_disabled is currently offline  xptek_disabled
Messages: 1308
Registered: September 2003
Karma: 0
General (1 Star)
Then why did you have to post the above in the first place? It doesn't make much sense that you talk about those commands through the majority of the post and then address something completely different with a pronoun when you haven't talked about it in the post at all.

You also told me numerous times it would be available after you figure out how to do something involving player names.


Local oper-irc.ugin.net - A Scrumfy free IRC.
Jonwil > SK
http://www.byterush.net/
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98237] Tue, 29 June 2004 19:50 Go to previous messageGo to next message
xptek_disabled is currently offline  xptek_disabled
Messages: 1308
Registered: September 2003
Karma: 0
General (1 Star)
Silent_Kane: http://n00bstories.com/image.fetch.php?id=1171752875
xptek: Awsome Smile
xptek: Can't wait for that.
xptek: Any ETA?
Silent_Kane: If I find a way to put it in something != scripts.dll


Local oper-irc.ugin.net - A Scrumfy free IRC.
Jonwil > SK
http://www.byterush.net/
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98291] Wed, 30 June 2004 06:04 Go to previous messageGo to next message
Sir Kane
Messages: 1701
Registered: March 2003
Location: Angerville
Karma: 0
General (1 Star)
I still don't see where I said I would put all commands in the public build.
And now stop asking for it.


Proud N9500 and proud N6270 user. Creator of the IEE libraries (original bhs.dll) and the RB series software.
http://n00bstories.com/image.fetch.php?id=1189992501http://www.n00bstories.com/image.fetch.php?id=1257492907
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98328] Wed, 30 June 2004 09:49 Go to previous messageGo to next message
gibberish
Messages: 366
Registered: May 2003
Karma: 0
Commander
Xptek just learn how to code it yourself:

All of the following commands are easy to do with scripts.dll changes:
move
summon
score
cash
kill
spawn
teleport
health
shield
ID

The following are not easy for various reasons:
team <team> - Change the team of the player.
n00b - Turns the player into a random, funny looking, model.
pamsg <message> - Sends an AMSG to a single player.

Additionally I don't know how SK is intercepting the messages typed into the console however you don't need to do that anyway you can just feed them in from an external program via a socket.
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98375] Wed, 30 June 2004 13:23 Go to previous messageGo to next message
xptek_disabled is currently offline  xptek_disabled
Messages: 1308
Registered: September 2003
Karma: 0
General (1 Star)
If it were that easy I would have done it a long time ago. The only thing I've done scripts.dll related is modify the CTF mod and modify the SSAOW to drop vehicle shells. I have very little C++ knowledge so I don't see how I can do it. Confused

Local oper-irc.ugin.net - A Scrumfy free IRC.
Jonwil > SK
http://www.byterush.net/
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98379] Wed, 30 June 2004 13:34 Go to previous messageGo to next message
Sir Kane
Messages: 1701
Registered: March 2003
Location: Angerville
Karma: 0
General (1 Star)
The ID command is NOT something easy to be done.

Proud N9500 and proud N6270 user. Creator of the IEE libraries (original bhs.dll) and the RB series software.
http://n00bstories.com/image.fetch.php?id=1189992501http://www.n00bstories.com/image.fetch.php?id=1257492907
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98507] Thu, 01 July 2004 00:22 Go to previous messageGo to next message
gibberish
Messages: 366
Registered: May 2003
Karma: 0
Commander
Silent Kane

The ID command is NOT something easy to be done.


Dude its about 1/2 an hours work, and yes I have already written it.
And no I didn't steal your code for it.
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98509] Thu, 01 July 2004 00:25 Go to previous messageGo to next message
Sir Kane
Messages: 1701
Registered: March 2003
Location: Angerville
Karma: 0
General (1 Star)
You probably don't know what my ID command does.

Proud N9500 and proud N6270 user. Creator of the IEE libraries (original bhs.dll) and the RB series software.
http://n00bstories.com/image.fetch.php?id=1189992501http://www.n00bstories.com/image.fetch.php?id=1257492907
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98511] Thu, 01 July 2004 00:39 Go to previous messageGo to next message
xptek_disabled is currently offline  xptek_disabled
Messages: 1308
Registered: September 2003
Karma: 0
General (1 Star)
gibberish

Silent Kane

The ID command is NOT something easy to be done.


Dude its about 1/2 an hours work, and yes I have already written it.
And no I didn't steal your code for it.


But you know C++, correct? I wouldn't know where to start. Sad


Local oper-irc.ugin.net - A Scrumfy free IRC.
Jonwil > SK
http://www.byterush.net/
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98595] Thu, 01 July 2004 10:04 Go to previous messageGo to next message
gibberish
Messages: 366
Registered: May 2003
Karma: 0
Commander
xptek

But you know C++, correct? I wouldn't know where to start. Sad


I wasn't born knowing C++. I learn't it.
Hence the place to start would be learning it.

In order to work on scripts stuff you only really need to know C, then if you pick up a very high level view of C++ classes you can do pretty much anything that scripts can do.

And to frank for learning C there is only one book:

The C Programming Language, Second Edition
by Brian W. Kernighan and Dennis M. Ritchie.
Prentice Hall, Inc.
ISBN 0-13-110362-8 (paperback), 0-13-110370-9 (hardback).

A lot of people I know simply call this book: "The Bible"
If there is a better book on the planet for learning C, I am not aware of it.
Blackhand Studios Core Patch 1 PreRelease Announcement [message #98655] Thu, 01 July 2004 12:45 Go to previous messageGo to next message
xptek_disabled is currently offline  xptek_disabled
Messages: 1308
Registered: September 2003
Karma: 0
General (1 Star)
Thanks, I think I'll pick up a copy today and see what I can do. Smile

Local oper-irc.ugin.net - A Scrumfy free IRC.
Jonwil > SK
http://www.byterush.net/
Blackhand Studios Core Patch 1 PreRelease Announcement [message #99968] Tue, 06 July 2004 15:51 Go to previous messageGo to next message
Madtone is currently offline  Madtone
Messages: 713
Registered: February 2003
Location: United Kingdom
Karma: 0
Colonel
Maybe fix some netcode Wink

if (j < 0) {	// not in the game
					if (netgameoperationmode == 0) {
						if (numplayers == nethostplayers) {
							packbuf[0] = MSG_RSP_GAMEFULL;
							i = 1;
							debugprintf("responding MSG_RSP_GAMEFULL");
						} else {
							i = 0;
							j = netuniqueidtoken++;

							// broadcast the joining of the new player to the rest of the team
							packbuf[0] = 6;	// some game-level message specifically used at this point for joiners
							packbuf[1] = j&255;
							packbuf[2] = (j>>8)&255;
							sendpacket(-1,packbuf,3);

							// now add the new player to our game
							multiaddrtostring(&addr, packbuf, 255);
							multiaddplayer(packbuf, j);
							initprintf("A player just joined.\n");
						}
					} else {
						packbuf[0] = MSG_RSP_GAMEINPROG;
						i = 1;
						debugprintf("responding MSG_RSP_GAMEINPROG");
					}
				}


http://www.freeflow-solutions.com/sigs/ffsig.gif
Blackhand Studios Core Patch 1 PreRelease Announcement [message #102976] Tue, 20 July 2004 14:10 Go to previous message
SoQgabba is currently offline  SoQgabba
Messages: 3
Registered: July 2004
Karma: 0
Recruit
We own a 50 player rennie serv but we are getting this message every day again, sometimes 2 or 3 times a day. Is there nothing we can do about this? It realy sux cause the server will be empty after the restart... and stays empty... Maybe it's fixed in the Blackhand Studios Core Patch??...
Previous Topic: Blackhand Studios Core Patch 1 PreRelease Announcement
Next Topic: glitches
Goto Forum:
  


Current Time: Sun May 12 15:47:56 MST 2024

Total time taken to generate the page: 0.00950 seconds