fastman92 Posted August 10, 2015 Share Posted August 10, 2015 Binary IPL mover Sometimes if you're a mapper, you'll need to move the coordinates of everything what's in IPL file or multiple IPL files.I made a mover for binary IPLs as a PHP script.You'll need to have XAMPP installed and Apache running.Put the input IPLs into "input" directory. Configure the move coordinates by editing move.phpRun the move.php in browser from localhost.Download: http://www.mediafire.com/download/q5nk52ehhgh8l6k/binaryIPLsMover.rar Igor Bogdanoff, Ezekiel, direstraits and 2 others 5 Link to comment Share on other sites More sharing options...
miclin Posted August 10, 2015 Share Posted August 10, 2015 Why not a normal c++/c# program? Link to comment Share on other sites More sharing options...
fastman92 Posted August 10, 2015 Author Share Posted August 10, 2015 Why not a normal c++/c# program? Because writing a C++ program takes much longer and I was requested to make a binary IPL mover today which I didn't like making.I made something what simply does the work. Link to comment Share on other sites More sharing options...
timiw Posted August 10, 2015 Share Posted August 10, 2015 Because writing a C++ program takes much longer and I was requested to make a binary IPL mover today which I didn't like making. I made something what simply does the work. Maybe You can host it on your site? Installing Apache is too long for this tool only. Link to comment Share on other sites More sharing options...
fastman92 Posted August 10, 2015 Author Share Posted August 10, 2015 Because writing a C++ program takes much longer and I was requested to make a binary IPL mover today which I didn't like making. I made something what simply does the work. Maybe You can host it on your site? Installing Apache is too long for this tool only. No, that would require uploading of IPL files and would take a lot of transfer which isn't unlimited.Just install XAMPP and keep it. Link to comment Share on other sites More sharing options...
direstraits Posted February 26, 2017 Share Posted February 26, 2017 (edited) Sorry for bumpI found a bug, especially in linux hosts. This PHP file creates some problematic files. And if you try to delete them you get this error in FileZilla. 553 Prohibited file name To delete the problematic files, create a php script with the folloing code <?phpunlink('INSERT_FILE_NAME_HERE.ipl');?> To fix just open "move.php", go to line 116 and change output\\ to output/ Edited February 26, 2017 by direstraits fastman92 1 HQ Weapon Icons for SA Click Here Link to comment Share on other sites More sharing options...
fastman92 Posted February 27, 2017 Author Share Posted February 27, 2017 Good to see you back in modding. Nowadays you can use a powerful fastman92 processor, which also has an option to move the world coordinates. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now