Originally posted by ThreeSixtyyy
Hi!
I've tried many times to make a clean patch for 1.14 without unknown CMD that just executes CFG files from the USB, but failed everytime.
I always mess up with the zone edits, so can any of you make one for me?
Donations will be given
Don't bother with the editor. Learn to do it yourself, with out relying on a program.
But to answer your question, it is extremely simple.
For the Unknown CMD error, do this -
Go to offset "15A761" and put " &&1.GAME_UNKNOWNCLIENTCOMMAND." (no quotes apparently). The reason why you are most likely failing is because where the periods are (.), you need to go to the left side where it says "2E" and put "00" for both periods. They are supposed to be null bytes, not periods.
For the executing of the CFG file, do this -
Simply put whatever dvars you want in the buttons_default and/or buttons_tactical, the button layouts for each, and at the bottom, put "exec ../../../dev_usb000/Your-CFG-Name_Here.cfg" (no quotes).