Code Monkey home page Code Monkey logo

kirikiroid2_patch's People

Contributors

akiraqvq avatar memosiki avatar wlgc44 avatar zeas2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kirikiroid2_patch's Issues

Make a patch for game

Can you make a patch for 団地妻 旦那には言えない中出し願望の真昼間
https://vndb.org/v19525
Game files have no data.xp3 but inside data folder in html folder i see startup.tjs file
I was try to run by Kirikiroid2 and is work but we need some patch.
Sorry for my bad english but i need your help.

妹が痔になったので座薬を入れてやった件运行不能

试过在kirikiroid1.2.6和1.3.1下运行妹が痔になったので座薬を入れてやった件1.01
在没有打patch的情况下,有背景,无法显示立绘,到第一个Hsence会跳出
在打了patch之后,可以显示立绘,有背景,但无法显示CG
save和load会跳出,Qsave和Qload可以使用

Patch request りんくす!~キミと精霊と使い魔と~

Dear zeas2, I humbly request your assistance in creating a patch for the visual novel 'りんくす!~キミと精霊と使い魔と~' to enable it to be played on kirikiroid2. Your support would be highly valued by fans of the game who wish to enjoy it on kirikiroid2. Thank you for considering this request. Best regards.

Reporting various VN patch files.

ねこぱら Vol. 0~2 / Extra - Does not work in package (.iso) version.
SWEET & TEA Games - Does not work in package (.iso) version.
┗ ケモノ娘の育て方 How to Raise a Wolf Girl - 404 Error.
KARAKARA - Both KARAKARA and KARAKARA (steam) on the list only apply to Steam and do not work in the DL version.

Package iso files the patch impossible due to DRM?

水蓮と紫苑's patch seems doesn't work

When I moved the xp3filter.tjs file to the home directory of the game and started the game with KRKR, it still showed that it could not convert byte characters to wide characters and some other errors.

Write your XOR patch without any reverse engineering skill

Prerequirement

Old game from the same company has patch, and look like this:
xp3filter.tjs :

Storages.setXP3ArchiveExtractionFilter(function(hash, offset, buf/*xp3buffer*/, len)
{
	buf.xor(0, len, 0xF7);
});

When you see only single line buf.xor , it means the game is using a simple xor enctyption and the key is 0xF7.
Most of the time, that company will use the same method and only changing the key (or even the same key).

Now, how can I know what the key was?

What you need

The ultimate extracter KrkrzExtract
GARbro
Free HEX editor HxD

Step 1

Drag the game exe to KrkrzExtract.exe, and click "Begin Extraction", and starting the game.
You will see a krkrz_dump folder. When you run the game, whatever file the game read will show up here.
Click some menu or start playing until you can find some text file in krkrz_dump folder. For example .csv file or .tjs file.

Step 2

Delete or rename the "GameData\Formats.dat" file in "GARbro", this can make GARbro not try to decrypt the file.
Using GARbro to check all the xp3 file, until you find a file with the same name in krkrz_dump folder, and extract that file.

Step 3

Now you have a decrypted version of a file dump by KrkrzExtract, and a encrypted version by GARbro.
In this case, I have a file call "CA_XL.csv", let see the difference.
Open both file in hex editor HxD:

Decrypted:
image

Encrypted:
image

You will notice there are many comma in the csv file, and in the encrypted version that comma became a quote mark.
With xor encryption, that means the comma(Hex value 2C) with some kind of calculation, it transform to quote makr(Hex value 22).
That "some kind of calculation" is our key.

More detail about xor

Step 4: Calculate the key

With the original data and the encrypted data, it is very simple to get the xor key.

In HxD, when you select the comma(2C), you can see the binary value of 2C is 00101100
image

And the binary value of quote mark(22) is 00100010.

Now open a notepad, and past both of the value inside.

2C__:  00100010
Key_:  
22__:  00101100

By the XOR truth table, only different value is 1.
So for the first digit, both the source and target value is 0, means the key is 0.
For the first digit, the target value is 1, means it must be different to the source value 1, so the answer is 0.

Repeat this process, you get all the key:

2C__:  00100010
Key_:  00001110
22__:  00101100

Using some binary to hex conversion tool to convert the key to hex format : https://www.rapidtables.com/convert/number/binary-to-hex.html
image

And now you get the key, 0xE

Step 5: Create a patch

By copying the base patch file from other game, you may have "patch.tjs" and "xp3filter.tjs".
Modify the "xp3filter.tjs" file, and change the key to what you get.

