2013-05-03 snapshot

Post anything about MX Simulator here. Please. I'm begging you.
mxchild
Posts: 300
Joined: Tue Aug 21, 2012 8:45 am
Team: Batman motorsport

Re: 2013-05-03 snapshot

Post by mxchild »

have you completed the scrambled ".saf" yet?
jlv
Site Admin
Posts: 14954
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: 2013-05-03 snapshot

Post by jlv »

Phathry25 wrote:I DID NOT INVEST $84 INTO THIS DAMN GAME FOR SERVER UPDATES AND SCRAMBLED FILES! :twisted:
Sorry Phat. I blame the 150. To make up for it, here's a story on living life with huge muscles.
barrington314 wrote:Can i beg for mesh collisions?
I'm definitely going to do something about that. The main question would be what primitive to use. I'd like it to prevent thin objects since they're sure to cause funky collisions at high speeds.
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.
jlv
Site Admin
Posts: 14954
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: 2013-05-03 snapshot

Post by jlv »

mxchild wrote:have you completed the scrambled ".saf" yet?
Thought I had the main algorithm done a couple of days ago but discovered I had a broken extended precision division routine which made it fail sometimes. Had to do this instead of the simpler routine I originally had. I could have used my normal long divide routine, but since this divides by the same number a lot the multiply by inverse way will make it load scrambled files much faster. Seems to work now so I just have to integrate it into the game.
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.
Phathry25
Posts: 7481
Joined: Sat Dec 01, 2007 1:09 am
Team: No Frills Racing
Location: WI
Contact:

Re: 2013-05-03 snapshot

Post by Phathry25 »

Thanks JLV.
AWood
Posts: 4657
Joined: Fri Mar 30, 2012 4:05 am
Team: Who Knows...
Location: Test Tracks and In N Out

Re: 2013-05-03 snapshot

Post by AWood »

jlv wrote:
mxchild wrote:have you completed the scrambled ".saf" yet?
Thought I had the main algorithm done a couple of days ago but discovered I had a broken extended precision division routine which made it fail sometimes. Had to do this instead of the simpler routine I originally had. I could have used my normal long divide routine, but since this divides by the same number a lot the multiply by inverse way will make it load scrambled files much faster. Seems to work now so I just have to integrate it into the game.
Image
barrington314 wrote:awood is right
Leclair wrote:My name is barking
Leclair wrote:i fuck you
2014 rF GNC 22nd Overall - 2014 rF 450 SX 12th - 2014 rF 450 MX 11th Overall
2013 rF GNC 17th Overall - 2013 rF 450 SX 17th - 2013 rF 450 MX 8th - 2013 EMF French Cup Open World 6th
Boblob801
Posts: 3998
Joined: Mon Nov 16, 2009 4:59 am
Team: <3 Andy
Location: New Zealand
Contact:

Re: 2013-05-03 snapshot

Post by Boblob801 »

jlv wrote:
mxchild wrote:have you completed the scrambled ".saf" yet?
Thought I had the main algorithm done a couple of days ago but discovered I had a broken extended precision division routine which made it fail sometimes. Had to do this instead of the simpler routine I originally had. I could have used my normal long divide routine, but since this divides by the same number a lot the multiply by inverse way will make it load scrambled files much faster. Seems to work now so I just have to integrate it into the game.
So longer load times??
Hi
jlv
Site Admin
Posts: 14954
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: 2013-05-03 snapshot

Post by jlv »

Longer load times but nothing unreasonable.

Wood, it's not too complicated. Imagine you had to divide a lot of numbers by the same number. The fast way to do it would be to figure out the inverse of that number and multiply by that instead of dividing.
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.
AWood
Posts: 4657
Joined: Fri Mar 30, 2012 4:05 am
Team: Who Knows...
Location: Test Tracks and In N Out

Re: 2013-05-03 snapshot

Post by AWood »

jlv wrote:Longer load times but nothing unreasonable.

Wood, it's not too complicated. Imagine you had to divide a lot of numbers by the same number. The fast way to do it would be to figure out the inverse of that number and multiply by that instead of dividing.
lol i got it.

it was mostly this part
broken extended precision division routine
barrington314 wrote:awood is right
Leclair wrote:My name is barking
Leclair wrote:i fuck you
2014 rF GNC 22nd Overall - 2014 rF 450 SX 12th - 2014 rF 450 MX 11th Overall
2013 rF GNC 17th Overall - 2013 rF 450 SX 17th - 2013 rF 450 MX 8th - 2013 EMF French Cup Open World 6th
J.Neff
Posts: 114
Joined: Sat Sep 22, 2012 1:56 am
Team: The Money Team
Location: SoCal

Re: 2013-05-03 snapshot

Post by J.Neff »

AWood wrote:
jlv wrote:
mxchild wrote:have you completed the scrambled ".saf" yet?
Thought I had the main algorithm done a couple of days ago but discovered I had a broken extended precision division routine which made it fail sometimes. Had to do this instead of the simpler routine I originally had. I could have used my normal long divide routine, but since this divides by the same number a lot the multiply by inverse way will make it load scrambled files much faster. Seems to work now so I just have to integrate it into the game.
Image
I just pissed myself.
MX Disign'S wrote:Hello to sadden but I do not have him to ripper I have to find Template on puremxs thus I do not have him to ripper
We're all just people with no fucks to give, let's be real.
Cooter181
Posts: 282
Joined: Sat Jul 23, 2011 1:38 am
Team: 180 Decals/TwerkTeam
Location: DFW, Texas USA

Re: 2013-05-03 snapshot

Post by Cooter181 »

Any chance we're going to see the "fixed" stability anytime soon? I'm very much looking forward to that!
Image
Cooter181
Posts: 282
Joined: Sat Jul 23, 2011 1:38 am
Team: 180 Decals/TwerkTeam
Location: DFW, Texas USA

Re: 2013-05-03 snapshot

Post by Cooter181 »

I'm guessing that's a no then??
Image
jlv
Site Admin
Posts: 14954
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: 2013-05-03 snapshot

Post by jlv »

That's a "I don't have a better estimate than what I've already given." The scrambled files are done though. Going to finish up some server scripts now then move on to the other stuff.
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.
Phathry25
Posts: 7481
Joined: Sat Dec 01, 2007 1:09 am
Team: No Frills Racing
Location: WI
Contact:

Re: 2013-05-03 snapshot

Post by Phathry25 »

So?..... a couple weeks until the lighting updates are done then? :twisted:
racing100
Posts: 6
Joined: Mon Feb 11, 2013 9:40 pm
Team: Privateer

Re: 2013-05-03 snapshot

Post by racing100 »

it says "cant find game data" when i open it
Kawasakis
Posts: 6583
Joined: Sun Mar 16, 2008 5:32 pm
Contact:

Re: 2013-05-03 snapshot

Post by Kawasakis »

We need some major update to keep things interesting thought.
MXS Cup Winner
AX MX2 Champion

Image
Image
Post Reply