Game Development Community

Torque X 2D Tilemap causes InvalidOperationException

by Kareem Glover · in Torque X 2D · 11/03/2009 (6:59 pm) · 1 replies

I am working with the latest version of Torque X 2D and was wondering if there was a modification to allow tilemaps to work on the Graphics Mobile Intel(R) 945 Express Card found in many laptops. I saw in the forum that there was a hack for a earlier version of Torque X 2D but the underlying code has changed since then.

Processor Intel(R) Core(TM) Duo CPU T2350 @ 1.86GHz 4.7 3.1
Graphics Mobile Intel(R) 945 Express Chipset Family 3.3
Gaming graphics 256 MB Total available graphics memory 3.1
Lenova VISTA

Thanks

-Kareem

#1
11/03/2009 (7:30 pm)
Argg.. I know I need to stop replying to myself. But I thought I would share what I did find.

http://www.garagegames.com/community/forums/viewthread/74005

The above solution works but avoid just doing a lazy cut'n'paste of the code.

Do a search of HACK on the browser and then change each line of code in your game. It is about four sections.

-Kareem