引用:
原帖由 rwolf63 于 2022-10-25 17:43 发表 
用减法或者加法都能搜到1个地址的,不管是单独还是共同或者相互锁定0还是255都会遇敌的游戏,是不是没救了?
我GB的魔法骑士2成功搜索搞定不遇敌了,但是隐忍ONI系列就都没成功。
oni1我测试了,第二种遇敌。代码如下
cheat0_address = "612"
cheat0_address_bit_position = "255"
cheat0_big_endian = "false"
cheat0_cheat_type = "1"
cheat0_code = ""
cheat0_desc = ""
cheat0_enable = "true"
cheat0_handler = "1"
cheat0_memory_search_size = "3"
cheat0_repeat_add_to_address = "1"
cheat0_repeat_add_to_value = "0"
cheat0_repeat_count = "1"
cheat0_rumble_port = "0"
cheat0_rumble_primary_duration = "0"
cheat0_rumble_primary_strength = "0"
cheat0_rumble_secondary_duration = "0"
cheat0_rumble_secondary_strength = "0"
cheat0_rumble_type = "0"
cheat0_rumble_value = "0"
cheat0_value = "0"
cheats = "1"
oni5我测试了一下,这个很可能是第三种情况,没有反汇编跟踪的话很难,但是可以换另一种思路,游戏里有不遇敌的道具,只要把这个道具锁住,一样可以达到。代码如下,第一个道具改为飞行道具无限。
cheat0_address = "4156"
cheat0_address_bit_position = "255"
cheat0_big_endian = "false"
cheat0_cheat_type = "1"
cheat0_enable = "true"
cheat0_handler = "1"
cheat0_memory_search_size = "3"
cheat0_repeat_add_to_address = "1"
cheat0_repeat_add_to_value = "0"
cheat0_repeat_count = "1"
cheat0_rumble_port = "0"
cheat0_rumble_primary_duration = "0"
cheat0_rumble_primary_strength = "0"
cheat0_rumble_secondary_duration = "0"
cheat0_rumble_secondary_strength = "0"
cheat0_rumble_type = "0"
cheat0_rumble_value = "0"
cheat0_value = "18"
cheats = "1"
[
本帖最后由 1qaz2wsx 于 2022-10-25 21:43 编辑 ]