Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

dragon258

Member
Newcomer
Joined
Dec 31, 2016
Messages
13
Trophies
0
Age
31
XP
78
Country
Brazil
4x shiny chance does not affect eggs, thats a shiny spawn boost. 16x egg shiny has done wonders for me so far you just have to keep breeding. If your looking for instant shinys then those codes aren't the answer. They are meant to get shinys with better odds, but patience is still required
yeah.. I kind of realized that first part since the first time i saw this one(its just i still didnt have the time to check running around on the wild xD)..
Normally in a 30 box breed with shiny charm + masuda i get around 1-2 most of time, 0 sometimes and even more uncommon/rare more than that... so thats why if this Egg Shiny Chance is working should have been at least even a small increase lol...
Getting shiny more easily would be good.. but the guaranteed 6IV from parents for me that the previous games had would have even better x.x
Another one that probably would be interesting is if someone create a cheat to let sandwichs buffs be perma too xD
 
Last edited by dragon258,

Kevin1232132

Well-Known Member
Member
Joined
Oct 23, 2022
Messages
147
Trophies
0
Age
40
XP
129
Country
United States
I read and read but I don't see any solution, Somebody found a way how to spawn SC/VI legendaries (encounter Mod cheat) without crashing the game? When I try to spawn chi-yu or another legendary in online union room, always crashes the game!! thnx



I found a way to get them all to work online in union circle after 1000 crashes but gonna keep my way private for now I can only say it depends on multiple things and also the location you do it at, I also have all other variants who are not in the encounter code lists
 

ABGX

Well-Known Member
Member
Joined
Mar 14, 2009
Messages
137
Trophies
1
XP
447
Country
EDIT-no reply needed but filling in incase others need help

edizon was making the overlay vanish and wouldnt reappear until i rebooted
a modded edizion showed up but only some cheats would show, and the "always on" fixes wouldnt work

i can only assume i somehow didnt have the latest version of SOMETHING because even though i swear i downloaded the exact same "latest" files as before, it now all works...i think (will update again if it doesnt)
 
Last edited by ABGX,

Miltonius12345

New Member
Newbie
Joined
Jan 18, 2023
Messages
1
Trophies
0
Age
27
XP
79
Country
Philippines
Thx I will try it need to end the game for this?
is there a full tutorial on how to custom tera raid rewards like 10 herba mystica
Post automatically merged:

Thx I will try it need to end the game for this?
Is there a full tutorial on how to custom tera raids rewards like 10 herba mystica item drop?
 

Kodeman

New Member
Newbie
Joined
Jan 18, 2023
Messages
3
Trophies
0
Age
34
XP
18
Country
United States
anyone make a 60fps mod for 1.1.0 yuzu?
Post automatically merged:

has anyone made a 60fps mod for 1.1.0 yuzu?
 

ezpp

New Member
Newbie
Joined
Dec 18, 2021
Messages
1
Trophies
0
Age
30
XP
110
Country
Australia
Is there a full tutorial on how to custom tera raids rewards like 10 herba mystica item drop?

here's a short lame guide. this method uses modified base game files rather than cheat codes.

1. dump the game's romfs
2. extract the files in /world/data/raid using trinity loader
3. convert the extracted bin files to json using flatbuffers bin converter
4. you now have plaintext json files containing the raid data, modify them as desired. pokemon are in raid_enemy_*, items are in raid_lottery_reward_item and raid_lottery_reward_slot.
5. convert the modified json files back to bin using flatbuffers bin converter
6. zip the bin(s) using the appropriate directory structure
7. generate the mod using trinity loader, use the output files in the same way as any other romfs mod

- you could modify every single pokemon and their respective rewards to make your target easier to find in game. or just find a raid, note which pokemon it has, exit game, mod that pokemon and/or reward then reenter the raid
- check the pokemon's 'dropTableFix' and 'dropTableRandom' attributes to determine their respective reward table
- item reward count seems to be stored as an 8 bit signed integer, so max item reward is 127 per slot
- the json files you get will contain strings which map back to integers internally, for example DEV_PITYUU for pichu. you can replace them with the appropriate strings, or just use their respective integers in decimal or hex (0x) notation.
- for item ids, check "item id list.txt" in Resources.zip, attached to the first post in this thread
- you can use this method to host a hacked raid locally. a clean switch can then join and receive the hacked rewards, up to a total of 2540 items (127 * 20) per raid.

