ermaccer / MKDHook

Adds alternative NPC select screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't build source code

vStar925 opened this issue · comments

commented

I downloaded the source code and after making a few changes, when I go to build it in VS I get the error

Error MSB3073 The command "rebuild.bat" exited with code 1

I looked at the .bat file in Notepad and noticed it is referring to PS2sdk which I assume is this?. I put it in the same folder tried to build again but had to luck. The bat mentions

del /s *.o
../ps2sdk/ee/bin/vsmake

I don't have a bin folder in the PS2sdk I downloaded and I'm not sure if that location refers to a specific location I have to store the file for it to build properly :\

image

image

Hi, didn't actually expect someone to try and compile this so didn't bother with building instructions too much, sorry!

Quick guide:

commented

I was able to get it to build. I had to put them all on the desktop, not in a folder. I have an .elf file now but the game will no longer start when I put it in the scripts folder. I tried changing the CRC in main.c to the NSTC version so the hook would work on those versions but I'm having no luck. Is there another reference to the CRC somewhere I'm missing?