I'm trying to compile the [url=https://github.com/gspetrou/Prone-Mod]prone mod animations found here[/url] to include add support for custom animations and I keep getting this error. The compiler works fine as I've used it on mine, but for some reason these won't compile.
Any idea why? All I added to the .qc file was a single $IncludeModel
[code]
SMD MODEL player/../combine_soldier_xsi/Aim_9_directions.smd
Macro expand overflow
[/code]
Bump, the issue happens with any version of crowbar and I'm compiling with Source SDK Base 2013 MP.
Big bump, still happens even after the prone model sources were updated. Compiled another model to be sure and it works fine. When I try singling out the animations, one of the smd files is causing it. Is there something wrong with that smd or?
Macro expand overflow means you have too many macros or $includes. Post all your QCs and QCIs.
Sorry, you need to Log In to post a reply to this thread.