grimdoomer / Halo-2-HD

HD patch for Halo 2 on the original Xbox
160 stars 4 forks source link

XePatcher v2.9/3.0 do not work #3

Closed jao12345 closed 2 months ago

jao12345 commented 3 months ago

XePatcher v3.0 by Grimdoomer

Compiling Patches... Success

and no output file.

grimdoomer commented 3 months ago

Your command line arguments are incorrect, please post the full command line arguments you're using.

jao12345 commented 3 months ago

XePatcher.exe -p ".\src\halo2_hd_patches.asm" -proc x86 -bin defaultExp.xbe -o newfile.xbe or XePatcher.exe -p ".\src\halo2_hd_patches.asm" -proc x86 -bin defaultExp.xbe

I did XboxImageXploder.exe defaultExp.xbe .hacks 8192

I am trying to get 60 fps/unlock in Halo 2, maybe you know how? For Halo CE I managed to do it.

grimdoomer commented 3 months ago

If you don't provide a full file path the xbe file will need to be in your current working directory. You should use the full file path to the xbe file instead.

The game will not run at 60 fps even with the frame limit removed and will cause issues with physics updates. You'd also have to disable vsync which will result in screen tearing.

jao12345 commented 3 months ago

Full file path did not help.

grimdoomer commented 3 months ago

Try using the full file path for the patch file as well.

jao12345 commented 3 months ago

I did, full file path 2 times.

grimdoomer commented 2 months ago

Can you post a picture of your command prompt window with the full command you're using and XePatcher output?

jao12345 commented 2 months ago

pic

grimdoomer commented 2 months ago

Use a full file path for the patch file, ex: "E:\xbox!Patches!HALO2\src\halo2_hd_patches.asm"

jao12345 commented 2 months ago

It's OK now.

grimdoomer commented 2 months ago

Updated documentation for this issue.