Blockland Forums > General Discussion
Fixed Physics
Zeblote:
--- Quote from: Darksaber530 on April 24, 2013, 02:12:38 PM ---6000 hulls
29 lines of code couldn't be THAT bad, could it?
--- End quote ---
...by your logic RTB would crash your computer as it has over 20000 lines of code
Reinforcements:
--- Quote from: Darksaber530 on April 24, 2013, 02:12:38 PM ---6000 hulls
29 lines of code couldn't be THAT bad, could it?
--- End quote ---
It depends on what the code is doing.
Darksaber530:
--- Quote from: Reinforcements on April 24, 2013, 02:33:02 PM ---It depends on what the code is doing.
--- End quote ---
You're right, IDK what I was thinking.
Imagine if the code was a constant loop getting the position of every vehicle every tick on the server and then updating the vehicle according to the position. That could cause problems with 10+ vehicles...
Zeblote:
--- Quote from: Darksaber530 on April 24, 2013, 02:44:51 PM ---You're right, IDK what I was thinking.
Imagine if the code was a constant loop getting the position of every vehicle every tick on the server and then updating the vehicle according to the position. That would cause problems with 1 vehicle...
--- End quote ---
fixed
Xalos:
--- Quote from: Darksaber530 on April 24, 2013, 02:12:38 PM ---29 lines of code couldn't be THAT bad, could it?
--- End quote ---
--- Code: (server.cs) ---quit();
--- End code ---
It's just one line of code, it can't be THAT bad, can it?