Post: release: compression (kinda)
02-24-2011, 05:29 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); found by me xELiT3_Sn1PaXx
Im not going to give all of it to you as it took me a while to figure out

first - we can have 1kb (1070 bytes) in a CM/MP file
second - default controlls controlled by .cfg
so that gives us about 4-5 kb right there

we have to allow us to go to the .cfg file so in Grad0_mp anywhere type
    
bind button_back "exec (button controlls).cfg"


then use this to allow our custom exec
    
set autoexec_enable "1"

then we can add more codes to it later

then we have our managed grad0_cm file (controlls)
so that is our (button controll).cfg file
so type your "codes" in.

once done save your cm file as (button controlls).cfg

now open it in hex editor

find all the 00's at the end. you can delete them or add em untill your file is 4-5 kb and you can add more menus

and your done

but you guys nees to find
-----------------------------
• buttons controlls the (type of controlls).cfg
-----------------------------

you guys should get this working in no time Winky Winky

REP+ if you like tgis tutorial
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to xELiT3_Sn1PaXx for this useful post:

!x-MONKEY-BOMB!, Bad Luck Brian, Blackstorm, tylerallmighty, weebobe
02-24-2011, 05:32 AM #2
Blackstorm
Veni. Vidi. Vici.
Aww dude this is old and was released a long time ago, first by HSx9 here, then by UK ViiPeR :/

lol but good for finding out by yourself i guess

btw not all cfg's work..
02-24-2011, 05:35 AM #3
Originally posted by .Blackstorm View Post
Aww dude this is old and was released a long time ago, first by HSx9 here, then by UK ViiPeR :/

lol but good for finding out by yourself i guess

btw not all cfg's work..


well i have found how to use the exec with .cfg to allow 4-6 kb of codes but you have to find the .cfg that works
02-24-2011, 05:47 AM #4
Blackstorm
Veni. Vidi. Vici.
Originally posted by Sn1PaXx View Post
well i have found how to use the exec with .cfg to allow 4-6 kb of codes but you have to find the .cfg that works


    
[COLOR=DarkOrange]ac130.cfg
antfarmcodmw1.cfg
antfarmcodmw2.cfg
atvi_scr.cfg
autoexec_dev.cfg
autoexec_dev_mp.cfg
avatar.cfg
avatar_createfx.cfg
avatar_dev.cfg
avatar_mp.cfg
ben.cfg
brent.cfg
brent_dev.cfg
brent_mp.cfg
buttons_default_alt.cfg
buttons_experimental_alt.cfg
buttons_lefty_alt.cfg
cam.cfg
chad.cfg
chad_mp.cfg
cobra_controls1.cfg
cobra_controls2.cfg
configure.cfg
configure_mp.cfg
coop_arcademode.cfg
coversys.cfg
createcam.cfg
createfx.cfg
createpaths.cfg
default_480p.cfg
default_720p.cfg
default_filter.cfg
default_mp_gamesettings.cfg
default_splitscreen.cfg
default_statversion.cfg
default_systemlink.cfg
default_xbo*****.cfg
demo.cfg
depth.cfg
depth_off.cfg
developer.cfg
developer_mp.cfg
devgui_aimassist.cfg
devgui_flamethrower.cfg
devgui_fx.cfg
devgui_main.cfg
devgui_maps_mp.cfg
devgui_maps_sp.cfg
devgui_modelpreviewer.cfg
devgui_renderer.cfg
devgui_scriptart.cfg
devgui_visibility.cfg
devgui_wii.cfg
devgui_xenon.cfg
dko5.cfg
dvar_defaults.cfg
dvorak.cfg
earl.cfg
enable_art.cfg
filesyscheck.cfg
frank.cfg
geoff.cfg
gilman.cfg
grigsby.cfg
grigsby_mp.cfg
hardcore_disable.cfg
hardcore_settings.cfg
hex.cfg
jake.cfg
jae_mp.cfg
jason.cfg
jiesang.cfg
joel.cfg
joelg.cfg
jon.cfg
kevinpai.cfg
language.cfg
linda.cfg
mark.cfg
massey.cfg
miked.cfg
minimap.cfg
mo.cfg
mofo.cfg
nate.cfg
ned.cfg
ned_mp.cfg
oldschool_disable.cfg
oldschool_settings.cfg
openautomate.cfg
options_graphics.cfg
options_graphics_set.cfg
popman.cfg
preston.cfg
propman.cfg
ps3.cfg
psource.cfg
ragdoll.cfg
replay.cfg
robotg.cfg
rodney.cfg
rodney_mp.cfg
roger.cfg
safemode.cfg
safemode_mp.cfg
safemode_mp_server.cfg
screenshot.cfg
screenshot_gun.cfg
screenshot_off.cfg
scripter.cfg
server_ctf.cfg
server_dm.cfg
server_dom.cfg
server_hq.cfg
server_map.cfg
server_sab.cfg
server_sd.cfg
server_tdm.cfg
server_war.cfg
slaypiece.cfg
slowmo.cfg
stagger.cfg
stevefu.cfg
stevefu_dev.cfg
stryker1on1.cfg
test.cfg
theendlesswinter.cfg
theendlesswinter_mp.cfg
thumbstick_default.cfg
thumbstick_legacy.cfg
thumbstick_legacysouthpaw.cfg
thumbstick_southpaw.cfg
viewsensitivity_high.cfg
viewsensitivity_low.cfg
viewsensitivity_med.cfg
viewsensitivity_ultra.cfg
winyan.cfg
yer.cfg
zach.cfg
zied.cfg
default.cfg
default_controls.cfg
default_mp.cfg
default_mp_controls.cfg[/COLOR]
02-24-2011, 06:09 AM #5
antfarm2.cfg wtf?? lolz

