Forum > Miscellaneous

[HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times

(1/2) > >>

Deuzz:
Hey there

I just followed the Tutorial for making a map from scratch but when I make the ADT files I'm running into a problem. Whenever I'm running the fix.bat script is just keeps opening the OffsetFix.exe up to infinite times and a friend has the same problem. I've tried to make it only go on one ADT file but that opens it infinite times as well.

How can we/I prevent it from happening?

Thanks in advance
Kind regards

schlumpf:
without seeing the script you run, there is no way to find out what the issue is.

Deuzz:
It's set to

--- Code: ---@echo off
for %%i in (*.adt) do OffsetFix.exe "%%i"
pause
--- End code ---
by default which causes the error, and I've changed it to the following:

--- Code: ---@echo off
OffsetFix.exe "survivalisland01_10_15.adt"
pause

--- End code ---

schlumpf:
sorry, no idea then. executing that should do absolutely nothing weird at all. does the same happen when just dragging the file onto the exe?

Deuzz:
It has the same outcome  :-\

My friend and I are both running Windows 10, can it be that this causes the issues?
I'll later try to run it in a Win 7 VM

Navigation

[0] Message Index

[#] Next page

Go to full version