Results 11 to 20 of 27
Thread: Haruoto Alice * Gram
- July 23rd, 2020, 01:03 AM #11
- Join Date
- Nov 2010
- Location
- Japan
- Posts
- 21,339
- Thanks
- 39
- Thanked 779 Times in 585 Posts
Awards:
Re: Haruoto Alice * Gram
Progress update:
Editing 100% completed (Trial version)
The next step is to edit all the text on other sub screens like config screen, save/load screen, etc. like this one.
This will require image editing and more hacking, which isn't really as straightforward as it should be. For example, this tip screen.
This is another case of the difference between Japanese and English. The item "黒のカード" should be translated to "Black Card", which is done by editing a string in one decrypted file. Unfortunately, the space (" ") just happens to be a reserved character, so simply editing "黒のカード" to "Black Card" will cause the game to crash.
A workaround for now is to use ideographic space (" ") instead, as it is the only alternative I found to work so far. This doesn't crash the game, but causes ugly spacing. You can clearly see it when I compare it to the BGM title "White Breath" here.
A solution I can think of is to tell the game to use a custom font, but I don't think I'll go that far, yet.
- July 24th, 2020, 12:35 AM #12
- Join Date
- Apr 2014
- Posts
- 6
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Re: Haruoto Alice * Gram
_ program seems to work fine. _ just need to compile it for Windows.
https://xn--ihqtf50my7j1n2ahn2b.kuee...ne-breaker.zip
The batch file expects "en" and "ja" directories. Open it in an editor to see what it does.
Have you tried using something like U+2002 EN SPACE (" ")? *edit* Oh, you mentioned ‘alternatives,’ maybe you did.Last edited by Kagomeko; July 24th, 2020 at 03:36 AM.
- July 24th, 2020, 03:44 AM #13
- Join Date
- Nov 2010
- Location
- Japan
- Posts
- 21,339
- Thanks
- 39
- Thanked 779 Times in 585 Posts
Awards:
Re: Haruoto Alice * Gram
No. Actually, you're right.
There were two lines I had to edit. Line 1 is displayed on the tips screen and line 2 is displayed on the main screen.
First time I tried using en dash it doesn't work, because the engine seemed to only recognize Shift-JIS characters, but then I realized that normal space was only a reserved character for line 2, and only line 1 didn't allow en dash. So solution was, normal space for line 1, and en dash for line 2.
In short, the problem is solved.
Thanks for the tool. I just finished editing our first release though, so I'll try it after that.
- July 25th, 2020, 10:23 AM #14
- Join Date
- Nov 2010
- Location
- Japan
- Posts
- 21,339
- Thanks
- 39
- Thanked 779 Times in 585 Posts
Awards:
Re: Haruoto Alice * Gram
Progress update:
Here's an image of a finished screen.
There are a few more screens to edit. I think I'm at 30-40% or something like that.
- July 27th, 2020, 09:56 AM #15
- Join Date
- Nov 2010
- Location
- Japan
- Posts
- 21,339
- Thanks
- 39
- Thanked 779 Times in 585 Posts
Awards:
Re: Haruoto Alice * Gram
Progress update:
Image editing 100% completed.
Next step is to address various small issues: translating previously overlooked tooltips, resizing the many textboxes to match the size of English text, other cosmetic issues, etc.
Also, found a workaround to fix the line break issue on save/load screen. It seems I can edit default.tjs to adjust text box's size there. I might be able to assign to it the same font and width as the main window, so that the same line break method applies. Syntax doesn't seem very hard to understand, so I might be able to manage somehow.
- July 31st, 2020, 02:17 PM #16
- Join Date
- Nov 2010
- Location
- Japan
- Posts
- 21,339
- Thanks
- 39
- Thanked 779 Times in 585 Posts
Awards:
Re: Haruoto Alice * Gram
Progress update:
Trial version 100% completed.
I managed to add a line breaking code for the save/load window. It's just changing into a monospaced font and hardcoding \n in though, but it's better than nothing.
The quickload popup though is created with tjs2 script, which can't be decompiled, so there's no way to add line breaks to it for the moment. The best I can do is cover it up by making it shows only one line.
The support tool is NSIS executable, which I don't know a way to patch. I'll just add a translation to the readme file.
Now to begin final quality check.
- August 7th, 2020, 09:38 PM #17
- Join Date
- Nov 2010
- Location
- Japan
- Posts
- 21,339
- Thanks
- 39
- Thanked 779 Times in 585 Posts
Awards:
Re: Haruoto Alice * Gram
Progress update:
Trial version completed.
https://drive.google.com/file/d/1U6w...8M5ff0kmu/view
Read the attached readme_ENG.txt for how to install and play. Please post here or PM me if you find any bugs.
-
The Following User Says Thank You to Frankincense For This Useful Post:
- August 12th, 2020, 08:29 PM #18
- Join Date
- Nov 2010
- Location
- Japan
- Posts
- 21,339
- Thanks
- 39
- Thanked 779 Times in 585 Posts
Awards:
Re: Haruoto Alice * Gram
Progress update:
https://docs.google.com/spreadsheets...0jyUHkPJM/edit
Finished transferring files from trial to full version. Now beginning work on chapter 2.
Chapter 2 Image editing 100% completed.
Chapter 2 Translation 14% completed.
I found some typos in the code which prevent voice from playing properly. This bug hasn't been officially fixed. I'll fix it in our next release.
Also just realized that the full version, unlike the trial version, use signature check to verify files. I can't just add patch.xp3 to the game folder anymore. The only way I can make the translation work is to use krkrextract universal patch. All the resources will be there in their unpacked form, and it can be a bit messy, but I'll just go with it for now.
-
The Following User Says Thank You to Frankincense For This Useful Post:
- August 26th, 2020, 05:02 PM #19
- Join Date
- Nov 2010
- Location
- Japan
- Posts
- 21,339
- Thanks
- 39
- Thanked 779 Times in 585 Posts
Awards:
Re: Haruoto Alice * Gram
Progress update:
https://docs.google.com/spreadsheets...0jyUHkPJM/edit
Chapter 2 translation 35% completed
Chapter 2 editing 22% completed
Fixed wrong audio file name bug.Last edited by Frankincense; September 9th, 2020 at 06:42 PM.
-
The Following User Says Thank You to Frankincense For This Useful Post:
- September 9th, 2020, 06:43 PM #20
- Join Date
- Nov 2010
- Location
- Japan
- Posts
- 21,339
- Thanks
- 39
- Thanked 779 Times in 585 Posts
Awards:
Re: Haruoto Alice * Gram
Progress update:
https://docs.google.com/spreadsheets...0jyUHkPJM/edit
Chapter 2 translation 62% completed
Chapter 2 editing 45% completed
-
The Following User Says Thank You to Frankincense For This Useful Post:
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Japanese] [2017/06/30] 春音アリス*グラム/ Haruoto Alice * Gram
By vaka-vong in forum Hentai GamesReplies: 0Last Post: August 18th, 2017, 06:50 AM -
[Japanese] [2017/06/30]春音アリス*グラム /Haruoto Alice * Gram
By vaka-vong in forum Hentai GamesReplies: 0Last Post: July 8th, 2017, 06:15 AM -
[Album] [RDeath] Alicesoft Sound Album Vol. 19 – Alice 2010
By AntiClimax in forum Game OSTsReplies: 0Last Post: January 20th, 2011, 08:33 PM -
Fancy Fantasia - Alice to Fushigi na Gensou Sekai 3
By shitotaku in forum Non-hentai ArtbooksReplies: 0Last Post: January 9th, 2011, 03:09 AM -
[Album] [iSiscon] Various Artists - ALICESOFT ALICE VOCAL COLLECTION CD
By shitotaku in forum Game OSTsReplies: 0Last Post: December 20th, 2010, 02:34 AM
Bookmarks