This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times  (Read 1166 times)

Deuzz

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 21
    • View Profile
[HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
« on: November 24, 2017, 08:47:33 pm »
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

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
« Reply #1 on: November 24, 2017, 08:53:10 pm »
without seeing the script you run, there is no way to find out what the issue is.

Deuzz

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 21
    • View Profile
Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
« Reply #2 on: November 24, 2017, 09:04:24 pm »
It's set to
Code: [Select]
@echo off
for %%i in (*.adt) do OffsetFix.exe "%%i"
pause
by default which causes the error, and I've changed it to the following:
Code: [Select]
@echo off
OffsetFix.exe "survivalisland01_10_15.adt"
pause

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
« Reply #3 on: November 24, 2017, 09:50:33 pm »
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

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 21
    • View Profile
Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
« Reply #4 on: November 24, 2017, 10:07:34 pm »
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
« Last Edit: November 24, 2017, 10:10:51 pm by Deuzz »

Deuzz

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 21
    • View Profile
Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
« Reply #5 on: November 25, 2017, 02:30:19 am »
Okay I ran it in a Windows 7 VM and I had no issues there.
Worked flawless like a charm

Mjollna

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 254
    • View Profile
Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
« Reply #6 on: December 11, 2017, 09:27:57 pm »