♂Brout&Minou♀
Engaged Member
- Jul 30, 2020
- 2,833
- 2,106
- 408
What I meant was that even these indications (numbers) are incorrect, which could lead to errors on the part of the author. But I indeed thought that these line numbers served as addresses for command lines, allowing a line (by its address/number) to be called up in a file from a command or instruction from another file, as in some other programs. I know almost nothing about Ren'Py, although I would like to learn, but I wouldn't know where to start. Anyway, thank you, I was able to fix this problem. The patched walkthrough mod (icst) contains a few errors, so when I was comparing it to the lines in the patched WT, I was stupidly reproducing the same error.The line numbers are irrelevant. This is purely for informational purposes
WT mod only
# game/dia11_03.rpy:2692
old "Ver las fotos de Roxy (Bad Guy +10) [JRBD]"
new "See the photos of Roxy (Bad Guy +10) [JRBD]"
# game/dia11_03.rpy:2692
old "{color=#534F4E} Ver las fotos de Roxy (Bad Guy +10){/color} [JRBD]"
new "{color=#534F4E} See the photos of Roxy (Bad Guy +10){/color} [JRBD]"
Patched WT mod
# game/dia11_03.rpy:2692
old "Ver las fotos de Roxy"
new "See the photos of Roxy"
# game/dia11_03.rpy:2692
old "{color=#534F4E} Ver las fotos de Roxy (Bad Guy +10){/color} [JRBD]"
new "{color=#534F4E} See the photos of Roxy (Bad Guy +10){/color} [JRBD]"
Last edited: