Recent content by Karlos_007

  1. Karlos_007

    (3DS) Bravely Default/Second Item IDs

    I made a list of the item IDs found in both 3DS games. Decimal and HEX, in Spanish and English: (Note that this is for RAM values, save data gets converted and stored in another complex way.) Also in txt for download.
  2. Karlos_007

    the legend of zelda tears of the kingdom nintendo switch cheats

    not sure maybe only works for me Can you share you save?
  3. Karlos_007

    the legend of zelda tears of the kingdom nintendo switch cheats

    For me is 0001698C v1.0.0 (or 00011F18 v1.0.1+) on the progress.sav
  4. Karlos_007

    Excited for TOTK modding scene

    Anyone managed to make a mod of any *.pack.zs ? I tried to edit \romfs\Pack\Actor\Item_Ore_A.pack.zs changing the 500 price but nothing happens. (*.bgyml files work.)
  5. Karlos_007

    zelda tears of the kingdom all material/food 999 save

    you need to open the save with some hex editor Stamina is 00034F6C, you can change the data 00 00 96 44 (1200) to any of these: 00 00 7A 44 / 1000 stamina (1 wheel) 00 00 FA 44 / 2000 stamina (2 wheels) 00 80 3B 45 / 3000 stamina (3 wheels)
  6. Karlos_007

    zelda tears of the kingdom all material/food 999 save

    Any hex editor I use HxD64 and Cheat Engine If you are using your own save the address will change, at least the order of the items.
  7. Karlos_007

    zelda tears of the kingdom all material/food 999 save

    Obj_DungeonClearSeal In save 2 is 0004EBA4 If you add 4 you get the next key item CaveMasterMedal 0004EBA8
  8. Karlos_007

    zelda tears of the kingdom all material/food 999 save

    To edit the file you need some Hex editor and find the correct address, one for the ID and another for the quantity I'll leave some of them here The offset between items of the same category is usually 0x40 for the ID and 0x04 for the quantity I hope someone makes a cool save editor like in...