Search Results
7/18/2025, 3:20:14 AM
>>715759790
It is literally not in a separate file. All dialogue is hard-coded into a giant array in the source code. Like I said, if he just kept it in a .csv no one would care. Shit even a repository of .txt files would be less cursed.
Here's another fun fact: A good chunk of these lines of dialogue (each piece of dialogue, no matter how minute, gets its own line in the array) are just "..." and nothing else. His latest update from literally today added 152 lines of dialogue, 19 of which were just "..." and nothing else. Over 10% of the dialogue in the latest update is just ellipses of no meaning. You could probably truncate the entire dialogue section of the array by easily 15% if you just replaced all of those "..."s with a prompt that makes it so a sprite of a little cartoon word bubble appears of their head that shows ellipses instead. It would have the same effect.
It is literally not in a separate file. All dialogue is hard-coded into a giant array in the source code. Like I said, if he just kept it in a .csv no one would care. Shit even a repository of .txt files would be less cursed.
Here's another fun fact: A good chunk of these lines of dialogue (each piece of dialogue, no matter how minute, gets its own line in the array) are just "..." and nothing else. His latest update from literally today added 152 lines of dialogue, 19 of which were just "..." and nothing else. Over 10% of the dialogue in the latest update is just ellipses of no meaning. You could probably truncate the entire dialogue section of the array by easily 15% if you just replaced all of those "..."s with a prompt that makes it so a sprite of a little cartoon word bubble appears of their head that shows ellipses instead. It would have the same effect.
Page 1