servers that run with erode
-
AirsoftNGaming
- Posts: 105
- Joined: Wed Jul 09, 2014 11:11 pm
- Team: Diamond Motorsports
- Location: Guatemala City, Guatemala (im from the states though)
servers that run with erode
It would be interesting that the server could run with erode on/ need to have it on, so the races could be more interesting. Anyone like this idea?

-
YzJarne_196
- Posts: 616
- Joined: Sat Feb 11, 2012 4:00 pm
- Location: Belgium
Re: servers that run with erode
This has never been suggested before. Wow.
-
bob117
- Posts: 636
- Joined: Thu Jul 28, 2011 11:14 pm
- Location: Flint, Michigan
Re: servers that run with erode
no, everyone hate the idea. 
-
AirsoftNGaming
- Posts: 105
- Joined: Wed Jul 09, 2014 11:11 pm
- Team: Diamond Motorsports
- Location: Guatemala City, Guatemala (im from the states though)
Re: servers that run with erode
why,not its not all servers anyway. can be devided in sections likebob117 wrote:no, everyone hate the idea.
normal server, arcade, erode race servers. you wouldnt need to go on erode servers

-
SMR 510RR
- Posts: 2526
- Joined: Sun Apr 08, 2012 6:36 am
- Team: Privateer
Re: servers that run with erode
He was being sarcastic I think. There is currently no way to implement this and it is not at the top of JLVs priority list, at least wasn't last time he detailed his plans. I wouldn't hold your breath waiting for it.AirsoftNGaming wrote:why,not its not all servers anyway. can be devided in sections likebob117 wrote:no, everyone hate the idea.
normal server, arcade, erode race servers. you wouldnt need to go on erode servers
-
AirsoftNGaming
- Posts: 105
- Joined: Wed Jul 09, 2014 11:11 pm
- Team: Diamond Motorsports
- Location: Guatemala City, Guatemala (im from the states though)
Re: servers that run with erode
nah i know, i was just sudgesting somethingSMR 510RR wrote:He was being sarcastic I think. There is currently no way to implement this and it is not at the top of JLVs priority list, at least wasn't last time he detailed his plans. I wouldn't hold your breath waiting for it.AirsoftNGaming wrote:why,not its not all servers anyway. can be devided in sections likebob117 wrote:no, everyone hate the idea.
normal server, arcade, erode race servers. you wouldnt need to go on erode servers

-
bob117
- Posts: 636
- Joined: Thu Jul 28, 2011 11:14 pm
- Location: Flint, Michigan
Re: servers that run with erode
you think no one has ever suggested this ridiculously obvious idea before? use your brain and you should be able to come to the conclusion that there must be a reason why its not already implemented... next your gonna be asking for new bike sounds and tear-offs...AirsoftNGaming wrote: nah i know, i was just sudgesting something
-
Scotty226
- Posts: 2225
- Joined: Wed Feb 29, 2012 7:28 am
- Team: Crisp Graphics
- Location: Sydney
Re: servers that run with erode
Nah man, it's exhaust smokebob117 wrote: next your gonna be asking for new bike sounds and tear-offs...
-
AirsoftNGaming
- Posts: 105
- Joined: Wed Jul 09, 2014 11:11 pm
- Team: Diamond Motorsports
- Location: Guatemala City, Guatemala (im from the states though)
Re: servers that run with erode
WOW sorry bro, i dont want you to get mad, i joined mxsimulator.com this summer so i didnt know what has been sudjested.bob117 wrote:you think no one has ever suggested this ridiculously obvious idea before? use your brain and you should be able to come to the conclusion that there must be a reason why its not already implemented... next your gonna be asking for new bike sounds and tear-offs...AirsoftNGaming wrote: nah i know, i was just sudgesting something

-
mxsrider96
- Posts: 3603
- Joined: Mon Sep 10, 2012 12:15 am
- Team: PoGo
- Location: Indiana
Re: servers that run with erode
I don't know how accurate this is, but from what I've heard, JLV would have to rewrite the whole game so that it can run off more cores and GPU power in order to even have a chance of Online Erode being a thing. Assuming he were working on it right now in his down time, it would probably still take a nice chunk of time to finish it, enough time that most people who play the game now probably won't be playing at that time
WAR CRY <3
Sun Burn
-
AirsoftNGaming
- Posts: 105
- Joined: Wed Jul 09, 2014 11:11 pm
- Team: Diamond Motorsports
- Location: Guatemala City, Guatemala (im from the states though)
Re: servers that run with erode
for real? i mean like runing erode on a server would be that difficult? I thought it could be a simple script or edit to making a server and done but maybe you are right!mxsrider96 wrote:I don't know how accurate this is, but from what I've heard, JLV would have to rewrite the whole game so that it can run off more cores and GPU power in order to even have a chance of Online Erode being a thing. Assuming he were working on it right now in his down time, it would probably still take a nice chunk of time to finish it, enough time that most people who play the game now probably won't be playing at that time

-
jlv
- Site Admin
- Posts: 15386
- Joined: Fri Nov 02, 2007 5:39 am
- Team: No Frills Racing
- Contact:
Re: servers that run with erode
Online erode and multicore/threads are pretty much unrelated. There's just a lot of stuff to keep in sync so it'll be a bit of a job to implement.mxsrider96 wrote:I don't know how accurate this is, but from what I've heard, JLV would have to rewrite the whole game so that it can run off more cores and GPU power in order to even have a chance of Online Erode being a thing. Assuming he were working on it right now in his down time, it would probably still take a nice chunk of time to finish it, enough time that most people who play the game now probably won't be playing at that time
As far as threads go, there are some things that could be parallelized. Collision detection is an obvious example. Only thing is collision detection isn't a big bottleneck most of the time. The biggest gains to be made would be from limiting the amount of data that needs to be sent to the GPU on each frame. The height field tessellation is pretty bad about that and it's probably the first thing I'll rewrite in order to improve the frame rate.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
-
vmaki
- Posts: 198
- Joined: Sat Jun 02, 2012 2:46 pm
- Team: Privateer
- Location: Suomi, Finland
Re: servers that run with erode
http://dice.se/publications/adaptive-ha ... sellation/jlv wrote:Online erode and multicore/threads are pretty much unrelated. There's just a lot of stuff to keep in sync so it'll be a bit of a job to implement.mxsrider96 wrote:I don't know how accurate this is, but from what I've heard, JLV would have to rewrite the whole game so that it can run off more cores and GPU power in order to even have a chance of Online Erode being a thing. Assuming he were working on it right now in his down time, it would probably still take a nice chunk of time to finish it, enough time that most people who play the game now probably won't be playing at that time
As far as threads go, there are some things that could be parallelized. Collision detection is an obvious example. Only thing is collision detection isn't a big bottleneck most of the time. The biggest gains to be made would be from limiting the amount of data that needs to be sent to the GPU on each frame. The height field tessellation is pretty bad about that and it's probably the first thing I'll rewrite in order to improve the frame rate.
I found a masters thesis about terrain tessellation. I don't know if it's anything new for you jlv but for a person like me who don't know anything about terrain tessellation it was a good read.

