Hi, novice programmer getting into RtCW multiplayer map making and scripting. I do a fair amount of 3D modeling professionally so the map making part is coming along fine. However, I only have an amateur level of self-taught programming knowledge.
I’ve read through a lot of the source code but just don’t understand C++ enough to fully understand. Is there documentation regarding the full list of available functions, and corresponding syntax, for use in scripting?
Specifically, I’m starting with a 1v1 dual map and wanted to add functionality to add 50hp and 1/4 stamina to a player when they kill somebody so that it doesn’t just turn into the scenario of where after 1 kill, it’s a full hp respawn with spawn shield against a 40hp weakened player. There should be some reward for going on a kill streak.
For the record, I have reviewed the scripting files of base, beach, assault, and many other well done custom maps to learn as much as possible and they have been very helpful. However, if an existing map doesn’t have an example of what I’m trying to do I can’t orogress further.
Thanks.