Moderator: Monk
mrnoone wrote:It's been a while but, Isn't there a way to either make it use dll's by default? I want qvm's off entirly instead of having to set them off in a cfg. Either that or how do I create QVMs?
if (interpret == VMI_NATIVE)
{
// try to load as a system dll
Com_Printf("Loading dll file %s.\n", vm->name);
vm->dllHandle =
Sys_LoadDll(module, vm->fqpath, &vm->entryPoint, VM_DllSyscall);
if (vm->dllHandle)
{
return vm;
}
Com_Printf("Failed to load dll, looking for qvm.\n");
interpret = VMI_COMPILED;
}
Return to Modifications, Total Conversions, New Games
Users browsing this forum: No registered users and 1 guest