| View previous topic :: View next topic |
| Author |
Message |
Robsterboy How do I cheat?
Reputation: 0
Joined: 13 Feb 2012 Posts: 6
|
Posted: Tue Feb 21, 2012 12:47 am Post subject: |
|
|
| xRif wrote: | | they're clusters just used the spreadsheet that Rhagic provided. you click the spreadsheet or goto https://docs.google dot com/spreadsheet/ccc?key=0Aultj9ROes-PdHRxVzVJV2RnWUFlSEhWOWI0S3pnaEE |
Oh, I must read over it, when it was posted.
Thanks a lot. Now it is time for "work".
|
|
| Back to top |
|
 |
xpertvision Expert Cheater
Reputation: 1
Joined: 09 Apr 2011 Posts: 199
|
Posted: Mon Feb 27, 2012 1:46 pm Post subject: |
|
|
| thanks
|
|
| Back to top |
|
 |
SamsonP0I Newbie cheater
Reputation: 0
Joined: 28 Mar 2010 Posts: 11 Location: Australia
|
Posted: Thu Mar 08, 2012 7:07 am Post subject: I don't understand something. |
|
|
Hello Rhagic,
Your table for this game would have to be the best since there is no other to choose from, I'm not complaining it is a very good cheat table, but I do have a problem I can't seem to understand how to get the SaveCharPointers to work and I'm not sure how the MaxStats and press (F11) thing works either, I have tried it and nothing happens, I wont go on about it because I am not a programmer of any kind and also, how do you stop the energy from going down, I can't seem to figure that one out either, if you find all I'm doing is complaining please disregard this post that is not my intention, I just need some help.
Thank you,
SamsonP0I.
|
|
| Back to top |
|
 |
Lunawolf242 How do I cheat?
Reputation: 0
Joined: 19 Mar 2012 Posts: 2
|
Posted: Mon Mar 19, 2012 4:38 pm Post subject: |
|
|
| Love this table, however some of the codes don't work since the game got updated. So far only unlimited durabilty, charge, ammo, teleport, and kills work but the rest doesn't. Can you update table for version 1.11 or at least pm me how to update the scripts to attach to address.
|
|
| Back to top |
|
 |
Rhagic Advanced Cheater
Reputation: 4
Joined: 23 Aug 2011 Posts: 59
|
Posted: Mon Mar 19, 2012 4:50 pm Post subject: |
|
|
Lunawolf242:
I don't have time at the moment, but may do later this week.
The scripts all contain commented out sections of disassembled code view. These would be what I would use as a short cut to update the scripts if they don't have to be re-written entirely.
I made sure I used wildcards in the aobscans where there were addresses, but their update and re-compile could have changed the registers in use where other table features hook in.
Update.
Just had a quick look. The character data structure has changed slightly, all the bits that check a unit's faction need to be double checked. There's at very least 2 hours work here updating, don't have time tonight.
There are subtle coding changes, in some of the functions I've hooked, you'd have my respect if you were able to restore this table to full-functionality, it will be hard work without my familiarity with the game and table code even with the comments I've included.
Update, I'm pretty sure I've tested all the options and they are working, with the exception of Chameleon, they've changed the visibility calculation and the method I'd used doesn't seem to work any more.
|
|
| Back to top |
|
 |
Lunawolf242 How do I cheat?
Reputation: 0
Joined: 19 Mar 2012 Posts: 2
|
Posted: Tue Mar 20, 2012 9:33 pm Post subject: |
|
|
Thanks for the Update I appreciate it very much. Was in the middle of fixing your script but now I don't have to anymore . I also made a money cheat but I don't know how to make it work for any value except the starting amount of cash.
|
|
| Back to top |
|
 |
Grinjin How do I cheat?
Reputation: 0
Joined: 04 May 2012 Posts: 5
|
Posted: Fri May 04, 2012 3:47 am Post subject: |
|
|
Hey guys,
first of all... great table , but it seems like something doesn't work properly.
I believe it's because of the newer game version but maybe it's not.
So here's my problem:
When using the save char pointer everything seems to work fine all goes to 100 (or the entered Max Skill value) except one Ability: Mechanic. This skill goes to 0 and although I tried to figure out why my knowledge of the matter seems to be not sufficient to really figure it out. I am not asking for an update of the table (but feel free if you want to ) it would be sufficient to me if anypne could explain where to find and how to correct this problem? Then I'd do it by myself
Thanx alot for all qualified answers!
|
|
| Back to top |
|
 |
Rhagic Advanced Cheater
Reputation: 4
Joined: 23 Aug 2011 Posts: 59
|
Posted: Fri May 04, 2012 4:11 am Post subject: |
|
|
The chances are that the character data structure has changed slightly. I'm pretty busy and I'm unlikely to spend any time on this in the near future.
What you need to do is:
Firstly, examine the character datastructures to see how they have changed in comparison to the labelled dissected structure that is in the table.
Secondly, look at the auto-assembly script in the 'save char pointers' option, under 'Uber Char' there's a bunch of code that gets run on each of your characters, it zero's some values (e.g. skill points, bleeding, etc) then sets others to the be at least the max.
This code will need to be altered to reflect the changes to the character data structure.
|
|
| Back to top |
|
 |
Grinjin How do I cheat?
Reputation: 0
Joined: 04 May 2012 Posts: 5
|
Posted: Fri May 04, 2012 5:54 am Post subject: |
|
|
| Thanx for the fast answer... if anyone else feels free to check the help is welcome... I'm off to work now so guess I'll check it sometime at the weekend... maybe my rookie skillz can guess it ^^
|
|
| Back to top |
|
 |
Grinjin How do I cheat?
Reputation: 0
Joined: 04 May 2012 Posts: 5
|
Posted: Sat May 05, 2012 3:08 am Post subject: |
|
|
Messing with the DataStructure it looks like all of the Stats have been move by one offset...
So I'll have to figure out how I can correct this in the script...
Manually it doesn't work like described on Page 1. [pArray] gives me the first character but [pArray+4] just ??? no Values for 2nd in Squad... and so on...
|
|
| Back to top |
|
 |
Grinjin How do I cheat?
Reputation: 0
Joined: 04 May 2012 Posts: 5
|
Posted: Sat May 05, 2012 11:28 am Post subject: |
|
|
Time for Palm hits Face....
After spending some time with my girl I got back to work and was just messing with the script (to find out what's missing) and (after being distracted) I forgot what I did so I decided to reload it from your forum Link here...
First time I got it from http: // cheatengine.org/tables/moreinfo.php?tid=860
And it ssems that's not the most recent version because the problem I was having is just fine with newest version from the forum...
After inspecting the new script I realize I just didn't find all that had to be corrected
Sooo... no more panic everything works with the Char Pointer script and my 2 Teams now have mechanics again.
|
|
| Back to top |
|
 |
Fidai How do I cheat?
Reputation: 0
Joined: 16 Feb 2012 Posts: 2
|
Posted: Thu May 10, 2012 12:01 pm Post subject: |
|
|
| Bix thx for your hard work Rhagic. on 1.13 version magic pockets and militia option aint working, can u fix that plz?
|
|
| Back to top |
|
 |
Grinjin How do I cheat?
Reputation: 0
Joined: 04 May 2012 Posts: 5
|
Posted: Sat May 12, 2012 12:55 am Post subject: |
|
|
| Rhagic wrote: | | I'm pretty busy and I'm unlikely to spend any time on this in the near future. |
Don't think he's got time atm...
|
|
| Back to top |
|
 |
LeChatMG How do I cheat?
Reputation: 0
Joined: 04 Aug 2012 Posts: 1 Location: Montpellier, France
|
|
| Back to top |
|
 |
LordSS How do I cheat?
Reputation: 0
Joined: 05 Aug 2012 Posts: 3
|
Posted: Sun Aug 05, 2012 11:39 pm Post subject: |
|
|
I appreciate your work, LeChat... I downloaded the table you updated, and it seems several options indeed work, like armor/item repair and no ammo/charge used.
Unfortunately, Magic Pockets doesn't seem to be working... at least I can't get it to work. Using CE 6.2 (of course) on the 1.13e version of the game. The MagicPockets window never comes up, doesn't matter who I trade with (another merc or militia).
Anyone else having this issue?
Thanks
LS
|
|
| Back to top |
|
 |
|