Storages.setXP3ArchiveExtractionFilter(function(hash, offset, buf/*xp3buffer*/, len)
{
	buf.xor(0, len, 0xE);
});

Done. You should be able to run it on kirikiroid2

can i make a request ?

I don't know if you want to work on it or not, I just want to ask for help if you can not that 's okay .

Title VN Request : Re:LieF ~親愛なるあなたへ~
Link : https://vndb.org/v19587

Thanks for Understanding .

Have a nice day @zeas2 .

Error in "P☆ssyCat(ぷ・しーきゃっと)"

Hi there,

I'm encountering an error while
playing the visual novel P✩ssyCat (ぶ・しーきゃっと). The issue occurs when I try to select a location on the map in the game. After choosing a location, I expect the dialog to continue, but instead, I encounter an error message. The error specifically states:

File: sc01map.ks Line: 250 Tag: eval Accessing to null object

I have tried seeking assistance from various sources, including experts and forums related to the Kirikiri2 engine and Kirikiroid2, but haven't found a solution yet. I also attempted to contact the developer via the provided email address

([email protected]), but it seems that the domain is no longer accessible.

I would greatly appreciate any guidance or assistance in resolving this error. If anyone has encountered a similar issue or knows of a possible solution, please let me know.

Thank you for your help.

Screenshot_2023-06-24-23-49-25-16_8b8819d9bd7d19ebde7ab1ecd919506e.jpg

Patch needed for やらせてっ!てぃーちゃーリターンズ

https://vndb.org/v41816

Screenshot_20230608_095208_Kirikiroid2_1

Error log.

==============================================================================
==============================================================================

Logging to /storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/savedata//krkr.console.log started on 
10:09:01 ! (info) Data path : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/savedata/
10:09:01 ! Program started on Android (Android)
10:09:01 ! (info) Total physical memory : 7272439808
10:09:01 ! (info) Specified option(s) (earlier item has more priority) : (none)
10:09:01 ! OS : Android (Android)
10:09:01 ! KAG : 3.32 stable
10:09:01 ! Kirikiri : 2.32.2.426


------------------------------------------------------------------------------

