Cheat Engine - Value Limits in Underrail

Sdílet
Vložit
  • čas přidán 6. 04. 2017
  • Bypassing arbitrary limits like level caps or minimum values, specifically the starting stat values in Underrail
    Remember to checkout Cheat the Game on Facebook: / cheatthegame

Komentáře • 22

  • @forgebygames8031
    @forgebygames8031 Před 7 lety

    Fast and clear! Good work.
    Keep it up.

  • @huge_letters
    @huge_letters Před 4 lety +1

    Had somewhat of a different issue but your approach has helped me as well tremendously!

  • @karimsonsafehold9233
    @karimsonsafehold9233 Před 4 lety +6

    Hex editing has gotten even more complicated since I dragged myself to do it one time back in the early 2000s.

  • @Sinonymous
    @Sinonymous Před 4 lety +7

    tfw 1 minute into the video and you know it's too complicated for you... D:

    • @FreeER
      @FreeER  Před 4 lety +2

      :) we all start somewhere if you haven't already check out the videos by Chris Fayte czcams.com/users/BloodFayteplaylists and Stephen Chapman czcams.com/video/XJpNn2GyrNc/video.html maybe even Guided Hacking later on though it's more programming based than CE.

  • @wind1422
    @wind1422 Před 2 lety

    very useful ,thanks

  • @chronotime9029
    @chronotime9029 Před 6 lety

    Thanks :-)

  • @KekasihMuGelap
    @KekasihMuGelap Před 3 lety

    Hello everyone, any idea where to edit/get the Specialization points table? (points that you get at Level 16?)

  • @TK421ak
    @TK421ak Před 6 lety +2

    This works, but I believe that the game sets your max attribute level to 20 even if you use this method to go over the max of 20. I could be mistaken but if I check my character screen it shows Constitution 80 (20) meaning effective constitution is 20.

    • @FreeER
      @FreeER  Před 6 lety

      Possibly, I don't have the game installed any longer and didn't do much testing at the time. However it's a similar concept, find what accesses the value, find the compare to 20 (0x14) and change/remove it :)

    • @bob999yaitis
      @bob999yaitis Před 4 lety

      you can find and change the effective score as well skills work the same way but you can see the effective in ()

  • @monstruolio
    @monstruolio Před 4 lety

    I haven't been able to find even a similar case for what I need. I need to change the corpse limit in Ghost Recon Advanced Warfighter from 7 to something less immersion brraking (lots of dead bodies on the battlefield). But since it's a static value i end up with more than 2k possible addresses. Would you care to cover a similar case?

    • @FreeER
      @FreeER  Před 4 lety +1

      Best I can suggest is to find the code that runs when they die and see if you can find anything comparing to 7 to see if it should drop a corpse...
      and if you can run Ultimap (I can't) then maybe that can help narrow down the function a bit more easily than having to read and step through the code yourself.
      But yeah, CE is mostly geared towards finding values that change... maybe you can start fresh and scan for the number of corpses currently on the ground as you kill enemies and maybe there's a count that increases? but it could be some array of size 7 and it just looks for an empty spot and if there isn't one overwrites the oldest hard to know.

    • @monstruolio
      @monstruolio Před 4 lety

      @@FreeER thanks for the help! I'm gonna try that

  • @user-qm2cl8vo6r
    @user-qm2cl8vo6r Před 2 lety

    Hello! Do u know how to find and edit a locked value? This Value dont allow me spawn more than 64 characters and level so i tried find a 64 but there a lot of values and idk which one maybe u know some unique methods? That value are not changeable as i know the game is Lego Star Wars 3 The Clone Wars

    • @FreeER
      @FreeER  Před 2 lety

      Try finding the current count and checking what access it to compare to the cap. These limits tend to be more hardcoded however, eg only allocating 64 memory blocks to store characters in else where and then in other places looping only 64 times etc making actually changing them require far more edits than you often want to take the time to track down and fix. Sometimes you get lucky though and it's not too hard.

    • @user-qm2cl8vo6r
      @user-qm2cl8vo6r Před 2 lety

      @@FreeER Thanks For Respond!!

  • @pjele5248
    @pjele5248 Před 4 lety

    how did u get more remaining points

    • @FreeER
      @FreeER  Před 4 lety

      Pretty sure I just did a regular scan for it, you can see just a regular address in the table at the start of the video for "cur points" not a pointer or AA script.

  • @zsewqthewolf1194
    @zsewqthewolf1194 Před 6 lety

    can you do one with money?!

    • @FreeER
      @FreeER  Před 6 lety +2

      Is it any different? I don't have the game installed anymore and I don't seem to have anything obviously related to money in my cheat table so I'm assuming it was either treated as an item (and so covered by another script) or so easy to find with a simple search I just didn't care to take the time previously...

  • @KeravnosPrime
    @KeravnosPrime Před 3 lety

    How to increase Money with cc?