Saint Burak Posted July 8, 2012 Share Posted July 8, 2012 (edited) This is my first English tutorial.If I've mistakes, please tell me. First we need: 1.Cleo 4 2.IniFiles.cleo 3.A Brain Now we have to create a .ini file.I've created my .ini file and named it to "example" and I chose "home" key(deciminal of "home" key is 36) for my mod.Here's my codes: [hereissection]hereiskey=36 You can change "36" to deciminal of the key you want to. Now create a cleo file(Of coure you can edit your cleo file if you want to ) and add the following opcode before key check: 0AF0: [email protected] = get_int_from_ini_file "CLEO\example.INI" section "hereissection" key "hereiskey" //IF and SET Now change deciminal of your keycheck to "[email protected]" like that: if 0AB0: key_pressed [email protected] else_jump @keycheck Here is all of them: 0AF0: [email protected] = get_int_from_ini_file "CLEO\example.INI" section "hereissection" key "hereiskey" //IF and SET if 0AB0: key_pressed [email protected] else_jump @keycheck Now save your cleo and open game.If you change deciminal of key in .ini file, cleo reads your changed deciminal and redirects to key check.I mean if I open game and change 36 to 8 in .ini file, my cleo works when I press Backspace. I hope you can understand my English even I can't understand. Edited July 8, 2012 by Saint Burak Link to comment Share on other sites More sharing options...
Shmoopy Posted August 21, 2012 Share Posted August 21, 2012 Thanks man , for me this is one of the most understandable tutorials ever made in the forums , we dont have to read it twice Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now