Converts IPL and IDE files into MTA map format so that maps can be played in multiplayer.
Tutorial video: https://www.youtube.com/watch?v=aHkSayeZZSE
To correctly build the C++ source code you need
Check-out the source code from ‘https://svn.osdn.net/svnroot/scene2res/’. Navigate into “Build” and open “scene2res.sln” to find the main MSVC solution file.
Open the “scene2res.workspace” file to compile using Code::Blocks. In that case you need to follow this guideline for proper configuration.
The build environment supports Windows XP and above. There are special “_legacy” build configurations to target Windows XP specifically.
We do support Linux compilation using the provided Code::Blocks project and the GCC compiler.