4.60 star(s) 127 Votes

Dufy

Member
Feb 15, 2018
360
388
135
So I've created an unofficial Ren'Py port of it. Sorry for the delay, but I lost my job weeks ago, and I've two kids, so my priority was to find a new job. Now that I did, I had time to finish the port.

So, the Ren'Py code is mostly done with a source-to-source compiler, I wrote that earlier, and it did a good job, so the manual work was minimal. I tried copy all the effects from the original game, but it was not so easy in Ren'Py, so there are might be some minor difference. All in all, the gameplay experience is almost the same.

Some important notes:
- Because of the engine change the game now run in 1080p.
- The black textbox was removed.
- I didn't made an Android port, but the code itself is designed to make one out of box.
- Feel free to create compressed version, or Mac and Android port. For Android, I've created two 720p video from the original file, so there is no need to transcode the original ones.
- Most of the original files are untouched and not compressed.
- If someone make an own version, please don't delete the About menu, because that's where I mentioned Cloudlet's contact details.

Pixeldrain

I don't have permament storage, so I cannot guarantee how long the file will remain available. If anyone has some free cloud data space and wants to help me with this, I'd appreciate it.
Hello. Please answer me! I change the text in the script.rpy, but it doesn't change in the game, why?
 

trynd

Member
Sep 17, 2017
191
637
299
To be clear, I was just, generally speaking, many devs, not all of them, are just pure geniuses with what they can do with a computer and developing a story. I admire that, just like I would admire almost anything I can't do. There are devs out there who, to me are equivalent to being Gods in the way they can create. I am entitled to my opinion.
Its very far from genius. Recycled plots characters and interactions, shallow character development which leads to abandoned games because they don't know how to write the endings or buildup to the endings, or they were just trying to make a quick buck since its so easy to do this same flowchart over and over and get a few hundred patrons. As far as renders go....well there's many people who make better renders than most the game devs out there but they don't make a game themselves rather they just upload their work to pixiv or w/e. So many ppl out there I wish would make a game lol.
 
  • Like
Reactions: aurora0 and Walka

Dufy

Member
Feb 15, 2018
360
388
135
I don't know. What did you change, or do you want to change?
I change the text of the dialogue, but it does not change in the game. I check the script.rpy there are changes in it, but there are no changes in the game.
 
Last edited:

badsantagirl

Newbie
Apr 22, 2018
91
142
179
I change the text of the dialogue, but it does not change in the game. I check the script.rpy there are changes in it, but there are no changes in the game.
I see. So you can change the "what_" types of every character. If you want to change or delete the outline, than it is in the screen.rpy file, in the "style say_dialogue:" section.
 
  • Like
Reactions: JoThZ01T

Dufy

Member
Feb 15, 2018
360
388
135
I see. So you can change the "what_" types of every character. If you want to change or delete the outline, than it is in the screen.rpy file, in the "style say_dialogue:" section.
Why character? Simply conversation between characters!
For example one says - "Hello"
The second replies - "Good evening"
"Hello" need to change to "Hi"
The different games Ren'Py dialogues in different files scripts! In this game, the dialogs are in a file script.rpy
Text, conversation, words, communication. Changing the words in the script.rpy, but there are no changes in the game, in the dialogues of the heroes...
 

ohwonders

Member
Apr 7, 2022
114
266
187
Damn, I really liked this one, too bad it never got to the juicy part before getting abandoned.

After reading through the thread, wouldn't it be a good idea to start a new thread to seperate this game from a potential remake? I find this thread to be very cluttered and hard to follow, genuinely interested in seeing a game like this succeed and get completed
 
Last edited:

badsantagirl

Newbie
Apr 22, 2018
91
142
179
Why character? Simply conversation between characters!
For example one says - "Hello"
The second replies - "Good evening"
"Hello" need to change to "Hi"
The different games Ren'Py dialogues in different files scripts! In this game, the dialogs are in a file script.rpy
Text, conversation, words, communication. Changing the words in the script.rpy, but there are no changes in the game, in the dialogues of the heroes...
Maybe you need to delete the rpyc files, for the recompile. But you are in the right place, that's the file where the texts are. I can change it, and it works.
 
  • Like
Reactions: Dufy
4.60 star(s) 127 Votes