So how much experience do you think I should grab with C before diving in? Will the basics of C as well as knowledge of the types of special Q3 functions suffice, or do I need to know even the most intricate things? I know theoretically I could get into it right now, but how much do you recommend to work with it comfortably, so to say? Sorry if it sounds stupid but I feel like I need to know. (I like to make sure of things) Right now I am messing around with it a bit making just minor simple changes and trying to get it set up, though I have some issues. (read on)
Among some of the ideas for a mod I`m thinking of: new weapons, new gametypes, support for up to four teams (green and yellow) rather than just two, and some other stuff. But that is if I can get around to it.
Next, when I compile the code, I get this error and both builds fail:
What is this "winres.h" which they speak of? I have no clue but if anyone knows what it is and how to fix it, it`d be greatly appreciated. BTW, this happens with the clean, unmodified code so I know it`s not the code itself but something wrong with my setup.>win32\winquake.rc(10): fatal error RC1015: cannot open include file 'winres.h'.
8>
========== Build: 6 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
Thanks.