d4m
October 21st, 2007, 04:29 pm
Working on a mod for Company of Heroes Opposing Fronts. Scripting and ai is done in lua.
I need to get into one of the dlls and find the names and parameters for all the functions which lua can call in the dll.
I've tried using Dependency Walker, but the main dll WW2Mod.dll, displays no functions at all. Other dlls will show function lists but they are not the function calls lua uses for any of the scripts.
Any help be greatly appreciated.
I need to get into one of the dlls and find the names and parameters for all the functions which lua can call in the dll.
I've tried using Dependency Walker, but the main dll WW2Mod.dll, displays no functions at all. Other dlls will show function lists but they are not the function calls lua uses for any of the scripts.
Any help be greatly appreciated.