BASLQC / vnds

VNDS is a standard for very simple and easy to use Visual Novel scripts. It was originally developed for the Nintendo DS, but now supports Android, iOS, PSP, and even Javascript.
GNU General Public License v2.0
76 stars 4 forks source link

Cross Channel is broken #3

Open Tonhk opened 4 years ago

Tonhk commented 4 years ago

The Cross Channel Download (and, presumably, the converter) is broken. I had to edit the script manually in order to finish the game. Basically, whenever there should be a choice followed by if clauses, the order is switched, putting the if clauses before the choice.

The first place this occurs is in cca.scr for the choice of TL note detail. Due to this, TL notes will never appear, no matter what you choose. Besides cca.scr, the files ccd0102.scr and ccd0007.scr are also affected.

poudink commented 4 years ago

Anybody has fixed versions of the scripts? If not I'll try fixing them myself I guess. I've taken a quick look but I'm not too sure how to go about it exactly, since I feel simply putting the choices before the ifs in some cases could break things. It is undeniable though that Cross Channel indeed has pretty serious progression issues.

felixsrg commented 4 years ago

Here, I have fixed and attach the three files if anyone wants them:

cca.scr ccd0007.scr ccd0102.scr

I did not take a look at all the scripts, so I only fixed the ones @Tonhk posted about.

EDIT: Links died.

Mangleuz commented 2 years ago

Oh a fix for broken cross channel! Fantastic!

Can the files be uploaded? Links are dead.

Mangleuz commented 2 years ago

Oh no, everything died here....

felixsrg commented 2 years ago

I'm sorry I lost all the files I had but I think I can get this fixed again, I will reupload the Cross Channel scripts as soon as I can.

Edit: Here they are, found a fourth faulty one and fixed it too.

cca.scr ccb2007.scr ccd0007.scr ccd0102.scr

Mangleuz commented 2 years ago

Wow, thank you!! If you do, i will help other people to get access to this as well.

If you have time and wish to, can you show how you did the changes? Then other people can join in and help repairing if further problems are found instead of throwing more work on you. Again thank you and have a nice Christmas.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Sunday, December 19th, 2021 at 17:51, felixsrg @.***> wrote:

I'm sorry I lost all the files I had but I think I can get this fixed again, I will reupload the Cross Channel scripts as soon as I can.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

felixsrg commented 2 years ago

Wow, thank you!! If you do, i will help other people to get access to this as well. If you have time and wish to, can you show how you did the changes? Then other people can join in and help repairing if further problems are found instead of throwing more work on you. Again thank you and have a nice Christmas. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Sunday, December 19th, 2021 at 17:51, felixsrg @.> wrote: I'm sorry I lost all the files I had but I think I can get this fixed again, I will reupload the Cross Channel scripts as soon as I can. — Reply to this email directly, [view it on GitHub](#3 (comment)), or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.>

Sure, the files uploaded are the only ones that presented this issue.

To fix them I just followed Tonhk's instructions, as they said, edited the scripts in a text editor.