Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 8,079
» Latest member: seanac11
» Forum threads: 10,350
» Forum posts: 91,276
Full Statistics
|
Online Users |
There are currently 223 online users. » 0 Member(s) | 221 Guest(s) Bing, Google
|
Latest Threads |
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,312
|
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 740
|
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,525
|
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,232
|
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,116
|
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 982
|
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 964
|
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,175
|
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 986
|
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 939
|
|
|
Guess and Check Method |
Posted by: Ming-Yan - 04-17-2011, 02:52 AM - Forum: Multiplayer Discussion
- No Replies
|
 |
Instead of the server sending every location and movement for physics to the clients, you can have it send just what had happened (box hit at X Velocity) and then that is guess by the client.
Do the client (user's) game is what calculates where the box ends up instead of the box's coordinates sent every frame.
The same goes with players. Player X holds "D" X amount of time at X speed, the client will calculate where it ends up.
This method is used a lot in games where you don't have extensive physics (like racing games) and it saves A LOT of messages that get sent from the server and client. Because more work is done on the client's side and not the server, most of what happens doesn't lag.
@Reader:
Things you need to know:
Server: holds the "perfect" instance of the game and sends messages to clients.
Client: The other end (your instance of the game) Attempts to be like the server's instance, sends messages to server so server can send to other clients.
|
|
|
Weapons/Gear |
Posted by: Ming-Yan - 04-17-2011, 02:41 AM - Forum: Suggestions
- Replies (2)
|
 |
Something that a user will hold. They would be made in a certain template (eg. a 10x30 box) and then saved as a separate image.
The image would over lap the right hand of your player on the site. Ingame, it will be the texture for the weapon.
The weapon can either be melee, or long range. (it hits or it shoots)
There could be a section where you put in from a drop down how much damage it does. The weapons will have premade scripts in them so, there won't have to be code for each individual. (just calls for texture ID)
Pretty much that's it. It can be a subsection of the skins.
|
|
|
|