quuxtastic / tryhard

4 stars 1 forks source link

Implement Teams #6

Open Pyro93735 opened 12 years ago

Pyro93735 commented 12 years ago

We need to have at least 2 teams in game. Add an info_player entity for each team. You may want to reference the current info_player entity defined in Cbase.cpp

Information for adding entities:

https://github.com/quuxtastic/tryhard/wiki/Creating-an-entity-for-the-SDK

Pyro93735 commented 12 years ago

Further investigation into teamplay.cpp and team.cpp leads to the conclusion that the framework for teams exist, but was culled from the source during the ASW development cycle. I thought of checking the code from other open source source mods and the idea occurred in parallel with Josh, so I'm assigning us to the project of importing and adjusting the code to our needs.