I'm planning on getting a Android device soon, and after looking around on the web for programs I found out that Ren'py runs on Android as well. Later that evening I thought, "It would be nice to play existing VN's like Wanko to kurasou on Android too".
So the next day I started to look around for the translated scripts, of course it would be a tremendous pain in the arse to convert the scripts to Ren'Py by hand. So after I found the scripts, I started to write (With my limited knowledge of one programming language php) a simple script that converts the MarbleEngine scripts to Ren'py. The code is still in a proof-of-concept state. I still have to make the output more 'optimized'. Currently it just defines a image for every time it is being called in the original script.
Code: Select all
image bg img_249 = "D:/renpy/template/images/abg_a03.BMP"
image img_249 = "D:/renpy/template/images/bku_a00.BMP"
image bg img_250 = "D:/renpy/template/images/abg_a03.BMP"After a bit of coding I had the character lines ported, many hours followed by trying to extract the CG and sound files (I still don't have the sound effects). But after I extracted those files the background, character images and voice files worked as well.
So now I have a tiny bit of Wanko To Kurasou running in Ren'py (First script), without the story options yet. I still have to think of a way to convert these. Another big problem is that the extractor I used (Crage) extracted the CG as BMP without any transparency. And that it doesn't display the date yet.
I'm not going to recruit people (Though, if you would like to help out I'd appreciated it), I just like to hear a opinion on this project which I originally started for just myself, but I wouldn't mind to give it away (Without CG etc since that would be illegal
Why I'm doing this even though I could just play it on my laptop?
Because I can, and I got a lot of free time on my hands.
*Looks at the date*
I don't see why this would be a joke, even though I happen to post this on 1 April, But if you don't believe me I included screenshot's of both engine's running and of both scripts~
I wonder if I chose the right forum category. I also apologized for any grammar mistake's, English is not my first language.


