Jump to content
SSForum.net is back!

Recommended Posts

  • Replies 391
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 1 month later...
Posted

http://dl.dropbox.com/u/31589881/Screenshot-1322562615560.png

 

 

Added a new concept: Dynamic map setting.

 

Basically the way the map works is in chunks of 16x16 tiles. the chunks are stored as a byte per tile type.

 

The system works simular to minecraft in that the chunks load closest to you, but seeing as this isnt as big as a minecraft chunk, loading many should not be an issue.

 

The idea arose when people spoke to me about minecraft in subspace, and I thought "How fun would it be to play subspace games like turf, and ctf, when you can play in bases you make, and tiles can be damaged?"

Fusha> Don't fight the gravity

Fusha> Make the gravity

Fusha> Your friend

Fusha> Bounce

Posted
There is a damage module, I think Smong wrote, and JoWie had done some work to it, it tracks damage and you can make it track damage on tiles, and destroy them.. never figured out how though.
Posted
through a hack

SSC Distension Owner
SSCU Trench Wars Developer


3:JabJabJab> sometimes i feel like when im in this mood im like a productive form of Cheese
Dr Brain> Pretty much everything you said was wrong. Except where you called me a lazy jerk with no time. That was true.
3:KrynetiX> do you ever open your web browser and type ?go google
5:Ceiu> Wow. My colon decided that was a good time to evacuate itself.

Posted

Progress in my Infiinite map Schematic creator.

 

 

http://i559.photobucket.com/albums/ss31/XDreamersMS/Continuum/Aphelion/SchematicEditorProgress.png?t=1322732514

Fusha> Don't fight the gravity

Fusha> Make the gravity

Fusha> Your friend

Fusha> Bounce

Posted

We have a saying in my trade... "Focus on the Solution, not the Problem."

 

In your case, by constantly moving on and working on a little bit here and there, you'll accomplish far more than many before you. You won't get frustrated, and you won't dwell on something not working. You can always come back and fix it later with some help.

SSForum.net - September 01, 2002 - Rowen (SSDownloads.Com), PoLiX (SSCentral.Com), and Cyberise (Subspace.Net)

Posted
Networking is partway through. I am using KyroNet as a networking library designed for this kind of networking. It is AMAZING. I have the players logging in, sending / receiving messaging, and moving and showing up on the screen.

Fusha> Don't fight the gravity

Fusha> Make the gravity

Fusha> Your friend

Fusha> Bounce

Posted

Okay Collision is nearly done.

 

I also need to get a better system of sending the player's x and y coordinates without a jump because of offsets due to udp packets failing to arrive and offseting the player relying only on it's momentum. (the reason why im not sending x and y often is because how jumpy the player is)

 

worked on message sending a little to organize into staff commands / staff checks on the server's side.

 

 

I also plan to add seperated chats for staff and squad, using pink and purple text colors.

Fusha> Don't fight the gravity

Fusha> Make the gravity

Fusha> Your friend

Fusha> Bounce

Posted
better to make 3 arguments for text color: R, G, B

SSC Distension Owner
SSCU Trench Wars Developer


3:JabJabJab> sometimes i feel like when im in this mood im like a productive form of Cheese
Dr Brain> Pretty much everything you said was wrong. Except where you called me a lazy jerk with no time. That was true.
3:KrynetiX> do you ever open your web browser and type ?go google
5:Ceiu> Wow. My colon decided that was a good time to evacuate itself.

Posted

#1 wtf are those

#2 hell no

 

ps fu new page

SSC Distension Owner
SSCU Trench Wars Developer


3:JabJabJab> sometimes i feel like when im in this mood im like a productive form of Cheese
Dr Brain> Pretty much everything you said was wrong. Except where you called me a lazy jerk with no time. That was true.
3:KrynetiX> do you ever open your web browser and type ?go google
5:Ceiu> Wow. My colon decided that was a good time to evacuate itself.

Posted
thats a horrible idea

SSC Distension Owner
SSCU Trench Wars Developer


3:JabJabJab> sometimes i feel like when im in this mood im like a productive form of Cheese
Dr Brain> Pretty much everything you said was wrong. Except where you called me a lazy jerk with no time. That was true.
3:KrynetiX> do you ever open your web browser and type ?go google
5:Ceiu> Wow. My colon decided that was a good time to evacuate itself.

Posted (edited)

This is great, can you github/svn the source so a) we can fork it and work on stuff, and B) thinking about porting it to html5 + javascript.

 

Not too worried about performance.

Edited by Marioman
a.k.a Weasal (dsb)
Posted (edited)
The graphics have been done in html5 before (and it performed well), the issue was/is getting the networking right Edited by JoWie
Posted (edited)

I was asked not to share the link, but maybe the author will reply (doubt it since I have not seen him for like a year).

 

The issue is not being able to open a connection (I have a working WebSocket version 8 server (not subspace) ). The issues include things such as:

  • Its TCP, not UDP. This means you will have problems with syncing clocks, nagle's algorithm, packetloss delaying any subsequent packets, et cetera
  • The client can not be trusted in any way. The protocol will have to be set up a lot different than what continuum uses. But at the same time with low latency and low input lag.
  • A lot of data must be moved away from the client, such as cloaked players
  • Players can modify the client to aid with things such as aiming
  • Things are very easy to automate, you will need a way to prevent bots for RPG-style zones.
  • The impact of rogue zones must be limited in some way

I know how to fully or partially solve these points, but I do not have time to spend on this until February (not the same project as previously mentioned).

Edited by JoWie
Posted

sockets are sockets

 

its bound to have a UDP socket somewhere

SSC Distension Owner
SSCU Trench Wars Developer


3:JabJabJab> sometimes i feel like when im in this mood im like a productive form of Cheese
Dr Brain> Pretty much everything you said was wrong. Except where you called me a lazy jerk with no time. That was true.
3:KrynetiX> do you ever open your web browser and type ?go google
5:Ceiu> Wow. My colon decided that was a good time to evacuate itself.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...