Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ratchet qforce issues making codes with tempar #23

Closed
RTH-Retribution opened this issue Oct 10, 2018 · 9 comments
Closed

Ratchet qforce issues making codes with tempar #23

RTH-Retribution opened this issue Oct 10, 2018 · 9 comments
Labels
help Extra attention is needed

Comments

@RTH-Retribution
Copy link

Trying to make a health code for qforce already got some ammo codes I will hopefully be releasing soon but what I get in temp Ar pointer is this address: 0x82012C00; Offset: 0x0 Value: 0x58196C0 so I can't figure out what the pointer code is also in vita cheat the health seems to be three different lines one ending in C0 and the others C4 and FC how can I do this in tempar

@r0ah
Copy link
Owner

r0ah commented Oct 12, 2018

@r0ah r0ah added the help Extra attention is needed label Oct 12, 2018
@r0ah
Copy link
Owner

r0ah commented Oct 12, 2018

Refer to the link above and try:

@RTH-Retribution
Copy link
Author

RTH-Retribution commented Oct 12, 2018

problem is when i expand the search results i get a hellava lot of green results also i cant figure out what im looking for and how would i figure out what level pointer it is
_C0 Generated Code
_L 0x61012C00 0x449F6000
_L 0x00020001 0x00000000
this is my generated code from tempar pointer but ive no idea how to turn it into a vitacheat code

@r0ah
Copy link
Owner

r0ah commented Oct 13, 2018

That's the problem with TempAR. You have to test every green codes :). I suggest testing randomly. The next version of VitaCheat will have native pointer search and it might fix this issue.

@RTH-Retribution
Copy link
Author

RTH-Retribution commented Oct 13, 2018

would it be better then to wait for the next version of VitaCheat cos with QForce testing randomly will take me forever as there is about 400 green results ive already written off doing a code for bolts as its tracked by the engine itself im just hoping health isnt as i know some guns ammo are also tracked by the engine like the pyro launcher (unmodifiable) as it just come up with zero results when searching for its ammo value and even in a fuzzy search
Edit: released my ammo code database for that game for specific guns will add more when i mod that game further

@r0ah
Copy link
Owner

r0ah commented Oct 13, 2018

This is how you convert to VC:

CWCheat format:

_C0 Generated Code
_L 0x613009C4 0x000003E7
_L 0x00010004 0x00000F64
_L 0x200009E4 0x2000084C
_L 0x200002D0 0x00000000

VitaCheat format:

_V0 Generated Code
$3104 823009C4 000009E4
$3100 00000000 0000084C
$3100 00000000 000002D0
$3100 00000000 00000F64
$3300 00000000 000003E7

@RTH-Retribution
Copy link
Author

yep starting to think that qforce is impossible to mod the health for i think its controlled by the engine like most things are in that one but thanks for your help ill save this for future reference though

@r0ah
Copy link
Owner

r0ah commented Oct 13, 2018

Try to use pointer MOV code-type. Iirc Borderlands 2 is the same where the HP is not overriden by VitaCheat. But I might be wrong because I din't fully investigated it so take my word with a grain of salt.

@RTH-Retribution
Copy link
Author

ok then mate im gonna give that a go ill report back either with a working code or an impossible to mod comment

@r0ah r0ah closed this as completed Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants