View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-06-2010 , 18:14   Re: [TUT] IDA Pro - engfunc offsets
Reply With Quote #7

I can't do it right now because all my struct/enum is in a mess. When you add big structure you have to add others sub-structures before, things I've added after to "fix" the main structure. In IDA it doesn't matter because it's dynamic but by exporting it will written in order of creation, so it will fail in importing. Of course it's something you can change manually in the file. Also, there is some structs it will be impossible to import automatically like edict_s because it needs the entvars_s, but entvars_s needs edict_s too... something you can add manually easily.
__________________

Last edited by Arkshine; 04-06-2010 at 18:18.
Arkshine is offline