Search found 6669 matches

by Enthalpy
Wed Mar 13, 2024 9:05 pm
Forum: Help and Support
Topic: Evidence examination and new dialogue?
Replies: 2
Views: 133

Re: Evidence examination and new dialogue?

Not presently, sorry! At the moment, we don't have ways to do "detailed" examinations at all. It's something for me to think about adding, though...
by Enthalpy
Thu Mar 07, 2024 3:03 am
Forum: Help and Support
Topic: I feel so stupid
Replies: 1
Views: 82

Re: I feel so stupid

There are two ways to do this. 1. Your friend sends you the link. 2. In the top-right of the forum, you can see it if you hover over the Reduced Trial Manager. I'll try to make this easier to find soon. You're right that this isn't as clear as it should have been. In particular, you can't see it fro...
by Enthalpy
Wed Mar 06, 2024 2:17 am
Forum: Help and Support
Topic: The custom sprite I uploaded isn't showing up
Replies: 4
Views: 149

Re: The custom sprite I uploaded isn't showing up

Ah, yes. You'll need to both add the .png extension and include "i." before imgur. So the url should look like https://i.imgur.com/string-of-letters-a ... s-here.png
by Enthalpy
Wed Mar 06, 2024 2:09 am
Forum: Bug reports
Topic: Trucy animation 21 reads outdated URL
Replies: 1
Views: 191

Re: Trucy animation 21 reads outdated URL

Good catch, but the correct fix is instead to create the missing gif at the URL that the trial player is already looking for. In particular, it's looking for another version of the Mr. hat reveal sprite, so I'll need to make sure that link points there. I can try using an alias, but if worst comes t...
by Enthalpy
Tue Mar 05, 2024 12:10 am
Forum: Help and Support
Topic: The custom sprite I uploaded isn't showing up
Replies: 4
Views: 149

Re: The custom sprite I uploaded isn't showing up

Can you show me exactly where the problem is? I need the trial ID and the name of the profile. It will be a lot easier for me to help you if I can see it for myself.
by Enthalpy
Mon Mar 04, 2024 5:33 pm
Forum: Help and Support
Topic: Please perma ban my account
Replies: 1
Views: 101

Re: Please perma ban my account

I got your previous PM but had to do something else before I could carry it out.

Ban carried out. Feel free to contact the email addresses I posted in the ban message, if you change your mind.
by Enthalpy
Sun Mar 03, 2024 10:21 pm
Forum: Help and Support
Topic: What qualifies as a copy of an official case?
Replies: 2
Views: 122

Re: What qualifies as a copy of an official case?

Please ignore DeathByAutoscroll's answer. Forum moderation wasn't even aware of that case until just now, and I'll need to play it myself to see where it falls, rules-wise. The official moderation answer is that we're not going to give you a precise definition. We want to allow for creativity withou...
by Enthalpy
Mon Feb 26, 2024 4:05 am
Forum: V6 Tutorials
Topic: v6 Variable Guide
Replies: 22
Views: 19004

Re: v6 Variable Guide

Updated the expression engine function to discuss str_to_upper, str_to_lower, and player_health.
by Enthalpy
Sun Jan 14, 2024 6:05 am
Forum: Your Trials
Topic: [T] Athena Cykes: Ace Attorney – Dark Ace Saga ★☆○○
Replies: 151
Views: 520079

Re: [T] Athena Cykes: Ace Attorney – Dark Ace Saga ★●○○

☆ This case is pending a QA inspection to be featured.
...I'll want a week or two for some AAO development work before I'll actually start the review, but it's happening. There's technically another QA review ahead of this one in queue, but my trusty sidekick said he can take that one.
by Enthalpy
Sat Jan 13, 2024 7:43 pm
Forum: Your Trials
Topic: [T][CE] Turnabout Retribution ☆
Replies: 46
Views: 89154

Re: [T][CE] Turnabout Retribution ☆

QA Review: Turnabout Retribution https://i.imgur.com/2E4mTwe.png Yeah, that about sums it up. As far as I'm aware, this is Fury's first case. If not first case, first foray back into casewriting in a very long time. So I really didn't know what to expect going into this one. To be fair, neither did...
by Enthalpy
Fri Jan 05, 2024 3:48 am
Forum: Tutorials
Topic: Trial Flow: How to Structure a Case
Replies: 8
Views: 31237

Re: Trial Flow: How to Structure a Case

Enthalpy, what do you think about the trial flow in the game Tyrion Cuthbert: Attorney of the Arcane? I've played it and it's weird because sometimes it uses Takumi flow while other times it uses Yamazaki flow. I can't remember the exact structure of every trial right now, but I think it leans more...
by Enthalpy
Thu Jan 04, 2024 2:08 am
Forum: Help and Support
Topic: I coded a way to read (almost) the entire trial script in the console.
Replies: 6
Views: 5607

Re: I coded a way to read (almost) the entire trial script in the console.

The script is bugged. Replace the line that defines lookup with

Code: Select all

var lookup = Object.fromEntries(trial_data.profiles.map(x => [x.id, x!=0? x.short_name : ""]))
Old code mapped index to name. New code maps id to name.
by Enthalpy
Wed Jan 03, 2024 4:57 am
Forum: Help and Support
Topic: I coded a way to read (almost) the entire trial script in the console.
Replies: 6
Views: 5607

Re: I coded a way to read (almost) the entire trial script in the console.

Thank you for making this. It's currently saving me quite a bit of effort as I'm speed-reading for QA purposes.
by Enthalpy
Wed Jan 03, 2024 4:57 am
Forum: Help and Support
Topic: [Tool] Trial Script Exporter
Replies: 22
Views: 11514

Re: [Tool] Trial Script Exporter

Looks like the tool is down. Alas, because I liked this one.
by Enthalpy
Wed Jan 03, 2024 4:49 am
Forum: Bug reports
Topic: [P] No music, character voices, sound effects
Replies: 3
Views: 3439

Re: [P] No music, character voices, sound effects

You can try it, but I expect you'll have problems on Opera as well.

ThePasch and I have done a bit of preliminary investigating, and I'm fairly confident we can fix the issue. I need to get a certain QA review finished first, and then we'll need Unas to update the website.