ROM Hack Cheat Codes AMS and Sx Os, Add and Request

team-knight-rider

Well-Known Member
Newcomer
Joined
Dec 29, 2017
Messages
93
Trophies
0
Age
53
XP
605
Country
Philippines
Hi, first time making code, using breeze on super robot wars t (experience point ), need help so I can learn.
thanks
 

Attachments

  • PANO_20230111_092639.jpg
    PANO_20230111_092639.jpg
    350.2 KB · Views: 54

arismendy64

Well-Known Member
Member
Joined
Dec 1, 2013
Messages
1,052
Trophies
2
Age
45
XP
4,346
Country
Dominican Republic
okay i followed the instructions but the thing still says "there are no codes for this title" even though i have the codes. i posted in the group but so far no one has replied.

Others tried their best, and I see that you still can't


1. Atmosphere's contents directory.
For this example it is "/atmosphere/contents/0100fc10159ec000/cheats/0AFE1AE664D9AFA1.txt".

inside of content folder drop all the TID

or to make it easy just copy the game you want to play and make sure it has the same TID and BID.
 

team-knight-rider

Well-Known Member
Newcomer
Joined
Dec 29, 2017
Messages
93
Trophies
0
Age
53
XP
605
Country
Philippines
Scroll up until you find something that is messing with Register W10...
Preferably LDR or ADD, change LDR to MOV or change ADD to MOV
or make ADD a multiplier with LSL#?...
If ADD a mutiplier with LSL#3, I use like this:
ldr w0, w10
str w10, [x11, #0x30]
b code 1+4
add w0, w0, lsl#3
str w0, w10
??? Is this correct?
scrolling up only the ldrh w10.
thanks
 

Attachments

  • IMG_20230111_103005.jpg
    IMG_20230111_103005.jpg
    6.5 MB · Views: 47
Last edited by team-knight-rider,

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,052
Trophies
1
XP
8,158
Country
Italy
still having troube getting cheats to read. it says it either cannot read cheat file "xxxxxxxxxxxxxx.txt" or that there aren't cheats to be found. i have all my filepaths here. what am i doing wrong?

EDIT: Using a file viewer it seems like after a while i get a weird error trying to view the txt files. [0xed258402] (0002-4002) unknown error
@emilin_rose ,then the cheat txt files go in the directories: atmosphere/content/folder BID/cheat/ID.txt or switch/breeze/cheat/folder BID/ID txt.
 
  • Like
Reactions: Boyplayfool

jhmiller

Well-Known Member
Member
Joined
Nov 23, 2010
Messages
637
Trophies
2
Location
Madrid
XP
4,741
Country
Spain
Scrap Riders
TID: 0100EEA018BAC000

0


HP Inf
One Hit Kill
Ammo Inf
Special Inf

HP Inf
One Hit Kill
Ammo Inf
Special Inf
 

Attachments

  • 0100EEA018BAC000.zip
    1.1 KB · Views: 40
Last edited by jhmiller,

Biggboii

Member
Newcomer
Joined
Dec 12, 2022
Messages
11
Trophies
0
Age
34
XP
64
Country
Uganda
have you tried searching? I found it in 10seconds using the search function here
I did and also tried the code. It's not working on my version 1.0.3.
Anw thanks for pointing out
Post automatically merged:

In this case requesters that are so lazy to even type out the request and want people to work just to know what they are requesting.

Entitled people?

Some games talk too much, some people work too little
Could you do a favor to make cheat code of Front Mission 1st Remake v 1.0.3? I played the original ps when I was a kid, now have no time to spend for the new made but really want to go through it once again. So a max money or infinitive move code is appreciate.
 
Last edited by Biggboii,
  • Like
Reactions: Thorhax

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,514
Country
Canada
If ADD a mutiplier with LSL#3, I use like this:
ldr w0, w10
str w10, [x11, #0x30]
b code 1+4
add w0, w0, lsl#3
str w0, w10
??? Is this correct?
scrolling up only the ldrh w10.
thanks
The instruction is as follows..

1673473535437.png


You can use LSL # after op2..

you'll need to verify if RN or OP2 is what has the value to multiply.. or you end up multiplying the wrong value and throw things off..

and remember, #lsl 1 = 2x, #lsl 2 = 4x, #lsl 3 = 8x

I personally like to make a code cave for multipliers, since you can add a variable/address to store the multiplier and add additional codes to change it .. but everyone codes differently :)
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,196
Country
Thailand
The instruction is as follows..

View attachment 347026

You can use LSL # after op2..

you'll need to verify if RN or OP2 is what has the value to multiply.. or you end up multiplying the wrong value and throw things off..

and remember, #lsl 1 = 2x, #lsl 2 = 4x, #lsl 3 = 8x

I personally like to make a code cave for multipliers, since you can add a variable/address to store the multiplier and add additional codes to change it .. but everyone codes differently :)