anyway its a _mp.cfg

and i use this for menus with 10 - 15 menus

i am trying to find more .cfg to use like 16-20 kb lolz

---------- Post added at 02:09 AM ---------- Previous post was at 01:52 AM ----------

this is very easy to do if u think about it
02-24-2011, 06:31 AM #6
D@ EnVvY!
OMG did you read this?
Originally posted by Sn1PaXx View Post
found by me xELiT3_Sn1PaXx
Im not going to give all of it to you as it took me a while to figure out

first - we can have 1kb (1070 bytes) in a CM/MP file
second - default controlls controlled by .cfg
so that gives us about 4-5 kb right there

we have to allow us to go to the .cfg file so in Grad0_mp anywhere type
    
bind button_back "exec (button controlls).cfg"


then we can add more codes to it later

then we have our managed grad0_cm file (controlls)
so that is our (button controll).cfg file
so type your "codes" in

once done save your cm file as (button controlls).cfg

now open it in hex edi



find all the 00's at the end. you can delete them or add em untill your file is 4-5 kb and you can add more menus

and your done

but you guys nees to find
-----------------------------
• buttons controlls
• where to place the .cfg file
• one more code to allow the exec
-----------------------------

you guys should get this working in no time Winky Winky

REP+ if you like tgis tutorial


Nice nice! Release the full tut, you will be a legend! Plus I can finish my big big project Winky Winky
02-24-2011, 06:38 AM #7
Blackstorm
Veni. Vidi. Vici.
Originally posted by Sn1PaXx View Post
antfarm2.cfg wtf?? lolz

anyway its a _mp.cfg

and i use this for menus with 10 - 15 menus

i am trying to find more .cfg to use like 16-20 kb lolz

---------- Post added at 02:09 AM ---------- Previous post was at 01:52 AM ----------

this is very easy to do if u think about it


You can't use 16-20 kb in a gpad file :confused:
02-24-2011, 06:39 AM #8
Originally posted by D
Nice nice! Release the full tut, you will be a legend! Plus I can finish my big big project Winky Winky


nope you have to figure it out like i did

also not to sound demanding but will u rep?
im tired of releasing good stuff and people being like okay cool use it and then dont rep or credit

i basically have it 5/6 done right here for you

The following user thanked xELiT3_Sn1PaXx for this useful post:

D@ EnVvY!
02-24-2011, 06:58 AM #9
D@ EnVvY!
OMG did you read this?
Originally posted by Sn1PaXx View Post
nope you have to figure it out like i did

also not to sound demanding but will u rep?
im tired of releasing good stuff and people being like okay cool use it and then dont rep or credit

i basically have it 5/6 done right here for you


Ohh okej, but HSx9 has deleted his tut on it. Guess I will have to find it this weekend Smile
02-24-2011, 07:04 AM #10
Originally posted by .Blackstorm View Post
You can't use 16-20 kb in a gpad file :confused:


it would be like bout 3 .cfg files

and the code to enable is

set autoexec_enable 0

so your exec (buttons controlls).cfg can be used

all u guys have to found out is which .cfg

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo