fried

Almost
Donor
Respected User
Former Staff
Nov 11, 2017
2,312
6,133
624
This is the log. Pretty sure the error isn't related to a barrel.
Appears at first blush to be a recursion limit issue.

I am just guessing here, but maybe consider upping that limit, such as doing the below:

While not running the game, add a "moresaves.rpy" file to the \game subdirectory which includes the following two lines:

init python:
sys.setrecursionlimit(200000)

Start the game and play+save as normal - see if that helps or otherwise let us know.
 
  • Like
Reactions: recoba and eliezer

fried

Almost
Donor
Respected User
Former Staff
Nov 11, 2017
2,312
6,133
624
DMD v0.23September 28th, 2019
29 days
As a reminder to new folks joining, there is a link to MrDots' own website in the first post of this topic - if you go to the " " post, then the planned delivery date for DMD's next installment will be shown on the right-hand side of the page.
 
Last edited:

armion82

Message Maven
Mar 28, 2017
12,659
17,731
1,058
As a reminder to new folks joining, there is a link to MrDots' own website in the first post of this topic - if you go to the " " post then the planned delivery date for DMD's next installment will be shown on the right-hand side of the page.
Tell them also that we are getting previews each Saturday.At least is Saturday for me:)
 
  • Like
Reactions: fried

fried

Almost
Donor
Respected User
Former Staff
Nov 11, 2017
2,312
6,133
624
Where is he posting prewievs? Can some1 send me a link pls, tnx
If you mean the MrDots team, they post previews for supporters at their Patreon and Subscribestar accounts - links to those are in the first post of this topic.
 

VM356255

Active Member
Jan 1, 2018
765
809
141
Sorry for my personal ignorance, but is there any way to translate this game, or is it only the developer who can do it?
My native language is Brazilian Portuguese, and unfortunately I don't understand anything from English.
If there was any method, I don't know, if it was something like a notepad, I'd copy and play the translator, and put it in the game. The translator is not perfect, but at least I would understand most of the lines, which in a game like this is essential.
Love this game, I even tried to type the lines in the translator, but it is very tiring, boring and ends up losing the immersion.
If there were any programs that did this, it would be very helpful.
 

Jeff Steel

Well-Known Member
Game Developer
Jun 2, 2017
1,145
3,049
454
Sorry for my personal ignorance, but is there any way to translate this game, or is it only the developer who can do it?
My native language is Brazilian Portuguese, and unfortunately I don't understand anything from English.
If there was any method, I don't know, if it was something like a notepad, I'd copy and play the translator, and put it in the game. The translator is not perfect, but at least I would understand most of the lines, which in a game like this is essential.
Love this game, I even tried to type the lines in the translator, but it is very tiring, boring and ends up losing the immersion.
If there were any programs that did this, it would be very helpful.
One of the f95 members should be able to explain how to open up the data files so you could then cut and paste text into a translator section by section.
 

VM356255

Active Member
Jan 1, 2018
765
809
141
One of the f95 members should be able to explain how to open up the data files so you could then cut and paste text into a translator section by section.
It would be of great help, but could you replace it with the game? Like to stick with my tongue. But if it doesn't work and I can understand it, that's fine.
Could you tell me who could help me?
 

Jeff Steel

Well-Known Member
Game Developer
Jun 2, 2017
1,145
3,049
454
It would be of great help, but could you replace it with the game? Like to stick with my tongue. But if it doesn't work and I can understand it, that's fine.
Could you tell me who could help me?
Not with the work schedule the team has in the two projects. There has been discussion in the past about a non-English version but in all likelihood, it will be after the game is completed and rely upon persons proficient in dual languages. Wouldn’t expect this to happen until after 2020 - and would depend upon fans stepping up to do it,

I know how you feel, since I have done the same with some Japanese games.
 
  • Like
Reactions: fried and VM356255

bakuon

Active Member
Jul 28, 2017
544
2,341
468
It would be of great help, but could you replace it with the game? Like to stick with my tongue. But if it doesn't work and I can understand it, that's fine.
Could you tell me who could help me?
Well, I don't speak Brazilian Portuguese and my English isn't very good, but I hope you'll understand my explanations.
to translate the text I advise you


software to use
unren
atom
rempy

to extract the text and image files I use "Unren" (img 1)

copy unren in the "game" file and do

- do 1 "extract rpa packages"
which extracts the img (archive.rpa (ccg) and transforms the text files (days_a17.0.rpa) into.rpcy file (img 2)

- then do 2 "decompile rpyc files"
which transforms.rpcy file into.rpy (img 3)
for the decompilation to work it will be necessary to start the dmd game

to read the.rpy files I use "ATOM"

you can get the text at this level

then to have a translation file as in img 4
I use "renpy-6.99.14.3-sdk"


I extracted the text files for you and copied the files from episode 2 into word (text.rar)
it's up to you to do it for episodes 1 and 3

img5
in 1 where the scene takes place (e.g. in the morning with jennifer)
in 2 which person is speaking (I: jennifer - f: father d: etc...)
in 3 the dialogue

it is possible that the scenes do not take place in order and as there are several possible paths in the story you will see all the dialogues.

you will find several tutorials in the forum for unren and renpy
 

VM356255

Active Member
Jan 1, 2018
765
809
141
Well, I don't speak Brazilian Portuguese and my English isn't very good, but I hope you'll understand my explanations.
to translate the text I advise you


software to use
unren
atom
rempy

to extract the text and image files I use "Unren" (img 1)

copy unren in the "game" file and do

- do 1 "extract rpa packages"
which extracts the img (archive.rpa (ccg) and transforms the text files (days_a17.0.rpa) into.rpcy file (img 2)

- then do 2 "decompile rpyc files"
which transforms.rpcy file into.rpy (img 3)
for the decompilation to work it will be necessary to start the dmd game

to read the.rpy files I use "ATOM"

you can get the text at this level

then to have a translation file as in img 4
I use "renpy-6.99.14.3-sdk"


I extracted the text files for you and copied the files from episode 2 into word (text.rar)
it's up to you to do it for episodes 1 and 3

img5
in 1 where the scene takes place (e.g. in the morning with jennifer)
in 2 which person is speaking (I: jennifer - f: father d: etc...)
in 3 the dialogue

it is possible that the scenes do not take place in order and as there are several possible paths in the story you will see all the dialogues.

you will find several tutorials in the forum for unren and renpy

Thanks a lot, but unfortunately I couldn't use the programs, and the translator didn't help much. The unren I already used, to see the images of the games, but the other two could not.
You could make a video tutorial for the community, even if you do not understand the language, seeing where you clicked, the sequence would be enough to follow. But of course you have no obligation, but it would be of great help to the community, as I see it, there are people from various countries here.
Still, thanks for the intention to help.
How do I look for these tutorials? Went there but don't know which one to unpack rpyc.
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,717
630
Thanks a lot, but unfortunately I couldn't use the programs, and the translator didn't help much. The unren I already used, to see the images of the games, but the other two could not.
You could make a video tutorial for the community, even if you do not understand the language, seeing where you clicked, the sequence would be enough to follow. But of course you have no obligation, but it would be of great help to the community, as I see it, there are people from various countries here.
Still, thanks for the intention to help.
How do I look for these tutorials? Went there but don't know which one to unpack rpyc.
The info you want is here (in English):
 
  • Like
Reactions: fried and VM356255

RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
7,410
38,106
891
It always amazes me how many of you know what seemed like magic to vast majority of us when I was young.
I'm actually learning some basics about coding from reading what you guys post and then researching it.
I guess DMD is a teachable moment.
 
3.80 star(s) 339 Votes