This Game is a very bad example, to learn how to Code ASM Cheats...

1.png
He could jump to a Code Cave (from STR W10, [X11,#0x30])
and define the Value of W10 (LDR W10 -> his Value)...
Then Store the Value in W10, [X11,#0x30] and jump back...

Or like you said use an unused Register and multiply it with W10 (MUL W10,W10,W?)

Anyways i would look for a simpler Game just to get the hang of it...
 

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,514
Country
Canada
This Game is a very bad example, to learn how to Code ASM Cheats...

He could jump to a Code Cave (from STR W10, [X11,#0x30])
and define the Value of W10 (LDR W10 -> his Value)...
Then Store the Value in W10, [X11,#0x30] and jump back...

Or like you said use an unused Register and multiply it with W10 (MUL W10,W10,W?)

Anyways i would look for a simpler Game just to get the hang of it...

Yikes lol, that even confuses me looking at it quickly LOL..

I'm happy to see a lot more people doing the asm route though :)
 
  • Like
Reactions: crazy_p

emilin_rose

Well-Known Member
Member
Joined
Jan 5, 2015
Messages
136
Trophies
0
Age
33
XP
516
Country
United States
Others tried their best, and I see that you still can't


1. Atmosphere's contents directory.
For this example it is "/atmosphere/contents/0100fc10159ec000/cheats/0AFE1AE664D9AFA1.txt".

inside of content folder drop all the TID

or to make it easy just copy the game you want to play and make sure it has the same TID and BID.
okay i did this and its still not working
neither breeze or edizon can find any cheats. is there another cheat program i'm supposed to use?
 

Attachments

  • explorer_05CKmFqUTb.png
    explorer_05CKmFqUTb.png
    98.5 KB · Views: 38

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,052
Trophies
1
XP
8,158
Country
Italy
okay i did this and its still not working
neither breeze or edizon can find any cheats. is there another cheat program i'm supposed to use?
@emilin_rose ,why post screenshots of the pc and not of the switch?
But are you trying to get cheats to work on a Switch emulator for Pc?
Use NX-Shell,GoldLeaf,DBI or vgedit if you want to see console folders or files.
 

Thorhax

Well-Known Member
Member
Joined
Apr 15, 2020
Messages
479
Trophies
0
Age
43
XP
2,150
Country
Canada
I did and also tried the code. It's not working on my version 1.0.3.
Anw thanks for pointing out
Post automatically merged:


Could you do a favor to make cheat code of Front Mission 1st Remake v 1.0.3? I played the original ps when I was a kid, now have no time to spend for the new made but really want to go through it once again. So a max money or infinitive move code is appreciate.
Are the cheats just not showing up?
What is the TID and BID of the version you have installed?
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,052
Trophies
1
XP
8,158
Country
Italy
SUPER ROBOT WARS 30 1.3.4
TID: 010022201229A000
BID: 8606D491B3218EDB

[Stage Turn 0]
[Total Turn 0]
[Inf.Credits]
[Inf.PP]
[Inf.MxP]
[Inf.All Skill]
[Max Score for All]
[Inf.EN for All]
[Inf.SP for All]
[Inf.SP for All]

Original Code by ネオ•グランゾン
 

Attachments

  • 8606D491B3218EDB.txt
    1,017 bytes · Views: 127

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Spend 50 hours playing the game