Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.14 KB

Team Combat Framework

This is the home of the source code of the Team Combat Framework gamemode for Garry's Mod, created by Senpai Noodles and Iamgoofball.

Installation

Pre-made Template

Vietnam

  1. Make sure the workshop collection on your server is set to the following:

http://steamcommunity.com/sharedfiles/filedetails/?id=811148202

  1. Drag in tcf-base and vietnam to your gamemodes folder.

  2. Set gamemode to "vietnam".

  3. Set map to rp_nn_vietnam2.

ARW

  1. Make sure the workshop collection on your server is set to the following:

http://steamcommunity.com/sharedfiles/filedetails/?id=811147340

  1. Drag in tcf-base and arw to your gamemodes folder.

  2. Set gamemode to "arw".

  3. Set map to arw_fields.

Make Your Own

  1. Ensure the following addon is included in your server workshop collection:

http://steamcommunity.com/sharedfiles/filedetails/?id=811241240

  1. Copy tcf_base and tcf_template to your gamemodes folder.

  2. Rename tcf_template to whatever you want the gamemode folder name to be.

  3. Navigate to your_folder_name_here/gamemode/shared.lua.

  4. Follow the instructions in there.

  5. Set gamemode to your_folder_name_here.