Jump to content

leticiel_

Members
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by leticiel_

  1. https://github.com/HOKORISAMA/AILSOFT-AIL-Engine-Tools/
  2. Leticiel/ADVRUN Put the python script in the directory where Game.inf is located and run exARD.py Game.Inf to get Game.Info. Open it, look for gcode. reotyan100 is XOR key (ignore the last character) Then run exARD.py ARDScript.ARD -k reotyan100 to extract ARDScript folder containing the script files. After translated, rename the folder from ARDScript to Script, then use SNFCompiler to create a new ARDScript.ARD and Game.inf by selecting the Game.Info file.
  3. The script files are XOR-ed with key "reotyan100" and compressed with zlib.
  4. DM me on Discord @leticiel_ , I think I can help you with Hindi characters.
  5. what game is it?
  6. In this example, you need to update the file size (01 0D 72) and the pointers (0A25, 0A70, 0ADB, 0B60, etc.).
  7. As Anonym271 mentioned, the script files of this engine use pointers to locate text.
  8. Quick and dirty parser for csb files. Try it Link
  9. Some information about the engine: -The game will read from directory with the same name if you delete the .pak archive (I deleted Story.pak) -The byte before the string (1F in this case) determines its length. You can just update it after modifying the string. -P/s: 0A is line-breaker.
  10. I'll help you with font and stuff if you can prove that you are not going to mtl the game.
  11. https://github.com/Yggdrasill-Moe/Niflheim/tree/master/NeXAS
  12. You can export text as txt file(s) for editing.
  13. Like I said, the line must begin with a full-width character. Ascii is half-width, while Cyrillic is full-width.
  14. because japanese characters are full-width
  15. The first character of each line must be full-width. You can just use a full-width space. If I remember correctly, the engine is PixStudio.
  16. https://github.com/regomne/lneditor This one can deal with GsWin's 5.x scw script files For archives, use https://github.com/niksaak/ae
  17. The problem is the game will crash when reading the modified sce01.fbx file. You may need to create an issue and ask the repo's owner for further help.
  18. It's moonhir engine. Try this
  19. Try moving the game folder to a directory other than C:\Program Files, cuz I can extract the script without any problems.
  20. did you try this, this, and this?
×
×
  • Create New...