Umm.. you can start coding the app. I guess weapon values can maybe come in an updated version? I mean they are really hard to map out and Caboose also found difficulty I don't know if he posted it but it will list them like so: Easy....Normal....Hardened....Veteran In the hex it will be a 04 before the difficulty you are on rather than a 01. I am going to try and complete all the way to a final checkpoint on Recruit(Easy) and then switch to Veteran and see if I get the achievement. UPDATE: Nope, didn't load correctly.
I thought of this idea a while back but never followed up. To create a song in the Music Studio and save it. Transfer the file to my computer and inject a song of my choice. But then I realized, "Wow what am I thinking the song is definitely some weird format".
I am trying to make an app and Goldbl4d3 helped me out so far, but all I need is a few more pieces of code and I hope someone will help. I have a BinaryReader that reads strings. It takes far too long to read from a big file so I want it to stay within 2 offsets. (0x10000 and 0x20000) What type of code can I add to do that. So far I have this: private void button2_Click(object sender, EventArgs e)
{
base.Enabled = false;
listView1.Items.Clear();
string search = comboBox1.Text;
BinaryReader br = new BinaryReader(new FileStream(fileLocation, FileMode.Open, FileAccess.Read));
for (int i = 0; i < (int)br.BaseStream.Length; i++)
{
if ((br.BaseStream.Length - br.BaseStream.Position) >= search.Length)
{
br.BaseStream.Position = i;
string found = "";
try { found = new string(br.ReadChars(search.Length)); }
catch { }
if (found == search)
{
//No statement
}
}
} ... Also it writes Binary as well.
You don't need to program all of that lol, alot of the stuff does nothing when you change it. Caboose you should put a star next to all the stuff you know that works.
What I believed happened was he corrupted the sgt. sullivan info and it became the base model on which they made every character on. He also slaps to kill people
By far the funniest thing... Research Update: - We are close to finding primary weapon values - Found how to get Inf. Ammo as well as grenades !!!!!!! - Damage taken. - Plus a few more things
It don't work anyway I believe. I think the campaign mods can only work with your own account I am not sure though. Just upload me your savegame.svg and I will make a mod for you.
A few people said that, that resigner wasn't working for me like 2 seconds ago trying to do something else, I wonder if it's banned. Yup its banned now