hopefully I didn't forget anything critical.

hacked_rewards2.jpg


the forum won't let me link these properly, maybe someone else can help out:
gamebanana tuts 15506
gamebanana tools 11399
pastebin 0eYiYn6L

Code:
    {
      "table_name": 8835431514330713714,
      "reward_item_00": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_01": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_02": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_03": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_04": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_05": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_06": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_07": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_08": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_09": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_10": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_11": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_12": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_13": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      },
      "reward_item_14": {
        "category": "ITEM",
        "subject_type": "ALL",
        "itemID": 0x468,
        "num": 127
      }
    },

Code:
    {
      "table_name": 8835431514330713714,
      "reward_item_00": {
        "category": "ITEM",
        "itemID": 0x468,
        "num": 127,
        "rate": 1000,
        "rare_item_flag": false
      },
      "reward_item_01": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_02": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_03": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_04": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_05": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_06": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_07": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_08": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_09": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_10": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_11": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_12": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_13": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_14": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_15": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_16": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_17": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_18": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_19": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_20": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_21": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_22": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_23": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_24": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_25": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_26": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_27": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_28": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      },
      "reward_item_29": {
        "category": "ITEM",
        "itemID": "ITEMID_NONE",
        "num": 0,
        "rate": 0,
        "rare_item_flag": false
      }
    },
 

Red182

New Member
Newbie
Joined
Jan 18, 2023
Messages
2
Trophies
0
Location
México
XP
22
Country
Mexico
maybe a common question but, I want to know, to host shiny overworld union rooms, I just need to go online and enable Force Shiny code?
 

Mayo1990

I just play vidya
Member
Joined
Jan 4, 2016
Messages
588
Trophies
1
Age
28
XP
2,535
Country
Italy
So, I got a question. Can I cheat with it online? I'd like to host higher shiny chances for friends through union circle. What are the dos and don't?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    Good deal. I love Sun chips. I also love Rye chips, and had to order some from Amazon cause can't find in stores much anymore.
  • K3Nv2 @ K3Nv2:
    Fucking subways like that'll be $3
    +1
  • BigOnYa @ BigOnYa:
    Is funny how they replaced the $5 foot long sub, with a 1" wide $5 foot long cookie or cinna stick, cheap asses
  • K3Nv2 @ K3Nv2:
    They still have but it's like $10 cookies honestly not a bad deal for $5
  • K3Nv2 @ K3Nv2:
    Bidenomics
  • BigOnYa @ BigOnYa:
    True, everything almost double nowadays
  • K3Nv2 @ K3Nv2:
    But I could go to Aldis and get a cookie pie for like $4
  • BigOnYa @ BigOnYa:
    Or use your new cooking pan and make some, don't mind the Old leftover foods mixed in.
  • K3Nv2 @ K3Nv2:
    Just eat plain flour around cops
  • BigOnYa @ BigOnYa:
    thats Gluten abuse, they would shoot you
  • K3Nv2 @ K3Nv2:
    Depends on the color chart
  • K3Nv2 @ K3Nv2:
    Wheat flour has a lower chance at survival
  • Veho @ Veho:
    Isn't wheat flour the whitest of the white?
  • Veho @ Veho:
    Rye would get shot at sight.
    +1
  • K3Nv2 @ K3Nv2:
    Depends
    img_5941-1.jpeg
    everyone mixing their flour now days
  • Veho @ Veho:
    That's whole wheat, right? Because all purpose flour is also made from wheat.
  • K3Nv2 @ K3Nv2:
    I'm not a flour expert I just snort it
  • BigOnYa @ BigOnYa:
    There also is black rice flour, and its really black colored
  • Veho @ Veho:
    Bruh that's gray.
  • K3Nv2 @ K3Nv2:
    That's ancientboi color
    +1
  • Veho @ Veho:
    You need to add some activated charcoal.
    +1
  • BigOnYa @ BigOnYa:
    I've seen some that are dark dark, my wifey uses it sometimes in her bs recipes
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/1Ic2tqw_AmM?si=JprHwElZWw_oO_ii