Post: [1.13] I need Help With 1.13 Patches.
03-05-2012, 04:27 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); In a 1.13 patch, i dont know how to code them. Like how do you put the functions and the name of the functions in?


When i make a patch, i need to use a patch maker!

It gets me no where. If there is a kind sir that can help me, please quote this if you can.

When it comes to 1.11 patches, i know how to do everything with them. Just not 1.13!
(adsbygoogle = window.adsbygoogle || []).push({});
03-09-2012, 09:22 AM #2
Originally posted by CoddingTeamTV View Post
In a 1.13 patch, i dont know how to code them. Like how do you put the functions and the name of the functions in?


When i make a patch, i need to use a patch maker!

It gets me no where. If there is a kind sir that can help me, please quote this if you can.

When it comes to 1.11 patches, i know how to do everything with them. Just not 1.13!


do I mean like how to create them without a Cfg maker?

they way I learned how to create/code Cfg menus is I use a Cfg menu creater and and look at the code very carefully in notepad++ and its pretty simple after u look it over all I did was copy the last menu and change it to hav differnt mods and names it it and then toggle it into the menu I'm sorry if this is cofusing but it's 4:20 am if u need any help u can add me on Skype ( billyfat22
) or u can msg me on psn ( x_ bishop_modz_x )
03-11-2012, 02:15 AM #3
Clouds
Error 404: Title Not Found
Originally posted by CoddingTeamTV View Post
In a 1.13 patch, i dont know how to code them. Like how do you put the functions and the name of the functions in?


When i make a patch, i need to use a patch maker!

It gets me no where. If there is a kind sir that can help me, please quote this if you can.

When it comes to 1.11 patches, i know how to do everything with them. Just not 1.13!


You must login or register to view this content.

Follow the instructions here. There you go.
Don't hurt your brain, now. It's A LOT of information :carling:
03-12-2012, 02:39 AM #4
there are basically 3 things with cfg modding,
"console commands" "dvars"(developer variables) "value"
e.g. (set g_speed 400)
"set" being the console command.
"g_speed" being the dvar.
"400" being the value

And you can set your own variables, then when the variable is called, any string that is set to it will run.
e.g.
set (variable name) "set g_speed 400"
set hello "set g_speed 400"
Quotations are just used for parsing

To break a line or string use ;
e.g.
set hello "set g_speed 400;set jump_height 999"

to call a string use the console command "vstr"
e.g.
bind dpad_up "vstr hello"
("bind" is used for setting a command to a button)
so as long as "vstr" is binded to "dpad_up" every time you press "dpad_up", g_speed will be set to "400" and jump_height will be set to "999"

to title a mod, just type something in that isnt a console command or a dvar
e.g.
set hello "Super_Jump"
and since it kind find the command "Super_Jump" it displays it as an error on the screen.
you can also color the unknown command e.g.
set hello "^1Super_jump"
you can use colors 0-9 but make sure you put the carrot in front of the number e.g.
^0Super_jump
^1Super_jump
^2Super_jump.. and so on.


now the only thing you have to do is get creative with how you use these things.

here is a list of dvars You must login or register to view this content.
here is a list of console commands You must login or register to view this content.
03-12-2012, 05:34 PM #5
JokerRey
League Champion
Originally posted by CoddingTeamTV View Post
In a 1.13 patch, i dont know how to code them. Like how do you put the functions and the name of the functions in?


When i make a patch, i need to use a patch maker!

It gets me no where. If there is a kind sir that can help me, please quote this if you can.

When it comes to 1.11 patches, i know how to do everything with them. Just not 1.13!


Cfg's a bitch mate :P You should be posting this in the questions section dudeee .. But other than that I wish you all the best with your patch :y:
03-13-2012, 12:28 AM #6
Clouds
Error 404: Title Not Found
Originally posted by JokerRey View Post
Cfg's a bitch mate :P You should be posting this in the questions section dudeee .. But other than that I wish you all the best with your patch :y:


How is CFG a bitch? Have you ever even attempted GSC coding? CFG is like putting melted butter on popcorn.
03-13-2012, 01:38 PM #7
Originally posted by Clouds View Post
How is CFG a bitch? Have you ever even attempted GSC coding? CFG is like putting melted butter on popcorn.

cfg is just configuration settings
gsc is c++ scripting.

they are both easy. but i could teach c++ to a 3rd grader..

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo