Warshift Cheats

понедельник 09 мартаadmin
WARSHIFTGUIDEDEV BLOGMEDIAFORUMFAQCONTACT

This is prototype of new combat avatar on which I'm working now: ‘T-Raptor’ – heavy assault drone. The most universal unit in WARSHIFT that has the most diverse set of abilities and weapons (energy, artillery, rocket and even melee). Oct 19, 2016  WARSHIFT is a unique mix of Action, RTS, RPG gameplay elements that forms an innovative game genre. You can collect resources, build base, manage armies, and then come down to keep the enemies at.

[New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum » WARSHIFT FORUM » GENERAL DISCUSSION » W.I.P. – New combat avatar ‘T-Raptor’ (prototype)
W.I.P. – New combat avatar ‘T-Raptor’ (prototype)
AdministratorDate: Friday, 11.12.2015, 02:13 Message # 1
Site Administrator
Group: Administrators
Awards: 5

‘T-Raptor’ – heavy assault drone. The most universal unit in WARSHIFT that has the most diverse set of abilities and weapons (energy, artillery, rocket and even melee). It will be available in the game soon, after following update.
Attachments: 2291347.jpg(110.0 Kb) · 9889018.jpg(294.2 Kb) · 0764907.jpg(337.2 Kb)
AdministratorDate: Friday, 11.12.2015, 02:17 Message # 2
Messages: 164
Awards: 5
AdministratorDate: Friday, 11.12.2015, 02:19 Message # 3
Messages: 164
Awards: 5
AdministratorDate: Friday, 11.12.2015, 02:20 Message # 4
Messages: 164
Awards: 5
hralDate: Friday, 11.12.2015, 12:09 Message # 5
Messages: 89
Awards: 2
AdministratorDate: Friday, 11.12.2015, 12:32 Message # 6
Site Administrator
Group: Administrators
Awards: 5
hralDate: Friday, 11.12.2015, 15:41 Message # 7
Chief
Group: Funders
Awards: 2

I would guess the melee is the bite..
How will the T-Raptor play different from the Corsair ?
AdministratorDate: Friday, 11.12.2015, 15:51 Message # 8
Site Administrator
Group: Administrators
Awards: 5
AdministratorDate: Sunday, 13.12.2015, 14:00 Message # 9
Site Administrator
Group: Administrators
Awards: 5
AdministratorDate: Thursday, 17.12.2015, 00:27 Message # 10
Site Administrator
Group: Administrators
Awards: 5
Forum » WARSHIFT FORUM » GENERAL DISCUSSION » W.I.P. – New combat avatar ‘T-Raptor’ (prototype)
  • Page 1 of 1
  • 1


This page is a sub page of: Creating a cheat table - Full guide

Now after a restart (and game reinstall, it's been a while) This is what my table looks like.


Step 1[edit]

When looking for health I prefer to decrease it with falls so I don't get killed unexpectedly, but mostly we will need to decrease and increase the player health to find the value so make sure to have some Elixirs (first aid kits) to replenish your health. Now let's find a good place to start.


This looks good to me.

So lets start with planing, now some games use integers for health but most, newer, games use floating points. So we don't miss any thing let's use the All scan option, but I tend to change to settings as needed for any scan with type All.

To check the settings, on the Cheat Engine main form click Edit then select settings.


This will open the Cheat Engine settings form.


Now select Scan Options. And check to see that 4 Bytes, Float, and Double are checked.


Then let's start with an unknown initial value scan. Then decrease our health, by jumping off the ledge, and scan for a decreasing value.

Note: Some steps are glossed over, if more details for scaning are need please see:


Now I needed to refill my health after the first jump, so then I scanned for an increasing value, then just keep repeating, with some unchanged value scans to weed done the addresses.


Step 2[edit]

Now with my found addresses down to 66, I fill my health, and start looking for nice round numbers that look good.

So here I have some 4 byte values at 70, floats at 1, and some doubles at 100. Now I am guessing that the floats with values of 1 are just for the displayed health meter, and there really is no good reason to use doubles for player health. So lets freeze the 4 byte values, and test.

Now when I tested my meter decreased, but I was unable to fill it so I am thinking that the health address is one of these. We could even hack the display value just for appearances, but an injection script can set the at just the right time to fix the display issue so let's just keep going for now (but you may want to test or hold on the the rest of the address for later).


So now just like with the player coordinates freeze one at a time tell you find the player health address. Or just set the value below the filled value and see if you can fill your health. And if the values is overwritten then it's not the right one.


Step 3[edit]

Now that we have the player health address, lets see what accesses this address.

Now let's look at some numbers. Here we can see that the player health has an offset of +344 and uses the base address stored in the player coordinates hook.


So just add a new pointer, using the ptrCoordBase from the player coordinates, with an offset of +344.


So now we have the player health, and from here using dissect data structure may help find more values.

Return to the world of Windlands, alone or with friends. Armed with grappling hooks and a bow, embark on a journey to destroy the gigantic titans and save the world from an ancient danger. A first person grappling hook exploration game. Soar through the ruins of a fallen world and discover the secrets of the ancients. Available Now On. Spyro 2 colossus statue locations. Windlands is available now on Sony Playstation VR, HTC Vive, Oculus Rift, Microsoft MR, PC and OSX. Am I still scared of heights!? Let's put it to the test in Windlands 2 Get My Shirt: Become a Sponsor: https://youtube.com/jackseptic.


Now that we seem to have a good base address and some values, try to find the Mana address your self.

Warshift

Hint: It is in the same structure as health, oxygen, and coordinates.


So time for some real fun, on to the hooks and hacks.



Links[edit]

  • Tutorials
    • Creating a cheat table - Full guide

Retrieved from 'https://wiki.cheatengine.org/index.php?title=Tutorials:Create_cheat_table_full:health&oldid=6650'