tutorial

  1. S

    How To Install/Use SPRX (DEX Only)

    This Tutorial Will Explain How To Install SPRX Menus, This Tutorial Is Aimed At Dex Users, CEX Users Will Have To Reassign Eboots!. Multiman Will Be Our File Manager We Will Be Using Link To Multiman...
  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...
  3. CabCon

    Tutorial Basic GSC Coding: Operations

    Hello This is another basic tutorial I wanted to make. This one is about numbers and math functions. In cod you can use 2 kinds of numbers, "int"s and "float"s. "Int"s are entire numbers ( 2, 3, 50, 1000, 45 ... ) and "float"s are decimal numbers ( 1.1, 4.324, 6.67, 3.141592 ... ). If you have...
  4. CabCon

    Tutorial Specifically GSC Coding: 3D Hud Elements Tutorial

    Hello CCM, this is a tutorial of something that is old, but I the most people still don't know,so I decided to post it here. Is a tutorial about hud elements in 3D. It has the same effect as the death icons. This Function is by Yamato. Function Code...
  5. CabCon

    Release Black Ops 2 Shaderlist + GSC Tutorial "All about Materials"

    Dear CabConModding Community, CabCon here and today I will release a big shader list with 3914 shaders,corresponding all shaders from t6mp.exe (It´s actually a dump from redacted but the shaders there are the same as normal bo2). In the dump you will find all textures from the game. You can use...
  6. CabCon

    Tutorial Basic GSC Coding: Functions

    Hello This is the first basic tutorial about GSC, first time about Functions, I will explain how are they and how to call them, gsc codes are all inside functions, by calling new functions you do different things in game. The default function structure: Function1( ) //Name of the Function...
Top