rtcwmp-com / rtcwPro

RtcwPro - Competition Mod for Return to Castle Wolfenstein
http://rtcwpro.com
GNU General Public License v3.0
26 stars 6 forks source link

Feature/auth handling #289

Closed natelo closed 3 years ago

natelo commented 3 years ago

Run Visual Studio as Administrator

Note that solutions for win was a bit updated.. you will need to set user macros for RTCWBASE and RTCW_MOD_NAME .. To do that; Click Property Manager (window/tab) -> click on "wolf" -> Then "Debug | win32" -> Then "Microsoft.,Cpp.Win32.user" and once window opens, click under "Common Properties" on "User Macros" and "Add Macro". Name should be RTCWBASE and RTCW_MOD_NAME and values set to whatever or however you have it set.

Explanation

This two variables are used for dumping bins upon build and updating default pack as well as for debugging.

krazykaze81 commented 3 years ago

I'll try to review this later - shouldn't this be for 1.2 milestone?

wolf6542 commented 3 years ago

Can't compile. Asks for botlib.lib, but it's in its supposed place already?

natelo commented 3 years ago

Yep. Make sure you have a clean branch and issue recompile.

natelo commented 3 years ago

Need this stuff for cvar restrictions thus merged it.