modding tutorial

  1. xCometMods

    Release [PC/Steam] Call of Duty Ghosts Hud Elements + A Few Functions

    So figured out hud elements for ghosts PC steam version. Since game is dead and no one got money for a gsc injector, use this thread to make host mod menu. The way the game sets text is different from other COD's and to bypass a G_LocalizedStringIndex Patch everytime you print text, I decided to...
  2. CabCon

    Tutorial Basic GSC Coding: Switch

    Hello CCM, In this tutorial I am going to explain how does the function "switch" works and how to use it. It is used when you have to use a lot of "if"s, to reduce the ammount of "if"s you use this switch. See the comparison below: number = randomIntRange( 1, 5 ); if( number == 1 ) a = 1...
Top