Re: sby's loader imports; 8/09/2014: too much stuff to list here
Ruin said:
I'm a big fan of the sloppy strands and what not as well. Was wondering if it would be a pain to add a generator like the eyecum/breasts (identical even) to simulate the squirting? Of course, if Kona is doing something similar there might not be much point.
it would essentially be copying some stuff from breastexpansion and changing where the generation point would be. . but then requiring it to be put on the back strand layer instead so it doesn't look like she is squirting from her outer thighs. but like i mentioned before, i think konashion will get around to it eventually.
fapcrash said:
these are amazing!!! thanx
thank you good sir for the compliment :D
Leela said:
Is it possible to for a dialog action to load an animtools animation?
hmm, now that seems interesting. it would have to be built into animtools. could use the typical dialog action checking modguy provided:
if (g.dialogueControl.words[g.dialogueControl.sayingWord] != undefined)
{
switch (g.dialogueControl.words[g.dialogueControl.sayingWord].action)
{
but then replace the switch statement with a regular expression looking for something starting with a nametag of 'ANIMTOOLS_'.
so a dialog action of "ANIMTOOLS_ATV4doggy6.txt" would trigger the function, and do a modsettingsloader call looking for ATV4doggy6.txt. this sounds interesting enough to try out, i will try it out next time i dive into some recreational coding.