View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 01-30-2016 , 20:23   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #23

You can try that. Unzip in data/.

cs_create_entity() won't work though because could not find CREATE_NAMED_ENTITY, likely because it's inline after optimization and function with no refs are deleted. It can be sorted by modifying AMXX using others functions, but for now, you will have to deal with it.

You will get also a crash using create_cvar/bind_* natives because of optimization Cvar_DirectSet can't be hooked/called normally. Really annoying. You better remove Cvar_DirectSet from common.games/custom/functions.engine.txt.
Attached Files
File Type: zip gamedata_rehlds_regamedll.zip (3.9 KB, 818 views)
__________________

Last edited by Arkshine; 01-30-2016 at 20:25.
Arkshine is offline