Author Topic: 希望FBNeo官方把FC游戏作弊码弄成 VirtuaNES Plus! 作弊码格式就完美了  (Read 3318 times)

Offline ainihappy520

  • New Member
  • *
  • Posts: 8
  • Karma: +0/-2
大佬好啊。
nes_advenislii 冒险岛 Ⅱ (美版)  多地址的作弊码显示好像还是有问题。
比说下面这个冒险岛2

Offline dink

  • Administrator
  • *****
  • Posts: 5386
  • Karma: +532/-1
  • pie? I nearly bought one!
Hi,
I made improvements to .vct engine, please test it.  It also now supports "xxxx-1z-xx, xxxx-2z-xx , xxxx-3z-xx" style.
Update here: https://github.com/finalburnneo/FBNeo/releases/tag/latest

best regards,
- dink

Offline taoenwen

  • Newbies
  • *
  • Posts: 46
  • Karma: +12/-0
Hi,
I made improvements to .vct engine, please test it.  It also now supports "xxxx-1z-xx, xxxx-2z-xx , xxxx-3z-xx" style.
Update here: https://github.com/finalburnneo/FBNeo/releases/tag/latest

best regards,
- dink

Hi sir,

I tested Ninja Ryuuken Den (Japan), which happens to have 0/1/3, all of which are effective. Although there is no 2, 2 is only the opposite of 3 in terms of judgment logic, but the working principle is the same, so there should be no problem.

1, OneShot automatically disables cheating for the current item after it is triggered. I see that the corresponding item in the dialog box is still "Enable" I will research saving this item as "Disable" when WM_CLOSE is triggered over the next couple of days.
« Last Edit: August 06, 2025, 10:44:52 AM by taoenwen »

Offline taoenwen

  • Newbies
  • *
  • Posts: 46
  • Karma: +12/-0
大佬好啊。
nes_advenislii 冒险岛 Ⅱ (美版)  多地址的作弊码显示好像还是有问题。
比说下面这个冒险岛2

现在多字节的修改值也正确了

Offline dink

  • Administrator
  • *****
  • Posts: 5386
  • Karma: +532/-1
  • pie? I nearly bought one!
Hi sir,
1, OneShot automatically disables cheating for the current item after it is triggered. I see that the corresponding item in the dialog box is still "Enable" I will research saving this item as "Disable" when WM_CLOSE is triggered over the next couple of days.

Hi,
I already worked on adding a callback for oneshot cheats (auto disable), it will be merged later tonight if everything goes to plan :)

edit: what I mean is, there is no need for disable on WM_CLOSE, as now it will auto-disable when the one-shot hits.

best regards,
- dink
« Last Edit: August 06, 2025, 09:13:33 PM by dink »

Offline dink

  • Administrator
  • *****
  • Posts: 5386
  • Karma: +532/-1
  • pie? I nearly bought one!
Hi ainihappy520,
I made some final changes to the .vct cheat support, please try new update from this place:
https://github.com/finalburnneo/FBNeo/releases/tag/latest

best regards,
- dink

Offline ainihappy520

  • New Member
  • *
  • Posts: 8
  • Karma: +0/-2
谢谢大佬添加了FC vct格式 ,真是太感谢你了。

我希望作弊码优先执行顺序是:
1 先执行vct格式作弊码
2 再执行ini格式作弊码
3 最后执行cheat.dat作弊码
麻烦请按这个顺序执行,因为昨天群中发了一些ini 比说kof97增加显示隐藏BOSS的,
现在先模拟器是先执行cheat.dat 文件,这样就执行不到ini里面增加强的作弊功能了,
希望改成先执行vct格式作弊码  然后再执行ini格式作弊码  最后执行cheat.dat作弊码

对了我有文件想发你,上传不上去 。

Offline dink

  • Administrator
  • *****
  • Posts: 5386
  • Karma: +532/-1
  • pie? I nearly bought one!
I'll try to improve this, I have some ideas

best regards,
- dink

Offline dink

  • Administrator
  • *****
  • Posts: 5386
  • Karma: +532/-1
  • pie? I nearly bought one!
Hi,
Now it will add all cheat files to the list, separated into the different categories
of cheat file type.

I plan to improve it a little bit more.

best regards,
- dink

Offline ainihappy520

  • New Member
  • *
  • Posts: 8
  • Karma: +0/-2
今天更新源码看见模拟器cheat 可以同时vct,dat,ini 三种格式 ,楼主实在是厉害啊。太感谢你了
现在VCT非常完美了,可以再改进一下,类似cheatsnes
新建个一个cheatnes.vct 用来存放vct格式作弊文件:
; 八只眼
#nes_8eyes 0594-01-4F      血不减
#nes_8eyes 0595-01-4F      鹰血不减
#nes_8eyes 0596-01-4F      物品无限
#nes_8eyes 007F-01-FF      所有武器
#nes_8eyes 034F-11-01      BOSS一击死
#nes_8eyes 030E-01-08      无敌隐身
#nes_8eyes 0050-02-0707      最终关

; 一九四二
#nes_1942 0432-01-09      生命无限
#nes_1942 0436-01-06      保护无限
#nes_1942 048E-01-8A      最强火力
#nes_1942 048F-02-8888      拥有护卫

cheatnes.vct一个文件就可以保存所作弊码这样更方便了。

« Last Edit: August 07, 2025, 11:22:58 PM by ainihappy520 »