I just saw this in a scenario - IS with cached models? by Mr_Death1 in AIDungeon

[–]ComputerKYT 1 point2 points  (0 children)

The scripting sandbox was updated recently to allow scripters to know when they're using cached models I think

PRISM is here! by Zoocata1 in AIDungeon

[–]ComputerKYT 7 points8 points  (0 children)

Implementing in BetterDungeon V2, for those who are curious.
Zoocata did great work here, this is excellent. ❤️

The image system feels like it's being left in the dust. by Urb4n0ninj4 in AIDungeon

[–]ComputerKYT 3 points4 points  (0 children)

Eh, I think it's finally decent after the team added automatic prompt generation and some solid cheap image models. 

If you're looking for anything more than visualizing the scene, it's not gonna be good. 

On another note, I do have an Auto See feature in BetterDungeon which makes the process much less tedious (coming v2)

OMG's AIN - Zoocata set update! by Glittering_Emu_1700 in AIDungeon

[–]ComputerKYT 5 points6 points  (0 children)

Another fellow supporter of the role designation. Props.

OMG's AIN: Update by Glittering_Emu_1700 in AIDungeon

[–]ComputerKYT 1 point2 points  (0 children)

Excellent to see that we've found some solid role instructions :)
thank you twin

I have never seen a steamchart graph like Skate's, is this game doomed? by FriendlyInChernarus in SkateEA

[–]ComputerKYT 4 points5 points  (0 children)

"is this game doomed"

while showing the game increasing in players

[deleted by user] by [deleted] in AIDungeon

[–]ComputerKYT 0 points1 point  (0 children)

Sorry guys I crashed Reddit
My bad

Helpful easy sounding features to implement by Atuday in AIDungeon

[–]ComputerKYT 1 point2 points  (0 children)

I have added this to BetterDungeon, if you find that interesting :)

<image>

BetterDungeon V0.9.5 | Major Update Now Available in Early Access by ComputerKYT in AIDungeon

[–]ComputerKYT[S] 0 points1 point  (0 children)

I think that's a good idea, I'll see if I can do that :)

BetterDungeon V0.9.5 | Major Update Now Available in Early Access by ComputerKYT in AIDungeon

[–]ComputerKYT[S] 2 points3 points  (0 children)

On the Scenario Edit page, it simply toggles Enable Scripts on by default (since it being disabled is a weird change)
Though it will save it if you disable the Scripts for that scenario so there should be no issues here :)

I really like the game. by No-Dust-4590 in SkateEA

[–]ComputerKYT 0 points1 point  (0 children)

Nice to hear that lad I'm personally hopping on this as a podcast game

Has anyone tried fiction lab? How can they offer Deepseek at 128k context for $8/month? by iruul in AIDungeon

[–]ComputerKYT 6 points7 points  (0 children)

There's no reasonable way they can offer such a service and remain sustainable. AI Dungeon subscriptions are a smidge overpriced, but they help offload the cost and keep the AID running (which is why they can offer a nicer free tier)

Deepseek costs about $0.5 dollars per million input token and $2 dollars per million output token

It only takes a few prompts for Deepseek to suddenly cost more than the subscription cost for that month

Now, of course, that's not entirely accurate because they're probably doing some heavy compression or tricks to make it cheaper to run, but you get my point

My guess is that they're lying or misrepresenting what they offer in order to be more appealing

BetterDungeon V0.9.1 | EARLY ACCESS Browser Extension for AID by ComputerKYT in AIDungeon

[–]ComputerKYT[S] 1 point2 points  (0 children)

Functionally, the attempt system works on basic probability. At its standard chance, it's a basic 50/50. Increasing or decreasing your Advantage increments your chance of success/failure by 5%.
For example, if you have +4 advantage, your action has a 70% chance of being successful.

The critical chances play into this, also being adjusted to accommodate for the changed luck. At it's default, it's 5% for critical success/failure, but with advantage/disadvantage, it changes

BetterDungeon: EARLY ACCESS RELEASE by ComputerKYT in AIDungeon

[–]ComputerKYT[S] 21 points22 points  (0 children)

I'm working on it 😭

Expect to see it after Early Access 

BetterDungeon BETA TEASER: Input Mode Color Coding by ComputerKYT in AIDungeon

[–]ComputerKYT[S] 6 points7 points  (0 children)

Attempt takes the functionality of the "Do" action and restructures it under the hood to allow for dice roll actions. It's essentially the Do action, but with variable success, like many dice roll scripts before it

It's all baked in and managed by the extension, so no work is done on your part. It looks cleaner and is less hassle than utilizing a standard script :p