Welcome, This tutorial is for Setsuna, However it may help you.
Step One:
Open Your Patch (Using Call of Duty Fast File Tool)
(Clean COD4 patch in attached files with editor)
Step Two:
Open Rank GSC and Precache Model
This must be under init()
I forgot to show but you may need to precache...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.