Endless Paradigm

Full Version: Need CTF Offsets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Howdy there!!?!
Im trying to add a new function to my gameboot editor program but i can not find the needed offsets anywhere. I need to know what the offsets are to edit the opening_plugin.rco in a ctf. I want to edit the portion that controls how long it allows a gameboot to play. If anyone knows or can help me find that offset it would be greatly appreciated. Thanks In Advance!!!
HAHA lol. thanks but i already know how to do that. Im talking about the offsets to change the binary in a CTF theme file that controls the gameboot length but thanks anyways!
I'm assuming you want to edit the RCO file (which is inside a CTF) as opposed to performing CTF modifications?
THECRAZINESS1 Wrote:HAHA lol. thanks but i already know how to do that. Im talking about the offsets to change the binary in a CTF theme file that controls the gameboot length but thanks anyways!

you won't be able to edit the ctf easily because the location of the gameboot is not the same in each ctf.  

The only thing you MAY be able to do is search the ctf for a string of data before the length value because sometimes it is changed...so maybe you can search for the initial value and if its not found search for data before or after it and change it?

but probably your best bet is to extract the ctf and edit the rco :(
Look at the source code of the ctf creation program.  From memory, it just has some pointer in the header which points to the location of the RCOs - so use that (or something similar).
Reference URL's