Загрузка данных
@echo OFF
REM fastman92_processor.exe /file_type ipl /input_type binary /input_game GAME_EXACT_GTAIV_PC /input_filename testing\brook_s_stream1.wpl /output_type text /output_game GAME_EXACT_GTAIV_PC /output_filename testing\brook_s_stream1.ipl /string_list data\gtaiv_strings.txt
REM fastman92_processor.exe /file_type ipl /input_type text /input_game GAME_EXACT_GTAIV_PC /input_filename "testing\ladders.ipl" /output_type binary /output_game GAME_EXACT_GTAIV_PC /output_filename testing\ladders_exp.wpl /move_position 520.0 240.0 50.0
REM fastman92_processor.exe /file_type ipl /input_type binary /input_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /input_filename "trich.ipb" /output_type text /output_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /output_filename "trich.ipl" /string_list data\bully_strings.txt
REM fastman92_processor.exe /file_type ipl /input_type binary /input_game GAME_EXACT_GTASA_PC /input_filename "countn2_stream0.ipl" /output_type text /output_game GAME_EXACT_GTASA_PC /output_filename "countn2_stream0_text.ipl"
REM fastman92_processor.exe /file_type ide /input_type text /input_game GAME_EXACT_GTAVC_PC /input_filename "some_input_name.ipl" /output_type text /output_game GAME_EXACT_GTASA_PC /output_filename "some_output_name.ipl"
REM fastman92_processor.exe /file_type ipl /input_type binary /input_game GAME_EXACT_GTASA_PC /input_filename "countn2_stream1.ipl" /output_type text /output_game GAME_EXACT_GTASA_PC /output_filename "countn2_stream1_text.ipl"
REM fastman92_processor.exe /file_type ipl /input_type text /input_game GAME_EXACT_GTASA_PC /input_filename "countn2_stream1_text.ipl" /output_type binary /output_game GAME_EXACT_GTASA_PC /output_filename "countn2_stream1_new_binary.ipl"
REM fastman92_processor.exe /file_type ipl /input_type binary /input_game GAME_EXACT_GTASA_PC /input_filename "countn2_stream1_new_binary.ipl" /output_type text /output_game GAME_EXACT_GTASA_PC /output_filename "countn2_stream1_text_again.ipl"
REM fastman92_processor.exe /file_type ipl /input_type text /input_game GAME_EXACT_GTASA_PC /input_filename "countn2_stream1.ipl" /output_type binary /output_game GAME_EXACT_GTASA_PC /output_filename "countn2_stream1_binary.ipl"
REM fastman92_processor.exe /file_type ipl /input_type binary /input_game GAME_EXACT_GTASA_PC /input_filename "countn2_stream1_binary.ipl" /output_type text /output_game GAME_EXACT_GTASA_PC /output_filename "countn2_stream1_text_again.ipl"
REM IDE example
REM fastman92_processor.exe /file_type ide /input_type binary /input_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /input_filename "testing\default.idb" /output_type text /output_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /output_filename "testing\default.ide" /string_list data\bully_strings.txt
REM fastman92_processor.exe /file_type ide /input_type text /input_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /input_filename "testing\default.ide" /output_type binary /output_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /output_filename "testing\default_new.idb" /string_list data\bully_strings.txt
REM fastman92_processor.exe /file_type ide /input_type binary /input_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /input_filename "testing\default_new.idb" /output_type text /output_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /output_filename "testing\default_new.ide" /string_list data\bully_strings.txt
REM IPL example
fastman92_processor.exe /file_type ipl /input_type binary /input_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /input_filename "testing\zone_school1.ipb" /output_type text /output_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /output_filename "testing\zone_school1.ipl" /string_list data\bully_strings.txt
fastman92_processor.exe /file_type ipl /input_type text /input_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /input_filename "testing\zone_school1.ipl" /output_type binary /output_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /output_filename "testing\zone_school1_new.ipb" /string_list data\bully_strings.txt
fastman92_processor.exe /file_type ipl /input_type binary /input_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /input_filename "testing\zone_school1_new.ipb" /output_type text /output_game GAME_EXACT_BULLY_SCHOLARSHIP_EDITION_PC /output_filename "testing\zone_school1_new.ipl" /string_list data\bully_strings.txt
pause