I know it would be a lot of work but I would not mind initiating a translation.hahahahaha. You know the game has more text than most encyclopedias right? Las time i checked I think there were over 7 million words in the main TiTS document.
I suppose I will have to do a translation myself, although it will take me time, I would not mind doing it.There is no hope of ever getting translations of a huge all-text game like this. Sorry.
Google docs are quite free, the only thing to say is godspeed. https://docs.google.com/I suppose I will have to do a translation myself, although it will take me time, I would not mind doing it.
if (pc.ballSize() >= 12)
{
output("\n\n<i>“F-F-Fuck...”</i> Roxy looks up, barely able to mouth that awed slur. Golden eyes glaze over with vacancy, and from the look she gives you moments before turning back to your weighty [pc.ballsNoun], her head is melting. There are no sharp pinches to your majestically endowed nuts, only luxuriously smooth rubs and squeezes to your pulsing spunk-reactors. They throb with immense load they carry. Behind");
if (pc.balls > 1) output(" their");
else output(" its");
if (pc.hasFur()) output(" fuzzy");
else if (pc.hasScales()) output(" scaly");
output(" wall, your hefty [pc.ballsNounIsAre] engorging with roiling seed, indicated by a sensuous and gentle tingle that brings the contents to a boil.");
output("\n\nRoxy strains her jaw to open as wide as it can, firming her lips to your testicles");
if (pc.ballSize() >= 22) output(" which are even larger than her head");
output(", flavoring the air she breathes with the incredibly virile musk of her rightful mate.");
}
I just have to change the words generated in the code to Spanish, and then fix the possible errors. I know it's a lot of work but I really want to do it, and I do not know if I'll finish the job "I hope so" but I want to try.It would be even harder then you think. It would not just be translating sentences. The code builds the text dynamically based on each Steele's unique traits. Since Spanish grammar structure is different than English, you would have to recode everything.
An example:
Code:if (pc.ballSize() >= 12) { output("\n\n<i>“F-F-Fuck...”</i> Roxy looks up, barely able to mouth that awed slur. Golden eyes glaze over with vacancy, and from the look she gives you moments before turning back to your weighty [pc.ballsNoun], her head is melting. There are no sharp pinches to your majestically endowed nuts, only luxuriously smooth rubs and squeezes to your pulsing spunk-reactors. They throb with immense load they carry. Behind"); if (pc.balls > 1) output(" their"); else output(" its"); if (pc.hasFur()) output(" fuzzy"); else if (pc.hasScales()) output(" scaly"); output(" wall, your hefty [pc.ballsNounIsAre] engorging with roiling seed, indicated by a sensuous and gentle tingle that brings the contents to a boil."); output("\n\nRoxy strains her jaw to open as wide as it can, firming her lips to your testicles"); if (pc.ballSize() >= 22) output(" which are even larger than her head"); output(", flavoring the air she breathes with the incredibly virile musk of her rightful mate."); }
You can't just swap words from English to Spanish.
I just have to change the words generated in the code to Spanish, and then fix the possible errors. I know it's a lot of work but I really want to do it, and I do not know if I'll finish the job "I hope so" but I want to try.
It will be a project in the very long term, I know, but it had to be done sooner or later, and I decided to start doing it.ok, let's say to you can translate 5k words a day, which I highly doubt, it would take you over 4 years working every day to translate the game if we don't count all the extra content that will be added during that time.