This XML doesn't need to be limited to translations. You could have "themes" this way too. I can't wait to play with that XML
And off course you can guess what I'm gonna say next... it would be awesome if you put the XML on github once it's finished!
I can't help but suggest how this could be made even greater! But I know this is probably too much work:
- Code: Select All Code
<scene scene="toad22">
<princess loop="1">Ohhh! I'm sitting\\n right on his face! How embarrasing! Must leave...</princess>
<princess loop="2">Hmmm, Ahhh\\nI must... finish this, or I'll be aroused out there!</princess>
<princess loop="3">Aaaaah!!\\nI am cumming sooo hard! It was his breakfast!</princess>
</scene>
<scene scene="toad22" mind="nymph">
<princess loop="1">Ohhh! I'm sitting\\n right on his face! How arousing!Lick me toady!</princess>
<princess loop="2">Hmmm, Ahhh\\nI want more! ... yes! ... make me come!</princess>
<princess loop="3">Aaaaah!!\\nI am cumming sooo hard! You can have me as breakfast any day!</princess>
</scene>
Or, really complex, but very flexible:
- Code: Select All Code
<wordalternatives alias="GIRLCUM">
<word>cum</word>
<word>pussy juice</word>
<word>girl cum</word>
<word>sweet nectar</word>
</wordalternatives>
<wordalternatives alias="PUSSY">
<word frequency="5">pussy</word>
<word frequency="1">slit</word>
<word frequency="1">wet pussy</word>
<word frequency="1">love hole</word>
<word condition="nymph">horny slit</word>
</wordalternatives>
<scene scene="toad22">
<princess loop="1">Ohhh! I'm sitting\\n right on his face! How embarrassing! Must leave...</princess>
<princess loop="2">Hmmm, Ahhh\\nI must... finish this, or I'll be aroused out there!</princess>
<princess loop="3">Aaaaah!!\\nI am cumming sooo hard! My <word alias="GIRLCUM"/> was his breakfast!</princess>
</scene>
<scene scene="toad22" mind="innocent" virgin="yes">
<princess loop="1">Ohhh! His head is\\n under my skirt! How embarrassing! Must leave...</princess>
<princess loop="2">Hmmm, Ahhh\\nI must... finish this, at least I won't lose my virginity this way!</princess>
<princess loop="3">Aaaaah!!\\nI am cumming sooo hard! It was his breakfast!</princess>
</scene>
<scene scene="toad22" mind="innocent" clothes="nonnude">
<princess loop="1">Ohhh! His head is\\n under my skirt! How embarrassing! Must leave...</princess>
<princess loop="2">Hmmm, Ahhh\\nI must... finish this, or I'll be aroused out there!</princess>
<princess loop="3">Aaaaah!!\\nI am cumming sooo hard! It was his breakfast!</princess>
</scene>
<scene scene="toad22" mind="nymph" clothes="nude" aroused="+80">
<princess loop="1">Ohhh! My <word alias="PUSSY"/>\\n is right in his face! How arousing!Lick my <word alias="PUSSY"/> toady!</princess>
<princess loop="2">Hmmm, Ahhh\\nI want more! ... yes! ... make me come!</princess>
<princess loop="3">Aaaaah!!\\nI am cumming sooo hard! You can have me as breakfast any day!</princess>
</scene>
Ok, I'll stop now, before I find ways to make it even more complex I know this is too much work to program, I was just dreaming of editing an XML like that