Search results

  1. owly

    👨‍💻 dev LG port Java->vb.net

    100 AbsDictionaryDB + Mutatable + APSay:Mutatable + DeepCopier + APVerbatim:Mutatable + GrimoireMemento + Algorithm + CldBool + APCldVerbatim:APVerbatim + Kokoro + Neuron + DiSkillUtils + DiSkillV2 + DiHelloWorld:DiSkillV2 + Cerabellum + Fusion + Thinkable + Chobits:Thinkable + Brain + @fukurou
  2. owly

    Arduino beefup

    shit in the ass man!
  3. owly

    DiAware port

    @fukurou class DiAware(DiSkillV2): def __init__(self, chobit: Chobits, name: str, summoner="user"): super().__init__() self.chobit: Chobits = chobit self.name: str = name self.summoner: str = summoner self.skills: list[str] = [] self.replies...
  4. owly

    blabberv5 py->java

    package skills; import AXJava.*; import LivinGrimoire.DiSkillV2; import java.util.ArrayList; public class DiBlabberV5 extends DiSkillV2 { private AXNPC2 npc; private String tempStr = ""; private OnOffSwitch autoTalk = new OnOffSwitch(); private String funnel = ""; public...
  5. owly

    blabberv5 py->java

    public class DiBlabberV5 extends DiSkillV2 { private AXNPC2 npc; private String tempStr = ""; private OnOffSwitch autoTalk = new OnOffSwitch(); private String funnel = ""; public DiBlabberV5(int memorySize, int replyChance) { super(); this.npc = new...
  6. owly

    blabberv5 py->java

    class DiBlabberV5(DiSkillV2): def __init__(self, memory_size: int = 15, reply_chance: int = 90): super().__init__() self.npc: AXNPC2 = AXNPC2(memory_size, reply_chance) self.npc.cmdBreaker = AXCmdBreaker("tell me") self._temp_str: str = ""...
  7. owly

    we need to find the entry points

    if not npc.learn(ear): # str learn npc.strLearn(ear)
  8. owly

    we need to find the entry points

    maybe a skill toggler too
  9. owly

    we need to find the entry points

    so the alg would be: strRespond->t if t: say t; return; learn1?||learn2?->save also strLearn should exclude the canjuration
  10. owly

    we need to find the entry points

    class AXNPC2(AXNPC): def __init__(self, replyStockLim: int, outputChance: int): super().__init__(replyStockLim, outputChance) self.annoyedQue: AnnoyedQ = AnnoyedQ(5) def strLearn(self, ear: str): # learns inputs containing strings that are repeatedly used by...
  11. owly

    👨‍💻 dev [Blender] Animating a 3D Anime Character | Project Feline Devstream !wishlist !website !discord

    yeah fuck'em how long does is fucking take to make a wall runner? he can't scale that's his problem.
  12. owly

    👨‍💻 dev db test

    class DiSayer(DiSkillV2): def __init__(self): super().__init__() self.cmdBreaker = AXCmdBreaker("say") self.command = "" def input(self, ear, skin, eye): self.command = self.cmdBreaker.extractCmdParam(ear) if self.command...
  13. owly

    👨‍💻 dev experimental convince module

    well yeah. if it's just a chore than it's waiting for opportunity and reminding the person, but to change a trait, you need to show it's not a shit test, but it would only apply to mutually exclusive traits.
  14. owly

    👨‍💻 dev experimental convince module

    I think nagging to change a trait is there to show the nag isn't a shit test
  15. owly

    👨‍💻 dev experimental convince module

    I'd say maybe it's a time based thing but then we'd be talking about another module. it seems like some opportunity thing. could be a counter thing.
  16. owly

    👨‍💻 dev experimental convince module

    baggers nag, kids nag, commercials nag, wives nag maybe it's about waiting for an opportunity?
  17. owly

    👨‍💻 dev experimental convince module

    I mean I could just use a simple setter: be a foot slut/anal princess why do humans even have that module in the 1st place. well if we were creating a human we'd be wastin' our fuckin time what's next code period blood? pfft
  18. owly

    👨‍💻 dev experimental convince module

    hmm convince: mode: a rail + npc(-annoyedq) b rail + npc(-annoyedq) it still doesn't answer why use a convince module
  19. owly

    👨‍💻 dev experimental convince module

    get 2 bots then lol
  20. owly

    👨‍💻 dev experimental convince module

    so like... for the AI to switch between foot slut to anal princess?
Top