What was MX sim created with ?

Post anything about MX Simulator here. Please. I'm begging you.
wakeymatt
Posts: 16
Joined: Thu Sep 29, 2011 11:55 am
Team: Privateer

What was MX sim created with ?

Post by wakeymatt »

I'm currently developing my own bike simulator (BMX SIM) and it sure is a loney road haha.
I was just woundering what MX sim was created with and whats the history and background.
I know Josh Vanderhoof is the creator but thats about all I have found so far.
poidog808
Posts: 315
Joined: Wed Sep 14, 2011 3:54 am
Team: Pro Squids

Re: What was MX sim created with ?

Post by poidog808 »

wakeymatt wrote:I'm currently developing my own bike simulator (BMX SIM) and it sure is a loney road haha.
I was just woundering what MX sim was created with and whats the history and background.
I know Josh Vanderhoof is the creator but thats about all I have found so far.
Not to be a butthead, but I hope you have a strong understanding of script writing, math and physics (if not, I suggest thats where you start). Once you installed mxs you will see a "credits" file in the inst folder. There JLV gives credits to the software and such. Other than that, good luck and Ill be happy to beta your game as you progress :)
my sig was infested...
Phathry25
Posts: 7481
Joined: Sat Dec 01, 2007 1:09 am
Team: No Frills Racing
Location: WI
Contact:

Re: What was MX sim created with ?

Post by Phathry25 »

There is a credits.txt included with the demo or full version that gives credit for everything used. I believe the physics engine is the Open Dynamics Engine (ODE)

There is a similar thread by attacker on page 1 or 2 I'm guessing, where I quoted the credits.txt. I'm on my phone now so no dice...
Voutare
Posts: 4891
Joined: Sun Jan 13, 2008 5:22 am
Team: Privateer
Location: Southern Vermont
Contact:

Re: What was MX sim created with ?

Post by Voutare »

Image
MXSMINECRAFTandMORE
Crushed Dissenter
Posts: 75
Joined: Sun Oct 02, 2011 5:39 pm
Team: Privateer

Re: What was MX sim created with ?

Post by MXSMINECRAFTandMORE »

sounds pretty cool as i bmx would love to bets test when your making it!
Image
wakeymatt
Posts: 16
Joined: Thu Sep 29, 2011 11:55 am
Team: Privateer

Re: What was MX sim created with ?

Post by wakeymatt »

Ah cheers for the info guys, i'm actually using the unity game engine to develop my game. It's much easier than you would think however some parts are very challenging indeed.
As soon as i'm at beta stage (quite a while off) i'll be sure to post up a build for you guys to test :)
poidog808
Posts: 315
Joined: Wed Sep 14, 2011 3:54 am
Team: Pro Squids

Re: What was MX sim created with ?

Post by poidog808 »

wakeymatt wrote:Ah cheers for the info guys, i'm actually using the unity game engine to develop my game. It's much easier than you would think however some parts are very challenging indeed.
As soon as i'm at beta stage (quite a while off) i'll be sure to post up a build for you guys to test :)
fyi, if you didnt already find it, there is a 2wheel script already developed in the unity store :)
my sig was infested...
wakeymatt
Posts: 16
Joined: Thu Sep 29, 2011 11:55 am
Team: Privateer

Re: What was MX sim created with ?

Post by wakeymatt »

poidog808 wrote: fyi, if you didnt already find it, there is a 2wheel script already developed in the unity store :)
do you mean the RapidUnity Two-Wheeled Vehicle Editor Add-on ?

The problem with that is the guy who makes it doesn't support it anymore it seems and for what I need its far from ideal and also costs a bit of cash.
I'd like to pull apart his code and look at how he has done things but apart from that its a bit of a turd lol.
I'm going for much more realistic physics and from my tests I know its possible.
Maleksi
Posts: 146
Joined: Fri Sep 25, 2009 3:24 pm
Location: Finland

Re: What was MX sim created with ?

Post by Maleksi »

BMX Simulator? COOL!! :D
poidog808
Posts: 315
Joined: Wed Sep 14, 2011 3:54 am
Team: Pro Squids

Re: What was MX sim created with ?

Post by poidog808 »

wakeymatt wrote:
poidog808 wrote: fyi, if you didnt already find it, there is a 2wheel script already developed in the unity store :)
do you mean the RapidUnity Two-Wheeled Vehicle Editor Add-on ?

The problem with that is the guy who makes it doesn't support it anymore it seems and for what I need its far from ideal and also costs a bit of cash.
I'd like to pull apart his code and look at how he has done things but apart from that its a bit of a turd lol.
I'm going for much more realistic physics and from my tests I know its possible.
sweet, good luck guy.
my sig was infested...
ddmx
Posts: 5376
Joined: Sun Apr 20, 2008 3:36 pm
Location: Midland MI

Re: What was MX sim created with ?

Post by ddmx »

From a programming sense I believe he has said straight C before, but if he had to do it again he would not go that route. Don't quote me.
shawn1331
Crushed Dissenter
Posts: 613
Joined: Thu Aug 04, 2011 2:30 am
Team: Entrepreneur

Re: What was MX sim created with ?

Post by shawn1331 »

Oh sick man, thats sounding incredibile if you stick with it all the way through:) Been waiting for a bmx game and I'd be willing to chip in if you needed something.
attacker5
Posts: 2226
Joined: Tue Aug 18, 2009 8:53 pm
Team: Ub e moh tow

Re: What was MX sim created with ?

Post by attacker5 »

Ok,
If you want my advice, read on, if not, don't read.

I have gone down this route multiple times before in the attempt to create my own little program. Unity, yes, its simple and can do a lot, but it has a huge flaw. The physics is pre-set, and glitch out constantly, even with script, it just isn't realistically possible to create a MXS style game. I'm not saying its imposable, but you will run into a tonne of headaches. I had warping of axles, bending wheels, and suspension that would invert if it got a well enough hit. Oh and yes, I scripted everything, I wasn't just relying on the physics engine, that was a complete failure. If you are seriously interested in doing this, I suggest you look into a more advanced physics engine that you can tie into a game engine, such as ogre. ODE is complex, take a look at Newton Dynamics Engine, I do not know how to use it, I haven't tried, but have seen it around and it looks promising, I might be wrong, but its a place to start. Be aware though, fairly complex C# or Java script is gonna hit you, and there is no way to avoid it if you want to get a realistically operating system.

I do not know much about this stuff and would love to know more, but I have tried and I thought I would just share what I have learnt so others do not make the same mistake and waste hours of testing. I would be happy to help.
Attacker
Number3
Posts: 34
Joined: Thu Dec 25, 2008 1:52 pm

Re: What was MX sim created with ?

Post by Number3 »

Unity uses the Physx engine which is more than capable.
attacker5
Posts: 2226
Joined: Tue Aug 18, 2009 8:53 pm
Team: Ub e moh tow

Re: What was MX sim created with ?

Post by attacker5 »

More than capable? I am not talking about the pure physics, but rather the way it is integrated and how the physics interacts with each other.
Post Reply