I'm making my own modifications and I came access this line in init_pc.c:
This appears to suggest that images are contained in MODULES/PC_CONTROLS.dll. I also noticed that all of the files in this folder differ between stock and the New Horizons mod.
How were these files modified? Does this mod project have source code available for Pirates of the Caribbean?
I'm working on my own mod and I'm merging a subset of changes from New Horizons into mine. I came across this line while reimplementing F12 console.c execution functionality.
Code:
objControlsState.key_codes.VK_MBUTTON.img = "_";//MAXIMUS: picture added into pc_keyboard
This appears to suggest that images are contained in MODULES/PC_CONTROLS.dll. I also noticed that all of the files in this folder differ between stock and the New Horizons mod.
How were these files modified? Does this mod project have source code available for Pirates of the Caribbean?
I'm working on my own mod and I'm merging a subset of changes from New Horizons into mine. I came across this line while reimplementing F12 console.c execution functionality.