ROM Hack [REQUEST] Titan Quest editor

Gootah

Well-Known Member
Member
Joined
Aug 11, 2013
Messages
257
Trophies
0
Age
37
XP
506
Country
United States
Did you edit the charslot file with a hex editor ? Can you tell me the offset ?

No, you can't "poke" when hex editing an offset. Read through the thread a little and you'll understand better. Just take a leap of faith and you'll get it just like a few others here.
 

Timnor

Active Member
Newcomer
Joined
Aug 7, 2018
Messages
25
Trophies
0
Age
33
XP
225
Country
United States
I cant get net cheat working on my networl, wont find my switch
got it working using the a different net client. now to figure out values i need
 
Last edited by Timnor,

Gootah

Well-Known Member
Member
Joined
Aug 11, 2013
Messages
257
Trophies
0
Age
37
XP
506
Country
United States
think im still doing something wrong then, i searched for my gold value, 1 result came up i poked it, but nothing changed.

If you got one result them you probably have done something wrong, experiment with different value types (16bit, 32bit, etc.).
 

Timnor

Active Member
Newcomer
Joined
Aug 7, 2018
Messages
25
Trophies
0
Age
33
XP
225
Country
United States
ssearch u32 496971
Got a hit at 3e63028c78!

Got a hit at 3e6564fe88!

>>
csearch 445628
Got a hit at 3e663c1c10!
Got a hit at 3e663c2ce8!
Got a hit at 3e663c2cf0!
>
>>
>
>>
poke 3e66c1c10 u32 9999999
>
>>
poke 3e663c2ce8 u32 9999999
>
>>
poke 3e663c2cf0 u32 9999999

does this look wrong? going to try diff value types now

Ill just wait for a pre edited file with max skills and stuff. This is way above my skill level lol
 
Last edited by Timnor,

RichKK

Well-Known Member
Member
Joined
Apr 26, 2015
Messages
115
Trophies
0
XP
941
Country
United Kingdom
ssearch u32 496971
Got a hit at 3e63028c78!

Got a hit at 3e6564fe88!

>>
csearch 445628
Got a hit at 3e663c1c10!
Got a hit at 3e663c2ce8!
Got a hit at 3e663c2cf0!
>
>>
>
>>
poke 3e66c1c10 u32 9999999
>
>>
poke 3e663c2ce8 u32 9999999
>
>>
poke 3e663c2cf0 u32 9999999

does this look wrong? going to try diff value types now

Ill just wait for a pre edited file with max skills and stuff. This is way above my skill level lol


All the memory addresses (I've bolded them in your quote so you know what bit i'm talking about) in the game stay the same throughout each load.
Your cash is definitely a u32 value, everyone elses is, mine is, so yours will be
How I got mine was to ssearch u32 {my cash value here}
Got a handful of hits with that value
Then I sold a potion
csearch {new cash value here}
I only got one hit here, if there's more than one for yours then sell something else and csearch for your new cash value again

One thing I noticed about your quote was that none of the addresses returned from your ssearch matched the addresses from your csearch or your pokes, either you've trimmed the quote or something is going very wrong, possibly down to you using a different net client, or it could just be that your first poke you tried above wasn't the same address that was returned ("Got a hit at 3e663c1c10" "poke 3e66c1c10 u32 9999999" You missed a '3' after the two 6's)
 
  • Like
Reactions: Supreme23

Timnor

Active Member
Newcomer
Joined
Aug 7, 2018
Messages
25
Trophies
0
Age
33
XP
225
Country
United States
All the memory addresses (I've bolded them in your quote so you know what bit i'm talking about) in the game stay the same throughout each load.
Your cash is definitely a u32 value, everyone elses is, mine is, so yours will be
How I got mine was to ssearch u32 {my cash value here}
Got a handful of hits with that value
Then I sold a potion
csearch {new cash value here}
I only got one hit here, if there's more than one for yours then sell something else and csearch for your new cash value again

One thing I noticed about your quote was that none of the addresses returned from your ssearch matched the addresses from your csearch or your pokes, either you've trimmed the quote or something is going very wrong, possibly down to you using a different net client, or it could just be that your first poke you tried above wasn't the same address that was returned ("Got a hit at 3e663c1c10" "poke 3e66c1c10 u32 9999999" You missed a '3' after the two 6's)
Hrmmm ok thanks for the tip, yeah im using hanx i couldnt get the other client to connect, so that could be a problem too.
 
  • Like
Reactions: Supreme23

Timnor

Active Member
Newcomer
Joined
Aug 7, 2018
Messages
25
Trophies
0
Age
33
XP
225
Country
United States
yeah my pc must be bugging out the program, none of my ssearches ever match with csearch and i cant change any meaningful values. anyone who could get it working post a save with max skills money? fresh or not dont care too much .
 

Nightopian

Active Member
Newcomer
Joined
Aug 29, 2017
Messages
35
Trophies
0
Age
35
XP
321
Country
Vietnam
Finally I got sys-netcheat to work with ReiNX, for those who want to know:
Download the sys-netcheat.kip and put it in ReiNX/sysmodules/
Download the latest Hekate.
In the hekate_ipl file(root of SD), add the following lines:
[ReiNX]
kip1=ReiNX/sysmodules/loader.kip
kip1=ReiNX/sysmodules/sm.kip
kip1=ReiNX/sysmodules/FS.kip
kip1=ReiNX/sysmodules/sys-netcheat.kip
fullsvcperm=1
debugmode=1

And inject hekate payload(mine was hekate_ctcaer_3.2.bin), select Launch firmware-->ReiNX

After the switch booted in to CFW, you can use netcat to connect to netcheat like in previous posts.
I used windows cmd, HANX gave me some weird results.
Good luck

--------------------- MERGED ---------------------------

yeah my pc must be bugging out the program, none of my ssearches ever match with csearch and i cant change any meaningful values. anyone who could get it working post a save with max skills money? fresh or not dont care too much .
I used HANX and the results was bad, so I changed to windows cmd and success, please try again. I uploaded my save file, you can have a look
 

Attachments

  • max.rar
    697.4 KB · Views: 271
Last edited by Nightopian,
  • Like
Reactions: Perexsey

Timnor

Active Member
Newcomer
Joined
Aug 7, 2018
Messages
25
Trophies
0
Age
33
XP
225
Country
United States
Finally I got sys-netcheat to work with ReiNX, for those who want to know:
Download the sys-netcheat.kip and put it in ReiNX/sysmodules/
Download the latest Hekate.
In the hekate_ipl file(root of SD), add the following lines:
[ReiNX]
kip1=ReiNX/sysmodules/loader.kip
kip1=ReiNX/sysmodules/sm.kip
kip1=ReiNX/sysmodules/FS.kip
kip1=ReiNX/sysmodules/sys-netcheat.kip
fullsvcperm=1
debugmode=1

And inject hekate payload(mine was hekate_ctcaer_3.2.bin), select Launch firmware-->ReiNX

After the switch booted in to CFW, you can use netcat to connect to netcheat like in previous posts.
I used windows cmd, HANX gave me some weird results.
Good luck

--------------------- MERGED ---------------------------


I used HANX and the results was bad, so I changed to windows cmd and success, please try again. I uploaded my save file, you can have a look
For some reason i cant connect to my switch with cmd and netcat keeps giving a host error msg. I think my network its messing up the connection
 
Last edited by Timnor,

Nightopian

Active Member
Newcomer
Joined
Aug 29, 2017
Messages
35
Trophies
0
Age
35
XP
321
Country
Vietnam
For some reason i cant connect to my switch with cmd and netcat keeps giving a host error msg. I think my network its messing up the connection
I think your switch cannot load sys-netcheat.kip and Your switch, your PC must be on the same wifi network.
Can you load my save ?
 

Timnor

Active Member
Newcomer
Joined
Aug 7, 2018
Messages
25
Trophies
0
Age
33
XP
225
Country
United States
You connected with just the cmd prompt? I was trying to use cmd with netcat 1.1 but i think something on my networks stopping me from connecting to the switch like that
yeah i was able to load yours up! yeah im not sure why it wont connect hanx connected fine the results to poke were just wacky. im uploading my save if you could could you edit it for me? if not its no biggie char slot 2 is dream/storm combo thats pretty geared up you can use.
 

Attachments

  • 20180804_165440.zip
    1.1 MB · Views: 198
  • Like
Reactions: Perexsey

Nightopian

Active Member
Newcomer
Joined
Aug 29, 2017
Messages
35
Trophies
0
Age
35
XP
321
Country
Vietnam
yeah i was able to load yours up! yeah im not sure why it wont connect hanx connected fine the results to poke were just wacky. im uploading my save if you could could you edit it for me? if not its no biggie char slot 2 is dream/storm combo thats pretty geared up you can use.
Here you go
 

Attachments

  • timnor edited.rar
    1.1 MB · Views: 261

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Veho @ Veho:
    The fuuuuu---
  • Veho @ Veho:
    I thought it was an actual xBox at that price.
  • Sicklyboy @ Sicklyboy:
    I wanna grab a 360 Slim and a 360 E one of these days. Missed the boat of getting them at their lowest though, once they were discontinued. Could've got them for cheap back when I was a broke 20 something working at Target, but then again, I was a broke 20 something working at Target
  • Veho @ Veho:
    Being broke is no fun.
  • K3Nv2 @ K3Nv2:
    @Sicklyboy, $150 isn't that bad for a jtag slim on ebay
  • Veho @ Veho:
    I only wish it was actually playable.
  • Veho @ Veho:
    There's a guy on the Tube of You that makes playable mechanical arcade games out of Lego. This could work on the same principle.
  • Veho @ Veho:
    Just a couple of guys taking their manatee out for some fresh air, why you have to molest them?
  • Veho @ Veho:
    Stupid Chinese shop switched their shipping company and this one is slooooooow.
  • LeoTCK @ LeoTCK:
    STOP BUYING CHINESE CRAP THEN
  • LeoTCK @ LeoTCK:
    SUPPORT LOCAL PRODUCTS, MAKE REVOLUTION
  • LeoTCK @ LeoTCK:
    THEY KEEP REMOVING LOCAL SHIt AND REPLACING WItH INFERIOR CHINESE CRAP
  • LeoTCK @ LeoTCK:
    THATS WHY MY PARTNER CANT GET A GOOTWEAR HIS SIZE ANYMORE
  • LeoTCK @ LeoTCK:
    HE HAS BIG FOOT AND BIG DUCK
  • LeoTCK @ LeoTCK:
    d*ck i mean*
  • LeoTCK @ LeoTCK:
    lol
  • Veho @ Veho:
    Mkay.
  • Veho @ Veho:
    I just ordered another package from China just to spite you.
  • SylverReZ @ SylverReZ:
    Communism lol
  • SylverReZ @ SylverReZ:
    OUR products
  • The Real Jdbye @ The Real Jdbye:
    @LeoTCK actually good quality products are dying out because they can't compete with dropshipped chinese crap
    +1
    The Real Jdbye @ The Real Jdbye: @LeoTCK actually good quality products are dying out because they can't compete with dropshipped... +1