marcussacana / Specific-Games

Specific Games Tools
52 stars 2 forks source link

Game Request & Doubt: Cross Channel Steam Edition #6

Closed Cerzs closed 4 years ago

Cerzs commented 5 years ago

Greetings!

Link: https://vndb.org/r56068

Same engine as KoiRizo and UmiKana.

Now, we're interested in restoring the +18 content in the Steam version using Final Complete, that would need great programming skills or there is a way to do it?

Thanks.

Cerzs commented 4 years ago

@marcussacana Yes, I included it and same. But yeah, I can use the first method easy, so no problem. A last question before closing this, would it be possible to change the windows title through SRL?

imagen

marcussacana commented 4 years ago

try enable this image

Cerzs commented 4 years ago

Ah, nope, it doesn't hook. Maybe because the title is in a .lua?

marcussacana commented 4 years ago

You take a look if he display the text in the log?

Cerzs commented 4 years ago

SRL.log

Just this or similars

4:10 p. m.: [D|-1] Input: Chapter 1 - Prologue

I tried the decrypt option from Willplus manager, but no luck. Script.arc~.zip

marcussacana commented 4 years ago

Upload this game exe to me.

Cerzs commented 4 years ago

AdvHD.zip

marcussacana commented 4 years ago

try enable the SetWindowText in the srl.ini

Cerzs commented 4 years ago

I just managed to change the config title, is the configuration that opens before the game. SRL.log

imagen

Edit: Yep, only catch the configuration window, maybe the game only read those .lua...

imagen

marcussacana commented 4 years ago

I see... maybe is a problem with the handler cache then... Test a thing to me, the AdvHD allow skip this config window, try skip it and see if you will can translate the title of the game window after that.

Cerzs commented 4 years ago

Tested, nothing.

Edit: Do you know how to restart the config window? I was looking for a cache file, but nothing.

marcussacana commented 4 years ago

he don't store the cache in your disk, it's in the memory when the game starts, to solve your problem he need dispose the cache after config window close, but the SRL didn't expected 2 windows to the game.

marcussacana commented 4 years ago

Well, I think is more easy you edit the .exe manually or the .ws2...

Cerzs commented 4 years ago

Welp, thanks anyway.

Edit: This doesn't have anything to do with it, but the LST generator does not extract the names

imagen

imagen

marcussacana commented 4 years ago

Maybe is your filter settings in the .ini of the LST generator.

Cerzs commented 4 years ago

Do you have an example?

[Filter] ;DenyList=@\n§\n$\n\n<\n>\n/\n[\n]\n\ ;QuoteList=<>\n()\n[]\n“”\n[]\n《》\n«»\n「」\n『』\n【】\n()\n''\n"" IgnoreList= TrimList= Sensitivity=3 AsianInput=false Filter=false

marcussacana commented 4 years ago

hmm, is already disable, then not sure why, maybe you don't used the -Dump.bat to generate the lst?

Cerzs commented 4 years ago

@marcussacana I tried all. Maybe you could try it.

ws2.zip

marcussacana commented 4 years ago

you have sure the plugin is updated?

Cerzs commented 4 years ago

I tried a fresh install from Plugin Manager.

marcussacana commented 4 years ago

try open the WillPlusManager.ini and replace the file text with this:

[Plugin]
Import=WillPlusManager.WS2Helper>Import
Export=WillPlusManager.WS2Helper>Export
Extensions=WS2
Initialize=true

Looks like It's outdated...? If don't dump any .ws2 after you edit, try copy the .dll from the WMGUI to the Plugins directory manually

Cerzs commented 4 years ago

Yep, it looks like was outdated. Fixed, thank you! And sorry for all the trouble!

marcussacana commented 4 years ago

You edited the .ini only or copied the dll to works too?

Cerzs commented 4 years ago

I edited the .ini then copied the .dll