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
28
XP
89
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,551
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
  • BakerMan @ BakerMan:
    the legal drinking age here in the US is 21, as some of you may know, but i think either it should be 18 or the age you're an adult should be 21.
    +1
  • BakerMan @ BakerMan:
    and i know what you may be thinking, "why become an adult at 21? doesn't that mean that banging an 18 year old would be illegal?"
    first of all, being in a relationship with someone who's 18 is technically ok, as long as it started when they were 18, but the age gap is still weird depending on how old you are. besides, the age of consent differs between different states
    +1
  • BakerMan @ BakerMan:
    also my reasoning for adult age being 21 is because the reason that's the drinking (and now smoking) age is because it "gives them more time to think rationally and not drive drunk"
    so you should have that extra time to mature and think rationally before going to serve in the military or vote
    +1
  • BakerMan @ BakerMan:
    tl;dr the "adult" age and the legal drinking age (and voting age) here in the US should be the same
    +4
  • Psionic Roshambo @ Psionic Roshambo:
    It's all good no one pays attention to the law anyway lol
  • BigOnYa @ BigOnYa:
    What about making kids wait till 18 or 21 to drive? And yea is messed up, you can join army and die for your country at age 18, but you can't drink alcohol or smoke a cig til 21, is ridiculous
    +3
  • Psionic Roshambo @ Psionic Roshambo:
    If someone is in the military they should be allowed to smoke and drink at 18.... Would help drive recruitment lol
    +3
  • BigOnYa @ BigOnYa:
    We all know they do and will anyways. I think laws prevented them only pushes them to illegally do it. Even tho if was legal, most prob wouldn't even bother. Not a big deal or risque if its legal, no fun.
    +2
  • ZeroT21 @ ZeroT21:
    That's why some kids don't mind having a rap sheet or two just so they never get drafted
    +2
  • BakerMan @ BakerMan:
    also, i think the voting age should match the adult and drinking ages too, because by the logic of giving them time to mature and think rationally so they don't drive drunk, then they should also have that time to mature and think rationally so they can think for themselves
    +2
  • BakerMan @ BakerMan:
    fucking hell i'm becoming a mini leo with the way i yap aren't i?
    +1
  • impeeza @ impeeza:
    I was unable to create the VM for the debloat windows, but found the video where I learned it:

    https://www.youtube.com/watch?v=mZm6mY3I7J4
    +2
  • BigOnYa @ BigOnYa:
    No you def no leo, and I like your insight. You are a smart Baked cookie.
  • K3Nv2 @ K3Nv2:
    Chicken drumsticks and sweet potato for dinner tonight turned out good
    +1
  • BakerMan @ BakerMan:
    "i promise not to get all political and/or philosophical"
    3 drinks later:
    "so yeah think for yourself and i think the government sucks"
    +1
  • K3Nv2 @ K3Nv2:
    Is @BigOnYa drunk again
  • BakerMan @ BakerMan:
    no, i was poking fun at myself
  • BigOnYa @ BigOnYa:
    Again? I have a IV feeding me so I never come down.
    +2
  • BakerMan @ BakerMan:
    because self deprecating humor is important, as long as it doesn't turn into self hate. because you can't really make fun of anyone if you can't even make fun of yourself
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Booze enemas are real lol
  • The Real Jdbye @ The Real Jdbye:
    that explains a lot
  • K3Nv2 @ K3Nv2:
    @BigOnYa, invented the first ever pill that gets you instantly hammered, now filling the streets of Miami
  • BigOnYa @ BigOnYa:
    That was what called a qaaulude, instant drunk, luckily they not around anymore.
    BigOnYa @ BigOnYa: That was what called a qaaulude, instant drunk, luckily they not around anymore.