General Discussion
SubSpace / Continuum General Discussion Forum
Non SubSpace Related Discussion Topics Allowed
6024 topics in this forum
-
- 0 replies
- 502 views
SSN Ghost Recon (and GR-Beta) are looking for expirenced development members to help us with the zone. If you can make maps/lvzs/tiles/gfx/sfx/ect. and are willing to help us out, then please post here with what you can do, and a sample of your work. Or...Tell me if you have it up on a zone already, and were, then ill check there. Thx. Ghost Recon Staff
Last reply by Confess, -
- 17 replies
- 2.7k views
For some reason, when connecting, I don't recieve a password response packet from the server. This is my log (number to the right is tick count):4559375: Log started 4559381: Creating socket 4559405: Connection object constructed 4560100: Connection established 4560104: SendEncryptionRequest 4560316: OnPacketSyncRequest 4560318: SendSyncResponse 4560525: OnPacketEncryption 4560528: InitEncryption 4560530: SendP!@#$%^&*word 4560534: Encrypt 4560536: SendSyncRequest 4560540: Encrypt 4560741: Decrypt 4560743: OnPacketSyncResponse 4563705: Decrypt 4563708: OnPacketDisconnect 4563811: Deleting socket 4563920: Log endsI thought perhaps my password packet is somehow wringly …
Last reply by emileej, -
- 6 replies
- 1.2k views
My struct: typedef struct SEncryptionRequestPacket{ Uint8 type; //0x00 Uint8 subtype; //0x01 Uint32 key; Uint16 version; //0x0001 }TEncryptionRequestPacket;And its use: void CSSConnection::SendEncryptionRequest(){ Log("SendEncryptionRequest"); ClientPackets::TEncryptionRequestPacket packet; packet.type=0x00; packet.subtype=0x01; packet.key=-(rand() % 0x7FFFFFFF); packet.version=0x0001; //<debug> char buff[11]; Log(((string("Sending ")+itoa(sizeof(ClientPackets::TEncryptionRequestPacket),buff,10))+" bytes").c_str()); //</debug> socket->Send((const char*)&packet,sizeof(Clie…
Last reply by emileej, -
- 4 replies
- 978 views
When I send reliable packets to the server I don't get an ansver :/ This is my net log (Note: packets sent after encryption kicks in are logged _before_ they're encrypted):Core [ 8] 0 0x1 0xd7 0xff 0xff 0xff 0x1 0 Server [ 6] 0 0x2 0x29 0 0 0 Core [107] 0 0x3 0x1 0 0 0 0x9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0x75 0x73 0x65 0x72 0 0x74 0x20 0x69 0x6e 0 0 0 0x74 0x13 0x77 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0x24 0x48 0 0 0 0xf0 0 0 0 0 0 0 0x74 0x86 0 0 0 0xbc 0x1 0 0 0x2b 0x2 0 0 0x24 0x48 0 0 0 0 0 0 0 0 Core [ 14] 0 0x5 0x4e 0x71 0x45 0 0x2 0 0 0 0x1 0 0 0 Server [ 10] 0 0x6 0x11 0x8b 0xde 0xfc 0x77 0x8c 0xff 0xdc Core [107] 0 0…
Last reply by emileej, -
- 27 replies
- 2.1k views
After working two years in a hospital, I'm thinking of maybe a change that can be made to health care all over the world. I'm thinking that Emergency Rooms should be given the perrogative to turn away patients with minor injuries. See, ERs function under treat first, pay later. With somebody suffering a stroke or cardiac arrest, this is undoubtedly the proper approach. However, I'm thinking along the lines of those with an infection, minor laceration, twisted ankle or the like. Such patients can wait to receive their care, and it would probably be better for all of use if they were sent to some kind of outpatient facility. Your thoughts?
Last reply by Aileron, -
- 3 replies
- 869 views
If you followed the whole story, what are your opinions on it? For or against Chavez? I'm glad he stays, for my part.
Last reply by Dr.Worthless, -
- 3 replies
- 788 views
My packet:0 0x1 0 0 0xd7 0xff 0xff 0xffI don't get any reply from the server and I'm thinking I might have inderecly changed something in my connect request packet.
Last reply by emileej, -
- 4 replies
- 922 views
Ok I know how to make the packets and send them, so I only need to ask protocol questions, which do not regard perl. When I send a client key packet (00 01), I receive a sync request (00 05) packet, that is all I receive. Is this suppost to happen?
Last reply by Miesco, -
creds plugin
by Dav- 2 replies
- 758 views
is there any way to make items available only to one freq using this plugin? Any help will be greatly apreciated because i cant see any way to do it myself (have had a few ideas though)
Last reply by Dav, -
- 7 replies
- 1.2k views
For my latest work in SSZ Flag-*BAD WORD*- a bot plugin is required to *setship any shark that aquires flags twice so that the flag(s) they collect become neuted. This is to make sharks unable to carry flags. I am not going to reveal my reasons for needing this plugin just yet as i feel it will reveal too much about the new settings i am working on but if your interseted in helping i will tell you with a PM. If you are able to help please message me using the forums message system. Thankyou - Dav
Last reply by Dav, -
- 14 replies
- 1.8k views
Don't expect too much. Gonna be busy with the finals and yeah. Just making this so I have something else to do over vacation. I'm bored, so I'm showing you this
Last reply by shazbot, -
- 6 replies
- 1k views
Yea well, im playing mostly dsb, and for the ones who are used to it, the pratices requiert someone who time, because they arent hosted by any op, only players get togheter and pratice, so it would be nice if we could have the timer like when you are mod for yourself, would be very useful according timing is annoying and easy to forget when you are into your game
Last reply by Xen, -
Is there anyone working on a lagbot, or are there any plans for one?
Last reply by Faither, -
- 4 replies
- 1.1k views
Hi. Me again. So far I am only trying to connect my socket to the 17th Parallel server, send an encryption request to the server and listen for replies. I get no winsock errors when connecting or sending, but still I recieve no reply from the server. So I thought it might just be some problem with my conn (I know its far fetched since we're talking UDP datagrams here) and therefore would like some of you to run the damm thing and see if you get any response at all... [edit] The packet I'm sending is: 0x00 0x01 -(rand() % 0x7FFFFFFF) 0x0001 [/edit] some_bot.bot
Last reply by emileej, -
- 10 replies
- 1.3k views
For my bot core I would like to use the encryption / decryption routines coded by Snrrrub and used in LogicBot. Pretty please?
Last reply by emileej, -
- 14 replies
- 1.6k views
I have read the subspace protocol page on catid's website, I just do not know how to implement the login procedure as it would look when you send it. I am making a bot core in perl, for my own personal use. An example of what I do not get would be the key exchange. :Key exchange 00 01 - Connection request 00 01 NOTE: Key must be negative, Encryption type = 1 for SubSpace 00 02 - Connection affirmation 00 02 NOTE: Key will be unary -SentKey Now how would I send this to the server? Would I send it as "00 01 -04 1"? I do not know how to implement this. Could you please tell me how, maybe a code example (don't matter what language) wi…
Last reply by Smong, -
- 5 replies
- 302 views
RPG is not hosted on SFSS same with there forum so you can remove the link to SFSS RPG World (SSC) Forum ) And if you can replace it with SFSS Subicide (SSC) The url is http://bb.sfss.org/cgi-bin/ultimatebb.cgi?ubb=forum;f=10 Thanks cg
Last reply by Swift, -
- 3 replies
- 932 views
Yep, I finally got some work done on my never ending project to create a bot core. It has been a while so I downloaded the LogicBot source once more to check for any updates and to refresh my info on the SS protocol. That was when I noticed that it now has a GPL attached to it and as far as I remember that, among other thing, means that modified source is to be shared. Long ago I decided to use midified versions of the basic elements from LogicBot for my core since I didn't see much point in re-inventing them myself, but the core is of my own doing. Yet I have not decided to release the source of the core when it is done. If you have ideas for my version of SSPacket t…
Last reply by emileej, -
- 1 reply
- 650 views
There currently is a resonably large hurricane in the Carribian. That means Nintendo64, who lives in the Dominican Republic, is unable to get online. This topic has no mod! SPAM THE FORUMS!!!
Last reply by nintendo64, -
- 0 replies
- 514 views
Sorry if this has been brought up 5 million years ago, but I don't hang around here much. All us zone owners know that if the server can't connect to the biller, then it just times out and stays billerless until the next recycle. However, I have been using a DNS entry for my offsite biller and that went dead today, and one of my servers crashed when it retried the connection. I tested a few times, then found the IP, tried it, and it worked like a charm. So, it would be kind of nice if subgame didn't crash when it can't do a name lookup, since things would have turned out badly had I not been home. Thanks a lot, Cyan
Last reply by Cyan~Fire, -
- 7 replies
- 1.3k views
http://www.thememoryhole.org/mil/bushsr-iraq.htm Like Father like Son?
Last reply by Slowking Man, -
Spawn Idea
by dsz87- 0 replies
- 478 views
I was hoping someone could help me make a basket ball bot for my zone, would be simple and nice. Please email me. dsz@aazon.cjb.net
Last reply by dsz87, -
Recently, the UN general !@#$%^&*embly has voted 150 to 6 that Israel should tear down the wall they just constructed. I think the UN needs to wake up a little. Israel has already tried a handfull of things. We have tried peace plan after peace plan, and none of them made any effective progress. Now, the Israelis decided to build a big concrete wall. I don't like this idea more than anyone else, but I view it as the best alternative available - certainly better than invading Palestine. I think the problem with this wall is that people !@#$%^&*ociate it to the Berlin wall and then to the Cold War. The problem with that reasoning is that we WANT the situa…
Last reply by MonteZuma, -
- 19 replies
- 1.8k views
Lets have everyone overall opinions of the Democratic National Convention. I know we have ALOT of non-US posters, so I don't know if you all watched the convention or not. If that be the case, I doubt this thread goes much of anywhere
Last reply by talion, -
- 0 replies
- 477 views
Lets have some opinions. http://www.kerryoniraq.com/ Watch the do-*BAD WORD*-entary they've put out. Its a 13 minute watch.
Last reply by Dr.Worthless,