Giter Club home page Giter Club logo

Comments (8)

imKota avatar imKota commented on May 25, 2024 1

@Lorditler hey!
script_decodec.zip

from galgamereverse.

YuriSizuku avatar YuriSizuku commented on May 25, 2024

Sorry to reply late. This is because there are index pointers of text, lengths of text, as well as the jump options in the binary script. If you want to make the text longer, you need to have a future analyze of these opcodes in the script. After that, you can rebuild the index pointer.

from galgamereverse.

imKota avatar imKota commented on May 25, 2024

Hello, @YuriSizuku!
Thanks for the answer!

Well, that's what I thought. And I tried to do something myself.

○01804|00A405|019○ Noroihime: Curse Princess

Line start address: 00A405
image

Line length: 019 will be 25 in decimal.
I tried changing the line length manually, but it didn't help.

Can't you tell me? I would be very grateful to you.

from galgamereverse.

YuriSizuku avatar YuriSizuku commented on May 25, 2024

The third number 019 is the original size of the string. As binary_text.py is a common tool for binary script, this only support for import text no longer than origin. Depending on the game, some can be import longer without modify. As for Iwaihime, you need to modify the length in the binary script. For example, this opcode length (including text) is 6A.
opcode_length

from galgamereverse.

YuriSizuku avatar YuriSizuku commented on May 25, 2024

Hello, @YuriSizuku!
Thanks for the answer!

Well, that's what I thought. And I tried to do something myself.

○01804|00A405|019○ Noroihime: Curse Princess

Line start address: 00A405
image

Line length: 019 will be 25 in decimal.
I tried changing the line length manually, but it didn't help.

Can't you tell me? I would be very grateful to you.

I think you can refer to the https://github.com/mchubby/yetireg_tools to parse opcode. I found that the file structure is very similar to iwaihime.

from galgamereverse.

Lorditler avatar Lorditler commented on May 25, 2024

Game Iwaihime english. 1.m it's english translation data.zip binary_text_decode.txt

Hello, @imKota!. Sorry to interrupt, but I would like to ask if you have the extracted Japanese text of this novel?

from galgamereverse.

Kaii-h avatar Kaii-h commented on May 25, 2024

@Lorditler, Or like this jap(1).txt.
Encoding Shift-JIS.

from galgamereverse.

B1Ancc avatar B1Ancc commented on May 25, 2024

Hi, @imKota. My apologies for digging this thread, but how did you pack the script back into the game? Thank you in advance.

from galgamereverse.

Related Issues (9)

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.