10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data.xp3
10:09:01 (info) Done. (contains 3 file(s), 3 segment(s))
10:09:01 (info) Data path : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/savedata/
10:09:01 Program started on Android (Android)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Total 0 file(s) found, 0 file(s) activated. (0ms)
10:09:01 (info) Total physical memory : 7272439808
10:09:01 (info) Specified option(s) (earlier item has more priority) : (none)
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data.xp3
10:09:01 (info) Done. (contains 3 file(s), 3 segment(s))
10:09:01 (info) Loading startup script : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data.xp3>startup.tjs
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Total 0 file(s) found, 0 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_fgimage_n.xp3
10:09:01 (info) Done. (contains 304 file(s), 304 segment(s))
10:09:01 (info) Total 304 file(s) found, 304 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_bgimage_n.xp3
10:09:01 (info) Done. (contains 118 file(s), 118 segment(s))
10:09:01 (info) Total 422 file(s) found, 422 file(s) activated. (0ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_image_n.xp3
10:09:01 (info) Done. (contains 406 file(s), 406 segment(s))
10:09:01 (info) Total 828 file(s) found, 828 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_efimage_n.xp3
10:09:01 (info) Done. (contains 0 file(s), 0 segment(s))
10:09:01 (info) Total 828 file(s) found, 828 file(s) activated. (0ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_others_n.xp3
10:09:01 (info) Done. (contains 48 file(s), 48 segment(s))
10:09:01 (info) Total 876 file(s) found, 876 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_rule.xp3
10:09:01 (info) Done. (contains 25 file(s), 25 segment(s))
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_thumbnail_n.xp3
10:09:01 (info) Done. (contains 60 file(s), 60 segment(s))
10:09:01 (info) Total 961 file(s) found, 961 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_bgm_n.xp3
10:09:01 (info) Done. (contains 9 file(s), 9 segment(s))
10:09:01 (info) Total 970 file(s) found, 970 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_sound_n.xp3
10:09:01 (info) Done. (contains 0 file(s), 0 segment(s))
10:09:01 (info) Total 970 file(s) found, 970 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_voice_n.xp3
10:09:01 (info) Done. (contains 2082 file(s), 2082 segment(s))
10:09:01 (info) Total 3052 file(s) found, 3052 file(s) activated. (3ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_src.xp3
10:09:01 (info) Done. (contains 27 file(s), 27 segment(s))
10:09:01 (info) Total 3079 file(s) found, 3079 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_sys.xp3
10:09:01 (info) Done. (contains 234 file(s), 234 segment(s))
10:09:01 (info) Total 3313 file(s) found, 3313 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_system.xp3
10:09:01 (info) Done. (contains 38 file(s), 38 segment(s))
10:09:01 (info) Total 3351 file(s) found, 3351 file(s) activated. (1ms)
10:09:01 (info) Rebuilding Auto Path Table ...
10:09:01 (info) Trying to read XP3 virtual file system information from : file://./storage/emulated/0/android/data/org.tvp.kirikiri2/files/やらせてっ!てぃーちゃーリターンズ/data_scenario_n.xp3
10:09:01 (info) Done. (contains 296 file(s), 296 segment(s))
10:09:01 (info) Total 3647 file(s) found, 3647 file(s) activated. (1ms)
10:09:01 OS : Android (Android)
10:09:01 KAG : 3.32 stable
10:09:01 Kirikiri : 2.32.2.426
10:09:01 Config.tjs を読み込みました(1ms)
10:09:01 UpdateConfig.tjs を読み込みました(0ms)
10:09:01 KAG System スクリプトを読み込んでいます...
10:09:01 Process_kag.tjs を読み込みました(1ms)
10:09:01 Utils.tjs を読み込みました(1ms)
10:09:01 KAGLayer.tjs を読み込みました(1ms)
10:09:01 HistoryLayer.tjs を読み込みました(3ms)
10:09:01 BGM.tjs を読み込みました(2ms)
10:09:01 SE.tjs を読み込みました(1ms)
10:09:01 Movie.tjs を読み込みました(1ms)
10:09:01 Conductor.tjs を読み込みました(2ms)
10:09:01 AnimationLayer.tjs を読み込みました(3ms)
10:09:01 GraphicLayer.tjs を読み込みました(1ms)
10:09:01 MessageLayer.tjs を読み込みました(11ms)
10:09:01 Menus.tjs を読み込みました(2ms)
10:09:01 DefaultMover.tjs を読み込みました(1ms)
10:09:01 MainWindow.tjs を読み込みました(19ms)
10:09:01 ScrollBar.tjs を読み込みました(3ms)
10:09:01 ExtendedHistoryLayer.tjs を読み込みました(2ms)
10:09:01 (info) Use malloc for Bitmap
10:09:01 Detected CPU core(s): 8
10:09:01 ==== An exception occured at override.tjs(49)[(function) ExtendedHistoryLayer_config], VM ip = 0 ====
10:09:01 -- Disassembled VM code --
10:09:01 #(49) if(language=='JP'){
10:09:01 00000000 gpd %1, %-2.*0	// *0 = (string)"language"
10:09:01 -- Register dump --
10:09:01 %-2=(object)(object 0x749415cd10:0)  %-1=(object)(object 0x742a4a2f60:0x742a4a2f60)  %0=(void)
10:09:01 %1=(object)(object 0x742a4a2f60:0x742a4a2f60)  %2=(void)
10:09:01 -----------------------------------------------------------------------------------------------------

需要补丁的作品

吉里吉里引擎的游戏查看列表,虽然不齐全,但也有大部分了。首先第一个是日本的批评空间
https://erogamescape.dyndns.org/~ap2/ero/toukei_kaiseki/attlist.php?att[67]=on&submit=on#kekka
第二个是vndb
https://vndb.org/r?f=fwKiriKiri-

希望Z大的对应游戏pkg版和DL版能写清楚一下, 死に逝く君、館に芽吹く憎悪 补丁库是DL版补丁,实体版另外需要解密补丁。
ヘイズマン -THE LOCAL HERO- 补丁库是DL版补丁,实体版另外需要解密补丁。真愛の百合は赤く染まる 补丁库是PKG版,不需要解密补丁,DL版需要解密补丁。。。

チェーンリアクション同人游戏都需要补丁,缺补丁的或补丁库已有但报错的

  • ぷるぷるシャツ! (历史文本是空的,不显示文本,但是可以点击透明的文本,自己参考Z大的补丁改的,但是历史文本不显示这块我不会写,链接: https://caiyun.139.com/m/i?015CHHH3oDCJE 提取码:RidL)
  • 妹恋だいあり~2(历史文本是空的,不显示文本,但是可以点击透明的文本,自己参考Z大的补丁改的,但是历史文本不显示这块我不会写,链接: https://caiyun.139.com/m/i?014McgdSZ9sNH 提取码:fYTO)
  • 妹恋だいあり~ 妹に恋してるっ!
  • **むすめ なかだしチュ

KISS社的吉里吉里引擎游戏需要补丁的(这个社有太多太多的DLC了emmmmm)

  • カスタムレイド4
  • カスタムレイド4+
  • カスタムレイド4++
  • ××な彼女のつくりかた2
  • メイクMeラバー
  • メイクMEラバー darkness

  • ですろり~イノチ乞い編~(模拟器直接黑屏链接: https://caiyun.139.com/m/i?0f5CfnWYyROp1 提取码:tdWi 好像是flash 的,而且挺多flash的swf文件,没救了估计)
  • CUBEコレクションボックス 兼清みわエディション 限定版(应该不用Z大下载游戏测试了,buf.xor(0, len, 0x12);
  • かつてありし陽 (应该不用Z大下载游戏测试了,かりぐらし恋愛解密补丁 + patch.tjs 的
    class HttpRequest {
    function open() {}
    function getResponseText() {return "";}
    //var responseData = <% 00 %>;
    var responseData = void;
    var contentType = "text/html";
    }
  • まじかりて!ver1.01完全版(全cg后的cg鉴赏查看每个cg模拟器会直接跳画面,还有一个问题是游戏标题界面まじかりて!タイピング→名前変更→この名前で決定!(点确认后报错)在使用OSVersion通用补丁后加var RandomDevice = %[ random : function() { return 0; }, ]; class Encoding{ function URLEncodeToString(){}; }
    后即可普通运行,这个游戏免费公开https://magicalite.herokuapp.com/ 全cg的存档在这儿。。网上没公开,自己打通了一份链接: https://caiyun.139.com/m/i?0f5Cg7gRjQQb2 提取码:urAO 复制内容打开和彩云手机APP,操作更方便哦

  • ATRI -My Dear Moments- ISO版镜像版(模拟器闪退存档(应该是这种在方块的立绘都会闪退)

  • 冥契のルペルカリア(听说是因为所有图片没有文件头导致模拟器报错,大佬给的解决方案是转换图片比如jpg)

  • クロスコンチェルト

  • ハローレディー!-Superior Entelecheia-(最完整版,补丁库只有很早之外版本的补丁)

  • ののと暮らそ(需要补丁,用的游戏最新1.03版本测试,有个tag不存在导致无法进游戏)

  • 10mile的だめがね的在补丁库里面显示的下载xp3filter.tjs变成Nephrite的xp3filter.tjs,会报错。用10mile文件夹下的xp3filter.tjs不会报错
    - [ ] マルコと銀河竜 ~MARCO&GALAXY DRAGON~(这个已经解决了,后面一段时间整理后发新的patch.tjs,打了补丁的前提下还是有地方报错,报错存档链接: https://caiyun.139.com/m/i?014McME03DIRU 提取码:d58U 复制内容打开和彩云手机APP,操作更方便哦)
    - [ ] 契約彼女 ~新米彼女と始める、とってもHでPureな恋愛レッスン~(立绘问题已经接近了,整理后发布)

  • 夢見ヶ丘(用补丁的基础上载入存档以后黑屏,
    z大更新补丁后没问题了,就是载入的时候白屏看情况会等待比较久然后成功)

  • atled -everlasting songs 存档按了就卡住,只能快速存档和读档,快速读档经常不成功。

  • 海と雪のシアンブルー(用大佬教程算出这个值的,,揭秘补丁改成0xA0。群里大佬只给了这个公司的解密教程。。。。还有就是用那个同じクラスのアイドル啥的公司的patch和win.tjs补丁)

  • まいてつ Last Run(下载版和实体版解密不一样??DListe版https://kf.miaola.work/read.php?tid=898007&sf=8eb 因为这个是2020年12月后官方整合Ver2.2版本,空间相对会比实体版小很多,实体版还要额外打补丁到Ver2.2)
    - [ ] 私があなたを護るための、5つの約束 ~捨て勇者、ひろいました(官网有个修正补丁)

  • リトルシックガール コンプリートパック

  • 恋する乙女と守護の楯 Re:boot The“SHIELD-9” Plus(需要补丁,pbd转txt立绘可以显示,语音收藏功能希望能够支持一下,点语言收藏会报错,Member "makeDataPackThumb" does not exist 照相机按钮会报Header does not exist)

  • ISLAND DIARY镜像版 magnet:?xt=urn:btih:8D9EC592D1544462BF0F836EB9F6D303861D3DED

Festival同人的两款游戏需要补丁

  • ABYSS~殺人クラブ~

  • 魂々

  • LOVELY×C∧TION2(ALL×CATION版)开头的动图是黑屏,好像就是在bgimage_anm.xp3文件下的anm名字的tlg文件

  • 忙しい人のためのえいやしょう(点击每个游戏按钮用1.3.9模拟器测试有杂音,这个系列的都存在这个问题,PC上不会)
    ~ - [ ] 真愛の百合は赤く染まる(我测试的是DL版需要解密补丁,补丁库没有,原来镜像版不需要解密补补丁。。。)

  • 感度崩壊!キメセク性徒会長 催淫剤に溺れる学園

  • 墓多DYINGZOMBIES ~Second Chance for BEAUTIFUL LIVE~

  • 僕の未来は、恋と課金と。

  • 電子処女が現れた! コマンド!?

  • 神様のような君へ~

  • 天ツ風 ~傀儡陣風帖~Ver1.09(虽然补丁库有补丁了,但放了全CG存档后,标题选择カードバトル后,玩对战就报错,提示Not a function or invalid method/property type。看了一下战斗模块都报错)

  • サルテ DL版 链接: https://caiyun.139.com/m/i?014MchHnhLN9U 提取码:GOYV

  • 日向千尋は仕事が続かない

  • 恋愛×ロワイヤル(用了解密补丁,模拟器特别卡,语音播了一段后文字才出现,基本没法游玩。。太卡了,恋愛、借りちゃいました 也是如此。。1.2.6不卡,把config.ks好像的字体改成黑体啥的1.3.9也没问题了,具体可以看我在kirikiroid2里issues栏的模拟器bug里,还要就是游戏功能的历史文本的jump能不能支持一下,会报错)

  • ろけらぶ 神社×先輩

  • ろけらぶ 同棲×後輩

  • ろけらぶ 電車×同級生

  • LAMUNATION -international-(steam版)

  • 白桜ガールズファイト! Ver1.03

  • 最高に都合のいいパイズリ上手のマリーさん(这家公司的SE语音在模拟器里杂音很严重,MainWindow.tjs下的SystemObj让SE音声出问题,退出游戏报错,没有什么SystemObj的,这个公司的还有一个bug,就是模拟器在save没有存档槽的地方存档时,必须把游戏关了再进才能load那个存档操,不然是空的)

  • LOVE³ -ラヴキューブ-(目前官方补丁更新到1.0.8)
    - [x] やめて! お姉ちゃん!!白いオシッコがでちゃう!!
    - [x] 響野さん家はエロゲ屋さん
    - [ ] ココロのカタチとイロとオト

  • 俺の姿が、透明に!- 不可視の薬と数奇な運命(存档那儿有个移动存档和复制存档的,不知道能否支持一下,删除存档是可以成功,不过如果选移动完存档,这个游戏存档就报废了Load会报错,无法支持就当我没说,Z大就再打勾即可,ココロのカタチとイロとオト 或者 出会って5分は俺のもの! 時間停止と不可避な運命同样的,因为同一个公司。。ヨスガノソラ ハルカナソラ 还有【会社】Sonora的三个游戏不能移动和复制存档)
    ∼ - [x] すくみずポリス(ハイクオソフト社的处女作,需要补丁,官网修正补丁为1.0.4)∼

  • D.C.4 Fortunate Departures ~ダ・カーポ4~ フォーチュネイトデパーチャーズ

  • D.C.4 Sweet Harmony

  • 9-nine-はるいろはるこいはるのかぜ

  • ボクのあまやかせいかつ-星湘町観光課、毎日えっちなロコドル活動-(已打补丁库前提下游戏有杂音,skip文本后,等听到杂音后停止skip模拟器画面就卡在那儿了,杂音可能是模拟器SE语音不支持导致。退出以后提示这个问题https://i.loli.net/2021/03/30/qyTZGkah4NnS8jI.png

  • 手垢塗れコンプリートパック(第1,3部需要补丁。第1部开始游戏报错,提示需要更新补丁。)
    - [x] DeepOne

  • Hending社的四部【自爆カノジョ】【火箭 ゆるすまぢ!】【刃撫魅!】【BUKKAKE!】~(需要patch.tjs的alternative for layeredwindow,补丁库只更新揭秘补丁)
    - [x] 同じクラスのアイドルさん。

  • クライミライ4 Ver1.01(虽然有补丁了,Load存档时会白屏,有几率会恢复emmmm,看运气)

  • ミライファンディスク(虽然有补丁了,Load存档时会白屏,有几率会恢复emmmm,看运气)

  • LAND OF THE FREE(不管是否1.01版本第二周目【或全CG存档】标题界面点重新开始游戏提示是否继承通关的参数,不管选yes还是no都闪退,一周目不会出现该选项所以不会报错)

  • アマアネ -My Sweet Sister-(这个游戏存档模拟器有几率闪退https://i.loli.net/2021/03/28/mtSE3KCsiIleB6v.png 如果是模拟器或我本身问题那Z大就直接打勾,我是用电脑的安卓模拟器的1.3.9中文免费版测试的,这是最容易存档闪退的点链接: https://caiyun.139.com/m/i?0f5CfnYInmaCV 提取码:K7Ci 载入007存档,然后点击一下即可,就是阅读到下一个文字ごめん。どういうこと? 然后再存到其他档案里面模拟器就崩溃了)

  • かいわれっ!(用了同公司的夢見ヶ丘补丁,没问题了)
    ~ - [ ] 恋と魔法と管理人 ~恋愛連鎖編~(设置啥的都是闪退的,原来1.3.9支持了)
    恋と魔法と管理人 ~運命の歯車編~(设置啥的都是闪退的,原来1.3.9支持了)
    - [ ] 葛唄 -カズラウタ- (存档问题图床https://i.loli.net/2021/03/26/ZHRU81cqTCOnNQe.png)

  • シス×みこ Ver1.02(就算用了补丁库补丁,模拟器无法进行载入存档,原因貌似是因为模拟器弹不了确认框,解决方法是改一下patch.tjs的这个function
    function Win32API(dll, func,a1,a2,a3){ Debug.message("Win3API: " + dll + " " + func); if(func=="HeapAlloc") return 1; else if(func=="MessageBoxA") return System.inform(a3, a2, 2) == 0 ? 1 : 0; return 0; }
    顺便一提,这公司的这个游戏ひめしょ! Ver1.01的patch.tjs要改成else if(f=="MessageBoxA") return System.inform(a2, a3, 2) == 0 ? 1 : 0; 不能是else if(f=="MessageBoxA") return System.inform(a2, a3, 2) == 0 ? 6 : 0;

    - [x] TRYSET Break社的三部都是同样问题需要补丁,游戏名用逗号隔开→(ダリアの惑溺,ハメ堕ち課外授業2,痴漢電車3 孕ませ復讐オトリ捜査官)
    - [x] 絶対搾精! サキュバスちゃん(需要patch.tjs)
    - [x] 新やらせてっ!てぃーちゃー(やらせてっ!てぃーちゃーComplete,我下载的是合集版就这个提示吉里吉里2 2.19 beta14的时候存读档槽的记号从#变成>,需要补丁指定,解决方法同下)
    - [x] お姉×ショタ(与 新やらせてっ!てぃーちゃー 的报错一模一样…同一家公司的,使用サマー☆すいむっ! ~私たちどんな恥ずかしい練習にも堪えてみせます~的patch.tjs后用1.3以上模拟器可完美运行,感谢z大做了一份patch.tjs文件)
    - [ ] 恋愛リベンジ(H回想需要补丁,不知道怎么的突然测试最近都没问题)

  • ひのまるっ(v1.04版本测试游戏开始一段时间有个FlashPlayer.dll不支持模拟器报错,PC版需要安装flash什么的exe游戏内需要另行安装)

  • ぶら ぶら(和ひるのまっ一样,FlashPlayer.dll不支持导致报错…同一个公司的作品,补丁库只有解密补丁…玩一会儿就报错)

  • 秋風ぱーそなる+俺と僕と彼女の○○(FlashPlayer.dll不支持,游戏里要安装FlashPlayer 10.3)

  • ぱ・ぴ・こ・ん~双子の娘はどうきゅうせい~(虽然补丁库有补丁了但是历史文本无法看,按了会报错)
    ~- [ ] イマドキ罵倒るファンタジー

  • ワガママハイスペックOC(Member "kag" does not exist)
    ~- [ ] 女子校生がこんなに痴漢好きなわけがない

  • 捻くれモノの学園青春(立绘pbd无法显示,有个收藏语音功能不知道能否支持一下,不能支持的话就打勾吧)
    - [x] 俺の姿が、透明に!- 不可視の薬と数奇な運命

  • 金色ラブリッチェ-Golden Time-
    ~- [x] ケモノ娘の育て方~~

  • 喫茶ステラと死神の蝶~

  • LIKE×LOVE ~十津川 光~

  • タマユラミライ~

  • 七ヶ音学園-旅行部- https://kf.miaola.work/read.php?tid=930181&sf=83a

  • ノアーる wiz 恋の魔法(游戏进去后的文本显示在模拟器上有问题,用模拟器的压缩纹理lz4+TLG5可解决)

  • 七ヶ音学園-風の採譜-chapter1(同一个公司做的同人游戏,游戏进去后的文本显示在模拟器上有问题,用模拟器的压缩纹理lz4+TLG5可解决)

  • 七ヶ音学園-風の採譜-chapter2(同一个公司做的同人游戏,游戏进去后的文本显示在模拟器上有问题,用模拟器的压缩纹理lz4+TLG5可解决)
    - [ ] 呼びだし!さぶじぇくと(一存档模拟器就死机,已打老游戏的Overrid2.tjs补丁)

  • 敗北魔法少女マリン~恥辱の全裸土下座 (打CG存档后可以看到动画,1.3.9版本模拟器的wmv的动画卡死,1.2.6版本没问题,1.3.9版本的SE语音有杂音,是1.3.9的BUG应该,和最高に都合のいいパイズリ上手のマリーさん的SE语音杂音一致,SE是指效果语音。1.2.6版本模拟器的动画一点没问题,SE也没有杂音)

  • フェアリーテール社的【ねとられ姫】【なつえっち2】【妖怪ゑッチ 】三部作品同样问题save,load报错。载入游戏在patch.tjs写入
    Window.registerExEvent = function(){};
    Window.setMessageHook = function(){};
    Plugins.link("layerExImage.dll");
    Plugins.link("extrans.dll");
    Plugins.link("fstat.dll");
    Plugins.link("layerExImage.dll");
    Plugins.link("layerExSave.dll");
    Plugins.link("windowEx.dll");
    Plugins.link("layerExMovie.dll");
    Plugins.link("csvParser.dll");
    Plugins.link("wuvorbis.dll");
    Plugins.link("wumsadp.dll");
    Plugins.link("extrans.dll");
    方可进入游戏正常save和load。

  • こどもみるくぱふぇ(唯一一个用了Overrid什么.tjs的老代码补丁文本框照样黑色。)

  • 戯画的Blue Destiny和すぺしゃりて!(
    虽然补丁库有补丁,load存档报错,我感觉Z大测试游戏的时候可以试一试存档读档还有历史文本,
    往patch.tjs加上下面代码即可修复
    function DtYesNoBox(wnd, message, caption, flag) { return System.inform(message, caption, 2) == 0 ? 1 : 0; }

  • 盗んでMyHeart(加了老Overrid补丁,system点了报错需要patch.tjs,而且有个flash插件…不能save和load档)

  • end sleep(1.0.3版本)

  • シロナガス島への帰還

  • 恋する乙女と守護の楯 Re:boot The“SHIELD-9” Plus


  • 会社【不透明Z】的五个krkr游戏中4个出现的问题↓↓↓
  • ゼロから始めるTSO -完全版- Ver2.00(地图上的两个人物图标不显示,1.3.4和1.3.9模拟器测试了以后读档,存档反复操作以后,save和load档位页面会黑屏,游戏内会闪着黑屏。而1.2.6模拟器不会发生此情况,但是存档后读档还是从开头第一句话开始。)
  • ヲーターメイド妹 Ver1.20(1.3.4和1.3.9模拟器测试了以后读档,存档反复操作以后,save和load档位页面会黑屏,游戏内会闪着黑屏。而1.2.6模拟器不会发生此情况)
  • 異世界でも魔法少女でもないからHな攻撃しか出来ない!?Ver1.5(地图中移动的时候非常卡,而且光标人物不显示。动态的立绘动画全部不显示,1.3.4和1.3.9模拟器测试了以后读档,存档反复操作以后,save和load档位页面会黑屏,游戏内会黑屏。而1.2.6模拟器不会发生此情况,游戏中不会黑屏。)
  • TSO -トモダチガスクナイ・オフライン- Ver.1.53(1.3.4和1.3.9模拟器测试了以后读档,存档反复操作以后,save和load档位页面会黑屏,游戏内会闪着黑屏。而1.2.6模拟器不会发生此情况。
    存档时发生的错误信息:ファイル:rclick.ks 行:320 タグ:unlocksnapshot(←エラーの発生した前後のタグを示している場合もあります)snapshotLockCountがアンダーフォローしました)


  • 【会社】ベルゼブブ的是吉里吉里引擎的游戏有(未测试是否需要补丁): (最新版资源请看这位自购大佬的发的主题。他会不断更新最新版 https://bbs4.2djgame.net/home/home.php?mod=space&uid=268482
  • 惡代姦プラス
  • HYPNOS FUCK 完全ケイゾク済 (需要补丁)
  • Trick or Treat(需要补丁)
  • コンビニ少女Z無双ぱっち結合済み(需要补丁)
  • コンビニ少女ぱっちッチ完成版
  • スポットライト☆シンデレラ(需要补丁)
  • ハッスルタイム!六条明菜・出勤済
  • 超速くノ一 クロユリ(需要补丁)
  • 痴漢の極み 通勤陵辱便 連結済み
  • 嫁挿れどき(需要补丁)
  • 絶頂!もののけ村!!(需要补丁)
  • 昼顔の観察(需要补丁)
  • 自宅警備員 明るひ家族計画 全て挿入済(需要补丁)
  • 自宅警備員2 -灰原家の血族- 自宅警備員2 脅迫無双パッチ 結合済(需要补丁)

【会社】ぺぺろんち~の (最新版资源请看这位自购大佬的发的主题。他会不断更新最新版 https://bbs4.2djgame.net/home/home.php?mod=space&uid=268482

  • ゴブリンの巣穴
  • バージン・ロード
  • バージンロード2
  • 冒険者の宿へようこそ!

【会社】ソフトさ~くるクレージュ的需要补丁:

- [x] 螺旋階段 シナリオII(需要patch补丁不会写)
- [x] DEGENERATION(需要用old_core_patch补丁)
- [x] DISCODE reverse(需要用old_core_patch补丁)
- [x] DISCODE surface(需要用old_core_patch补丁)
- [x] have relations with… ~真帆と片帆~(需要用old_core_patch补丁)
- [x] have relations with…2 -しのぶ-(需要用old_core_patch补丁)
- [x] have relations with…3 淳子と奈美と直之と俺(需要用old_core_patch补丁)
- [x] May Queen(需要用old_core_patch补丁)
- [x] MayReason(需要用old_core_patch补丁)
- [x] Sな彼女(需要用old_core_patch补丁)
- [x] 理由ありの恋人たち(需要用old_core_patch补丁)
- [x] 秘密のカンケイ-渚と桜-(需要用old_core_patch补丁)

  • 初夏の巫女(需要用xor_hash解密补丁)

  • インモラル・サッキュバス(补丁问题else if(f=="MessageBoxA") return System.inform(a2, a3, 2) == 0 ? 6 : 0;的话确认框无法变成true,要改成else if(f=="MessageBoxA") return System.inform(a2, a3, 2) == 0 ? 1 : 0;
  • いもうと観察chu! 使用disable_debug的patch.tjs

nekopara Vol.1 回忆后渲染颜色错误

1.3.4版本运行nekopara vol. 1,在后面回忆时候嘴巴颜色渲染错误,直接变成紫色了,截图如下:
首先是回忆中嘴巴直接变成蓝色:
http://i2.bvimg.com/587546/56b039e39b86c90c.jpg

正常的情况(1.2.6版本):
http://i2.bvimg.com/587546/a2ae147fe395a260.jpg

然后回忆结束后连带嘴巴的颜色直接错误:
http://i2.bvimg.com/587546/12895aa3671bd5a3.jpg

能请查看一下嘛?我试过了各种渲染,好像都不能解决……

水莲与紫宛报错

游戏运行到这个地方就会报错,PC,上面是正常的,而且好像无法存档与读档,不知道是补丁原因还是什么情况
Screenshot_2021-04-24-21-23-50-772_org tvp kirikiri2_free_10309

The game"もっと!孕ませ!炎のおっぱい異世界おっぱいメイド学園!"is couldn't run in Android version Kirikiroid2 v1.3.9

"みるくふぁくとりー" for 2022/12/23 New Game "もっと!孕ませ!炎のおっぱい異世界おっぱいメイド学園!", Kirikiroid2 v1.3.9 in the Android version, selected "date.xp3" is couldn't run game and jump "Corrupted execution file'' bug.

game link:https://milkfactory.jp/products/hmaid/
getchu:http://www.getchu.com/soft.phtml?id=1198259
VNDB::https://vndb.org/r96343

Can you make a patch?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.