MoeXCOM icon indicating copy to clipboard operation
MoeXCOM copied to clipboard

some JP procedure

Open LXY1226 opened this issue 3 years ago • 5 comments

some JP procedure pick info if that helps

no need to merge

sorry for bad english

LXY1226 avatar Apr 23 '22 03:04 LXY1226

Thanks! I am surprised someone found this repo and even actually came to help. I won't merge this PR as is, but these notes will definitely be useful in case I want to look into the game again later.

hdk5 avatar Apr 23 '22 08:04 hdk5

@LXY1226 Would you tell how .fbs is generated?

hdk5 avatar Apr 23 '22 21:04 hdk5

I used the following steps

  1. use Il2CppDumper to convert .so to dump.cs
  2. then use this generate.go to generate test.fbs and .go for dump to .csv
  3. done.

any other questions are welcome :) ~~FAQ: -1. My code sucks. I know~~ lol

LXY1226 avatar Apr 24 '22 00:04 LXY1226

I used the following steps

  1. use Il2CppDumper to convert .so to dump.cs
  2. then use this generate.go to generate test.fbs and .go for dump to .csv
  3. done.

any other questions are welcome :) ~FAQ: -1. My code sucks. I know~ lol

Thanks for your code! It works well!!

versionunk avatar Jan 30 '23 16:01 versionunk

I used the following steps

  1. use Il2CppDumper to convert .so to dump.cs
  2. then use this generate.go to generate test.fbs and .go for dump to .csv
  3. done.

any other questions are welcome :) ~FAQ: -1. My code sucks. I know~ lol

Hello there, I would like to know is there any way to get the required flat package in flatbuffers.go? 您好,我想知道有什么办法能够获取generate.go生成的flatbuffers.go中的flat package吗

Blemishine avatar Mar 24 '23 10:03 Blemishine