2010-12-22 snapshot

Post anything about MX Simulator here. Please. I'm begging you.
Post Reply
jlv
Site Admin
Posts: 14931
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

2010-12-22 snapshot

Post by jlv »

Changes:
  • User specified mipmaps.
  • Fast pickup now disabled when auto dab is off.
  • Linux version is now compiled against Centos 5.5 libraries (glibc 2.5, xorg 1.0.3 and alsa 1.0.17) for better compatibility with older distros.
For custom mipmaps, add [mip_custom] to the png comments.

Put the first level mipmap below than main image, the 2nd level to the right of the 1st, the 3rd below the 2nd, the 4th below the 3rd and so on. If there is no more room below, which can happen in a wide aspect texture, put it to the right of the previous level. Each level has 1/2 the dimensions of the previous level.

Here are a couple of examples. 0 represents the full res texture and the higher numbers represent smaller and smaller mipmaps.

Code: Select all

00000000
00000000
00000000
00000000
00000000
00000000
00000000
00000000
111122
111122
11113
1111

0000000000000000
0000000000000000
0000000000000000
0000000000000000
111111112222
11111111334

Windows users: http://mxsimulator.com/snapshots/mx-2010-12-22.exe
Linux users: http://mxsimulator.com/snapshots/mxbin-2010-12-22

Replace mx.exe or mxbin with one of the above files. I'd keep a backup of the originals since these aren't well tested.
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.
DJ99X
Posts: 15523
Joined: Tue Jan 15, 2008 11:36 am
Location: Land Down Under

Re: 2010-12-22 snapshot

Post by DJ99X »

Legend.

I cant test this out for a couple of days though :(
Post Reply