The program is designed to copy a map with the extension '.map' with the function of changing position and angle of rotation of each of its objects. A simple program written in C++.
Instructions:
Place the card you want to clone into the program folder. Run the program and enter the name of this map without the '.map' extension. Example: { Map name: my_map }
Then enter the values that will be added to the coordinate of each map object (you can enter negative ones to subtract). Example: { Enter position changes (x y z): 123 0 -123 }
Then enter the values that will be added to the coordinate of each map object (you can enter negative ones to subtract). Example: { Enter rotation changes (rx ry rz): 123 0 -123 }
If you did everything correctly, the program will create a new file next to itself with the name and prefix '_copy' Example: { my_map_copy.map }
The program works ONLY with map objects, and does not work with PED, VEHICLE and so on. Enjoy using it!